# 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_webpack_ast" version = "0.108.0" authors = ["강동윤 "] include = [ "Cargo.toml", "src/**/*.rs", ] description = "Webpack AST optimizer" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [lib] bench = false [dependencies.anyhow] version = "1.0.48" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.72" [dependencies.swc_atoms] version = "0.2.9" [dependencies.swc_common] version = "0.18.0" [dependencies.swc_ecma_ast] version = "0.79.0" [dependencies.swc_ecma_parser] version = "0.105.0" [dependencies.swc_ecma_transforms_base] version = "0.89.0" [dependencies.swc_ecma_utils] version = "0.86.0" [dependencies.swc_ecma_visit] version = "0.65.0" [dependencies.swc_estree_ast] version = "0.8.0" [dependencies.swc_estree_compat] version = "0.110.0" [dependencies.swc_timer] version = "0.6.0" [dependencies.tracing] version = "0.1.32" [dev-dependencies.swc_ecma_transforms_testing] version = "0.91.0" [dev-dependencies.swc_node_base] version = "0.5.1" [dev-dependencies.testing] version = "0.20.0"