# 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 = "stailwc" version = "0.17.0" description = "An experimental transpiler to bring tailwind macros to SWC rocket" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/arlyon/stailwc" [profile.release] opt-level = "s" lto = false codegen-units = 1 [lib] crate-type = ["cdylib"] [dependencies.itertools] version = "0.10.3" [dependencies.nom] version = "7.1.1" [dependencies.nom_locate] version = "4.0.0" [dependencies.once_cell] version = "1.15.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.83" [dependencies.serde_path_to_error] version = "0.1.8" [dependencies.swc_core] version = "=0.76.9" features = [ "ecma_visit", "ecma_ast", "ecma_plugin_transform", ] [dependencies.tailwind-config] version = "0.17.0" [dependencies.tailwind-parse] version = "0.17.0" [dependencies.tracing] version = "0.1.36" [dev-dependencies.anyhow] version = "1.0.62" [dev-dependencies.cmd_lib] version = "1.3.0" [dev-dependencies.swc_core] version = "=0.76.9" features = [ "testing_transform", "ecma_parser", ] [dev-dependencies.test-case] version = "2.2.1" [build-dependencies.glob] version = "0.3.0"