|  | [package] | 
|  | name = "rustc_interface" | 
|  | version = "0.0.0" | 
|  | edition = "2024" | 
|  |  | 
|  | [dependencies] | 
|  | # tidy-alphabetical-start | 
|  | rustc_ast = { path = "../rustc_ast" } | 
|  | rustc_ast_lowering = { path = "../rustc_ast_lowering" } | 
|  | rustc_ast_passes = { path = "../rustc_ast_passes" } | 
|  | rustc_ast_pretty = { path = "../rustc_ast_pretty" } | 
|  | rustc_attr_parsing = { path = "../rustc_attr_parsing" } | 
|  | rustc_borrowck = { path = "../rustc_borrowck" } | 
|  | rustc_builtin_macros = { path = "../rustc_builtin_macros" } | 
|  | rustc_codegen_llvm = { path = "../rustc_codegen_llvm", optional = true } | 
|  | rustc_codegen_ssa = { path = "../rustc_codegen_ssa" } | 
|  | rustc_const_eval = { path = "../rustc_const_eval" } | 
|  | rustc_data_structures = { path = "../rustc_data_structures" } | 
|  | rustc_errors = { path = "../rustc_errors" } | 
|  | rustc_expand = { path = "../rustc_expand" } | 
|  | rustc_feature = { path = "../rustc_feature" } | 
|  | rustc_fluent_macro = { path = "../rustc_fluent_macro" } | 
|  | rustc_fs_util = { path = "../rustc_fs_util" } | 
|  | rustc_hir = { path = "../rustc_hir" } | 
|  | rustc_hir_analysis = { path = "../rustc_hir_analysis" } | 
|  | rustc_hir_typeck = { path = "../rustc_hir_typeck" } | 
|  | rustc_incremental = { path = "../rustc_incremental" } | 
|  | rustc_lint = { path = "../rustc_lint" } | 
|  | rustc_macros = { path = "../rustc_macros" } | 
|  | rustc_metadata = { path = "../rustc_metadata" } | 
|  | rustc_middle = { path = "../rustc_middle" } | 
|  | rustc_mir_build = { path = "../rustc_mir_build" } | 
|  | rustc_mir_transform = { path = "../rustc_mir_transform" } | 
|  | rustc_monomorphize = { path = "../rustc_monomorphize" } | 
|  | rustc_parse = { path = "../rustc_parse" } | 
|  | rustc_passes = { path = "../rustc_passes" } | 
|  | rustc_privacy = { path = "../rustc_privacy" } | 
|  | rustc_query_impl = { path = "../rustc_query_impl" } | 
|  | rustc_query_system = { path = "../rustc_query_system" } | 
|  | rustc_resolve = { path = "../rustc_resolve" } | 
|  | rustc_session = { path = "../rustc_session" } | 
|  | rustc_span = { path = "../rustc_span" } | 
|  | rustc_symbol_mangling = { path = "../rustc_symbol_mangling" } | 
|  | rustc_target = { path = "../rustc_target" } | 
|  | rustc_thread_pool = { path = "../rustc_thread_pool" } | 
|  | rustc_trait_selection = { path = "../rustc_trait_selection" } | 
|  | rustc_traits = { path = "../rustc_traits" } | 
|  | rustc_ty_utils = { path = "../rustc_ty_utils" } | 
|  | tracing = "0.1" | 
|  | # tidy-alphabetical-end | 
|  |  | 
|  | [dev-dependencies] | 
|  | # tidy-alphabetical-start | 
|  | rustc_abi = { path = "../rustc_abi" } | 
|  | # tidy-alphabetical-end | 
|  |  | 
|  | [features] | 
|  | # tidy-alphabetical-start | 
|  | check_only = ['rustc_codegen_llvm?/check_only'] | 
|  | llvm = ['dep:rustc_codegen_llvm'] | 
|  | llvm_enzyme = ['rustc_builtin_macros/llvm_enzyme', 'rustc_codegen_llvm/llvm_enzyme'] | 
|  | # tidy-alphabetical-end |