rspack_plugin_progress 0.5.7

rspack progress plugin
Documentation
[package]
description       = "rspack progress plugin"
edition.workspace = true
license           = "MIT"
name              = "rspack_plugin_progress"
repository        = "https://github.com/web-infra-dev/rspack"
version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = { workspace = true }
# unicode-width feature related to https://github.com/web-infra-dev/rspack/issues/10988
indicatif          = { workspace = true, features = ["default"] }
rspack_collections = { workspace = true }
rspack_core        = { workspace = true }
rspack_error       = { workspace = true }
rspack_hook        = { workspace = true }
tokio              = { workspace = true }
tracing            = { workspace = true }

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