# 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-helper-module-import" version = "0.1.1" authors = ["westhide "] description = "SWC helper for module import" readme = "README.md" license = "MIT" repository = "https://github.com/westhide/swc-helper-module-import.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.indexmap] version = "1.9" [dependencies.swc_core] version = "0.52" features = [ "ecma_plugin_transform", "ecma_utils", ] [dev-dependencies.testing] version = "0.31.28"