rspack_plugin_devtool 0.1.0

rspack devtool plugin
[package]
description = "rspack devtool plugin"
edition     = "2021"
license     = "MIT"
name        = "rspack_plugin_devtool"
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 }
derivative               = { workspace = true }
futures                  = { workspace = true }
itertools                = { workspace = true }
pathdiff                 = { workspace = true }
rayon                    = { workspace = true }
regex                    = { workspace = true }
rspack_base64            = { version = "0.1.0", path = "../rspack_base64" }
rspack_core              = { version = "0.1.0", path = "../rspack_core" }
rspack_error             = { version = "0.1.0", path = "../rspack_error" }
rspack_hash              = { version = "0.1.0", path = "../rspack_hash" }
rspack_hook              = { version = "0.1.0", path = "../rspack_hook" }
rspack_plugin_javascript = { version = "0.1.0", path = "../rspack_plugin_javascript" }
rspack_util              = { version = "0.1.0", path = "../rspack_util" }
rustc-hash               = { workspace = true }
serde_json               = { workspace = true }
tracing                  = { workspace = true }

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