room-cli 2.1.0-rc.2

Multi-user chat room for agent/human coordination over Unix domain sockets
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "room-cli"
version = "2.1.0-rc.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-user chat room for agent/human coordination over Unix domain sockets"
readme = "README.md"
keywords = [
    "cli",
    "chat",
    "agents",
    "coordination",
    "tui",
]
categories = [
    "command-line-utilities",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/knoxio/room"

[lib]
name = "room_cli"
path = "src/lib.rs"

[[bin]]
name = "room"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "ws_smoke"
path = "tests/ws_smoke.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8.8"
features = ["ws"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"

[dependencies.futures-util]
version = "=0.3.31"
features = ["sink"]

[dependencies.ratatui]
version = "0.30"

[dependencies.room-protocol]
version = "2.1.0-rc.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower-http]
version = "0.6.8"
features = ["cors"]

[dependencies.unicode-width]
version = "0.2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-tungstenite]
version = "0.28"