rustyclaw-core 0.2.0

Core library for RustyClaw — config, gateway protocol, secrets, tools, and shared types
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-core"
version = "0.2.0"
authors = ["Erica Stith <erica@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for RustyClaw — config, gateway protocol, secrets, tools, and shared types"
homepage = "https://github.com/rexlunae/RustyClaw"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "openclaw",
    "automation",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/rexlunae/RustyClaw"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "2.0.0-rc.3"
features = ["serde"]

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3.1"

[dependencies.directories]
version = "6.0"

[dependencies.dirs]
version = "6.0"

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

[dependencies.glob]
version = "0.3"

[dependencies.html2md]
version = "0.2"
optional = true

[dependencies.httpdate]
version = "1.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.ipnetwork]
version = "0.21"

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

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]

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

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1.10"

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

[dependencies.rpassword]
version = "7"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.scraper]
version = "0.25"
optional = true

[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.28"
features = ["derive"]

[dependencies.sysinfo]
version = "0.38"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-rustls]
version = "0.26"

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

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

[dependencies.toml]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"

[dependencies.zip]
version = "8.1"

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

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("signal"))']