[package] authors = ["강동윤 "] description = "AST transforms for styled-jsx" edition = "2018" license = "Apache-2.0" name = "poly_styled_jsx" repository = "https://github.com/vercel/next.js.git" version = "0.6.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] easy-error = "1.0.0" swc_common = { version = "0.18.7", features = ["concurrent", "sourcemap"] } swc_css = "0.105.0" swc_css_prefixer = "0.101.0" swc_ecmascript = { version = "0.163.0", features = ["parser", "minifier", "utils", "visit"] } tracing = "0.1.32" [dev-dependencies] swc_ecma_transforms_testing = "0.91.0" testing = "0.20.0"