# 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-vue-jsx" version = "0.1.0" authors = ["westhide "] description = "SWC plugin for Vue JSX" readme = "README.md" license = "MIT" repository = "https://github.com/westhide/swc-plugin-vue-jsx.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.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.swc-helper-jsx-transform] version = "0.1.3" [dependencies.swc-helper-module-import] version = "0.1.1" [dependencies.swc_core] version = "0.52" features = [ "ecma_plugin_transform", "common", "ecma_parser", "ecma_codegen", "ecma_transforms_typescript", "ecma_transforms_optimization", "ecma_quote", "ecma_utils", "ecma_minifier", "testing_transform", ] [dependencies.tracing] version = "0.1.37" features = ["release_max_level_off"] [dev-dependencies.insta] version = "1.26.0" [dev-dependencies.testing] version = "0.31.28"