beet 0.0.8

Malleable Application Framework
[dependencies.beet_agent]
optional = true
version = "0.0.8"

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

[dependencies.beet_core]
version = "0.0.8"

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

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

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

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

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

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

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

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

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

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

[dependencies.bevy]
default-features = false
features = ["std", "debug", "bevy_log", "bevy_color", "reflect_documentation", "reflect_auto_register", "keyboard"]
version = "0.18.0-rc.2"

[dev-dependencies.async-executor]
version = "1"

[dev-dependencies.futures]
version = "0.3"

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

[dev-dependencies.serde_json]
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 = "cli_router"
path = "examples/router/cli_router.rs"
required-features = ["launch"]

[[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 = "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 = "router"
path = "examples/router/router.rs"
required-features = ["server"]

[[example]]
name = "router_bench"
path = "examples/router/router_bench.rs"
required-features = ["server"]

[[example]]
name = "router_full"
path = "examples/router/router_full.rs"
required-features = ["server", "native-tls"]

[[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 = "server"
path = "examples/net/server.rs"
required-features = ["server"]

[[example]]
name = "server_bench"
path = "examples/net/server_bench.rs"
required-features = ["server"]

[[example]]
name = "server_custom_handler"
path = "examples/net/server_custom_handler.rs"
required-features = ["server"]

[[example]]
name = "server_minimal"
path = "examples/net/server_minimal.rs"
required-features = ["server"]

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

[[example]]
name = "socket_client"
path = "examples/net/socket_client.rs"
required-features = ["tungstenite"]

[[example]]
name = "socket_server"
path = "examples/net/socket_server.rs"
required-features = ["tungstenite"]

[[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"]
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"]
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"]
default = ["flow"]
design = ["rsx", "dep:beet_design"]
dom = ["css", "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_net?/lambda"]
launch = ["dom", "net", "build", "router"]
ml = ["flow", "dep:beet_ml", "beet_examples?/ml"]
native-tls = ["beet_agent?/native-tls", "beet_net?/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"]
serde = ["beet_core/serde", "beet_net?/serde", "beet_router?/serde"]
server = ["serde", "dom", "fs", "net", "router", "beet_router/server", "design"]
spatial = ["flow", "dep:beet_spatial", "beet_ml?/spatial"]
testing = ["beet_core/testing"]
tungstenite = ["net", "beet_net?/tungstenite"]
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 = "Malleable Application Framework"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetstack.dev"
include = ["CHANGELOG.md", "README.md", "/src", "/examples", "/scenes"]
keywords = ["folk-technology", "web", "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.8"

[[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

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]

[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"