# 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_ecma_plugin_ast" version = "0.8.0" authors = ["강동윤 "] description = "Special AST for swc, which can be passed to dynamic libraries directly" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [dependencies.abi_stable] version = "0.10.3" [dependencies.num-bigint] version = "0.2" [dependencies.rkyv] version = "0.7.28" [dependencies.rplugin] version = "0.3.0" [dependencies.swc_atoms] version = "0.2" [dependencies.swc_common] version = "0.15.0" features = ["plugin-base"] [dependencies.swc_ecma_ast] version = "0.61.0" features = ["rkyv-impl"] [dev-dependencies.serde] version = "1.0.133" [dev-dependencies.serde_json] version = "1" [dev-dependencies.swc_ecma_parser] version = "0.83.0" [dev-dependencies.swc_node_base] version = "0.5.1" [dev-dependencies.testing] version = "0.16.0"