[package]
edition = "2021"
name = "arora-behavior"
version = "6.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Behavior abstraction the Arora runtime ticks: a behavior tree, a node graph, or any interpreter, against the shared data store — plus the shared behavior graph model."
readme = "readme.md"
license = "MIT"
[lib]
name = "arora_behavior"
path = "src/lib.rs"
[dependencies.arora-types]
version = "2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.uuid]
version = "1"
features = ["serde"]