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 part of css-purify. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/css-purify/master/COPYRIGHT. No part of css-purify, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file.
# Copyright © 2017 The developers of css-purify. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/css-purify/master/COPYRIGHT.


[package]
name = "css-purify"
description = "css-purify works a little like [https://github.com/purifycss/purifycss](purifycss) to strip out unused CSS."
keywords = ["css", "purify", "purifycss", "html", "HTML5"]
categories = ["parsing", "web-programming"]
license = "MIT"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
documentation = "https://docs.rs/css-purify"
homepage = "https://github.com/lemonrock/css-purify"
repository = "https://github.com/lemonrock/css-purify.git"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
readme = "README.md"
publish = true
version = "0.0.0"

[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1

[dependencies]
html5ever_ext = "0.21.2"