# 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 = "swc_plugin_styled_jsx" version = "0.14.2" authors = ["강동윤 "] description = "SWC Plugin for styled-jsx" license = "Apache-2.0" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.easy-error] version = "1.0.0" [dependencies.styled_jsx] version = "0.29.0" [dependencies.swc_core] version = "0.40.16" features = [ "common", "ecma_ast", "css_ast", "css_codegen", "css_parser", "css_prefixer", "css_visit", "ecma_parser", "ecma_minifier", "ecma_utils", "ecma_visit", ] [dependencies.tracing] version = "0.1.32" [dev-dependencies.swc_core] version = "0.40.16" features = ["testing_transform"] [dev-dependencies.testing] version = "0.31.10" [features] custom_transform = ["swc_core/common_concurrent"]