-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 loc) · 877 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
[package]
name = "autostac"
version = "0.1.0"
authors = ["Steve Hillier <stephenhillier@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
s3 = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.11-alpha", package = "aws-sdk-s3" }
chrono = { version = "0.4.19", features=["serde"] }
gdal = "0.8.0"
geo = "0.18.0"
geo-booleanop = "0.3.2"
geo-types = "0.7.2"
geojson = { version = "0.22.2", features = ["geo-types"] }
itertools = "0.10.1"
proj = { version = "0.22.0", features=["geo-types"] }
rayon = "1.5.1"
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde = "1.0.126"
serde_json = "1.0.64"
structopt = "0.3.22"
structopt-toml = "0.4.5"
tile-grid = "0.3.0"
url = "2.2.2"
wkt = { version = "0.9.2", features = ["geo-types"] }
http = "0.2.4"
gdal-sys = "0.4.0"