Documentation
[dependencies.beet_build]
optional = true
version = "0.0.6"

[dependencies.beet_connect]
optional = true
version = "0.0.6"

[dependencies.beet_core]
version = "0.0.6"

[dependencies.beet_design]
optional = true
version = "0.0.6"

[dependencies.beet_examples]
optional = true
version = "0.0.6"

[dependencies.beet_flow]
optional = true
version = "0.0.6"

[dependencies.beet_ml]
optional = true
version = "0.0.6"

[dependencies.beet_parse]
optional = true
version = "0.0.6"

[dependencies.beet_router]
optional = true
version = "0.0.6"

[dependencies.beet_rsx]
optional = true
version = "0.0.6"

[dependencies.beet_sim]
optional = true
version = "0.0.6"

[dependencies.beet_spatial]
optional = true
version = "0.0.6"

[dependencies.beet_utils]
version = "0.0.6"

[dependencies.bevy]
default-features = false
features = ["std", "configurable_error_handler", "bevy_log", "bevy_color"]
version = "0.16"

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

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

[dev-dependencies.sweet]
version = "0.4.2-rc.1"

[[example]]
name = "bench_global"
path = "examples/flow/bench_global.rs"
required-features = ["flow"]

[[example]]
name = "bench_local"
path = "examples/flow/bench_local.rs"
required-features = ["flow"]

[[example]]
name = "csr"
path = "examples/dom/csr.rs"
required-features = ["rsx"]

[[example]]
name = "fetch"
path = "examples/ml/fetch.rs"
required-features = ["examples", "ml"]

[[example]]
name = "flock"
path = "examples/spatial/flock.rs"
required-features = ["examples", "spatial"]

[[example]]
name = "frozen_lake_run"
path = "examples/ml/frozen_lake_run.rs"
required-features = ["examples", "ml"]

[[example]]
name = "frozen_lake_train"
path = "examples/ml/frozen_lake_train.rs"
required-features = ["examples", "ml"]

[[example]]
name = "hello_animation"
path = "examples/spatial/hello_animation.rs"
required-features = ["examples", "spatial"]

[[example]]
name = "hello_ml"
path = "examples/ml/hello_ml.rs"
required-features = ["examples", "ml"]

[[example]]
name = "hello_ml_chat"
path = "examples/ml/hello_ml_chat.rs"
required-features = ["examples", "ml"]

[[example]]
name = "hello_terminal"
path = "examples/app/hello_terminal.rs"
required-features = ["examples"]

[[example]]
name = "hello_world"
path = "examples/flow/hello_world.rs"
required-features = ["flow"]

[[example]]
name = "hydration"
path = "examples/dom/hydration.rs"

[[example]]
name = "inverse_kinematics"
path = "examples/spatial/inverse_kinematics.rs"
required-features = ["examples", "spatial"]

[[example]]
name = "long_running"
path = "examples/flow/long_running.rs"
required-features = ["flow"]

[[example]]
name = "malenia"
path = "examples/flow/malenia.rs"
required-features = ["flow"]

[[example]]
name = "repeat_while"
path = "examples/flow/repeat_while.rs"
required-features = ["flow"]

[[example]]
name = "seek"
path = "examples/spatial/seek.rs"
required-features = ["examples", "spatial"]

[[example]]
name = "seek_3d"
path = "examples/spatial/seek_3d.rs"
required-features = ["examples", "spatial"]

[[example]]
name = "simple_action"
path = "examples/flow/simple_action.rs"
required-features = ["flow"]

[[example]]
name = "ssr"
path = "examples/dom/ssr.rs"
required-features = ["server"]

[[example]]
name = "state_machine"
path = "examples/flow/state_machine.rs"
required-features = ["flow"]

[[example]]
name = "utility_ai"
path = "examples/flow/utility_ai.rs"
required-features = ["flow"]

[features]
bevy_default = ["bevy/default", "beet_core/bevy_default", "beet_examples?/bevy_default", "beet_flow?/bevy_default", "beet_ml?/bevy_default", "beet_spatial?/bevy_default", "beet_sim?/bevy_default"]
bevy_scene = ["beet_core/bevy_scene"]
build = ["parse", "dep:beet_build", "beet_server?/build"]
connect = ["dep:beet_connect"]
css = ["beet_build?/css"]
default = ["flow"]
design = ["rsx", "css", "dep:beet_design"]
examples = ["bevy_default", "dep:beet_examples"]
flow = ["dep:beet_flow"]
fs = ["beet_utils/fs"]
lambda = ["server", "beet_server/lambda", "beet_core/rustls"]
ml = ["flow", "dep:beet_ml", "beet_examples?/ml"]
native-tls = ["beet_core/native-tls"]
net = ["beet_core/net"]
parse = ["dep:beet_parse"]
rand = ["beet_utils/rand", "beet_core/rand"]
router = ["rsx", "dep:beet_router"]
rsx = ["dep:beet_rsx"]
serde = ["beet_utils/serde"]
server = ["router", "beet_router/axum", "dep:beet_server", "beet_core/server"]
sim = ["flow", "dep:beet_sim"]
spatial = ["flow", "dep:beet_spatial", "beet_ml?/spatial"]
web = ["beet_core/web"]
web-client = ["rsx", "router", "design", "web", "net", "serde", "beet_design/client"]
web-server = ["server", "router", "design", "net", "serde"]

[lib]
name = "beet"
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 = "Bevy Everywhere"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetstack.dev"
include = ["CHANGELOG.md", "README.md", "/src", "/examples", "/scenes"]
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.6"

[[package.metadata.scene]]
app = "app"
description = "A simple behavior that prints 'Hello' then 'World' to the console."
include = ["beet-debug", "bevyhub/camera-2d", "bevyhub/ui-terminal"]
name = "hello-terminal"
path = "scenes/hello-world.json"
thumb-text = "🌍"
thumb-url = "https://bevyhub-public.s3.us-west-2.amazonaws.com/assets/screenshots/hello-world.png"

[[package.metadata.scene]]
description = "A behavior that uses a Sentence Selector to score child behaviors, deciding which will run next."
include = ["bevyhub/camera-2d", "bevyhub/ui-terminal", "beet-debug"]
name = "hello-ml"
path = "scenes/hello-ml.json"
thumb-url = "https://bevyhub-public.s3.us-west-2.amazonaws.com/assets/screenshots/hello-llm.png"

[[package.metadata.scene]]
app = "app"
description = "A simple behavior demonstrating animation control."
include = ["bevyhub/ui-terminal", "bevyhub/lighting-3d", "bevyhub/ground-3d", "beet-debug"]
name = "hello-animation"
path = "scenes/hello-animation.json"
thumb-url = "https://bevyhub-public.s3.us-west-2.amazonaws.com/assets/screenshots/hello-animation.png"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[profile.test]
opt-level = 0

[profile.test.package.sweet]
opt-level = 0

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.beet_server]
optional = true
version = "0.0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["macros", "sync", "rt", "rt-multi-thread", "time"]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.axum]
features = ["macros"]
version = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
features = ["macros", "sync", "rt", "rt-multi-thread", "time"]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
features = ["rng-getrandom"]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys]
version = "0.3"