# 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_import" version = "0.1.8" description = "babel-plugin-import rewritten in Rust" license = "MIT" resolver = "1" [dependencies.handlebars] version = "4.3.3" [dependencies.regex] version = "1.6.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.163" [dependencies.swc_core] version = "0.79.5" features = [ "common", "common", "ecma_ast", "ecma_visit", ] [dev-dependencies]