abstreet/popdat/Cargo.toml
Michael Kirk 4b665c871d
update geo related deps. (#508)
geo-types to 0.7
geo to 0.17 which removes redundant old geo used by polylabel
geojson to 0.22
2021-02-08 16:34:56 -08:00

23 lines
537 B
TOML

[package]
name = "popdat"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
flatgeobuf = { version = "0.4" }
futures = "0.3.12"
geo = "0.17.0"
geojson = { version = "0.22.0", features = ["geo-types"] }
geom = { path = "../geom" }
geozero-core = { version = "0.6" }
log = "0.4.14"
map_model = { path = "../map_model" }
rand = "0.8.3"
rand_xorshift = "0.3.0"
geo-booleanop = "0.3.2"
serde_json = "1.0.61"
sim = { path = "../sim" }