[package] name = "server" version = "0.1.0" edition = "2021" [dependencies] async-trait = "0.1.83" axum = { version = "0.7.7", features = ["ws"] } axum-client-ip = "0.6.1" axum-login = "0.16.0" axum_static = "1.7.1" ciborium = "0.2.2" clap = { version = "4.5.19", features = ["derive"] } common = { version = "0.1.0", path = "../common" } futures = "0.3.31" log = "0.4.22" slab = "0.4.9" time = "0.3.36" tokio = { version = "1.40.0", features = ["full"] } tower = "0.5.1" tower-http = { version = "0.6.1", features = ["full"] } tower-sessions = { version = "0.13.0", features = ["memory-store", "signed"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"