shrubbery 0.1.2

Composable Berhavior Trees
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 = "2024"
name = "shrubbery"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable Berhavior Trees"
homepage = "https://github.com/thomasMilesTgm/shrubbery"
documentation = "https://docs.rs/shrubbery"
readme = "README.md"
keywords = [
    "shrubbery",
    "behavior-tree",
    "ai",
]
license = "MIT"
repository = "https://github.com/thomasMilesTgm/shrubbery"

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

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

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

[dependencies.ahash]
version = "0.8.3"

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

[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"