compiler/rustc_parse/Cargo.toml TOML 29 lines View on github.com → Search inside
1[package]2name = "rustc_parse"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8bitflags = "2.4.1"9rustc-literal-escaper = "0.0.7"10rustc_ast = { path = "../rustc_ast" }11rustc_ast_pretty = { path = "../rustc_ast_pretty" }12rustc_data_structures = { path = "../rustc_data_structures" }13rustc_errors = { path = "../rustc_errors" }14rustc_feature = { path = "../rustc_feature" }15rustc_index = { path = "../rustc_index" }16rustc_lexer = { path = "../rustc_lexer" }17rustc_macros = { path = "../rustc_macros" }18rustc_session = { path = "../rustc_session" }19rustc_span = { path = "../rustc_span" }20thin-vec = "0.2.15"21tracing = "0.1"22unicode-normalization = "0.1.25"23unicode-width = "0.2.2"24# tidy-alphabetical-end2526[dev-dependencies]27# tidy-alphabetical-start28# 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.