shrubbery 0.1.1

Composable Berhavior Trees
Documentation
[dependencies.ahash]
version = "0.8.3"

[dependencies.derive_more]
default-features = false
features = ["deref", "deref_mut", "as_mut", "as_ref", "from", "try_into"]
version = "0.99.17"

[dependencies.graphviz-rust]
version = "0.9.0"

[dependencies.log]
version = "0.4.21"

[dependencies.regex]
version = "1.8.4"

[dependencies.thiserror]
version = "1.0.40"

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

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(buck_build)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Composable Berhavior Trees"
documentation = "https://docs.rs/shrubbery"
edition = "2021"
homepage = "https://github.com/thomasMilesTgm/shrubbery"
keywords = ["shrubbery", "behavior-tree", "ai"]
license = "MIT"
name = "shrubbery"
readme = "README.md"
repository = "https://github.com/thomasMilesTgm/shrubbery"
version = "0.1.1"

[package.metadata.buckify_crate]
cargo_autogenerated = true
ignore = true

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