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