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    "annotate-snippets",
7    "anstyle",
8    "askama_parser",
9    "basic-toml",
10    "block-buffer",
11    "bumpalo",
12    "cfg-if",
13    "cpufeatures",
14    "crypto-common",
15    "darling",
16    "darling_core",
17    "derive_builder_core",
18    "digest",
19    "equivalent",
20    "fluent-bundle",
21    "fluent-langneg",
22    "fluent-syntax",
23    "fnv",
24    "generic-array",
25    "hashbrown",
26    "heck",
27    "ident_case",
28    "indexmap",
29    "intl-memoizer",
30    "intl_pluralrules",
31    "libc",
32    "memchr",
33    "minimal-lexical",
34    "nom",
35    "pest",
36    "pest_generator",
37    "pest_meta",
38    "proc-macro2",
39    "quote",
40    "rustc-hash",
41    "self_cell",
42    "serde",
43    "serde_core",
44    "serde_derive_internals",
45    "sha2",
46    "smallvec",
47    "stable_deref_trait",
48    "strsim",
49    "syn",
50    "synstructure",
51    "thiserror",
52    "tinystr",
53    "type-map",
54    "typenum",
55    "ucd-trie",
56    "unic-langid",
57    "unic-langid-impl",
58    "unic-langid-macros",
59    "unicode-ident",
60    "unicode-width",
61    "version_check",
62    "wasm-bindgen-macro-support",
63    "wasm-bindgen-shared",
64    "winnow",
65    "yoke",
66    "zerofrom",
67    "zerovec",
68    // tidy-alphabetical-end
69];