2020-12-13 17:11:55 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
2022-01-26 14:46:40 +00:00
|
|
|
edition = "2021"
|
2020-12-13 17:11:55 +00:00
|
|
|
name = "veloren-common-net"
|
2021-06-12 08:14:07 +00:00
|
|
|
version = "0.10.0"
|
2020-12-13 17:11:55 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
simd = ["vek/platform_intrinsics"]
|
|
|
|
|
|
|
|
default = ["simd"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
common = {package = "veloren-common", path = "../../common"}
|
2023-05-10 08:33:01 +00:00
|
|
|
#inline_tweak = { workspace = true }
|
2020-12-13 17:11:55 +00:00
|
|
|
|
2023-05-10 08:33:01 +00:00
|
|
|
bincode = { workspace = true }
|
2021-04-20 23:33:42 +00:00
|
|
|
flate2 = "1.0.20"
|
2023-05-10 08:33:01 +00:00
|
|
|
image = { workspace = true, features = ["jpeg"] }
|
|
|
|
num-traits = { workspace = true }
|
2020-12-13 17:11:55 +00:00
|
|
|
sum_type = "0.2.0"
|
2023-05-10 08:33:01 +00:00
|
|
|
vek = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
2020-12-13 17:11:55 +00:00
|
|
|
|
|
|
|
# Data structures
|
2023-05-10 08:33:01 +00:00
|
|
|
hashbrown = { workspace = true }
|
2020-12-13 17:11:55 +00:00
|
|
|
|
|
|
|
# ECS
|
2023-05-10 08:33:01 +00:00
|
|
|
specs = { workspace = true, features = ["serde", "storage-event-control"] }
|
2020-12-13 17:11:55 +00:00
|
|
|
|
|
|
|
# Serde
|
2023-05-10 08:33:01 +00:00
|
|
|
serde = { workspace = true }
|