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