# 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_mut_cjs_exports" version = "0.109.1" authors = ["magic-akari "] description = "[SWC plugin] mutable CJS exports" homepage = "https://github.com/magic-akari/swc_mut_cjs_exports" readme = "README.md" keywords = [ "swc-plugin", "swc", "jest", "cjs", "commonjs", ] license = "MIT" repository = "https://github.com/magic-akari/swc_mut_cjs_exports" [profile.release] opt-level = "s" codegen-units = 1 strip = "debuginfo" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.swc_core] version = "0.109.1" features = [ "ecma_ast", "ecma_visit", "swc_plugin", "ecma_utils", "swc_atoms", "ecma_plugin_transform", ] [dev-dependencies.swc_core] version = "0.109.1" features = ["testing_transform"] [dev-dependencies.testing] version = "0.42.1"