rustyclaw 0.1.0

A lightweight, secure agentic AI assistant runtime with OpenClaw compatibility
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"
rust-version = "1.85"
name = "rustyclaw"
version = "0.1.0"
authors = ["Erica Stith <erica@example.com>"]
build = false
exclude = [
    ".github/*",
    "tests/*",
    "*.md",
    "!README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rustyclaw"
description = "A lightweight, secure agentic AI assistant runtime with OpenClaw compatibility"
homepage = "https://github.com/rexlunae/RustyClaw"
documentation = "https://github.com/rexlunae/RustyClaw#readme"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "openclaw",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/rexlunae/RustyClaw"

[badges.maintenance]
status = "actively-developed"

[features]
all-messengers = ["matrix"]
browser = ["dep:chromiumoxide"]
default = []
full = [
    "matrix",
    "browser",
]
matrix = ["dep:matrix-sdk"]

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

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

[[bin]]
name = "rustyclaw-gateway"
path = "src/bin/rustyclaw-gateway.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.chromiumoxide]
version = "0.8"
features = ["tokio-runtime"]
optional = true
default-features = false

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.dirs]
version = "6.0"

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

[dependencies.glob]
version = "0.3"

[dependencies.html2md]
version = "0.2"

[dependencies.httpdate]
version = "1.0"

[dependencies.matrix-sdk]
version = "0.10"
features = [
    "e2e-encryption",
    "sqlite",
]
optional = true
default-features = false

[dependencies.qrcode]
version = "0.14"
default-features = false

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
    "blocking",
    "form",
]
default-features = false

[dependencies.scraper]
version = "0.25"

[dependencies.securestore]
version = "0.100.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3.1"

[dependencies.ssh-key]
version = "0.6"
features = [
    "ed25519",
    "getrandom",
    "std",
]

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.syntect]
version = "5"
features = [
    "default-syntaxes",
    "default-themes",
    "regex-fancy",
]
default-features = false

[dependencies.sysinfo]
version = "0.38"

[dependencies.thiserror]
version = "2.0"

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

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

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

[dependencies.toml]
version = "0.9"

[dependencies.totp-rs]
version = "5.7"
features = [
    "gen_secret",
    "otpauth",
]

[dependencies.tui-input]
version = "0.15"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"

[dependencies.zip]
version = "7.4.0"

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

[target."cfg(unix)".dependencies.colored]
version = "3.1"

[target."cfg(unix)".dependencies.indicatif]
version = "0.18"

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

[target."cfg(unix)".dependencies.rpassword]
version = "7"

[target."cfg(unix)".dependencies.unicode-width]
version = "0.2"

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