# 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-parse" version = "0.17.0" description = "Parses tailwind directives and yields user-friendly errors" license = "MIT OR Apache-2.0" repository = "https://github.com/arlyon/stailwc" [dependencies.eddie] version = "0.4.2" [dependencies.itertools] version = "0.10.5" [dependencies.nom] version = "7.1.1" [dependencies.nom_locate] version = "4.0.0" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.stailwc-swc-utils] version = "0.16.0" [dependencies.swc_core] version = "=0.76.9" features = [ "common", "ecma_ast", ] [dependencies.tailwind-config] version = "0.17.0" [dependencies.tailwind-parse-macro] version = "0.17.0" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.test-case] version = "2.2.2"