veloren/common/Cargo.toml

44 lines
1.3 KiB
TOML
Raw Normal View History

2019-01-02 17:23:31 +00:00
[package]
name = "veloren-common"
2020-05-15 22:50:40 +00:00
version = "0.6.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]
arraygen = "0.1.13"
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git", branch = "specs-git" }
specs = { git = "https://github.com/amethyst/specs.git", features = ["serde", "storage-event-control"], rev = "7a2e348ab2223818bad487695c66c43db88050a5" }
vek = { version = "0.11.0", features = ["serde"] }
dot_vox = "4.0"
image = { version = "0.22.5", default-features = false, features = ["png"] }
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.50"
ron = { version = "0.6", default-features = false }
tracing = { version = "0.1", default-features = false }
rand = "0.7"
rayon = "1.3.0"
lazy_static = "1.4.0"
2020-07-06 07:15:06 +00:00
hashbrown = { version = "0.7.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"
notify = "5.0.0-pre.3"
indexmap = "1.3.0"
2019-11-24 20:12:03 +00:00
sum_type = "0.2.0"
2020-07-29 17:28:22 +00:00
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "93c5819c502bd912cca6fc2fff9d9817564b1de1" }
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