abstreet/abstutil/Cargo.toml
2020-06-09 18:56:33 -07:00

31 lines
620 B
TOML

[package]
name = "abstutil"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[features]
profiler = ["cpuprofiler"]
[dependencies]
bincode = "1.1.2"
cpuprofiler = { version = "0.0.3", optional = true }
instant = "0.1.2"
itertools = "0.9.0"
num_cpus = "1.10.0"
rand = "0.7.0"
rand_xorshift = "0.2.0"
scoped_threadpool = "0.1.9"
serde = "1.0.110"
serde_json = "1.0.40"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.7.8"
[target.'cfg(unix)'.dependencies]
termion = "1.5.1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
include_dir = "0.5.0"
stdweb = "0.4.20"