# 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 = "wasm-mt-swc" version = "0.1.3" authors = [ "The wasm-mt Developers", "강동윤 ", ] exclude = ["pkg/*"] description = """ A custom version of swc (https://github.com/swc-project/swc). """ homepage = "https://github.com/w3reality/wasm-mt/tree/master/crates/swc" documentation = "https://docs.rs/wasm-mt-swc" readme = "README.md" categories = ["wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/w3reality/wasm-mt/tree/master/crates/swc" [lib] test = false [dependencies.once_cell] version = "1" [dependencies.swc] version = "=0.233.2" [dependencies.swc_common] version = "=0.29.18" [dependencies.swc_ecma_ast] version = "=0.95.2" [dependencies.swc_ecma_transforms_module] version = "=0.154.2"