abstreet/importer/Cargo.toml

27 lines
596 B
TOML
Raw Normal View History

[package]
name = "importer"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[features]
default = []
scenarios = ["gdal"]
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
collisions = { path = "../collisions" }
convert_osm = { path = "../convert_osm" }
2020-11-11 23:02:53 +03:00
csv = "1.1.4"
geojson = "0.20.1"
geom = { path = "../geom" }
gdal = { version = "0.6.0", optional = true }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
rand = "0.7.0"
rand_xorshift = "0.2.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"
serde_json = "1.0.57"
sim = { path = "../sim" }