orcs-lua 0.1.1

Lua scripting support for ORCS components
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 = "2021"
rust-version = "1.80.0"
name = "orcs-lua"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua scripting support for ORCS components"
readme = "README.md"
keywords = [
    "orcs",
    "lua",
    "scripting",
    "plugin",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/orcs-cli"

[features]
test-utils = ["mlua-lspec"]

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.globset]
version = "0.4"

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

[dependencies.mlua-lspec]
version = "0.1"
optional = true

[dependencies.orcs-component]
version = "0.1.1"

[dependencies.orcs-event]
version = "0.1.1"

[dependencies.orcs-hook]
version = "0.1.1"

[dependencies.orcs-mcp]
version = "0.1.1"

[dependencies.orcs-runtime]
version = "0.1.1"

[dependencies.orcs-types]
version = "0.1.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1.11"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shell-sanitize]
version = "0.1.0"

[dependencies.shell-sanitize-rules]
version = "0.1.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.orcs-hook]
version = "0.1.1"
features = ["test-utils"]

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

[lints.clippy]
panic = "warn"
unreachable = "warn"

[lints.rust]
unsafe_code = "deny"