mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
38 lines
1015 B
TOML
38 lines
1015 B
TOML
[package]
|
|
name = "veloren-common"
|
|
version = "0.4.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
|
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"] }
|
|
vek = { version = "0.9.9", features = ["serde"] }
|
|
dot_vox = "4.0.0"
|
|
image = "0.22.0"
|
|
mio = "0.6.19"
|
|
mio-extras = "2.0.5"
|
|
serde = "1.0.98"
|
|
serde_derive = "1.0.98"
|
|
serde_json = "1.0.40"
|
|
bincode = "1.1.4"
|
|
log = "0.4.8"
|
|
rand = "0.7.0"
|
|
rayon = "1.1.0"
|
|
lazy_static = "1.3.0"
|
|
lz4-compress = "0.1.1"
|
|
hashbrown = { version = "0.5.0", features = ["serde", "nightly"] }
|
|
find_folder = "0.3.0"
|
|
parking_lot = "0.9.0"
|
|
crossbeam = "0.7.2"
|
|
notify = "5.0.0-pre.1"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "chonk_benchmark"
|
|
harness = false
|