# 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 = "encre-css" version = "0.14.1" authors = ["nifou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TailwindCSS-compatible utility-first CSS generation library written in Rust" documentation = "https://docs.rs/encre-css" readme = "README.md" keywords = [ "tailwind", "css", "compiler", ] categories = ["web-programming"] license = "MIT" repository = "https://gitlab.com/encre-org/encre-css.git" [lib] name = "encre_css" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.thiserror] version = "1.0.34" [dependencies.toml] version = "0.8.8" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.3.0"