beet_rsx_parser 0.0.5

Tools for building reactive structures
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.proc-macro2]
version = "1"

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

[dependencies.quote]
version = "1"

[dependencies.rapidhash]
version = "1.3.0"

[dependencies.rstml]
features = ["rawtext-stable-hack"]
version = "0.12"

[dependencies.sweet]
version = "0.3.0"

[dependencies.syn]
features = ["visit"]
version = "2"

[dev-dependencies.sweet]
features = ["test"]
version = "0.3.0"

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

[package]
authors = ["Peter Hayman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "Tools for building reactive structures"
documentation = "https://docs.rs/beet"
edition = "2024"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_rsx_parser"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.5"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.sweet]
features = ["fs"]
version = "0.3.0"