[package] name = "ubw-sward" version = "0.1.0" edition = "2024" [dependencies] tokio = { workspace = true } tower = { workspace = true } reqwest = {workspace = true} url = {workspace = true} rand = {workspace = true} thiserror = {workspace = true} compact_str = {workspace = true} bytes = {workspace = true} libc = "0.2" socket2 = "0.6" wyrand = "0.3" regex = "1.11" tokio-util = "0.7"