# 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-dev-expression" version = "0.2.11" authors = ["Angel Wells"] description = "A port for SWC of babel-plugin-dev-expression, which expands __DEV__ and wraps invariant and warning calls" readme = "README.md" keywords = [ "swc", "plugin", ] categories = [ "wasm", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/twnk/swc-plugin-dev-expression" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] crate-type = ["cdylib"] [dependencies.serde] version = "1" [dependencies.swc_core] version = "0.59.5" features = [ "ecma_plugin_transform", "ecma_utils", "ecma_visit", "ecma_ast", "common", ] [dependencies.tracing] version = "0.1"