selectors 0.36.0

CSS Selectors matching for Rust
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "selectors"
version = "0.36.0"
authors = ["The Servo Project Developers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS Selectors matching for Rust"
documentation = "https://docs.rs/selectors/"
readme = "README.md"
keywords = [
    "css",
    "selectors",
]
license = "MPL-2.0"
repository = "https://github.com/servo/stylo"

[features]
bench = []
to_shmem = [
    "dep:to_shmem",
    "dep:to_shmem_derive",
]

[lib]
name = "selectors"
path = "lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.cssparser]
version = "0.36"

[dependencies.derive_more]
version = "2"
features = [
    "add",
    "add_assign",
]

[dependencies.log]
version = "0.4"

[dependencies.new_debug_unreachable]
version = "1"

[dependencies.phf]
version = "0.13"

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

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.servo_arc]
version = "0.4.3"

[dependencies.smallvec]
version = "1.0"

[dependencies.to_shmem]
version = "0.3.0"
features = ["servo"]
optional = true

[dependencies.to_shmem_derive]
version = "0.1.0"
optional = true

[build-dependencies.phf_codegen]
version = "0.13"