2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "convert_osm"
|
|
|
|
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-06-26 02:26:43 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2018-03-13 18:04:21 +03:00
|
|
|
byteorder = "1.2.1"
|
2019-04-13 23:30:36 +03:00
|
|
|
clipping = "0.1.1"
|
2019-03-12 00:44:32 +03:00
|
|
|
geojson = "0.15.0"
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-09-07 21:46:30 +03:00
|
|
|
gtfs = { path = "../gtfs" }
|
2018-11-21 23:26:23 +03:00
|
|
|
kml = { path = "../kml" }
|
2019-01-11 22:00:05 +03:00
|
|
|
osm-xml = "0.6.2"
|
2018-03-13 18:04:21 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2019-03-12 00:44:32 +03:00
|
|
|
pretty_assertions = "0.6.1"
|
|
|
|
structopt = "0.2.15"
|