[package]
name = "normalize-punctuation"
version = "0.2.0"
edition = "2024"
authors = ["Quentin Richert <noreply@richert.co>"]
description = "Normalize punctuation in Markdown files."
license = "MIT OR Apache-2.0"
repository = "https://github.com/qrichert/normalize-punctuation.git"
readme = "README.md"
keywords = ["normalize", "punctuation", "lint"]
categories = ["command-line-utilities"]
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[dependencies]
ignore = "0.4.23"
pathdiff = "0.2.3"