clawshell 0.0.1

A security privileged process for the OpenClaw ecosystem.
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 = "clawshell"
version = "0.0.1"
build = false
exclude = [
    "npm/*",
    "docs/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A security privileged process for the OpenClaw ecosystem."
homepage = "https://github.com/clawshell/clawshell"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/clawshell/clawshell"

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

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

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

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

[dependencies.axum]
version = "0.8.8"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.console]
version = "0.16.2"

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

[dependencies.http]
version = "1.4"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.inquire]
version = "0.9.3"

[dependencies.nix]
version = "0.31.1"
features = [
    "signal",
    "process",
    "feature",
    "user",
]

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "stream",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.toml]
version = "1.0.1"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "test-util",
]

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

[dev-dependencies.wiremock]
version = "0.6"