1[package]2name = "rustc_errors"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8annotate-snippets = { version = "0.12.15", features = ["simd"] }9anstream = "0.6.20"10anstyle = "1.0.13"11derive_setters = "0.1.6"12rustc_ast = { path = "../rustc_ast" }13rustc_data_structures = { path = "../rustc_data_structures" }14rustc_error_codes = { path = "../rustc_error_codes" }15rustc_error_messages = { path = "../rustc_error_messages" }16rustc_hashes = { path = "../rustc_hashes" }17rustc_index = { path = "../rustc_index" }18rustc_lint_defs = { path = "../rustc_lint_defs" }19rustc_macros = { path = "../rustc_macros" }20rustc_serialize = { path = "../rustc_serialize" }21rustc_span = { path = "../rustc_span" }22serde = { version = "1.0.125", features = ["derive"] }23serde_json = "1.0.59"24termize = "0.2"25tracing = "0.1"26# tidy-alphabetical-end2728[target.'cfg(windows)'.dependencies.windows]29version = "0.61.0"30features = [31 "Win32_Foundation",32 "Win32_Security",33 "Win32_System_Threading",34]
Findings
✓ No findings reported for this file.