mentra 0.4.0

An agent runtime for tool-using LLM applications
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 = "2024"
rust-version = "1.85"
name = "mentra"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An agent runtime for tool-using LLM applications"
homepage = "https://github.com/WendellXY/mentra"
documentation = "https://docs.rs/mentra"
readme = "README.md"
keywords = [
    "agents",
    "llm",
    "runtime",
    "tools",
    "ai",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/WendellXY/mentra"
resolver = "2"

[features]
default = []
openai-oauth = [
    "dep:rand",
    "dep:ring",
]
test-utils = []

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.9.2"
optional = true

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.ring]
version = "0.17.14"
optional = true

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

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

[dependencies.url]
version = "2.5.8"