# 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-react-remove-properties-visitor" version = "0.1.4" authors = ["Pig Fang "] description = "SWC visitor for removing specific React properties." license = "MIT" repository = "https://github.com/g-plane/swc-plugin-react-remove-properties" resolver = "1" [dependencies.matchable] version = "0.1" [dependencies.regex] version = "1.7" [dependencies.swc_core] version = "0.75" features = [ "ecma_ast", "ecma_plugin_transform", "ecma_utils", ] [dev-dependencies.swc_ecma_parser] version = "0.133"