veloren/common/Cargo.toml

48 lines
1.1 KiB
TOML
Raw Normal View History

2019-01-02 17:23:31 +00:00
[package]
name = "veloren-common"
2020-01-29 14:00:07 +00:00
version = "0.5.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"
2020-01-27 22:41:30 +00:00
[features]
no-assets = []
2019-01-02 17:23:31 +00:00
[dependencies]
2019-12-02 01:26:31 +00:00
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git" }
specs = { version = "0.15.1", features = ["serde", "nightly", "storage-event-control"] }
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.3"
2019-07-28 15:47:14 +00:00
mio = "0.6.19"
mio-extras = "2.0.5"
serde = "1.0.102"
serde_derive = "1.0.102"
serde_json = "1.0.41"
ron = "0.5.1"
bincode = "1.2.0"
2019-07-29 13:42:26 +00:00
log = "0.4.8"
rand = "0.7.2"
rayon = "^1.3.0"
lazy_static = "1.4.0"
2019-07-28 15:47:14 +00:00
lz4-compress = "0.1.1"
hashbrown = { version = "0.6.2", features = ["rayon", "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.2"
indexmap = "1.3.0"
2019-11-24 20:12:03 +00:00
sum_type = "0.2.0"
2020-03-08 20:59:49 +00:00
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "65571ade0d954a0e0bd995fdb314854ff146ab97" }
2019-09-03 23:00:50 +00:00
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "chonk_benchmark"
harness = false
[[bench]]
name = "color_benchmark"
harness = false