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]
|
2021-01-02 21:28:00 +03:00
|
|
|
abstio = { path = "../abstio" }
|
2018-06-26 02:26:43 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2021-02-04 05:13:06 +03:00
|
|
|
anyhow = "1.0.38"
|
|
|
|
enumset = { version = "1.0.3", features=["serde"] }
|
2021-07-04 20:42:10 +03:00
|
|
|
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2021-02-04 05:13:06 +03:00
|
|
|
log = "0.4.14"
|
2018-12-03 20:06:18 +03:00
|
|
|
nbez = "0.1.0"
|
2021-07-11 00:33:01 +03:00
|
|
|
petgraph = "0.6.0"
|
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"
|
2021-06-17 01:26:47 +03:00
|
|
|
strum = "0.21"
|
|
|
|
strum_macros = "0.21"
|
2021-02-04 05:13:06 +03:00
|
|
|
thread_local = "1.1.2"
|
2020-12-31 22:01:48 +03:00
|
|
|
traffic_signal_data = { path = "../traffic_signal_data" }
|