[package] name = "tidier" version = "0.5.3" edition = "2021" description = "Format HTML, XHTML and XML documents" license = "MIT OR Apache-2.0" repository = "https://github.com/insomnimus/tidier" authors = ["Taylan Gökkaya"] keywords = ["html", "xml", "format", "pretty", "tidy"] categories = ["api-bindings", "value-formatting"] [dev-dependencies] clap = { version = "4.5.16", features = ["derive"] } [target.'cfg(not(windows))'.dependencies] errno = "0.3.9" [dependencies] memchr = "2.7.4" tidy-sys = "0.8.2"