selfware 0.1.0

Your personal AI workshop — software you own, software that lasts
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.85"
name = "selfware"
version = "0.1.0"
authors = ["Trebuchet Network"]
build = false
exclude = [
    "system_tests/",
    "experiments/",
    "k8s/",
    "docs/",
    "selfware.toml",
    "selfware-eval.toml",
    "selfware-extended-test.toml",
    "selfware-longrun.toml",
    "*.zip",
    "*.profraw",
    "*.html",
    "*.info",
    "COMPREHENSIVE_PRODUCTION_READINESS_REVIEW.md",
    "PRODUCTION_READINESS_REVIEW.md",
    "SECOND_OPINION_REVIEW.md",
    "EVAL_REPORT.md",
    "Dockerfile",
    ".dockerignore",
    ".tarpaulin.toml",
    "deny.toml",
    ".pre-commit-config.yaml",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Your personal AI workshop — software you own, software that lasts"
homepage = "https://selfware.me"
documentation = "https://docs.rs/selfware"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "local-first",
    "cli",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/architehc/selfware"

[features]
cache = []
default = []
execution-modes = []
extras = [
    "tui",
    "workflows",
    "resilience",
    "execution-modes",
    "cache",
    "log-analysis",
    "tokens",
    "self-improvement",
    "hot-reload",
]
hot-reload = []
integration = []
log-analysis = []
resilience = []
self-improvement = []
tokens = []
tui = []
workflows = []

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

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

[[example]]
name = "basic_chat"
path = "examples/basic_chat.rs"

[[example]]
name = "custom_config"
path = "examples/custom_config.rs"

[[example]]
name = "multi_agent"
path = "examples/multi_agent.rs"

[[example]]
name = "run_task"
path = "examples/run_task.rs"

[[example]]
name = "swarm_ui_demo"
path = "examples/swarm_ui_demo.rs"

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

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

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

[[test]]
name = "integration"
path = "tests/integration/mod.rs"
required-features = ["integration"]

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

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

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

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

[[test]]
name = "unit"
path = "tests/unit/mod.rs"

[[bench]]
name = "token_processing"
path = "benches/token_processing.rs"
harness = false

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "2.0"
features = ["serde"]

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

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

[dependencies.colored]
version = "3.1"

[dependencies.crossterm]
version = "0.27"

[dependencies.ctrlc]
version = "3"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.git2]
version = "0.20"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.hnsw_rs]
version = "0.3"

[dependencies.keyring]
version = "3.2"

[dependencies.libloading]
version = "0.9.0"

[dependencies.lru]
version = "0.16.3"

[dependencies.metrics]
version = "0.21.0"

[dependencies.metrics-exporter-prometheus]
version = "0.12.1"

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.nucleo]
version = "0.5"

[dependencies.nvml-wrapper]
version = "0.12.0"

[dependencies.once_cell]
version = "1.19"

[dependencies.opentelemetry]
version = "0.21.0"

[dependencies.opentelemetry-otlp]
version = "0.14.0"

[dependencies.opentelemetry_sdk]
version = "0.21.0"
features = ["rt-tokio"]

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.30"

[dependencies.reedline]
version = "0.45"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.shlex]
version = "1"

[dependencies.similar]
version = "2.4"

[dependencies.syntect]
version = "5.2"

[dependencies.sysinfo]
version = "0.38.2"

[dependencies.tempfile]
version = "3.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiktoken-rs]
version = "0.7"

[dependencies.tokenizers]
version = "0.22.2"
features = [
    "hf-hub",
    "http",
]

[dependencies.tokio]
version = "1.43"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "io-util",
    "process",
    "signal",
]

[dependencies.toml]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2.4"

[dependencies.tracing-opentelemetry]
version = "0.22.0"

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

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

[dependencies.url]
version = "2"

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

[dependencies.walkdir]
version = "2.4"

[dependencies.whoami]
version = "2.1"

[dependencies.zeroize]
version = "1.8.2"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio-test]
version = "0.4"

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["signal"]