lexigram-lib 0.9.3

Full library of the lexigram lexer/parser generator
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"
rust-version = "1.85.1"
name = "lexigram-lib"
version = "0.9.3"
authors = ["Redglyph"]
build = false
include = [
    "src/**/*",
    "Cargo.*",
    "README.md",
    "RELEASES.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full library of the lexigram lexer/parser generator"
homepage = "https://github.com/blueglyph/lexigram"
documentation = "https://docs.rs/lexigram-lib"
readme = "README.md"
keywords = [
    "parser-generator",
    "lexer-generator",
    "parser",
    "lexer",
    "grammar",
]
categories = [
    "compilers",
    "development-tools::build-utils",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blueglyph/lexigram"

[features]
default = []

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

[dependencies.iter-index]
version = "1.0.0"

[dependencies.lexigram-core]
version = "0.9.3"

[dependencies.vectree]
version = "0.4.1"

[dev-dependencies.lexigram-core]
version = "0.9.3"
features = ["test_utils"]

[lints.clippy]
manual_range_patterns = "allow"
too_many_arguments = "allow"
type_complexity = "allow"