arora-behavior-tree 0.1.0

The Arora behavior tree: Groot-compatible trees ticking Arora modules.
# 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"
name = "arora-behavior-tree"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Arora behavior tree: Groot-compatible trees ticking Arora modules."
readme = "README.md"
license = "MIT"

[lib]
name = "arora_behavior_tree"
path = "src/behavior_tree.rs"

[dependencies.arora-behavior]
version = "0.1"

[dependencies.arora-behavior-tree-types]
version = "0.1"

[dependencies.arora-buffers]
version = "0.1"

[dependencies.arora-types]
version = "1.6"

[dependencies.derive_more]
version = "2"

[dependencies.lazy_static]
version = "1"

[dependencies.quick-xml]
version = "0.40"

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

[dependencies.serde_yaml]
version = "0.8"

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

[dev-dependencies.anyhow]
version = "1"

[build-dependencies.anyhow]
version = "1"

[build-dependencies.arora-behavior-tree-types]
version = "0.1"

[build-dependencies.arora-module-rust]
version = "0.1"

[build-dependencies.arora-registry]
version = "0.1"

[build-dependencies.semver]
version = "1"

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