compiler/rustc_metadata/Cargo.toml TOML 40 lines View on github.com → Search inside
1[package]2name = "rustc_metadata"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8bitflags = "2.4.1"9libloading = "0.8.0"10odht = { version = "0.3.1", features = ["nightly"] }11rustc_abi = { path = "../rustc_abi" }12rustc_ast = { path = "../rustc_ast" }13rustc_attr_parsing = { path = "../rustc_attr_parsing" }14rustc_data_structures = { path = "../rustc_data_structures" }15rustc_errors = { path = "../rustc_errors" }16rustc_expand = { path = "../rustc_expand" }17rustc_feature = { path = "../rustc_feature" }18rustc_fs_util = { path = "../rustc_fs_util" }19rustc_hir = { path = "../rustc_hir" }20rustc_hir_pretty = { path = "../rustc_hir_pretty" }21rustc_incremental = { path = "../rustc_incremental" }22rustc_index = { path = "../rustc_index" }23rustc_macros = { path = "../rustc_macros" }24rustc_middle = { path = "../rustc_middle" }25# We must use the proc_macro version that we will compile proc-macros against,26# not the one from our own sysroot.27rustc_proc_macro = { path = "../rustc_proc_macro" }28rustc_serialize = { path = "../rustc_serialize" }29rustc_session = { path = "../rustc_session" }30rustc_span = { path = "../rustc_span" }31rustc_target = { path = "../rustc_target" }32tempfile = "3.7.1"33tracing = "0.1"34# tidy-alphabetical-end3536[target.'cfg(target_os = "aix")'.dependencies]37# tidy-alphabetical-start38libc = "0.2"39# tidy-alphabetical-end

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.