# 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 = "2018" name = "html5minify" version = "0.3.3" authors = ["Martin Gallagher "] exclude = [ ".github", ".gitignore", ] description = "HTML5 minifier implementation based on Servo's html5ever." homepage = "https://martingallagher.com/" documentation = "https://docs.rs/html5minify/" readme = "README.md" keywords = [ "minify", "minifier", "minification", "html", "html5", ] license = "MIT" repository = "https://github.com/martingallagher/html5minify.git" [[bench]] name = "default" harness = false [dependencies.html5ever] version = "0.25" [dependencies.markup5ever_rcdom] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.glob] version = "0.3"