# 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 = "tailwind-css" version = "0.12.7" authors = ["Aster <192607617@qq.com>"] description = "Compile tailwind short instructions to css" documentation = "https://docs.rs/tailwind-css" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/tailwind-rs" [package.metadata.wee] p = "cargo publish --allow-dirty" t = "cargo test" [dependencies.css-color] version = "0.2.5" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.nom] version = "7.1.3" [dependencies.tailwind-ast] version = "0.4.*" [dependencies.tailwind-error] version = "1.3.*" features = [ "nom", "css-color", ] [dependencies.xxhash-rust] version = "0.8.7" features = ["xxh3"] [dev-dependencies] [features] compile_time = [] default = []