2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "map_model"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-03-13 18:04:21 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-10-28 23:06:43 +03:00
|
|
|
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"] }
|
2020-08-02 18:36:40 +03:00
|
|
|
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2020-09-26 20:11:08 +03:00
|
|
|
log = "0.4.11"
|
2018-12-03 20:06:18 +03:00
|
|
|
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"
|
2020-03-11 03:08:19 +03:00
|
|
|
seattle_traffic_signals = { git = "https://github.com/dabreegster/seattle_traffic_signals" }
|
2020-08-21 23:10:34 +03:00
|
|
|
serde_json = "1.0.40"
|
2020-11-06 21:10:03 +03:00
|
|
|
thread_local = "1.0.1"
|