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