abstreet/importer/Cargo.toml

29 lines
646 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"
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.37"
collisions = { path = "../collisions" }
convert_osm = { path = "../convert_osm" }
2020-11-11 23:02:53 +03:00
csv = "1.1.4"
2020-12-15 04:48:47 +03:00
geojson = "0.21.0"
geom = { path = "../geom" }
2021-01-04 07:01:27 +03:00
gdal = { version = "0.7.0", optional = true }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
2021-01-04 20:19:54 +03:00
rand = "0.8.1"
2021-01-04 06:48:03 +03:00
rand_xorshift = "0.3.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"
2021-01-04 07:01:27 +03:00
serde_json = "1.0.61"
sim = { path = "../sim" }