abstreet/geom/Cargo.toml

25 lines
532 B
TOML
Raw Normal View History

2018-06-29 05:48:11 +03:00
[package]
name = "geom"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
2018-06-29 05:48:11 +03:00
[dependencies]
2018-10-29 04:37:04 +03:00
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
2021-02-04 05:13:06 +03:00
anyhow = "1.0.38"
earcutr = "0.1.1"
fs-err = "2.6.0"
2022-04-21 04:57:22 +03:00
geo = "0.20.1"
geo-booleanop = "0.3.2"
geojson = { version = "0.22.0", features = ["geo-types"] }
histogram = "0.6.9"
2020-09-24 19:36:26 +03:00
instant = "0.1.7"
ordered-float = { version = "2.4.0", features=["serde"] }
2022-04-21 04:57:22 +03:00
polylabel = "2.4.0"
2021-02-04 05:13:06 +03:00
serde = "1.0.123"
[dev-dependencies]
rand = "0.8.3"
rand_xorshift = "0.3.0"