beet_rsx_combinator 0.0.8

JSX-like parser combinator for Rust
Documentation
# 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_rsx_combinator"
version = "0.0.8"
authors = [
    "Victor Porof <victor.porof@gmail.com>",
    "Peter Hayman",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSX-like parser combinator for Rust"
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"

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

[dependencies.combine]
version = "2.5"

[dependencies.itertools]
version = "0.14"

[dependencies.thiserror]
version = "1"

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