static-automata 1.0.2

Derive macro for static regular grammar
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 = "static-automata"
version = "1.0.2"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for static regular grammar"
documentation = "https://docs.rs/static-automata"
readme = "README.md"
keywords = [
    "parsing",
    "abnf",
    "grammar",
    "regular",
    "automaton",
]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/timothee-haudebourg/static-automata"

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

[[example]]
name = "generate"
path = "examples/generate.rs"

[dependencies.static-automata-macros]
version = "1.0.2"