css 0.0.22

A crate that uses the cssparser and selectors crates to provide a domain model for CSS Stylesheets. Intended to allow effective minification of CSS and CSS transformations such as autoprefixing and removal by other crates
[build-dependencies.phf_codegen]
version = "0.7.18"

[dependencies.bitflags]
version = "^1.0"

[dependencies.cssparser]
version = "0.21.3"

[dependencies.either]
version = "1.2.0"

[dependencies.fnv]
version = "1.0"

[dependencies.log]
version = "0.3"

[dependencies.matches]
version = "0.1"

[dependencies.nodrop]
version = "0.1.8"

[dependencies.ordermap]
version = "0.2.13"

[dependencies.phf]
version = "0.7.21"

[dependencies.phf_macros]
version = "0.7.21"

[dependencies.precomputed-hash]
version = "^0.1"

[dependencies.quick-error]
version = "1.2.1"

[dependencies.smallvec]
version = "0.4"

[dependencies.stable_deref_trait]
version = "1.0.0"

[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
description = "A crate that uses the cssparser and selectors crates to provide a domain model for CSS Stylesheets. Intended to allow effective minification of CSS and CSS transformations such as autoprefixing and removal by other crates"
documentation = "https://docs.rs/css/"
exclude = ["*"]
homepage = "https://github.com/lemonrock/css"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "build.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
keywords = ["css"]
license = "MPL-2.0"
name = "css"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/css.git"
version = "0.0.22"

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