# 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-plugin-remove-console" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A swc plugin to remove console.log statements" readme = "README.md" license = "MIT" repository = "https://github.com/alexzhang1030/swc-plugin-remove-console.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] name = "swc_plugin_remove_console" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.serde] version = "1.0.200" [dependencies.serde_json] version = "1.0.116" [dependencies.swc_core] version = "0.108.0" features = ["ecma_plugin_transform"]