[package] name = "veloren-server" version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018" [features] worldgen = [] simd = ["vek/platform_intrinsics"] default = ["worldgen", "simd"] [dependencies] common = { package = "veloren-common", path = "../common" } common_state = { package = "veloren_common_state", path = "../common/state" } common_sys = { package = "veloren_common_sys", path = "../common/sys" } world = { package = "veloren-world", path = "../world" } network = { package = "veloren_network", path = "../network", features = ["metrics", "compression"], default-features = false } specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git", branch = "specs-git" } tracing = "0.1" specs = { git = "https://github.com/amethyst/specs.git", features = ["shred-derive"], rev = "7a2e348ab2223818bad487695c66c43db88050a5" } vek = { version = "0.12.0", features = ["serde"] } uvth = "3.1.1" futures-util = "0.3" futures-executor = "0.3" futures-timer = "3.0" futures-channel = "0.3" itertools = "0.9" lazy_static = "1.4.0" scan_fmt = { git = "https://github.com/Imberflur/scan_fmt" } ron = { version = "0.6", default-features = false } serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.50" rand = { version = "0.7", features = ["small_rng"] } chrono = "0.4.9" hashbrown = { version = "0.7.2", features = ["rayon", "serde", "nightly"] } crossbeam = "0.7.2" prometheus = { version = "0.10", default-features = false} tiny_http = "0.7.0" portpicker = { git = "https://github.com/xMAC94x/portpicker-rs" } authc = { git = "https://gitlab.com/veloren/auth.git", rev = "b943c85e4a38f5ec60cd18c34c73097640162bfe" } libsqlite3-sys = { version = "0.18", features = ["bundled"] } diesel = { version = "1.4.3", features = ["sqlite"] } diesel_migrations = "1.4.0" dotenv = "0.15.0" slab = "0.4"