clawbro 0.1.10

ClawBro AI runtime and CLI
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"
rust-version = "1.90"
name = "clawbro"
version = "0.1.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ClawBro AI runtime and CLI"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "cli",
    "runtime",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/fishers6/clawbro"

[features]
default = []
internal-bins = []
internal-sdk-tests = []

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

[[bin]]
name = "clawbro"
path = "src/bin/clawbro_cli.rs"

[[bin]]
name = "clawbro_acp_approval_fixture"
path = "src/bin/clawbro_acp_approval_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_acp_echo_fixture"
path = "src/bin/clawbro_acp_echo_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_acp_team_fixture"
path = "src/bin/clawbro_acp_team_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_native_echo_fixture"
path = "src/bin/clawbro_native_echo_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_native_team_fixture"
path = "src/bin/clawbro_native_team_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_native_team_missing_completion_fixture"
path = "src/bin/clawbro_native_team_missing_completion_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro_openclaw_gateway_fixture"
path = "src/bin/clawbro_openclaw_gateway_fixture.rs"
required-features = ["internal-bins"]

[[bin]]
name = "clawbro-team-cli"
path = "src/bin/clawbro_team_cli.rs"
required-features = ["internal-bins"]

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

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

[dependencies.agent-client-protocol]
version = "0.10.2"
features = ["unstable_session_usage"]

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.chrono-tz]
version = "0.9"

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.15"

[dependencies.cron]
version = "0.12"

[dependencies.dashmap]
version = "5.5"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.fast_qr]
version = "0.13"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.rig]
version = "0.33.0"
features = ["rmcp"]
package = "rig-core"

[dependencies.rmcp]
version = "=0.8.5"
features = [
    "client",
    "server",
    "transport-sse-client-reqwest",
    "transport-sse-server",
    "transport-streamable-http-server",
]

[dependencies.rmcp16]
version = "0.16.0"
features = [
    "client",
    "transport-streamable-http-client-reqwest",
]
package = "rmcp"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

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

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["rustls-tls-native-roots"]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.toml]
version = "0.9"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "v5",
    "serde",
]

[dependencies.walkdir]
version = "2.5"

[dependencies.which]
version = "6"

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

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

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

[dev-dependencies.tokio-tungstenite]
version = "0.26"
features = ["rustls-tls-native-roots"]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[dev-dependencies.uuid]
version = "1.6"
features = ["v4"]