# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tidier" version = "0.5.3" authors = ["Taylan Gökkaya"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Format HTML, XHTML and XML documents" readme = "README.md" keywords = [ "html", "xml", "format", "pretty", "tidy", ] categories = [ "api-bindings", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/insomnimus/tidier" [lib] name = "tidier" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [dependencies.memchr] version = "2.7.4" [dependencies.tidy-sys] version = "0.8.2" [dev-dependencies.clap] version = "4.5.16" features = ["derive"] [target."cfg(not(windows))".dependencies.errno] version = "0.3.9"