abstreet/convert_osm/Cargo.toml

23 lines
619 B
TOML
Raw Normal View History

[package]
name = "convert_osm"
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" }
byteorder = "1.2.1"
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
geo = "0.10.2"
2018-10-15 05:06:57 +03:00
geojson = "0.12.0"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
2018-09-07 21:46:30 +03:00
gtfs = { path = "../gtfs" }
kml = { path = "../kml" }
ordered-float = "0.5.0"
osm-xml = "0.5.1"
map_model = { path = "../map_model" }
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
2018-10-15 05:06:57 +03:00
sim = { path = "../sim" }
structopt = "0.2"