rst_lex 0.0.111

Simple lexer for Rust
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 = "rst_lex"
version = "0.0.111"
authors = ["Evgeney Knyazhev (SarK0Y) <sark0y@protonmail.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple lexer for Rust"
readme = "README.md"
categories = [
    "rust-patterns",
    "algorithms",
]
license-file = "LICENSE"
repository = "https://github.com/SarK0Y/TAM_RUSTy/tree/pre-workable/ext/rst_lex"

[features]
cleanup = ["dep:for_build_rs"]
dev_hell_n_fun = ["dep:for_build_rs"]
empty = []
stable = []

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

[dependencies.Mademoiselle_Entropia]
version = "1.11.12"

[dependencies.itertools]
version = "0.14.0"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.substring]
version = "1.4.5"

[build-dependencies.for_build_rs]
version = "0.0.110"
optional = true
default-features = false