[package] name = "starkingdoms-server" version = "0.1.0-alpha1" edition = "2021" license = "AGPL-3" [dependencies] bevy = { version = "0.13.1", default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1" bevy_rapier2d = { git = "https://github.com/ghostlyzsh/bevy_rapier.git", features = ["serde-serialize"] } rand = "0.8.5" tracing-subscriber = "0.3" starkingdoms-common = { version = "0.1", path = "../common" } jwt = "0.16" sha2 = "0.10" hmac = "0.12" hex = "0.4" crossbeam-channel = "0.5" tungstenite = "0.21" toml = "0.8" tracing-tracy = "0.11.0" [features] default = [] profiling = ["bevy/trace_tracy"]