muthr 0.1.21

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 = "2021"
rust-version = "1.82"
name = "muthr"
version = "0.1.21"
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",
    "tui",
    "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.5"
features = [
    "derive",
    "env",
    "cargo",
]

[dependencies.clap_complete]
version = "4.5"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.ini]
version = "1.3"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.15"

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

[profile.release]
opt-level = 2
lto = true
codegen-units = 1