rspack_plugin_json 0.6.7

rspack json plugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description       = "rspack json plugin"
edition.workspace = true
license           = "MIT"
name              = "rspack_plugin_json"
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 }
cow-utils        = { workspace = true }
json             = { workspace = true }
ropey            = { workspace = true }
rspack_cacheable = { workspace = true }
rspack_core      = { workspace = true }
rspack_error     = { workspace = true }
rspack_util      = { workspace = true }