tidy/bootstrap/src/utils/
proc_macro_deps.rs

1/// Do not update manually - use `./x.py test tidy --bless`
2/// Holds all direct and indirect dependencies of proc-macro crates in tree.
3/// See <https://github.com/rust-lang/rust/issues/134863>
4pub static CRATES: &[&str] = &[
5    // tidy-alphabetical-start
6    "allocator-api2",
7    "annotate-snippets",
8    "anstyle",
9    "askama_parser",
10    "basic-toml",
11    "block-buffer",
12    "bumpalo",
13    "cfg-if",
14    "cpufeatures",
15    "crypto-common",
16    "darling",
17    "darling_core",
18    "derive_builder_core",
19    "digest",
20    "equivalent",
21    "fluent-bundle",
22    "fluent-langneg",
23    "fluent-syntax",
24    "fnv",
25    "foldhash",
26    "generic-array",
27    "hashbrown",
28    "heck",
29    "ident_case",
30    "indexmap",
31    "intl-memoizer",
32    "intl_pluralrules",
33    "libc",
34    "log",
35    "memchr",
36    "minimal-lexical",
37    "nom",
38    "pest",
39    "pest_generator",
40    "pest_meta",
41    "proc-macro2",
42    "quote",
43    "rustc-hash",
44    "self_cell",
45    "serde",
46    "serde_derive_internals",
47    "sha2",
48    "smallvec",
49    "stable_deref_trait",
50    "strsim",
51    "syn",
52    "synstructure",
53    "thiserror",
54    "tinystr",
55    "type-map",
56    "typenum",
57    "ucd-trie",
58    "unic-langid",
59    "unic-langid-impl",
60    "unic-langid-macros",
61    "unicode-ident",
62    "unicode-width",
63    "version_check",
64    "wasm-bindgen-backend",
65    "wasm-bindgen-macro-support",
66    "wasm-bindgen-shared",
67    "winnow",
68    "yoke",
69    "zerofrom",
70    "zerovec",
71    // tidy-alphabetical-end
72];