2020-08-28 03:58:48 +00:00
|
|
|
[package]
|
|
|
|
name = "rustc_target"
|
|
|
|
version = "0.0.0"
|
2021-09-19 16:49:55 +00:00
|
|
|
edition = "2021"
|
2020-08-28 03:58:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2023-12-30 16:09:02 +00:00
|
|
|
bitflags = "2.4.1"
|
2022-11-06 21:06:11 +00:00
|
|
|
rustc_abi = { path = "../rustc_abi" }
|
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2023-10-20 02:37:29 +00:00
|
|
|
rustc_fs_util = { path = "../rustc_fs_util" }
|
2022-11-06 21:06:11 +00:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2023-10-20 02:37:29 +00:00
|
|
|
serde_json = "1.0.59"
|
|
|
|
tracing = "0.1"
|
|
|
|
# tidy-alphabetical-end
|
2023-01-09 04:59:41 +00:00
|
|
|
|
|
|
|
[dependencies.object]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2023-01-09 04:59:41 +00:00
|
|
|
default-features = false
|
2023-10-27 02:06:16 +00:00
|
|
|
features = ["elf", "macho"]
|
2024-07-17 11:33:20 +00:00
|
|
|
version = "0.36.2"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|