| /// Do not update manually - use `./x.py test tidy --bless` |
| /// Holds all direct and indirect dependencies of proc-macro crates in tree. |
| /// See <https://github.com/rust-lang/rust/issues/134863> |
| pub static CRATES: &[&str] = &[ |
| // tidy-alphabetical-start |
| "annotate-snippets", |
| "anstyle", |
| "askama_parser", |
| "basic-toml", |
| "block-buffer", |
| "bumpalo", |
| "cfg-if", |
| "cpufeatures", |
| "crypto-common", |
| "darling", |
| "darling_core", |
| "derive_builder_core", |
| "digest", |
| "equivalent", |
| "fluent-bundle", |
| "fluent-langneg", |
| "fluent-syntax", |
| "fnv", |
| "generic-array", |
| "hashbrown", |
| "heck", |
| "ident_case", |
| "indexmap", |
| "intl-memoizer", |
| "intl_pluralrules", |
| "libc", |
| "memchr", |
| "minimal-lexical", |
| "nom", |
| "pest", |
| "pest_generator", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "rustc-hash", |
| "self_cell", |
| "serde", |
| "serde_core", |
| "serde_derive_internals", |
| "sha2", |
| "smallvec", |
| "stable_deref_trait", |
| "strsim", |
| "syn", |
| "synstructure", |
| "thiserror", |
| "tinystr", |
| "type-map", |
| "typenum", |
| "ucd-trie", |
| "unic-langid", |
| "unic-langid-impl", |
| "unic-langid-macros", |
| "unicode-ident", |
| "unicode-width", |
| "version_check", |
| "wasm-bindgen-macro-support", |
| "wasm-bindgen-shared", |
| "winnow", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| // tidy-alphabetical-end |
| ]; |