agent-block 0.21.0

Lua-first Agent Runtime built on AgentMesh
# 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.70"
name = "agent-block"
version = "0.21.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua-first Agent Runtime built on AgentMesh"
readme = false
keywords = [
    "lua",
    "agent",
    "runtime",
    "mcp",
    "mesh",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/agent-block"

[[bin]]
name = "agent-block"
path = "src/main.rs"

[[example]]
name = "echo_mcp_server"
path = "examples/echo_mcp_server.rs"

[[example]]
name = "subscribe_test_server"
path = "examples/bin/subscribe_test_server.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.agent-block-core]
version = "0.21.0"

[dependencies.agent-block-mcp]
version = "0.21.0"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dotenvy]
version = "0.15"

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.agent-block-types]
version = "0.21.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
]
default-features = false

[dev-dependencies.mlua]
version = "0.11"
features = [
    "lua54",
    "vendored",
    "async",
    "serialize",
]

[dev-dependencies.mlua-isle]
version = "0.4.1"
features = [
    "pool",
    "tokio",
]

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

[dev-dependencies.rmcp]
version = "1.4.0"
features = [
    "server",
    "transport-streamable-http-server",
    "elicitation",
]

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

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

[target."cfg(unix)".dev-dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]