forked from JuliaAPlavin/VOTables.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
49 lines (45 loc) · 1.43 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "VOTables"
uuid = "3abbdab7-df67-4801-8590-8effec53f469"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.1.14"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
AstroAngles = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
MetadataArrays = "49441bc9-da82-574f-b07c-a0d10dd4ac13"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
[weakdeps]
DictArrays = "e9958f2c-b184-4647-9c5a-224a61f6a14b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
DictArraysExt = "DictArrays"
UnitfulExt = "Unitful"
[compat]
AccessorsExtra = "0.1.66"
AstroAngles = "0.1.3, 0.2"
Base64 = "1"
DataAPI = "1.15.0"
DataPipes = "0.3.8"
Dates = "1"
DictArrays = "0.1.4"
Dictionaries = "0.3.25, 0.4"
EzXML = "1.1.0"
MetadataArrays = "0.1.1"
Mmap = "1"
PrecompileTools = "1.1.2"
StringViews = "1.3.3"
StructArrays = "0.6.16"
Tables = "1.11.1"
Unitful = "1.15.0"
UnsafeArrays = "1.0.4"
julia = "1.9"