1[package]2name = "rustc_middle"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8bitflags = "2.4.1"9either = "1.5.0"10gsgdt = "0.1.2"11parking_lot = "0.12"12polonius-engine = "0.13.0"13rustc_abi = { path = "../rustc_abi" }14rustc_apfloat = "0.2.0"15rustc_arena = { path = "../rustc_arena" }16rustc_ast = { path = "../rustc_ast" }17rustc_ast_ir = { path = "../rustc_ast_ir" }18rustc_data_structures = { path = "../rustc_data_structures" }19rustc_error_messages = { path = "../rustc_error_messages" } # Used for intra-doc links20rustc_errors = { path = "../rustc_errors" }21rustc_feature = { path = "../rustc_feature" }22rustc_graphviz = { path = "../rustc_graphviz" }23rustc_hashes = { path = "../rustc_hashes" }24rustc_hir = { path = "../rustc_hir" }25rustc_hir_pretty = { path = "../rustc_hir_pretty" }26rustc_index = { path = "../rustc_index" }27rustc_lint_defs = { path = "../rustc_lint_defs" }28rustc_macros = { path = "../rustc_macros" }29rustc_serialize = { path = "../rustc_serialize" }30rustc_session = { path = "../rustc_session" }31rustc_span = { path = "../rustc_span" }32rustc_target = { path = "../rustc_target" }33rustc_thread_pool = { path = "../rustc_thread_pool" }34rustc_type_ir = { path = "../rustc_type_ir" }35smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }36thin-vec = "0.2.15"37tracing = "0.1"38# tidy-alphabetical-end3940[features]41# tidy-alphabetical-start42rustc_randomized_layouts = []43# tidy-alphabetical-end
Findings
✓ No findings reported for this file.