swc_plugin_backend_wasmtime 7.0.0

Runner backend (wasmtime) for swc plugins. This crate is INTERNAL crate and used by swc itself.
Documentation
# 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_backend_wasmtime"
version = "7.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runner backend (wasmtime) for swc plugins. This crate is INTERNAL crate and used by swc itself."
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[lib]
name = "swc_plugin_backend_wasmtime"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.swc_common]
version = "19.0.0"
features = ["concurrent"]

[dependencies.swc_plugin_runner]
version = "25.0.0"

[dependencies.wasi-common]
version = "38"
features = [
    "sync",
    "wasmtime",
]
default-features = false

[dependencies.wasmtime]
version = "38"
features = [
    "runtime",
    "cranelift",
    "threads",
]
default-features = false