rspack_loader_lightningcss 0.2.0

rspack lightingcss loader
[package]
description = "rspack lightingcss loader"
edition     = "2021"
license     = "MIT"
name        = "rspack_loader_lightningcss"
repository  = "https://github.com/web-infra-dev/rspack"
version     = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait          = { workspace = true }
derivative           = { workspace = true }
lightningcss         = { workspace = true, features = ["sourcemap", "browserslist", "visitor", "into_owned"] }
parcel_sourcemap     = { workspace = true }
rspack_core          = { workspace = true }
rspack_error         = { workspace = true }
rspack_loader_runner = { workspace = true }
serde                = { workspace = true, features = ["derive"] }
tokio                = { workspace = true }