rspack_plugin_wasm 0.1.0

rspack wasm plugin
Documentation
[package]
description = "rspack wasm plugin"
edition     = "2021"
license     = "MIT"
name        = "rspack_plugin_wasm"
repository  = "https://github.com/web-infra-dev/rspack"
version     = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait        = { workspace = true }
dashmap            = { workspace = true }
indexmap           = { workspace = true }
rayon              = { workspace = true }
rspack_collections = { version = "0.1.0", path = "../rspack_collections" }
rspack_core        = { version = "0.1.0", path = "../rspack_core" }
rspack_error       = { version = "0.1.0", path = "../rspack_error" }
rspack_hook        = { version = "0.1.0", path = "../rspack_hook" }
rspack_util        = { version = "0.1.0", path = "../rspack_util" }
serde_json         = { workspace = true }
swc_core           = { workspace = true, features = ["__ecma"] }
tracing            = { workspace = true }
wasmparser         = "0.207.0"

[package.metadata.cargo-shear]
ignored = ["tracing"]