abstreet/abstutil/Cargo.toml

23 lines
479 B
TOML

[package]
name = "abstutil"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
bincode = "1.1.2"
lazy_static = "1.3.0"
num_cpus = "1.10.0"
rand = { version = "0.6.5", features = ["serde1"] }
rand_xorshift = "0.1.1"
scoped_threadpool = "0.1.9"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.4.7"
[target.'cfg(unix)'.dependencies]
termion = "1.5.1"