# 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_transform_imports" version = "0.13.2" 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.modularize_imports] version = "0.25.0" [dependencies.serde_json] version = "1.0.79" [dependencies.swc_common] version = "0.29.10" features = ["concurrent"] [dependencies.swc_core] version = "0.40.16" features = [ "plugin_transform", "ecma_utils", "ecma_visit", "ecma_ast", "common", ]