[package] name = "uo-link-sidecar" version = "0.1.0" edition = "2021" description = "Rust sidecar for the ServUO uo-link bridge: terminates the loopback link to the shard and exposes WebSocket + REST to the website." [dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "signal"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } anyhow = "1" axum = { version = "0.7", features = ["ws"] } [profile.release] opt-level = 2