abstreet/headless/Cargo.toml

24 lines
562 B
TOML
Raw Normal View History

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
2018-08-09 21:10:36 +03:00
abstutil = { path = "../abstutil" }
2021-02-04 05:13:06 +03:00
anyhow = "1.0.38"
2020-12-15 04:48:47 +03:00
geojson = "0.21.0"
2019-02-27 01:12:11 +03:00
geom = { path = "../geom" }
2021-02-04 05:33:06 +03:00
hyper = { version = "0.14.2", features = ["full"] }
lazy_static = "1.4.0"
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"
2021-01-04 06:48:03 +03:00
rand_xorshift = "0.3.0"
2021-02-04 05:13:06 +03:00
serde = "1.0.123"
2021-01-04 07:01:27 +03:00
serde_json = "1.0.61"
sim = { path = "../sim" }
2021-02-04 05:33:06 +03:00
tokio = { version = "1.1.1", features = ["full"] }
2020-11-11 23:02:53 +03:00
url = "2.2.0"