agnt 0.3.2

A dense, sync-first Rust agent engine — multi-backend inference, parallel tool dispatch, SQLite persistence, streaming. Flagship meta-crate.
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.75"
name = "agnt"
version = "0.3.2"
authors = ["doop"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dense, sync-first Rust agent engine — multi-backend inference, parallel tool dispatch, SQLite persistence, streaming. Flagship meta-crate."
homepage = "https://github.com/hmbldv/agnt"
documentation = "https://docs.rs/agnt"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "ollama",
    "anthropic",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hmbldv/agnt"

[features]
default = [
    "net",
    "store",
    "tools",
    "macros",
]
macros = ["dep:agnt-macros"]
mcp = ["dep:agnt-mcp"]
net = ["dep:agnt-net"]
store = ["dep:agnt-store"]
tools = ["dep:agnt-tools"]
tools-bwrap-shell = [
    "tools-shell",
    "agnt-tools/bwrap-shell",
]
tools-shell = [
    "tools",
    "agnt-tools/shell",
]

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

[dependencies.agnt-core]
version = "0.3"

[dependencies.agnt-macros]
version = "0.3"
optional = true

[dependencies.agnt-mcp]
version = "0.3"
optional = true

[dependencies.agnt-net]
version = "0.3"
optional = true

[dependencies.agnt-store]
version = "0.3"
optional = true

[dependencies.agnt-tools]
version = "0.3"
optional = true