beet 0.0.7

A Very Bevy Metaframework
Documentation
[dependencies.beet_agent]
optional = true
version = "0.0.7"

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

[dependencies.beet_core]
version = "0.0.7"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.beet_utils]
version = "0.0.7"

[dependencies.bevy]
default-features = false
features = ["std", "debug", "bevy_log", "bevy_color", "reflect_auto_register"]
version = "0.17.0"

[dev-dependencies.clap]
features = ["derive"]
version = "4"

[dev-dependencies.serde]
features = ["derive"]
version = "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 = "chat"
path = "examples/agent/chat.rs"
required-features = ["agent", "native-tls"]

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

[[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/rsx/hydration.rs"
required-features = ["rsx"]

[[example]]
name = "image"
path = "examples/agent/image.rs"
required-features = ["agent", "native-tls"]

[[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", "rand"]

[[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/rsx/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]
agent = ["dep:beet_agent"]
aws = ["beet_net?/aws", "beet_router?/aws"]
axum = ["beet_router?/axum"]
bevy_default = ["bevy/default", "beet_core/bevy_default", "beet_dom/bevy_scene", "beet_dom/bevy_text", "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"]
client = ["rsx", "design", "net", "dom", "serde", "router", "beet_net/client", "beet_dom/client", "beet_design/client"]
css = ["beet_parse?/css", "beet_rsx?/css"]
cuda = ["ml", "beet_ml/cuda"]
design = ["rsx", "dep:beet_design"]
dom = ["dep:beet_dom"]
examples = ["bevy_default", "spatial", "dep:beet_examples"]
flow = ["dep:beet_flow"]
fs = ["beet_agent?/fs", "beet_core/fs", "beet_net?/fs", "beet_router?/fs"]
lambda = ["rustls-tls", "beet_router?/lambda"]
launch = ["dom", "net", "build"]
ml = ["flow", "dep:beet_ml", "beet_examples?/ml"]
native-tls = ["beet_agent?/native-tls", "beet_net?/native-tls", "beet_router?/native-tls"]
net = ["dep:beet_net"]
nightly = ["beet_core/nightly", "beet_dom?/nightly", "beet_rsx?/nightly"]
parse = ["dep:beet_parse"]
rand = ["beet_core/rand"]
router = ["dep:beet_router"]
rsx = ["dep:beet_rsx"]
rustls-tls = ["beet_agent?/rustls-tls", "beet_net?/rustls-tls", "beet_router?/rustls-tls"]
serde = ["beet_core/serde", "beet_net?/serde", "beet_router?/serde"]
server = ["serde", "dom", "fs", "net", "router", "design"]
sim = ["flow", "dep:beet_sim"]
spatial = ["flow", "dep:beet_spatial", "beet_ml?/spatial"]
webdriver = ["dom", "beet_dom?/webdriver"]

[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 = "A Very Bevy Metaframework"
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.7"

[[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.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 = ["js", "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"