ferrelex 0.2.2

Write lexers using familiar Rust match syntax — patterns are compiled at build time
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 = "ferrelex"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write lexers using familiar Rust match syntax — patterns are compiled at build time"
homepage = "https://github.com/emilienlemaire/ferrelex"
documentation = "https://docs.rs/ferrelex"
readme = "README.md"
keywords = [
    "lexer",
    "lexical-analysis",
    "procedural-macro",
    "parsing",
]
categories = [
    "parsing",
    "text-processing",
    "development-tools::procedural-macro-helpers",
]
license = "LGPL-3.0-only"
repository = "https://github.com/emilienlemaire/ferrelex"

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

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

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

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[[test]]
name = "lexer_tests"
path = "tests/lexer_tests.rs"

[[test]]
name = "macrotest"
path = "tests/macrotest.rs"

[dependencies.ferrelex_core]
version = "0.2.2"

[dependencies.ferrelex_macro]
version = "0.2.2"

[dev-dependencies.macrotest]
version = "1"

[dev-dependencies.trybuild]
version = "1"
features = ["diff"]