[package] authors = ["강동윤 "] description = "SWC Plugin for styled-jsx" edition = "2021" license = "Apache-2.0" name = "swc_plugin_styled_jsx" version = "0.14.2" [lib] crate-type = ["cdylib", "rlib"] [features] custom_transform = ["swc_core/common_concurrent"] [dependencies] easy-error = "1.0.0" tracing = "0.1.32" 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", ] } styled_jsx = {version = "0.29.0", path = "./transform"} [dev-dependencies] swc_core = { features = [ "testing_transform", ], version = "0.40.16" } testing = "0.31.10"