blob: 246b66d3d03071c66f4f29aaeae08bb6547aa779 [file] [log] [blame]
[package]
name = "rustc_transmute"
version = "0.0.0"
edition = "2024"
[dependencies]
# tidy-alphabetical-start
rustc_abi = { path = "../rustc_abi", optional = true }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_hir = { path = "../rustc_hir", optional = true }
rustc_middle = { path = "../rustc_middle", optional = true }
rustc_span = { path = "../rustc_span", optional = true }
smallvec = "1.8.1"
tracing = "0.1"
# tidy-alphabetical-end
[dev-dependencies]
# tidy-alphabetical-start
itertools = "0.12"
# tidy-alphabetical-end
[features]
rustc = [
"dep:rustc_abi",
"dep:rustc_hir",
"dep:rustc_middle",
"dep:rustc_span",
]