# 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-helper-jsx-transform" version = "0.1.3" authors = ["westhide "] description = "SWC helper for jsx transform" readme = "README.md" license = "MIT" repository = "https://github.com/westhide/swc-helper-jsx-transform.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.indexmap] version = "1.9" [dependencies.once_cell] version = "1.16.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.regex] version = "1.7.0" [dependencies.swc_core] version = "0.52" features = [ "ecma_plugin_transform", "ecma_utils", "ecma_parser", "ecma_codegen", ] [dev-dependencies.insta] version = "1.26.0" [dev-dependencies.testing] version = "0.31.28"