-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
38 lines (35 loc) · 870 Bytes
/
Cargo.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
[package]
name = "geoq"
version = "0.0.25"
authors = ["Horace Williams <[email protected]>"]
license = "MIT"
description = "Geospatial utility CLI"
homepage = "https://github.com/worace/geoq"
repository = "https://github.com/worace/geoq"
documentation = "https://github.com/worace/geoq/blob/master/manual.md"
edition = "2018"
[dependencies]
clap = "2.31.2"
regex = "1.0.0"
once_cell = "1.4.0"
geo = "0.18.0"
geo-types = "0.7.8"
geohash = "0.12.0"
wkt = "0.9.2"
geojson = { version = "0.22", features=["geo-types"] }
serde_json = "1.0.71"
percent-encoding = "1.0.1"
os_info = "2.0.6"
num_cpus = "1.0"
reqwest = "0.9.19"
shapefile = { version = "0.3.0", features=["geo-types"]}
dbase = "0.2.0"
flatgeobuf = "3.24.0"
flatbuffers = "22.10.26"
geozero = "0.9.6"
h3ron = "0.16.0"
[dev-dependencies]
assert_cli = "0.6.2"
tempfile = "3.3.0"
[profile.release]
debug = true