css-purify 0.0.0

css-purify works a little like [https://github.com/purifycss/purifycss](purifycss) to strip out unused CSS.
Documentation
# 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 = "css-purify"
version = "0.0.0"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "css-purify works a little like [https://github.com/purifycss/purifycss](purifycss) to strip out unused CSS."
homepage = "https://github.com/lemonrock/css-purify"
documentation = "https://docs.rs/css-purify"
readme = "README.md"
keywords = ["css", "purify", "purifycss", "html", "HTML5"]
categories = ["parsing", "web-programming"]
license = "MIT"
repository = "https://github.com/lemonrock/css-purify.git"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[dependencies.html5ever_ext]
version = "0.21.2"