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.0"
= [
"darling",
"proc-macro-error",
"quote",
"syn 2.0.22",
]
[[]]
= "darling"
= "0.20.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
= [
"darling_core",
"darling_macro",
]
[[]]
= "darling_core"
= "0.20.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
= [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.22",
]
[[]]
= "darling_macro"
= "0.20.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
= [
"darling_core",
"quote",
"syn 2.0.22",
]
[[]]
= "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.63"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.29"
= "registry+https://github.com/rust-lang/crates.io-index"
= "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
= [
"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.22"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "unicode-ident"
= "1.0.9"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
[[]]
= "version_check"
= "0.9.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"