-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
44 lines (38 loc) · 1.25 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
name = "GeoParquet"
uuid = "e99870d8-ce00-4fdd-aeee-e09192881159"
authors = ["Maarten Pronk <git@evetion.nl> and contributors."]
version = "0.3.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Parquet2 = "98572fba-bba0-415d-956f-fa77e587d26d"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WellKnownGeometry = "0f680547-7be7-4555-8820-bb198eeb646b"
[weakdeps]
QuackIO = "7b8617ff-c43a-4c37-a28b-ad5a1791f8ae"
DuckDB_jll = "2cbbab25-fc8b-58cf-88d4-687a02676033"
[extensions]
QuackIOExt = ["QuackIO", "DuckDB_jll"]
[compat]
DataFrames = "1"
DuckDB_jll = "~1.0" # more recent versions fail on windows
Extents = "0.1"
GeoFormatTypes = "0.4"
GeoInterface = "1.4"
JSON3 = "1.9"
Parquet2 = "0.2"
QuackIO = "0.1.3"
StructTypes = "1.8"
Tables = "1"
WellKnownGeometry = "0.2"
julia = "1.10"
[extras]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Downloads", "ArchGDAL", "QuackIO"]