rickub/ci-benchpublic Fork 0
da2d24baabb9dce05ce66a0e95ca7b806a6fa086
Commits
Clone
git clone https://git.rickub.com/rickub/ci-bench.git
git clone ssh://git@rickub.com/rickub/ci-bench.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.lock · 341 lines · 8.6 KBText Blame HistoryRaw
ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) 0baf736 Olivier Girardot yesterday1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anstream"
16version = "1.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "1.0.14"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
34
35[[package]]
36name = "anstyle-parse"
37version = "1.0.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-query"
46version = "1.1.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49dependencies = [
50 "windows-sys",
51]
52
53[[package]]
54name = "anstyle-wincon"
55version = "3.0.11"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58dependencies = [
59 "anstyle",
60 "once_cell_polyfill",
61 "windows-sys",
62]
63
64[[package]]
65name = "anyhow"
66version = "1.0.103"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
69
70[[package]]
71name = "bench-rust-build"
72version = "0.1.0"
73dependencies = [
74 "anyhow",
75 "clap",
76 "regex",
77 "serde",
78 "serde_json",
79 "tokio",
80]
81
82[[package]]
83name = "bytes"
84version = "1.12.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
87
88[[package]]
89name = "clap"
90version = "4.6.1"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
93dependencies = [
94 "clap_builder",
95 "clap_derive",
96]
97
98[[package]]
99name = "clap_builder"
100version = "4.6.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
103dependencies = [
104 "anstream",
105 "anstyle",
106 "clap_lex",
107 "strsim",
108]
109
110[[package]]
111name = "clap_derive"
112version = "4.6.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
115dependencies = [
116 "heck",
117 "proc-macro2",
118 "quote",
119 "syn 2.0.119",
120]
121
122[[package]]
123name = "clap_lex"
124version = "1.1.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
127
128[[package]]
129name = "colorchoice"
130version = "1.0.5"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
133
134[[package]]
135name = "heck"
136version = "0.5.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
139
140[[package]]
141name = "is_terminal_polyfill"
142version = "1.70.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
145
146[[package]]
147name = "itoa"
148version = "1.0.18"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
151
152[[package]]
153name = "memchr"
154version = "2.8.3"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
157
158[[package]]
159name = "once_cell_polyfill"
160version = "1.70.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
163
164[[package]]
165name = "pin-project-lite"
166version = "0.2.17"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
169
170[[package]]
171name = "proc-macro2"
172version = "1.0.107"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
175dependencies = [
176 "unicode-ident",
177]
178
179[[package]]
180name = "quote"
181version = "1.0.47"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
184dependencies = [
185 "proc-macro2",
186]
187
188[[package]]
189name = "regex"
190version = "1.13.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
193dependencies = [
194 "aho-corasick",
195 "memchr",
196 "regex-automata",
197 "regex-syntax",
198]
199
200[[package]]
201name = "regex-automata"
202version = "0.4.18"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
205dependencies = [
206 "aho-corasick",
207 "memchr",
208 "regex-syntax",
209]
210
211[[package]]
212name = "regex-syntax"
213version = "0.8.11"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
216
217[[package]]
218name = "serde"
219version = "1.0.228"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
222dependencies = [
223 "serde_core",
224 "serde_derive",
225]
226
227[[package]]
228name = "serde_core"
229version = "1.0.228"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
232dependencies = [
233 "serde_derive",
234]
235
236[[package]]
237name = "serde_derive"
238version = "1.0.228"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
241dependencies = [
242 "proc-macro2",
243 "quote",
244 "syn 2.0.119",
245]
246
247[[package]]
248name = "serde_json"
249version = "1.0.150"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
252dependencies = [
253 "itoa",
254 "memchr",
255 "serde",
256 "serde_core",
257 "zmij",
258]
259
260[[package]]
261name = "strsim"
262version = "0.11.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
265
266[[package]]
267name = "syn"
268version = "2.0.119"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
271dependencies = [
272 "proc-macro2",
273 "quote",
274 "unicode-ident",
275]
276
277[[package]]
278name = "syn"
279version = "3.0.4"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
282dependencies = [
283 "proc-macro2",
284 "quote",
285 "unicode-ident",
286]
287
288[[package]]
289name = "tokio"
290version = "1.53.0"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
293dependencies = [
294 "bytes",
295 "pin-project-lite",
296 "tokio-macros",
297]
298
299[[package]]
300name = "tokio-macros"
301version = "2.7.2"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
304dependencies = [
305 "proc-macro2",
306 "quote",
307 "syn 3.0.4",
308]
309
310[[package]]
311name = "unicode-ident"
312version = "1.0.24"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
315
316[[package]]
317name = "utf8parse"
318version = "0.2.2"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
321
322[[package]]
323name = "windows-link"
324version = "0.2.1"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
327
328[[package]]
329name = "windows-sys"
330version = "0.61.2"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
333dependencies = [
334 "windows-link",
335]
336
337[[package]]
338name = "zmij"
339version = "1.0.23"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"