[package] authors = ["강동윤 "] edition = "2018" description = "AST Transforms for emotion" license = "Apache-2.0" name = "swc_emotion" repository = "https://github.com/vercel/next.js.git" version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13" byteorder = "1" fxhash = "0.2.1" once_cell = "1.8.0" radix_fmt = "1" regex = "1.5" serde = "1" sourcemap = "6.0.1" swc_atoms = "0.2.11" swc_common = { version = "0.18.7", features = ["concurrent", "sourcemap"] } swc_ecmascript = { version = "0.157.0", features = ["codegen", "utils", "visit"] } swc_trace_macro = "0.1.1" tracing = { version = "0.1.32", features = ["release_max_level_info"] } [dev-dependencies] swc_ecma_transforms_testing = "0.87.0" testing = "0.20.0"