beet_parse 0.0.9-rc.1

Parsers for various text and token formats
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "beet_parse"
version = "0.0.9-rc.1"
authors = ["Pete Hayman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsers for various text and token formats"
homepage = "https://beetstack.dev"
documentation = "https://docs.rs/beet"
readme = "README.md"
keywords = [
    "folk-technology",
    "web",
    "behavior",
    "game-ai",
    "robotics",
]
categories = [
    "science::robotics",
    "game-development",
    "simulation",
    "wasm",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mrchantey/beet"
resolver = "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"

[dependencies.beet_core]
version = "0.0.9-rc.1"
features = [
    "serde",
    "tokens",
]

[dependencies.beet_dom]
version = "0.0.9-rc.1"
features = [
    "serde",
    "tokens",
]

[dependencies.beet_rsx_combinator]
version = "0.0.9-rc.1"
optional = true

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

[dependencies.heck]
version = "0.4"

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

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

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

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

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.ron]
version = "0.8"

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

[dependencies.send_wrapper]
version = "0.6"

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

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

[dev-dependencies.beet_core]
version = "0.0.9-rc.1"
features = [
    "testing",
    "bevy_scene",
]