# 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 = "rswind_extractor" version = "0.0.1-alpha.1" authors = ["Neo Lyon "] description = "Tailwind CSS JIT engine in Rust" keywords = [ "css", "tailwindcss", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/lzt1008/rswind" [lib] [[bench]] name = "html_extract" harness = false [[bench]] name = "css_extract" harness = false [dependencies.cssparser] version = "0.33.0" [dependencies.cssparser-macros] version = "0.6.1" [dependencies.either] version = "1.12.0" [dependencies.memchr] version = "2.7.2" [dependencies.rayon] version = "1.10.0" [dependencies.rswind_common] version = "0.0.1-alpha.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.scopefn] version = "0.0.2" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]