forked from evetion/FlatGeobuf.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 809 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 809 Bytes
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
name = "FlatGeobuf"
uuid = "d985ece1-97de-4d33-914c-38fb84042e15"
authors = ["Maarten Pronk <git@evetion.nl> and contributors"]
version = "0.2.1"
[deps]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
FlatBuffers = "53afe959-3a16-52fa-a8da-cf864710bae9"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
DataAPI = "1.16"
Extents = "0.1"
FlatBuffers = "0.6"
GeoFormatTypes = "0.4"
GeoInterface = "1"
Tables = "1"
julia = "1.10"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "Downloads"]