muthr 0.1.39

A zero-trust orchestrator that automates secure inference and isolated execution of local AI agents.
# 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.95"
name = "muthr"
version = "0.1.39"
authors = ["tappunk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-trust orchestrator that automates secure inference and isolated execution of local AI agents."
readme = "README.md"
keywords = [
    "cli",
    "lima",
    "llama-cpp",
    "macos",
]
categories = [
    "command-line-utilities",
    "virtualization",
    "artificial-intelligence",
    "development-tools",
    "security",
]
license = "MIT"
repository = "https://github.com/tappunk/muthr"

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

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

[dependencies.clap_complete]
version = "=4.6.5"

[dependencies.color-eyre]
version = "=0.6.5"

[dependencies.dirs]
version = "=6.0.0"

[dependencies.glob]
version = "=0.3.3"

[dependencies.indicatif]
version = "=0.18.4"

[dependencies.ini]
version = "=1.3.0"

[dependencies.libc]
version = "=0.2.186"

[dependencies.reqwest]
version = "=0.12.28"
features = ["json"]

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

[dependencies.serde_json]
version = "=1.0.150"

[dependencies.serde_yaml]
version = "=0.9.34"

[dependencies.tempfile]
version = "=3.27.0"

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

[dependencies.toml]
version = "=0.8.23"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true