1[package]2name = "rustc_target"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8bitflags = "2.4.1"9object = { version = "0.37.0", default-features = false, features = ["elf", "macho"] }10rustc_abi = { path = "../rustc_abi" }11rustc_data_structures = { path = "../rustc_data_structures" }12rustc_error_messages = { path = "../rustc_error_messages" }13rustc_fs_util = { path = "../rustc_fs_util" }14rustc_macros = { path = "../rustc_macros" }15rustc_serialize = { path = "../rustc_serialize" }16rustc_span = { path = "../rustc_span" }17schemars = "1.0.4"18serde = "1.0.219"19serde_derive = "1.0.219"20serde_json = "1.0.59"21serde_path_to_error = "0.1.17"22tracing = "0.1"23# tidy-alphabetical-end
Findings
✓ No findings reported for this file.