89 lines
1.7 KiB
TOML
89 lines
1.7 KiB
TOML
# 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.33.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"
|
|
|
|
[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"
|
|
|
|
[features]
|
|
bench = []
|
|
to_shmem = [
|
|
"dep:to_shmem",
|
|
"dep:to_shmem_derive",
|
|
]
|