tidy/bootstrap/src/utils/
proc_macro_deps.rs1pub static CRATES: &[&str] = &[
5 "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 ];