# 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 = "parcel_selectors" version = "0.28.0" authors = ["The Servo Project Developers"] build = "build.rs" description = "CSS Selectors matching for Rust - forked for lightningcss" documentation = "https://docs.rs/parcel_selectors/" readme = "README.md" keywords = [ "css", "selectors", ] license = "MPL-2.0" repository = "https://github.com/parcel-bundler/lightningcss" [lib] name = "parcel_selectors" path = "lib.rs" [dependencies.bitflags] version = "2.2.1" [dependencies.cssparser] version = "0.33.0" [dependencies.log] version = "0.4" [dependencies.phf] version = "0.11.2" [dependencies.precomputed-hash] version = "0.1" [dependencies.rustc-hash] version = "2" [dependencies.schemars] version = "0.8.19" features = ["smallvec"] optional = true [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [dependencies.smallvec] version = "1.0" [dependencies.static-self] version = "0.1.0" optional = true [build-dependencies.phf_codegen] version = "0.11" [features] bench = [] into_owned = ["static-self"] jsonschema = [ "serde", "schemars", ] serde = [ "dep:serde", "smallvec/serde", ] smallvec = ["static-self/smallvec"]