agent-block 0.1.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.1.0"
authors = ["Yutaka Nishimura"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "src/**/*.rs",
    "LICENSE-*",
    "README.md",
    "CHANGELOG.md",
    "examples/**/*.lua",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua-first Agent Runtime built on AgentMesh"
readme = "README.md"
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"

[dependencies.agent-mesh-core]
version = "0.3"

[dependencies.agent-mesh-sdk]
version = "0.3"

[dependencies.anyhow]
version = "1"

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

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

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

[dependencies.mlua-batteries]
version = "0.2"
features = [
    "json",
    "fs",
    "env",
    "path",
    "time",
]

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

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