beet_flow 0.0.4

A very flexible AI behavior library for games and robotics.
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.beet_flow_macros]
version = "0.0.4"

[dependencies.beetmash]
optional = true
version = "0.0.7"

[dependencies.bevy]
default-features = false
features = ["bevy_scene", "serialize"]
version = "0.15"

[dependencies.extend]
version = "1.1.2"

[dependencies.heck]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.petgraph]
features = ["serde-1"]
version = "0.6.4"

[dependencies.rand]
version = "0.8"

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

[dependencies.sweet]
features = ["bevy"]
optional = true
version = "0.2"

[dev-dependencies.beetmash]
features = ["test"]
version = "0.0.7"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.ron]
version = "0.8"

[dev-dependencies.sweet]
features = ["bevy"]
version = "0.2"

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

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

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

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

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

[features]
default = ["net"]
net = ["dep:beetmash", "beetmash/net"]
reflect = []
test = ["dep:sweet"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "A very flexible AI behavior library for games and robotics."
documentation = "https://beetmash.com/docs/beet"
edition = "2021"
homepage = "https://beetmash.com/docs/beet"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_flow"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
version = "0.0.4"