wagon-lexer 1.0.0

Lexer for the wagon DSL.
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 = "2021"
name = "wagon-lexer"
version = "1.0.0"
authors = ["Rafael Dulfer"]
description = "Lexer for the wagon DSL."
documentation = "https://dulfer.be/wagon/"
readme = "README.md"
keywords = [
    "parsing",
    "gll",
    "wag",
    "grammars",
]
categories = [
    "data-structures",
    "parser-implementations",
    "parsing",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/Rafaeltheraven/wagon"

[dependencies.logos]
version = "0.13.0"

[dependencies.logos-derive]
version = "0.13.0"

[dependencies.logos-display]
version = "0.1.2"

[dependencies.replace_with]
version = "0.1.7"

[dependencies.wagon-ident]
version = "=1.0.0"

[dependencies.wagon-macros]
version = "=1.0.0"

[dependencies.wagon-utils]
version = "=1.0.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[features]
test = ["wagon-macros/test"]

[lints.clippy]
enum_glob_use = "deny"
expect_used = "warn"
module_name_repetitions = "allow"
nursery = "deny"
panic = "warn"
pedantic = "warn"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"