[[bench]]
name = "logos_benchmark"
path = "benches/logos_benchmark.rs"
[dependencies.herring-derive]
version = "0.1"
[lib]
name = "herring"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Lexer generator"
edition = "2021"
keywords = ["lexer", "generator"]
license = "MIT OR Apache-2.0"
name = "herring"
readme = "README.md"
repository = "https://github.com/0x2a-42/herring"
version = "0.1.2"
[profile.dev.build-override]
opt-level = 3
[profile.release.build-override]
opt-level = 3
[[test]]
name = "ignore"
path = "tests/ignore.rs"
[[test]]
name = "initial"
path = "tests/initial.rs"
[[test]]
name = "json"
path = "tests/json.rs"
[[test]]
name = "logos_advanced"
path = "tests/logos_advanced.rs"
[[test]]
name = "logos_binary"
path = "tests/logos_binary.rs"
[[test]]
name = "logos_bugs"
path = "tests/logos_bugs.rs"
[[test]]
name = "logos_css"
path = "tests/logos_css.rs"
[[test]]
name = "logos_custom_error"
path = "tests/logos_custom_error.rs"
[[test]]
name = "logos_edgecase"
path = "tests/logos_edgecase.rs"
[[test]]
name = "logos_ignore_case"
path = "tests/logos_ignore_case.rs"
[[test]]
name = "logos_properties"
path = "tests/logos_properties.rs"
[[test]]
name = "logos_simple"
path = "tests/logos_simple.rs"
[[test]]
name = "logos_unicode_dot"
path = "tests/logos_unicode_dot.rs"