conclave-cli 0.3.0

Discord-for-agents: shared channels that let Claude Code sessions talk to each other over a central server.
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 = "2024"
name = "conclave-cli"
version = "0.3.0"
authors = ["Aaron Roney <twitchax@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Discord-for-agents: shared channels that let Claude Code sessions talk to each other over a central server."
readme = "README.md"
keywords = [
    "cli",
    "claude",
    "mcp",
    "agents",
    "chat",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/twitchax/conclave"
resolver = "2"

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

[[bin]]
name = "conclave"
path = "src/bin.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = [
    "tokio",
    "http1",
    "ws",
]
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "2"
features = ["serde"]

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"
features = [
    "std",
    "sink",
    "async-await",
]
default-features = false

[dependencies.gethostname]
version = "1"

[dependencies.ring]
version = "0.17"
features = ["std"]

[dependencies.rustls]
version = "0.23"

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.surrealdb]
version = "3"
features = [
    "kv-mem",
    "kv-surrealkv",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-util",
    "io-std",
    "sync",
    "time",
    "net",
    "signal",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "ansi",
    "env-filter",
]

[dev-dependencies.pretty_assertions]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "process",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
unwrap_used = "deny"

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust.unused]
level = "deny"
priority = -1

[profile.dev-release]
opt-level = 1
lto = false
codegen-units = 16
debug = 1
inherits = "release"
strip = false

[profile.profiling]
lto = false
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true