1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "axum_typed_multipart_macros"
= "0.5.2"
= [
"darling",
"proc-macro-error",
"quote",
"syn 2.0.27",
]
[[]]
= "darling"
= "0.20.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
= [
"darling_core",
"darling_macro",
]
[[]]
= "darling_core"
= "0.20.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
= [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.27",
]
[[]]
= "darling_macro"
= "0.20.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
= [
"darling_core",
"quote",
"syn 2.0.27",
]
[[]]
= "fnv"
= "1.0.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[]]
= "ident_case"
= "1.0.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[]]
= "proc-macro-error"
= "1.0.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
= [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[]]
= "proc-macro-error-attr"
= "1.0.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
= [
"proc-macro2",
"quote",
"version_check",
]
[[]]
= "proc-macro2"
= "1.0.66"
= "registry+https://github.com/rust-lang/crates.io-index"
= "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.32"
= "registry+https://github.com/rust-lang/crates.io-index"
= "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
= [
"proc-macro2",
]
[[]]
= "strsim"
= "0.10.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[]]
= "syn"
= "1.0.109"
= "registry+https://github.com/rust-lang/crates.io-index"
= "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
= [
"proc-macro2",
"unicode-ident",
]
[[]]
= "syn"
= "2.0.27"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "unicode-ident"
= "1.0.11"
= "registry+https://github.com/rust-lang/crates.io-index"
= "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
[[]]
= "version_check"
= "0.9.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"