trustee 0.1.33

A general-purpose agent that can morph into different specialized agents using WASM lifecycle plugins
# 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"
name = "trustee"
version = "0.1.33"
authors = ["Podtan Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A general-purpose agent that can morph into different specialized agents using WASM lifecycle plugins"
homepage = "https://trustee.podtan.com"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "llm",
    "wasm",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/podtan/trustee"

[features]
default = []
tui = [
    "dep:ratatui",
    "dep:crossterm",
    "dep:tokio-util",
    "dep:trustee-tui",
]

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

[dependencies.abk]
version = "0.5.23"
features = [
    "cli",
    "orchestration",
    "agent",
    "observability",
    "storage-documentdb",
    "extension",
    "registry-mcp",
]

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.figment]
version = "0.10"
features = ["toml"]

[dependencies.getmyconfig]
version = "0.1.1"

[dependencies.ratatui]
version = "0.29"
optional = true

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

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

[dependencies.toml]
version = "0.8"

[dependencies.trustee-tui]
version = "0.1.15"
optional = true

[dependencies.umf]
version = "0.2.4"
features = [
    "streaming",
    "mcp",
]