rspack_loader_testing 0.102.7

rspack loader test
Documentation
[package]
description       = "rspack loader test"
edition.workspace = true
license           = "MIT"
name              = "rspack_loader_testing"
# Keep publishing this package because `rspack_binding_api`'s
# `test-loader` feature depends on it.
# publish           = false
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]
async-trait          = { workspace = true }
rspack_cacheable     = { workspace = true }
rspack_core          = { workspace = true }
rspack_error         = { workspace = true }
rspack_loader_runner = { workspace = true }
serde_json           = { workspace = true }

[lints]
workspace = true

[lib]
doctest = false
test    = false