[package]
name = "chaptr"
version = "1.5.0"
edition = "2024"
rust-version = "1.95"
description = "Filename tokenizer for manga, manhwa, manhua, and light novels"
license = "GPL-3.0-or-later"
repository = "https://github.com/johnthreekay/chaptr"
readme = "README.md"
keywords = ["manga", "lightnovel", "parser", "tokenizer", "filename"]
categories = ["parser-implementations", "text-processing"]
[dependencies]
[dev-dependencies]
serde_json = "1"
criterion = { version = "0.5", default-features = false }
[[bench]]
name = "parse"
harness = false
[lints.rust]
unsafe_code = "forbid"