aboutsummaryrefslogtreecommitdiff
path: root/devel/forgejo-cli/Makefile.crates
blob: 6e6ebd481961690f04276058acda07ef0f4ae1c4 (plain) (blame)
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
CARGO_CRATES=   ahash-0.8.12 \
                aho-corasick-1.1.4 \
                annotate-snippets-0.12.15 \
                anstream-1.0.0 \
                anstyle-1.0.14 \
                anstyle-parse-1.0.0 \
                anstyle-query-1.1.5 \
                anstyle-wincon-3.0.11 \
                anyhow-1.0.102 \
                arraydeque-0.5.1 \
                atomic-waker-1.1.2 \
                auth-git2-0.5.8 \
                autocfg-1.5.0 \
                base64-0.22.1 \
                base64ct-1.8.3 \
                bitflags-2.11.1 \
                block-buffer-0.12.0 \
                bumpalo-3.20.2 \
                bytes-1.11.1 \
                caseless-0.2.2 \
                cc-1.2.60 \
                cfg-if-1.0.4 \
                chacha20-0.10.0 \
                clap-4.6.1 \
                clap_builder-4.6.0 \
                clap_complete-4.6.2 \
                clap_derive-4.6.1 \
                clap_lex-1.1.0 \
                colorchoice-1.0.5 \
                comrak-0.52.0 \
                const-oid-0.10.2 \
                convert_case-0.10.0 \
                core-foundation-0.9.4 \
                core-foundation-0.10.1 \
                core-foundation-sys-0.8.7 \
                cpufeatures-0.3.0 \
                crossterm-0.29.0 \
                crossterm_winapi-0.9.1 \
                crypto-common-0.2.1 \
                deranged-0.5.8 \
                derive_more-2.1.1 \
                derive_more-impl-2.1.1 \
                digest-0.11.2 \
                directories-6.0.0 \
                dirs-6.0.0 \
                dirs-sys-0.5.0 \
                displaydoc-0.2.5 \
                document-features-0.2.12 \
                encoding_rs-0.8.35 \
                encoding_rs_io-0.1.7 \
                entities-1.0.1 \
                equivalent-1.0.2 \
                errno-0.3.14 \
                eyre-0.6.12 \
                fastrand-2.4.1 \
                find-msvc-tools-0.1.9 \
                finl_unicode-1.4.0 \
                fnv-1.0.7 \
                foldhash-0.1.5 \
                foreign-types-0.3.2 \
                foreign-types-shared-0.1.1 \
                forgejo-api-0.10.0 \
                form_urlencoded-1.2.2 \
                futures-0.3.32 \
                futures-channel-0.3.32 \
                futures-core-0.3.32 \
                futures-executor-0.3.32 \
                futures-io-0.3.32 \
                futures-macro-0.3.32 \
                futures-sink-0.3.32 \
                futures-task-0.3.32 \
                futures-util-0.3.32 \
                getrandom-0.2.17 \
                getrandom-0.3.4 \
                getrandom-0.4.2 \
                git2-0.20.4 \
                glob-0.3.3 \
                h2-0.4.13 \
                hashbrown-0.15.5 \
                hashbrown-0.17.0 \
                heck-0.5.0 \
                http-1.4.0 \
                http-body-1.0.1 \
                http-body-util-0.1.3 \
                httparse-1.10.1 \
                httpdate-1.0.3 \
                hybrid-array-0.4.10 \
                hyper-1.9.0 \
                hyper-rustls-0.27.9 \
                hyper-tls-0.6.0 \
                hyper-util-0.1.20 \
                icu_collections-2.2.0 \
                icu_locale_core-2.2.0 \
                icu_normalizer-2.2.0 \
                icu_normalizer_data-2.2.0 \
                icu_properties-2.2.0 \
                icu_properties_data-2.2.0 \
                icu_provider-2.2.0 \
                id-arena-2.3.0 \
                idna-1.1.0 \
                idna_adapter-1.2.1 \
                indenter-0.3.4 \
                indexmap-2.14.0 \
                ipnet-2.12.0 \
                iri-string-0.7.12 \
                is-docker-0.2.0 \
                is-wsl-0.4.0 \
                is_terminal_polyfill-1.70.2 \
                itoa-1.0.18 \
                jetscii-0.5.3 \
                jobserver-0.1.34 \
                js-sys-0.3.95 \
                leb128fmt-0.1.0 \
                libc-0.2.185 \
                libgit2-sys-0.18.3+1.9.2 \
                libredox-0.1.16 \
                libssh2-sys-0.3.1 \
                libz-sys-1.1.28 \
                linux-raw-sys-0.12.1 \
                litemap-0.8.2 \
                litrs-1.0.0 \
                lock_api-0.4.14 \
                log-0.4.29 \
                memchr-2.8.0 \
                mime-0.3.17 \
                mime_guess-2.0.5 \
                mio-1.2.0 \
                native-tls-0.2.18 \
                nohash-hasher-0.2.0 \
                num-conv-0.2.1 \
                num-traits-0.2.19 \
                num_threads-0.1.7 \
                once_cell-1.21.4 \
                once_cell_polyfill-1.70.2 \
                open-5.3.3 \
                openssl-0.10.77 \
                openssl-macros-0.1.1 \
                openssl-probe-0.1.6 \
                openssl-probe-0.2.1 \
                openssl-sys-0.9.113 \
                option-ext-0.2.0 \
                parking_lot-0.12.5 \
                parking_lot_core-0.9.12 \
                pathdiff-0.2.3 \
                percent-encoding-2.3.2 \
                phf-0.13.1 \
                phf_codegen-0.13.1 \
                phf_generator-0.13.1 \
                phf_shared-0.13.1 \
                pin-project-lite-0.2.17 \
                pkg-config-0.3.33 \
                potential_utf-0.1.5 \
                powerfmt-0.2.0 \
                prettyplease-0.2.37 \
                proc-macro2-1.0.106 \
                quote-1.0.45 \
                r-efi-5.3.0 \
                r-efi-6.0.0 \
                rand-0.10.1 \
                rand_core-0.10.1 \
                redox_syscall-0.5.18 \
                redox_users-0.5.2 \
                regex-1.12.3 \
                regex-automata-0.4.14 \
                regex-syntax-0.8.10 \
                reqwest-0.12.28 \
                ring-0.17.14 \
                rustc-hash-2.1.2 \
                rustc_version-0.4.1 \
                rustix-1.1.4 \
                rustls-0.23.38 \
                rustls-pki-types-1.14.0 \
                rustls-webpki-0.103.12 \
                rustversion-1.0.22 \
                ryu-1.0.23 \
                saphyr-parser-bw-0.0.611 \
                schannel-0.1.29 \
                scopeguard-1.2.0 \
                security-framework-3.7.0 \
                security-framework-sys-2.17.0 \
                semver-1.0.28 \
                serde-1.0.228 \
                serde-saphyr-0.0.23 \
                serde_core-1.0.228 \
                serde_derive-1.0.228 \
                serde_json-1.0.149 \
                serde_urlencoded-0.7.1 \
                sha2-0.11.0 \
                shlex-1.3.0 \
                signal-hook-0.3.18 \
                signal-hook-mio-0.2.5 \
                signal-hook-registry-1.4.8 \
                siphasher-1.0.2 \
                slab-0.4.12 \
                smallvec-1.15.1 \
                socket2-0.6.3 \
                soft_assert-0.1.1 \
                ssh2-config-0.7.0 \
                stable_deref_trait-1.2.1 \
                strsim-0.11.1 \
                subtle-2.6.1 \
                syn-2.0.117 \
                sync_wrapper-1.0.2 \
                synstructure-0.13.2 \
                system-configuration-0.7.0 \
                system-configuration-sys-0.6.0 \
                tempfile-3.27.0 \
                terminal-prompt-0.2.3 \
                thiserror-1.0.69 \
                thiserror-2.0.18 \
                thiserror-impl-1.0.69 \
                thiserror-impl-2.0.18 \
                time-0.3.47 \
                time-core-0.1.8 \
                time-macros-0.2.27 \
                tinystr-0.8.3 \
                tinyvec-1.11.0 \
                tinyvec_macros-0.1.1 \
                tokio-1.52.0 \
                tokio-macros-2.7.0 \
                tokio-native-tls-0.3.1 \
                tokio-rustls-0.26.4 \
                tokio-util-0.7.18 \
                tower-0.5.3 \
                tower-http-0.6.8 \
                tower-layer-0.3.3 \
                tower-service-0.3.3 \
                tracing-0.1.44 \
                tracing-core-0.1.36 \
                try-lock-0.2.5 \
                typed-arena-2.0.2 \
                typenum-1.19.0 \
                unicase-2.9.0 \
                unicode-ident-1.0.24 \
                unicode-normalization-0.1.25 \
                unicode-segmentation-1.13.2 \
                unicode-width-0.2.2 \
                unicode-xid-0.2.6 \
                untrusted-0.9.0 \
                url-2.5.8 \
                urlencoding-2.1.3 \
                utf8_iter-1.0.4 \
                utf8parse-0.2.2 \
                uuid-1.23.1 \
                vcpkg-0.2.15 \
                version_check-0.9.5 \
                want-0.3.1 \
                wasi-0.11.1+wasi-snapshot-preview1 \
                wasip2-1.0.2+wasi-0.2.9 \
                wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \
                wasm-bindgen-0.2.118 \
                wasm-bindgen-futures-0.4.68 \
                wasm-bindgen-macro-0.2.118 \
                wasm-bindgen-macro-support-0.2.118 \
                wasm-bindgen-shared-0.2.118 \
                wasm-encoder-0.244.0 \
                wasm-metadata-0.244.0 \
                wasmparser-0.244.0 \
                web-sys-0.3.95 \
                wildmatch-2.6.1 \
                winapi-0.3.9 \
                winapi-i686-pc-windows-gnu-0.4.0 \
                winapi-x86_64-pc-windows-gnu-0.4.0 \
                windows-link-0.2.1 \
                windows-registry-0.6.1 \
                windows-result-0.4.1 \
                windows-strings-0.5.1 \
                windows-sys-0.52.0 \
                windows-sys-0.61.2 \
                windows-targets-0.52.6 \
                windows_aarch64_gnullvm-0.52.6 \
                windows_aarch64_msvc-0.52.6 \
                windows_i686_gnu-0.52.6 \
                windows_i686_gnullvm-0.52.6 \
                windows_i686_msvc-0.52.6 \
                windows_x86_64_gnu-0.52.6 \
                windows_x86_64_gnullvm-0.52.6 \
                windows_x86_64_msvc-0.52.6 \
                wit-bindgen-0.51.0 \
                wit-bindgen-core-0.51.0 \
                wit-bindgen-rust-0.51.0 \
                wit-bindgen-rust-macro-0.51.0 \
                wit-component-0.244.0 \
                wit-parser-0.244.0 \
                writeable-0.6.3 \
                yoke-0.8.2 \
                yoke-derive-0.8.2 \
                zerocopy-0.8.48 \
                zerocopy-derive-0.8.48 \
                zerofrom-0.1.7 \
                zerofrom-derive-0.1.7 \
                zeroize-1.8.2 \
                zerotrie-0.2.4 \
                zerovec-0.11.6 \
                zerovec-derive-0.11.3 \
                zmij-1.0.21