# 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 = "2018" name = "swc_internal_test" version = "0.2.0" authors = ["강동윤 "] description = "Internal swc plugin used for integration test" license = "Apache-2.0" [lib] crate-type = ["cdylib", "rlib"] [dependencies.abi_stable] version = "0.10.2" [dependencies.phf] version = "0.10.0" features = ["macros"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.swc_atoms] version = "0.2.9" [dependencies.swc_common] version = "0.14.5" features = ["concurrent"] [dependencies.swc_ecmascript] version = "0.87.0" features = ["utils", "visit"] [dependencies.swc_plugin] version = "0.13.0"