veloren/common/Cargo.toml

38 lines
1015 B
TOML
Raw Normal View History

2019-01-02 17:23:31 +00:00
[package]
name = "veloren-common"
2019-08-01 10:32:14 +00:00
version = "0.3.0"
2019-08-04 19:54:08 +00:00
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>", "Imbris <imbrisf@gmail.com>"]
2019-01-02 17:23:31 +00:00
edition = "2018"
[dependencies]
sphynx = { git = "https://gitlab.com/veloren/sphynx.git", features = ["serde1"], rev = "ac4adf54d181339a789907acd27f61fe81daa455" }
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git" }
specs = { version = "0.14.2", features = ["serde", "nightly"] }
2019-08-25 20:37:48 +00:00
vek = { version = "0.9.9", features = ["serde"] }
2019-07-28 15:47:14 +00:00
dot_vox = "4.0.0"
image = "0.22.0"
mio = "0.6.19"
mio-extras = "2.0.5"
2019-07-29 13:42:26 +00:00
serde = "1.0.98"
serde_derive = "1.0.98"
2019-07-28 15:47:14 +00:00
serde_json = "1.0.40"
bincode = "1.1.4"
2019-07-29 13:42:26 +00:00
log = "0.4.8"
2019-07-28 15:47:14 +00:00
rand = "0.7.0"
rayon = "1.1.0"
lazy_static = "1.3.0"
lz4-compress = "0.1.1"
2019-08-11 20:38:28 +00:00
hashbrown = { version = "0.5.0", features = ["serde", "nightly"] }
2019-07-28 15:47:14 +00:00
find_folder = "0.3.0"
2019-08-15 22:19:54 +00:00
parking_lot = "0.9.0"
crossbeam = "0.7.2"
notify = "5.0.0-pre.1"
2019-09-03 23:00:50 +00:00
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "chonk_benchmark"
harness = false