# 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_emotion" version = "0.12.4" authors = ["강동윤 "] description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" readme = "README.md" license = "Apache-2.0" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.79" [dependencies.swc_common] version = "0.29.13" features = ["concurrent"] [dependencies.swc_core] version = "0.40.56" features = [ "plugin_transform", "ecma_utils", "ecma_visit", "ecma_ast", "common", ] [dependencies.swc_emotion] version = "0.28.0"