rspack_loader_lightningcss 0.7.7

rspack lightingcss loader
Documentation
[package]
description       = "rspack lightingcss loader"
edition.workspace = true
license           = "MIT"
name              = "rspack_loader_lightningcss"
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 }
derive_more          = { workspace = true, features = ["debug"] }
lightningcss         = { workspace = true, features = ["sourcemap", "into_owned"] }
parcel_sourcemap     = { workspace = true }
rspack_browserslist  = { workspace = true }
rspack_cacheable     = { workspace = true }
rspack_core          = { workspace = true }
rspack_error         = { workspace = true }
rspack_hook          = { workspace = true }
rspack_loader_runner = { workspace = true }
serde                = { workspace = true, features = ["derive"] }
serde_json           = { workspace = true }
tokio                = { workspace = true }
tracing              = { workspace = true }
[package.metadata.cargo-shear]
ignored = ["tracing"]