htmlmail 0.1.0

Practical, fast, and correct email validator
Documentation
[package]
name = "htmlmail"
description = "Practical, fast, and correct email validator"
readme = "README.md"
version = "0.1.0"
edition = "2024"
repository = "https://codeberg.org/aumetra/htmlmail"
license = "MIT OR Apache-2.0"
keywords = ["email", "check", "validator"]

[[bench]]
name = "fast_chemail"
harness = false

[[bench]]
name = "regex"
harness = false

[dependencies]
winnow = { version = "0.7.13", default-features = false }

[dev-dependencies]
divan = "0.1.21"
fast_chemail = "0.9.6"
proptest = "1.9.0"
regex = "1.12.2"