[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"