abstreet/abstutil/Cargo.toml
2021-02-03 18:13:06 -08:00

25 lines
539 B
TOML

[package]
name = "abstutil"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.38"
bincode = "1.3.1"
env_logger = { version = "0.8.2" }
instant = "0.1.7"
itertools = "0.10.0"
log = "0.4.14"
num_cpus = "1.13.0"
scoped_threadpool = "0.1.9"
serde = "1.0.123"
serde_json = "1.0.61"
[target.'cfg(unix)'.dependencies]
termion = "1.5.6"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_log = "0.2.0"
web-sys = { version = "0.3.47", features=["Location", "Window"] }