2019-01-02 17:23:31 +00:00
|
|
|
[package]
|
2019-01-12 15:57:19 +00:00
|
|
|
name = "veloren-server"
|
2021-03-20 12:07:09 +00:00
|
|
|
version = "0.9.0"
|
2019-01-02 17:23:31 +00:00
|
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2020-01-22 03:12:17 +00:00
|
|
|
[features]
|
|
|
|
worldgen = []
|
2021-04-21 17:10:13 +00:00
|
|
|
tracy = ["common/tracy", "common-base/tracy", "common-ecs/tracy", "common-state/tracy", "common-net/tracy", "world/tracy"]
|
2020-09-29 12:29:18 +00:00
|
|
|
simd = ["vek/platform_intrinsics"]
|
2021-04-06 15:47:03 +00:00
|
|
|
plugins = ["common-state/plugins"]
|
2020-09-29 12:29:18 +00:00
|
|
|
|
2021-01-08 08:48:30 +00:00
|
|
|
default = ["worldgen", "plugins", "simd"]
|
2020-01-22 03:12:17 +00:00
|
|
|
|
2019-01-02 17:23:31 +00:00
|
|
|
[dependencies]
|
2019-01-12 15:57:19 +00:00
|
|
|
common = { package = "veloren-common", path = "../common" }
|
2021-03-08 22:40:02 +00:00
|
|
|
common-base = { package = "veloren-common-base", path = "../common/base" }
|
|
|
|
common-ecs = { package = "veloren-common-ecs", path = "../common/ecs" }
|
2021-04-06 15:47:03 +00:00
|
|
|
common-state = { package = "veloren-common-state", path = "../common/state" }
|
2021-04-21 17:10:13 +00:00
|
|
|
common-systems = { package = "veloren-common-systems", path = "../common/systems" }
|
2020-12-13 17:11:55 +00:00
|
|
|
common-net = { package = "veloren-common-net", path = "../common/net" }
|
2019-01-15 15:13:11 +00:00
|
|
|
world = { package = "veloren-world", path = "../world" }
|
2021-01-22 16:09:20 +00:00
|
|
|
network = { package = "veloren-network", path = "../network", features = ["metrics", "compression"], default-features = false }
|
2019-01-02 17:23:31 +00:00
|
|
|
|
2021-05-09 18:28:01 +00:00
|
|
|
inline_tweak = "1.0.8"
|
|
|
|
|
2021-03-10 12:22:17 +00:00
|
|
|
specs = { git = "https://github.com/amethyst/specs.git", features = ["shred-derive"], rev = "5a9b71035007be0e3574f35184acac1cd4530496" }
|
|
|
|
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git", rev = "b65fb220e94f5d3c9bc30074a076149763795556" }
|
2019-10-06 17:35:47 +00:00
|
|
|
|
2021-03-08 22:40:02 +00:00
|
|
|
num_cpus = "1.0"
|
2020-06-25 13:56:21 +00:00
|
|
|
tracing = "0.1"
|
2021-03-03 20:44:30 +00:00
|
|
|
vek = { version = "0.14.1", features = ["serde"] }
|
2020-12-16 09:42:36 +00:00
|
|
|
futures-util = "0.3.7"
|
2021-02-10 10:37:42 +00:00
|
|
|
tokio = { version = "1", default-features = false, features = ["rt"] }
|
2021-03-09 19:12:57 +00:00
|
|
|
prometheus-hyper = "0.1.2"
|
|
|
|
itertools = "0.10"
|
2019-11-05 11:14:39 +00:00
|
|
|
lazy_static = "1.4.0"
|
2021-03-15 22:48:21 +00:00
|
|
|
scan_fmt = "0.2.6"
|
2020-06-01 00:13:35 +00:00
|
|
|
ron = { version = "0.6", default-features = false }
|
2020-07-06 14:23:08 +00:00
|
|
|
serde = { version = "1.0.110", features = ["derive"] }
|
|
|
|
serde_json = "1.0.50"
|
2021-01-26 20:23:18 +00:00
|
|
|
rand = { version = "0.8", features = ["small_rng"] }
|
2019-11-05 11:14:39 +00:00
|
|
|
chrono = "0.4.9"
|
2020-12-16 13:17:28 +00:00
|
|
|
hashbrown = { version = "0.9", features = ["rayon", "serde", "nightly"] }
|
2021-02-06 06:15:25 +00:00
|
|
|
rayon = "1.5"
|
2020-12-15 23:51:07 +00:00
|
|
|
crossbeam-channel = "0.5"
|
2021-03-09 19:12:57 +00:00
|
|
|
prometheus = { version = "0.12", default-features = false}
|
2021-02-06 06:15:25 +00:00
|
|
|
portpicker = { git = "https://github.com/xMAC94x/portpicker-rs", rev = "df6b37872f3586ac3b21d08b56c8ec7cd92fb172" }
|
2021-03-11 15:57:50 +00:00
|
|
|
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "fb3dcbc4962b367253f8f2f92760ef44d2679c9a" }
|
2020-11-11 23:59:09 +00:00
|
|
|
slab = "0.4"
|
2021-04-04 10:55:15 +00:00
|
|
|
rand_distr = "0.4.0"
|
2020-12-13 12:27:48 +00:00
|
|
|
|
2021-04-13 22:05:47 +00:00
|
|
|
rusqlite = { version = "0.24.2", features = ["array", "vtab", "bundled", "trace"] }
|
|
|
|
refinery = { git = "https://gitlab.com/veloren/refinery.git", rev = "8ecf4b4772d791e6c8c0a3f9b66a7530fad1af3e", features = ["rusqlite"] }
|
|
|
|
|
2020-12-13 12:27:48 +00:00
|
|
|
# Plugins
|
|
|
|
plugin-api = { package = "veloren-plugin-api", path = "../plugin/api"}
|