# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rspack_error" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rspack error" readme = "README.md" license = "MIT" repository = "https://github.com/web-infra-dev/rspack" [lib] name = "rspack_error" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.81" features = [ "backtrace", "backtrace", ] [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3.30" [dependencies.miette] version = "5" features = ["fancy"] [dependencies.once_cell] version = "1.19.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.rspack_collections] version = "0.1.0" [dependencies.swc_core] version = "0.99.5" features = [ "common", "common_concurrent", ] default-features = false [dependencies.termcolor] version = "1" [dependencies.textwrap] version = "0.15.2" [dependencies.thiserror] version = "1" [dependencies.unicode-width] version = "0.1.11"