modular-agent-kit 0.21.0

Modular Agent Kit
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 = "modular-agent-kit"
version = "0.21.0"
authors = ["Akira Ishino <akira@lumilab.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular Agent Kit"
readme = false
license = "Apache-2.0 OR MIT"
resolver = "2"

[features]
default = [
    "file",
    "image",
    "llm",
    "mcp",
]
file = []
image = ["photon-rs"]
llm = ["regex"]
mcp = ["rmcp"]
test-utils = []

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

[[test]]
name = "main_test"
path = "tests/main_test.rs"
required-features = ["test-utils"]

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

[dependencies.fnv]
version = "1"

[dependencies.im]
version = "15.1.0"
features = ["serde"]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.inventory]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.modular-agent-macros]
version = "0.21.0"

[dependencies.photon-rs]
version = "0.3.3"
optional = true

[dependencies.regex]
version = "1.12.2"
optional = true

[dependencies.rmcp]
version = "0.13.0"
features = [
    "client",
    "transport-child-process",
]
optional = true

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["macros"]