abstreet/popdat/Cargo.toml

24 lines
539 B
TOML
Raw Normal View History

[package]
name = "popdat"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
2021-02-04 05:13:06 +03:00
anyhow = "1.0.38"
flatgeobuf = { version = "0.5" }
2021-02-04 05:13:06 +03:00
futures = "0.3.12"
geo = "0.18.0"
geojson = { version = "0.22.0", features = ["geo-types"] }
geom = { path = "../geom" }
geozero = "0.7"
2021-02-04 05:13:06 +03:00
log = "0.4.14"
map_model = { path = "../map_model" }
2021-02-04 05:13:06 +03:00
rand = "0.8.3"
rand_distr = "0.4.0"
2021-01-04 06:48:03 +03:00
rand_xorshift = "0.3.0"
geo-booleanop = "0.3.2"
2021-01-04 07:01:27 +03:00
serde_json = "1.0.61"
sim = { path = "../sim" }