# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "html5ever_ext" version = "0.21.20" authors = ["Raphael Cohn "] exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"] publish = true description = "This is a set of unofficial extensions to the html5ever crate's RcDom and Node structs, including a ***minifying HTML5 serializer*** and support for ***CSS matching***." homepage = "https://github.com/lemonrock/html5ever_ext" documentation = "https://docs.rs/html5ever_ext/" readme = "README.md" keywords = ["html5ever", "html", "HTML5", "minify", "minifier"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/lemonrock/html5ever_ext.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.css] version = "0.0.22" [dependencies.either] version = "1.2.0" [dependencies.html5ever] version = "0.21.0" [dependencies.quick-error] version = "1.2.1"