-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
46 lines (40 loc) · 1.3 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
name = "GeoJSON"
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
authors = ["Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>", "Maarten Pronk <[email protected]>"]
version = "0.8.1"
[deps]
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoInterfaceMakie = "0edc0954-3250-4c18-859d-ec71c1660c08"
GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Aqua = "0.8"
DataFrames = "1.6"
Extents = "0.1"
GeoFormatTypes = "0.4"
GeoInterface = "1.2.1"
GeoInterfaceMakie = "0.1"
GeoInterfaceRecipes = "1"
JSON3 = "1.13"
Makie = "0.20, 0.21"
Plots = "1.39"
StructTypes = "1"
Tables = "1"
Test = "<0.0.1,1"
julia = "1.9"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
GeoJSONMakieExt = "Makie"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "DataFrames", "Makie", "Plots", "Test"]