selectors 0.15.2

CSS Selectors matching for Rust
Documentation
[package]

name = "selectors"
version = "0.15.2"
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Alan Jeffrey <ajeffrey@mozilla.com>"]
documentation = "https://docs.rs/selectors/"

description = "CSS Selectors matching for Rust"
repository = "https://github.com/servo/rust-selectors"
readme = "README.md"
keywords = ["css", "selectors"]
license = "MPL-2.0"

[features]
heap_size = ["heapsize", "heapsize_plugin"]

[dependencies]
bitflags = "0.7"
matches = "0.1"
cssparser = ">=0.6, <0.8"
fnv = "1.0"
heapsize = {version = "0.3", features = ["unstable"], optional = true}
heapsize_plugin = {version = "0.1.0", optional = true}