css 0.0.12

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
# 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"
version = "0.0.12"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "build.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
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"
homepage = "https://github.com/lemonrock/css"
documentation = "https://docs.rs/css/"
readme = "README.md"
keywords = ["css"]
license = "MPL-2.0"
repository = "https://github.com/lemonrock/css.git"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[dependencies.bitflags]
version = "^1.0"

[dependencies.cssparser]
version = "0.21.2"

[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.smallvec]
version = "0.4"

[dependencies.stable_deref_trait]
version = "1.0.0"
[build-dependencies.phf_codegen]
version = "0.7.18"