[package] description = "rspack error" edition = "2021" license = "MIT" name = "rspack_error" 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] anyhow = { workspace = true, features = ["backtrace"] } cow-utils = { workspace = true } derivative = { workspace = true } futures = { workspace = true } miette = { version = "5", features = ["fancy"] } once_cell = { workspace = true } owo-colors = "3.5.0" rspack_collections = { workspace = true } rspack_paths = { workspace = true } swc_core = { workspace = true, features = ["common", "common_concurrent"] } termcolor = "1" textwrap = "0.15.2" thiserror = "1" unicode-width = "0.2.0"