[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.mecha10-core]
version = "0.1"
[dependencies.notify]
version = "6"
[dependencies.rand]
version = "0.8"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.42"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "generate_schema"
path = "examples/generate_schema.rs"
[[example]]
name = "load_and_execute"
path = "examples/load_and_execute.rs"
[lib]
name = "mecha10_behavior_runtime"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Behavior tree runtime for Mecha10 - unified AI and logic composition system"
edition = "2021"
license = "MIT"
name = "mecha10-behavior-runtime"
readme = "README.md"
repository = "https://github.com/mecha10/mecha10"
version = "0.1.25"
[[test]]
name = "action_nodes_tests"
path = "tests/action_nodes_tests.rs"
[[test]]
name = "behavior_tests"
path = "tests/behavior_tests.rs"
[[test]]
name = "composition_tests"
path = "tests/composition_tests.rs"
[[test]]
name = "config_integration_tests"
path = "tests/config_integration_tests.rs"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "execution_tests"
path = "tests/execution_tests.rs"
[[test]]
name = "hot_reload_tests"
path = "tests/hot_reload_tests.rs"
[[test]]
name = "loader_tests"
path = "tests/loader_tests.rs"
[[test]]
name = "registry_tests"
path = "tests/registry_tests.rs"
[[test]]
name = "seed_validation"
path = "tests/seed_validation.rs"
[[test]]
name = "status_tests"
path = "tests/status_tests.rs"