abstreet/convert_osm/Cargo.toml

20 lines
433 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"
geo = "0.11.0"
2019-02-11 02:53:24 +03:00
geojson = "0.14.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" }
osm-xml = "0.6.2"
map_model = { path = "../map_model" }
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
structopt = "0.2"