# 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-vue-jsx-visitor" version = "0.3.2" authors = ["Pig Fang "] description = "SWC visitor for transforming Vue JSX." license = "MIT" repository = "https://github.com/g-plane/swc-plugin-vue-jsx" [dependencies.bitflags] version = "2.4" [dependencies.css_dataset] version = "0.3" [dependencies.fnv] version = "1.0" [dependencies.indexmap] version = "2.1" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.swc_core] version = "0.99" features = [ "ecma_parser", "ecma_plugin_transform", "ecma_utils", ] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.testing] version = "0.38"