treeadvisor/server/Cargo.toml

20 lines
532 B
TOML

[package]
name = "treeadvisor-server"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
license = "AGPL-3.0-or-later"
[dependencies]
gotham = "0.5"
gotham_derive = "0.5"
postgres = { version = "0.19", features = ["with-geo-types-0_7", "with-serde_json-1", "with-chrono-0_4"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
mime = "0.3"
http = "0.2"
geo = "0.18"
cairo-rs = { version = "0.14", features = ["png"] }
chrono = { version = "0.4", features = ["serde"] }
num_cpus = "1"