rustyclaw 0.3.0

CLI binary for RustyClaw — main entry point and gateway daemon
# 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.3.0"
authors = ["Erica Stith <erica@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rustyclaw"
description = "CLI binary for RustyClaw — main entry point and gateway daemon"
homepage = "https://github.com/rexlunae/RustyClaw"
readme = false
keywords = [
    "ai",
    "agent",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rexlunae/RustyClaw"

[features]
default = ["tui"]
tui = ["dep:rustyclaw-tui"]

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "3.1"

[dependencies.dirs]
version = "6.0"

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

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

[dependencies.rpassword]
version = "7"

[dependencies.rustyclaw-core]
version = "0.3.0"

[dependencies.rustyclaw-tui]
version = "0.3.0"
optional = true

[dependencies.serde_json]
version = "1.0"

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

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

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

[dependencies.url]
version = "2.5"

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

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