behavior-tree 0.0.8

Yet another behavior tree library for rust!
Documentation
[dependencies.puffin]
optional = true
version = "0.7.0"

[dependencies.rand]
version = "0.8.4"

[dependencies.tracing]
version = "0.1"

[features]
profiling = ["puffin"]

[lib]
doctest = false

[package]
authors = ["Jakub Arnold <darthdeus@gmail.com>"]
description = "Yet another behavior tree library for rust!"
documentation = "https://docs.rs/behavior-tree"
edition = "2018"
keywords = ["gamedev", "ai"]
license = "MIT"
name = "behavior-tree"
repository = "https://github.com/darthdeus/behavior-tree"
version = "0.0.8"