beet_build 0.0.8

Codegen and compilation tooling for beet
[dependencies.async-process]
version = "2"

[dependencies.beet_core]
features = ["rand", "fs", "bevy_scene", "tokens"]
version = "0.0.8"

[dependencies.beet_dom]
features = ["tokens"]
version = "0.0.8"

[dependencies.beet_flow]
version = "0.0.8"

[dependencies.beet_net]
features = ["tokens"]
version = "0.0.8"

[dependencies.beet_parse]
version = "0.0.8"

[dependencies.beet_router]
features = ["tokens"]
version = "0.0.8"

[dependencies.beet_rsx]
features = ["tokens"]
version = "0.0.8"

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

[dependencies.cargo-manifest]
version = "0.19"

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.heck]
version = "0.4"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1"

[dependencies.proc-macro2-diagnostics]
version = "0.10"

[dependencies.pulldown-cmark]
optional = true
version = "0.13"

[dependencies.quote]
version = "1"

[dependencies.ron]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
features = ["extra-traits", "visit", "full"]
version = "2"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.beet_core]
features = ["testing"]
version = "0.0.8"

[dev-dependencies.send_wrapper]
version = "0.6"

[features]
css = ["beet_rsx/css", "beet_parse/css"]
default = ["markdown", "css"]
markdown = ["dep:pulldown-cmark"]

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

[package]
authors = ["Pete Hayman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "Codegen and compilation tooling for beet"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetstack.dev"
keywords = ["folk-technology", "web", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_build"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.8"

[[test]]
name = "lang_snippets"
path = "tests/lang_snippets.rs"
required-features = ["css"]

[[test]]
name = "launch_scene"
path = "tests/launch_scene.rs"

[[test]]
name = "rstml_vs_combinator"
path = "tests/rstml_vs_combinator.rs"

[[test]]
name = "rsx_snippets"
path = "tests/rsx_snippets.rs"
required-features = ["css"]