# 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 = "rcss-core" version = "0.2.0" authors = ["vldm "] include = [ "/src", "../LICENSE", ] description = "RCSS - (core) contain parser functionality." keywords = [ "css", "html", "rsx", "macro", "parse", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rs-tml/rcss" [package.metadata.docs.rs] all-features = true [[bench]] name = "backend-scoped" path = "benches/backend-scoped.rs" harness = false [dependencies.cssparser] version = "0.33.0" [dependencies.lightningcss] version = "1.0.0-alpha.52" features = [ "visitor", "into_owned", ] [dependencies.parcel_selectors] version = "0.26.4" [dependencies.proc-macro2] version = "1.0.69" features = ["span-locations"] [dependencies.quote] version = "1.0.9" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.syn] version = "2.0.15" features = [ "full", "visit", "parsing", "extra-traits", ] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [features] default = []