scnr2 0.5.0

Scanner/Lexer with regex patterns and multiple modes
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 = "scnr2"
version = "0.5.0"
authors = ["Jörg Singer <singer.joerg@gmx.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scanner/Lexer with regex patterns and multiple modes"
readme = "README.md"
keywords = [
    "scanner",
    "lexer",
    "tokenizer",
]
categories = [
    "algorithms",
    "parsing",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/jsinger67/scnr2"
resolver = "2"

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

[dependencies.log]
version = "0.4.29"

[dependencies.scnr2_macro]
version = "0.5.0"