# 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_js_api" version = "0.8.0" authors = ["강동윤 "] description = "API for the swc plugins" documentation = "https://rustdoc.swc.rs/swc_plugin/" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [dependencies.anyhow] version = "1.0.41" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1" [dependencies.swc_atoms] version = "0.2.7" [dependencies.swc_common] version = "0.16.0" features = ["plugin-base"]