# 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_transform_cx_jsx" version = "0.1.0" description = "Plugin for swc.rs that transforms cxjs.io" license = "MIT OR Apache-2.0" repository = "https://github.com/gygasync/swc-transform-cx-jsx" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] crate-type = ["cdylib"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0" [dependencies.swc_common] version = "0.27.13" [dependencies.swc_core] version = "0.18.*" features = ["plugin_transform"] [dependencies.swc_ecma_parser] version = "0.118.6" [dependencies.swc_ecma_transforms_base] version = "0.108.7" [dependencies.testing] version = "0.30.2"