# 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_jni" version = "0.1.0" description = "swc jni binding" homepage = "https://github.com/yidafu/swc-binding" documentation = "https://github.com/yidafu/swc-binding" readme = "README.md" categories = [ "swc", "jni", ] license = "Apache-2.0" repository = "https://github.com/yidafu/swc-binding" [lib] crate_type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.jni] version = "0.21.1" [dependencies.jni_fn] version = "0.1.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["unbounded_depth"] [dependencies.swc] version = "0.270.25" [dependencies.swc_common] version = "0.33.9" [dependencies.swc_core] version = "0.87.27" [dependencies.swc_ecma_ast] version = "0.110.10" features = ["serde-impl"] [dependencies.swc_ecma_codegen] version = "0.146.39" [dependencies.swc_ecma_transforms] version = "0.227.19" [dependencies.swc_ecma_transforms_base] version = "0.135.11" [dependencies.swc_ecma_visit] version = "0.96.10" [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.40" [features]