[package] name = "streamplace-chat-server" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.100" async-trait = "0.1.89" axum = "0.8.8" futures-core = "0.3.31" jacquard = "0.9.5" jacquard-api = "0.9.5" jacquard-common = {version = "0.9.5", features = ["websocket"]} jacquard-identity = {version = "0.9.5", features = ["dns"]} maud = { version = "0.27.0", features = ["axum"] } miette = { version = "7.6.0", features = ["fancy"] } reqwest = "0.12.28" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" tokio = { version = "1.49.0", features = ["full"] } tokio-stream = { version = "0.1.18", features = ["full"] } tower-http = { version = "0.6", features = ["fs"] } tracing-subscriber = "0.3.22" url = "2.5.8" [[bin]] name = "streamplace-chat-server" path = "src/main.rs" [lib] name = "streamplace_chat_lib" path = "src/lib/lib.rs"