volition-core 0.2.0

Core library for the Volition AI agent
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"
name = "volition-core"
version = "0.2.0"
authors = ["Jesse B. Miller <jesse@jessebmiller.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the Volition AI agent"
readme = "README.md"
keywords = [
    "ai",
    "library",
    "llm",
    "agent",
    "mcp",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/jessebmiller/volition"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1"

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

[dependencies.rmcp]
version = "0.1"
features = [
    "server",
    "client",
    "server",
    "transport-child-process",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

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

[dependencies.toml]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.tempfile]
version = "3.6"

[dev-dependencies.tracing-subscriber]
version = "0.3"