compiler/rustc_expand/Cargo.toml TOML 36 lines View on github.com → Search inside
1[package]2name = "rustc_expand"3version = "0.0.0"4edition = "2024"5build = false67[lib]8doctest = false910[dependencies]11# tidy-alphabetical-start12rustc_ast = { path = "../rustc_ast" }13rustc_ast_passes = { path = "../rustc_ast_passes" }14rustc_ast_pretty = { path = "../rustc_ast_pretty" }15rustc_attr_parsing = { path = "../rustc_attr_parsing" }16rustc_data_structures = { path = "../rustc_data_structures" }17rustc_errors = { path = "../rustc_errors" }18rustc_feature = { path = "../rustc_feature" }19rustc_hir = { path = "../rustc_hir" }20rustc_lexer = { path = "../rustc_lexer" }21rustc_lint_defs = { path = "../rustc_lint_defs" }22rustc_macros = { path = "../rustc_macros" }23rustc_middle = { path = "../rustc_middle" }24rustc_parse = { path = "../rustc_parse" }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" }31scoped-tls = "1.0"32smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }33thin-vec = "0.2.15"34tracing = "0.1"35# 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.