beet_parse 0.0.7

Parsers for various text and token formats
Documentation
[dependencies.beet_core]
features = ["serde", "tokens"]
version = "0.0.7"

[dependencies.beet_dom]
features = ["serde", "tokens"]
version = "0.0.7"

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

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

[dependencies.heck]
version = "0.4"

[dependencies.lightningcss]
optional = true
version = "1.0.0-alpha.63"

[dependencies.parcel_selectors]
optional = true
version = "0.28"

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

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

[dependencies.quote]
version = "1"

[dependencies.rapidhash]
version = "1"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.ron]
version = "0.8"

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

[dependencies.send_wrapper]
version = "0.6"

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

[dependencies.syntect]
optional = true
version = "5.2"

[dev-dependencies.beet_core]
features = ["bevy_scene"]
version = "0.0.7"

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

[features]
css = ["dep:lightningcss", "dep:parcel_selectors"]
default = ["rsx", "syntect"]
rsx = ["dep:beet_rsx_combinator"]
syntect = ["dep:syntect"]

[lib]
name = "beet_parse"
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 = "Parsers for various text and token formats"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetstack.dev"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_parse"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.7"