abstreet/map_model/Cargo.toml

22 lines
579 B
TOML
Raw Normal View History

[package]
name = "map_model"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
2020-09-24 19:36:26 +03:00
enumset = { version = "1.0.1", features=["serde"] }
fast_paths = { git = "https://github.com/easbar/fast_paths" }
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
log = "0.4.11"
nbez = "0.1.0"
2020-09-24 19:36:26 +03:00
petgraph = "0.5.1"
2020-07-13 20:11:48 +03:00
rand = "0.7.0"
rand_xorshift = "0.2.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"
seattle_traffic_signals = { git = "https://github.com/dabreegster/seattle_traffic_signals" }
serde_json = "1.0.40"
thread_local = "1.0.1"