[package] authors = ["Marcel Märtens "] edition = "2018" name = "veloren-common-net" version = "0.9.0" [features] tracy = ["common/tracy"] simd = ["vek/platform_intrinsics"] default = ["simd"] [dependencies] common = {package = "veloren-common", path = "../../common"} #inline_tweak = "1.0.2" sum_type = "0.2.0" vek = { version = "=0.14.1", features = ["serde"] } tracing = { version = "0.1", default-features = false } # Data structures hashbrown = { version = "0.9", features = ["rayon", "serde", "nightly"] } # Auth authc = { git = "https://gitlab.com/veloren/auth.git", rev = "fb3dcbc4962b367253f8f2f92760ef44d2679c9a" } # ECS specs = { git = "https://github.com/amethyst/specs.git", features = ["serde", "storage-event-control"], rev = "5a9b71035007be0e3574f35184acac1cd4530496" } specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git", rev = "b65fb220e94f5d3c9bc30074a076149763795556" } # Serde serde = { version = "1.0.110", features = ["derive"] }