2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_target"
|
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2020-08-27 22:58:48 -05:00
|
|
|
bitflags = "1.2.1"
|
2022-11-06 15:06:11 -06:00
|
|
|
rustc_abi = { path = "../rustc_abi" }
|
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
|
|
rustc_feature = { path = "../rustc_feature" }
|
2023-10-19 21:37:29 -05:00
|
|
|
rustc_fs_util = { path = "../rustc_fs_util" }
|
|
|
|
rustc_index = { path = "../rustc_index" }
|
2022-11-06 15:06:11 -06:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2023-10-19 21:37:29 -05:00
|
|
|
serde_json = "1.0.59"
|
|
|
|
tracing = "0.1"
|
|
|
|
# tidy-alphabetical-end
|
2023-01-08 22:59:41 -06:00
|
|
|
|
|
|
|
[dependencies.object]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2023-01-08 22:59:41 -06:00
|
|
|
default-features = false
|
2023-10-26 21:06:16 -05:00
|
|
|
features = ["elf", "macho"]
|
2023-10-19 21:37:29 -05:00
|
|
|
version = "0.32.0"
|
|
|
|
# tidy-alphabetical-end
|