rowan-peg 0.2.10

Convert ABNF like grammar to rust-peg build `rowan` lossless syntax tree
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 = "rowan-peg"
version = "0.2.10"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert ABNF like grammar to rust-peg build `rowan` lossless syntax tree"
readme = "README.md"
keywords = [
    "lossless",
    "parser",
    "rowan",
    "grammar",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/A4-Tacks/rowan-peg-rs"

[features]
trace = ["peg/trace"]

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

[[bin]]
name = "rowan-peg"
path = "src/main.rs"

[dependencies.char-classes]
version = "0.3.4"

[dependencies.getopts-macro]
version = "0.1.8"

[dependencies.line-column]
version = "0.2.0"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.peg]
version = "0.8.5"

[dependencies.rowan]
version = "0.15.15"

[dependencies.rowan-peg-utils]
version = "0.2.4"

[dependencies.to-true]
version = "0.1.1"

[dependencies.unicode-ident]
version = "1.0.18"