2018-06-22 21:01:44 +03:00
|
|
|
[package]
|
|
|
|
name = "abstutil"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-06-22 21:01:44 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2019-03-12 00:44:32 +03:00
|
|
|
bincode = "1.1.2"
|
2020-02-15 01:28:25 +03:00
|
|
|
instant = "0.1.2"
|
2019-05-26 05:11:29 +03:00
|
|
|
num_cpus = "1.10.0"
|
2019-08-15 22:06:08 +03:00
|
|
|
rand = "0.7.0"
|
|
|
|
rand_xorshift = "0.2.0"
|
2019-05-26 05:11:29 +03:00
|
|
|
scoped_threadpool = "0.1.9"
|
2019-08-15 22:06:08 +03:00
|
|
|
serde = "1.0.98"
|
|
|
|
serde_derive = "1.0.98"
|
|
|
|
serde_json = "1.0.40"
|
2019-03-12 02:23:39 +03:00
|
|
|
|
2019-04-19 19:16:13 +03:00
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
2019-03-12 02:23:39 +03:00
|
|
|
procfs = "0.4.7"
|
2019-04-19 19:16:13 +03:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
2019-03-12 00:01:06 +03:00
|
|
|
termion = "1.5.1"
|
2020-02-16 03:44:06 +03:00
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
include_dir = "0.5.0"
|
|
|
|
stdweb = "0.4.20"
|