| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.24.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| 10 | dependencies = [ |
| 11 | "gimli 0.31.1", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler2" |
| 16 | version = "2.0.1" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "aes" |
| 22 | version = "0.9.0" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "66bd29a732b644c0431c6140f370d097879203d79b80c94a6747ba0872adaef8" |
| 25 | dependencies = [ |
| 26 | "cipher", |
| 27 | "cpubits", |
| 28 | "cpufeatures 0.3.0", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "aho-corasick" |
| 33 | version = "1.1.4" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 36 | dependencies = [ |
| 37 | "memchr", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "allocator-api2" |
| 42 | version = "0.2.21" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 45 | |
| 46 | [[package]] |
| 47 | name = "android_system_properties" |
| 48 | version = "0.1.5" |
| 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 51 | dependencies = [ |
| 52 | "libc", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "annotate-snippets" |
| 57 | version = "0.11.5" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4" |
| 60 | dependencies = [ |
| 61 | "anstyle", |
| 62 | "unicode-width 0.2.2", |
| 63 | ] |
| 64 | |
| 65 | [[package]] |
| 66 | name = "annotate-snippets" |
| 67 | version = "0.12.15" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7" |
| 70 | dependencies = [ |
| 71 | "anstyle", |
| 72 | "memchr", |
| 73 | "unicode-width 0.2.2", |
| 74 | ] |
| 75 | |
| 76 | [[package]] |
| 77 | name = "anstream" |
| 78 | version = "0.6.21" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 81 | dependencies = [ |
| 82 | "anstyle", |
| 83 | "anstyle-parse", |
| 84 | "anstyle-query", |
| 85 | "anstyle-wincon", |
| 86 | "colorchoice", |
| 87 | "is_terminal_polyfill", |
| 88 | "utf8parse", |
| 89 | ] |
| 90 | |
| 91 | [[package]] |
| 92 | name = "anstyle" |
| 93 | version = "1.0.13" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 96 | |
| 97 | [[package]] |
| 98 | name = "anstyle-lossy" |
| 99 | version = "1.1.4" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "04d3a5dc826f84d0ea11882bb8054ff7f3d482602e11bb181101303a279ea01f" |
| 102 | dependencies = [ |
| 103 | "anstyle", |
| 104 | ] |
| 105 | |
| 106 | [[package]] |
| 107 | name = "anstyle-parse" |
| 108 | version = "0.2.7" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 111 | dependencies = [ |
| 112 | "utf8parse", |
| 113 | ] |
| 114 | |
| 115 | [[package]] |
| 116 | name = "anstyle-query" |
| 117 | version = "1.1.5" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 120 | dependencies = [ |
| 121 | "windows-sys 0.61.2", |
| 122 | ] |
| 123 | |
| 124 | [[package]] |
| 125 | name = "anstyle-svg" |
| 126 | version = "0.1.11" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | checksum = "26b9ec8c976eada1b0f9747a3d7cc4eae3bef10613e443746e7487f26c872fde" |
| 129 | dependencies = [ |
| 130 | "anstyle", |
| 131 | "anstyle-lossy", |
| 132 | "anstyle-parse", |
| 133 | "html-escape", |
| 134 | "unicode-width 0.2.2", |
| 135 | ] |
| 136 | |
| 137 | [[package]] |
| 138 | name = "anstyle-wincon" |
| 139 | version = "3.0.11" |
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 142 | dependencies = [ |
| 143 | "anstyle", |
| 144 | "once_cell_polyfill", |
| 145 | "windows-sys 0.61.2", |
| 146 | ] |
| 147 | |
| 148 | [[package]] |
| 149 | name = "anyhow" |
| 150 | version = "1.0.100" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 153 | |
| 154 | [[package]] |
| 155 | name = "ar_archive_writer" |
| 156 | version = "0.5.1" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" |
| 159 | dependencies = [ |
| 160 | "object 0.37.3", |
| 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "arrayref" |
| 165 | version = "0.3.9" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| 168 | |
| 169 | [[package]] |
| 170 | name = "arrayvec" |
| 171 | version = "0.7.6" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 174 | |
| 175 | [[package]] |
| 176 | name = "askama" |
| 177 | version = "0.16.0" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "f1bf825125edd887a019d0a3a837dcc5499a68b0d034cc3eb594070c3e18addc" |
| 180 | dependencies = [ |
| 181 | "askama_macros", |
| 182 | "itoa", |
| 183 | "percent-encoding", |
| 184 | "serde", |
| 185 | "serde_json", |
| 186 | ] |
| 187 | |
| 188 | [[package]] |
| 189 | name = "askama_derive" |
| 190 | version = "0.16.0" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "e1c7065972a130eafa84215f21352ae15b4a7393da48c1f5e103904490736738" |
| 193 | dependencies = [ |
| 194 | "askama_parser", |
| 195 | "basic-toml", |
| 196 | "glob", |
| 197 | "memchr", |
| 198 | "proc-macro2", |
| 199 | "quote", |
| 200 | "rustc-hash 2.1.1", |
| 201 | "serde", |
| 202 | "serde_derive", |
| 203 | "syn", |
| 204 | ] |
| 205 | |
| 206 | [[package]] |
| 207 | name = "askama_macros" |
| 208 | version = "0.16.0" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "0e23b1d2c4bd39a41971f6124cef4cc6fd0540913ecb90919b69ab3bbe44ae1a" |
| 211 | dependencies = [ |
| 212 | "askama_derive", |
| 213 | ] |
| 214 | |
| 215 | [[package]] |
| 216 | name = "askama_parser" |
| 217 | version = "0.16.0" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "7db09fde9143e7ac4513358fb32ee32847125b63b18ea715afd487956da715da" |
| 220 | dependencies = [ |
| 221 | "rustc-hash 2.1.1", |
| 222 | "serde", |
| 223 | "serde_derive", |
| 224 | "unicode-ident", |
| 225 | "winnow 1.0.0", |
| 226 | ] |
| 227 | |
| 228 | [[package]] |
| 229 | name = "assert_cmd" |
| 230 | version = "2.1.1" |
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85" |
| 233 | dependencies = [ |
| 234 | "anstyle", |
| 235 | "bstr", |
| 236 | "libc", |
| 237 | "predicates", |
| 238 | "predicates-core", |
| 239 | "predicates-tree", |
| 240 | "wait-timeout", |
| 241 | ] |
| 242 | |
| 243 | [[package]] |
| 244 | name = "autocfg" |
| 245 | version = "1.5.0" |
| 246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 247 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 248 | |
| 249 | [[package]] |
| 250 | name = "backtrace" |
| 251 | version = "0.3.75" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| 254 | dependencies = [ |
| 255 | "addr2line", |
| 256 | "cfg-if", |
| 257 | "libc", |
| 258 | "miniz_oxide", |
| 259 | "object 0.36.7", |
| 260 | "rustc-demangle", |
| 261 | "windows-targets", |
| 262 | ] |
| 263 | |
| 264 | [[package]] |
| 265 | name = "base64" |
| 266 | version = "0.21.7" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 269 | |
| 270 | [[package]] |
| 271 | name = "basic-toml" |
| 272 | version = "0.1.10" |
| 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 274 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 275 | dependencies = [ |
| 276 | "serde", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "bincode" |
| 281 | version = "1.3.3" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 284 | dependencies = [ |
| 285 | "serde", |
| 286 | ] |
| 287 | |
| 288 | [[package]] |
| 289 | name = "bitflags" |
| 290 | version = "2.10.0" |
| 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 293 | |
| 294 | [[package]] |
| 295 | name = "blake3" |
| 296 | version = "1.8.2" |
| 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 | checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" |
| 299 | dependencies = [ |
| 300 | "arrayref", |
| 301 | "arrayvec", |
| 302 | "cc", |
| 303 | "cfg-if", |
| 304 | "constant_time_eq", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "block-buffer" |
| 309 | version = "0.10.4" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 312 | dependencies = [ |
| 313 | "generic-array", |
| 314 | ] |
| 315 | |
| 316 | [[package]] |
| 317 | name = "block2" |
| 318 | version = "0.6.2" |
| 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 321 | dependencies = [ |
| 322 | "objc2", |
| 323 | ] |
| 324 | |
| 325 | [[package]] |
| 326 | name = "bstr" |
| 327 | version = "1.12.1" |
| 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 330 | dependencies = [ |
| 331 | "memchr", |
| 332 | "regex-automata", |
| 333 | "serde", |
| 334 | ] |
| 335 | |
| 336 | [[package]] |
| 337 | name = "build-manifest" |
| 338 | version = "0.1.0" |
| 339 | dependencies = [ |
| 340 | "anyhow", |
| 341 | "flate2", |
| 342 | "hex", |
| 343 | "rayon", |
| 344 | "serde", |
| 345 | "serde_json", |
| 346 | "sha2", |
| 347 | "tar", |
| 348 | "toml 0.7.8", |
| 349 | "xz2", |
| 350 | ] |
| 351 | |
| 352 | [[package]] |
| 353 | name = "build_helper" |
| 354 | version = "0.1.0" |
| 355 | dependencies = [ |
| 356 | "serde", |
| 357 | "serde_derive", |
| 358 | ] |
| 359 | |
| 360 | [[package]] |
| 361 | name = "bump-stage0" |
| 362 | version = "0.1.0" |
| 363 | dependencies = [ |
| 364 | "anyhow", |
| 365 | "build_helper", |
| 366 | "curl", |
| 367 | "hex", |
| 368 | "indexmap", |
| 369 | "serde", |
| 370 | "sha2", |
| 371 | "toml 0.8.23", |
| 372 | ] |
| 373 | |
| 374 | [[package]] |
| 375 | name = "bumpalo" |
| 376 | version = "3.19.0" |
| 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| 379 | |
| 380 | [[package]] |
| 381 | name = "bytecheck" |
| 382 | version = "0.8.2" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" |
| 385 | dependencies = [ |
| 386 | "bytecheck_derive", |
| 387 | "ptr_meta", |
| 388 | "rancor", |
| 389 | "simdutf8", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "bytecheck_derive" |
| 394 | version = "0.8.2" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" |
| 397 | dependencies = [ |
| 398 | "proc-macro2", |
| 399 | "quote", |
| 400 | "syn", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "bytecount" |
| 405 | version = "0.6.9" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 408 | |
| 409 | [[package]] |
| 410 | name = "bytes" |
| 411 | version = "1.11.1" |
| 412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 413 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 414 | |
| 415 | [[package]] |
| 416 | name = "camino" |
| 417 | version = "1.2.1" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" |
| 420 | dependencies = [ |
| 421 | "serde_core", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "capstone" |
| 426 | version = "0.14.0" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "f442ae0f2f3f1b923334b4a5386c95c69c1cfa072bafa23d6fae6d9682eb1dd4" |
| 429 | dependencies = [ |
| 430 | "capstone-sys", |
| 431 | "static_assertions", |
| 432 | ] |
| 433 | |
| 434 | [[package]] |
| 435 | name = "capstone-sys" |
| 436 | version = "0.18.0" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "a4e8087cab6731295f5a2a2bd82989ba4f41d3a428aab2e7c98d8f4db38aac05" |
| 439 | dependencies = [ |
| 440 | "cc", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
| 444 | name = "cargo-miri" |
| 445 | version = "0.1.0" |
| 446 | dependencies = [ |
| 447 | "cargo_metadata 0.23.1", |
| 448 | "directories", |
| 449 | "rustc-build-sysroot", |
| 450 | "rustc_tools_util 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 451 | "rustc_version", |
| 452 | "serde", |
| 453 | "serde_json", |
| 454 | ] |
| 455 | |
| 456 | [[package]] |
| 457 | name = "cargo-platform" |
| 458 | version = "0.1.9" |
| 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| 461 | dependencies = [ |
| 462 | "serde", |
| 463 | ] |
| 464 | |
| 465 | [[package]] |
| 466 | name = "cargo-platform" |
| 467 | version = "0.2.0" |
| 468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 469 | checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4" |
| 470 | dependencies = [ |
| 471 | "serde", |
| 472 | ] |
| 473 | |
| 474 | [[package]] |
| 475 | name = "cargo-platform" |
| 476 | version = "0.3.1" |
| 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 478 | checksum = "122ec45a44b270afd1402f351b782c676b173e3c3fb28d86ff7ebfb4d86a4ee4" |
| 479 | dependencies = [ |
| 480 | "serde", |
| 481 | ] |
| 482 | |
| 483 | [[package]] |
| 484 | name = "cargo-util-schemas" |
| 485 | version = "0.8.2" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | checksum = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830" |
| 488 | dependencies = [ |
| 489 | "semver", |
| 490 | "serde", |
| 491 | "serde-untagged", |
| 492 | "serde-value", |
| 493 | "thiserror 2.0.17", |
| 494 | "toml 0.8.23", |
| 495 | "unicode-xid", |
| 496 | "url", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "cargo_metadata" |
| 501 | version = "0.18.1" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
| 504 | dependencies = [ |
| 505 | "camino", |
| 506 | "cargo-platform 0.1.9", |
| 507 | "semver", |
| 508 | "serde", |
| 509 | "serde_json", |
| 510 | "thiserror 1.0.69", |
| 511 | ] |
| 512 | |
| 513 | [[package]] |
| 514 | name = "cargo_metadata" |
| 515 | version = "0.21.0" |
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868" |
| 518 | dependencies = [ |
| 519 | "camino", |
| 520 | "cargo-platform 0.2.0", |
| 521 | "cargo-util-schemas", |
| 522 | "semver", |
| 523 | "serde", |
| 524 | "serde_json", |
| 525 | "thiserror 2.0.17", |
| 526 | ] |
| 527 | |
| 528 | [[package]] |
| 529 | name = "cargo_metadata" |
| 530 | version = "0.23.1" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" |
| 533 | dependencies = [ |
| 534 | "camino", |
| 535 | "cargo-platform 0.3.1", |
| 536 | "semver", |
| 537 | "serde", |
| 538 | "serde_json", |
| 539 | "thiserror 2.0.17", |
| 540 | ] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "cargotest2" |
| 544 | version = "0.1.0" |
| 545 | |
| 546 | [[package]] |
| 547 | name = "cc" |
| 548 | version = "1.2.16" |
| 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 | checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" |
| 551 | dependencies = [ |
| 552 | "jobserver", |
| 553 | "libc", |
| 554 | "shlex", |
| 555 | ] |
| 556 | |
| 557 | [[package]] |
| 558 | name = "cfg-if" |
| 559 | version = "1.0.4" |
| 560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 562 | |
| 563 | [[package]] |
| 564 | name = "cfg_aliases" |
| 565 | version = "0.2.1" |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 568 | |
| 569 | [[package]] |
| 570 | name = "chacha20" |
| 571 | version = "0.10.0" |
| 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" |
| 574 | dependencies = [ |
| 575 | "cfg-if", |
| 576 | "cpufeatures 0.3.0", |
| 577 | "rand_core 0.10.1", |
| 578 | ] |
| 579 | |
| 580 | [[package]] |
| 581 | name = "chrono" |
| 582 | version = "0.4.42" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" |
| 585 | dependencies = [ |
| 586 | "iana-time-zone", |
| 587 | "num-traits", |
| 588 | "windows-link 0.2.1", |
| 589 | ] |
| 590 | |
| 591 | [[package]] |
| 592 | name = "chrono-tz" |
| 593 | version = "0.10.4" |
| 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" |
| 596 | dependencies = [ |
| 597 | "chrono", |
| 598 | "phf 0.12.1", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
| 602 | name = "cipher" |
| 603 | version = "0.5.1" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "e34d8227fe1ba289043aeb13792056ff80fd6de1a9f49137a5f499de8e8c78ea" |
| 606 | dependencies = [ |
| 607 | "crypto-common 0.2.1", |
| 608 | "inout", |
| 609 | ] |
| 610 | |
| 611 | [[package]] |
| 612 | name = "clap" |
| 613 | version = "4.5.54" |
| 614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 615 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 616 | dependencies = [ |
| 617 | "clap_builder", |
| 618 | "clap_derive", |
| 619 | ] |
| 620 | |
| 621 | [[package]] |
| 622 | name = "clap-cargo" |
| 623 | version = "0.12.0" |
| 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 626 | dependencies = [ |
| 627 | "anstyle", |
| 628 | "clap", |
| 629 | ] |
| 630 | |
| 631 | [[package]] |
| 632 | name = "clap_builder" |
| 633 | version = "4.5.54" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 636 | dependencies = [ |
| 637 | "anstream", |
| 638 | "anstyle", |
| 639 | "clap_lex", |
| 640 | "strsim", |
| 641 | ] |
| 642 | |
| 643 | [[package]] |
| 644 | name = "clap_derive" |
| 645 | version = "4.5.49" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 648 | dependencies = [ |
| 649 | "heck", |
| 650 | "proc-macro2", |
| 651 | "quote", |
| 652 | "syn", |
| 653 | ] |
| 654 | |
| 655 | [[package]] |
| 656 | name = "clap_lex" |
| 657 | version = "0.7.6" |
| 658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 659 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 660 | |
| 661 | [[package]] |
| 662 | name = "clippy" |
| 663 | version = "0.1.98" |
| 664 | dependencies = [ |
| 665 | "anstream", |
| 666 | "askama", |
| 667 | "cargo_metadata 0.23.1", |
| 668 | "clippy_config", |
| 669 | "clippy_lints", |
| 670 | "clippy_lints_internal", |
| 671 | "clippy_utils", |
| 672 | "color-print", |
| 673 | "declare_clippy_lint", |
| 674 | "filetime", |
| 675 | "itertools", |
| 676 | "pulldown-cmark", |
| 677 | "regex", |
| 678 | "rustc_tools_util 0.4.2", |
| 679 | "serde", |
| 680 | "serde_json", |
| 681 | "tempfile", |
| 682 | "termize", |
| 683 | "toml 0.9.8", |
| 684 | "ui_test", |
| 685 | "walkdir", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "clippy_config" |
| 690 | version = "0.1.98" |
| 691 | dependencies = [ |
| 692 | "clippy_utils", |
| 693 | "itertools", |
| 694 | "serde", |
| 695 | "toml 0.7.8", |
| 696 | "walkdir", |
| 697 | ] |
| 698 | |
| 699 | [[package]] |
| 700 | name = "clippy_dev" |
| 701 | version = "0.0.1" |
| 702 | dependencies = [ |
| 703 | "chrono", |
| 704 | "clap", |
| 705 | "indoc", |
| 706 | "itertools", |
| 707 | "opener", |
| 708 | "rustc-literal-escaper", |
| 709 | "walkdir", |
| 710 | ] |
| 711 | |
| 712 | [[package]] |
| 713 | name = "clippy_lints" |
| 714 | version = "0.1.98" |
| 715 | dependencies = [ |
| 716 | "arrayvec", |
| 717 | "cargo_metadata 0.23.1", |
| 718 | "clippy_config", |
| 719 | "clippy_utils", |
| 720 | "declare_clippy_lint", |
| 721 | "itertools", |
| 722 | "quine-mc_cluskey", |
| 723 | "regex-syntax", |
| 724 | "semver", |
| 725 | "serde", |
| 726 | "toml 0.9.8", |
| 727 | "unicode-normalization", |
| 728 | "unicode-script", |
| 729 | "url", |
| 730 | "walkdir", |
| 731 | ] |
| 732 | |
| 733 | [[package]] |
| 734 | name = "clippy_lints_internal" |
| 735 | version = "0.0.1" |
| 736 | dependencies = [ |
| 737 | "clippy_config", |
| 738 | "clippy_utils", |
| 739 | "itertools", |
| 740 | "regex", |
| 741 | "rustc-semver", |
| 742 | ] |
| 743 | |
| 744 | [[package]] |
| 745 | name = "clippy_utils" |
| 746 | version = "0.1.98" |
| 747 | dependencies = [ |
| 748 | "arrayvec", |
| 749 | "itertools", |
| 750 | "rustc_apfloat", |
| 751 | "serde", |
| 752 | ] |
| 753 | |
| 754 | [[package]] |
| 755 | name = "cmake" |
| 756 | version = "0.1.54" |
| 757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 758 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" |
| 759 | dependencies = [ |
| 760 | "cc", |
| 761 | ] |
| 762 | |
| 763 | [[package]] |
| 764 | name = "codespan-reporting" |
| 765 | version = "0.13.1" |
| 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 767 | checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" |
| 768 | dependencies = [ |
| 769 | "serde", |
| 770 | "termcolor", |
| 771 | "unicode-width 0.2.2", |
| 772 | ] |
| 773 | |
| 774 | [[package]] |
| 775 | name = "collect-license-metadata" |
| 776 | version = "0.1.0" |
| 777 | dependencies = [ |
| 778 | "anyhow", |
| 779 | "serde", |
| 780 | "serde_json", |
| 781 | "similar", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
| 785 | name = "color-eyre" |
| 786 | version = "0.6.5" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" |
| 789 | dependencies = [ |
| 790 | "backtrace", |
| 791 | "color-spantrace", |
| 792 | "eyre", |
| 793 | "indenter", |
| 794 | "once_cell", |
| 795 | "owo-colors", |
| 796 | "tracing-error", |
| 797 | ] |
| 798 | |
| 799 | [[package]] |
| 800 | name = "color-print" |
| 801 | version = "0.3.7" |
| 802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 803 | checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" |
| 804 | dependencies = [ |
| 805 | "color-print-proc-macro", |
| 806 | ] |
| 807 | |
| 808 | [[package]] |
| 809 | name = "color-print-proc-macro" |
| 810 | version = "0.3.7" |
| 811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 812 | checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" |
| 813 | dependencies = [ |
| 814 | "nom", |
| 815 | "proc-macro2", |
| 816 | "quote", |
| 817 | "syn", |
| 818 | ] |
| 819 | |
| 820 | [[package]] |
| 821 | name = "color-spantrace" |
| 822 | version = "0.3.0" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" |
| 825 | dependencies = [ |
| 826 | "once_cell", |
| 827 | "owo-colors", |
| 828 | "tracing-core", |
| 829 | "tracing-error", |
| 830 | ] |
| 831 | |
| 832 | [[package]] |
| 833 | name = "colorchoice" |
| 834 | version = "1.0.4" |
| 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 836 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 837 | |
| 838 | [[package]] |
| 839 | name = "colored" |
| 840 | version = "3.1.1" |
| 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" |
| 843 | dependencies = [ |
| 844 | "windows-sys 0.61.2", |
| 845 | ] |
| 846 | |
| 847 | [[package]] |
| 848 | name = "comma" |
| 849 | version = "1.0.0" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 852 | |
| 853 | [[package]] |
| 854 | name = "compiletest" |
| 855 | version = "0.0.0" |
| 856 | dependencies = [ |
| 857 | "anstyle-svg", |
| 858 | "build_helper", |
| 859 | "camino", |
| 860 | "colored", |
| 861 | "diff", |
| 862 | "getopts", |
| 863 | "glob", |
| 864 | "home", |
| 865 | "indexmap", |
| 866 | "libc", |
| 867 | "miow", |
| 868 | "miropt-test-tools", |
| 869 | "rayon", |
| 870 | "regex", |
| 871 | "rustfix", |
| 872 | "semver", |
| 873 | "serde", |
| 874 | "serde_json", |
| 875 | "tracing", |
| 876 | "tracing-subscriber", |
| 877 | "unified-diff", |
| 878 | "walkdir", |
| 879 | "windows 0.61.3", |
| 880 | ] |
| 881 | |
| 882 | [[package]] |
| 883 | name = "console" |
| 884 | version = "0.16.3" |
| 885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 886 | checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" |
| 887 | dependencies = [ |
| 888 | "encode_unicode", |
| 889 | "libc", |
| 890 | "unicode-width 0.2.2", |
| 891 | "windows-sys 0.61.2", |
| 892 | ] |
| 893 | |
| 894 | [[package]] |
| 895 | name = "constant_time_eq" |
| 896 | version = "0.3.1" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| 899 | |
| 900 | [[package]] |
| 901 | name = "core-foundation-sys" |
| 902 | version = "0.8.7" |
| 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 904 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 905 | |
| 906 | [[package]] |
| 907 | name = "coverage-dump" |
| 908 | version = "0.1.0" |
| 909 | dependencies = [ |
| 910 | "anyhow", |
| 911 | "itertools", |
| 912 | "leb128", |
| 913 | "md-5", |
| 914 | "miniz_oxide", |
| 915 | "regex", |
| 916 | "rustc-demangle", |
| 917 | ] |
| 918 | |
| 919 | [[package]] |
| 920 | name = "cpubits" |
| 921 | version = "0.1.1" |
| 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 | checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" |
| 924 | |
| 925 | [[package]] |
| 926 | name = "cpufeatures" |
| 927 | version = "0.2.17" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 930 | dependencies = [ |
| 931 | "libc", |
| 932 | ] |
| 933 | |
| 934 | [[package]] |
| 935 | name = "cpufeatures" |
| 936 | version = "0.3.0" |
| 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 938 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 939 | dependencies = [ |
| 940 | "libc", |
| 941 | ] |
| 942 | |
| 943 | [[package]] |
| 944 | name = "crc32fast" |
| 945 | version = "1.5.0" |
| 946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 947 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 948 | dependencies = [ |
| 949 | "cfg-if", |
| 950 | ] |
| 951 | |
| 952 | [[package]] |
| 953 | name = "crossbeam-channel" |
| 954 | version = "0.5.15" |
| 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 956 | checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| 957 | dependencies = [ |
| 958 | "crossbeam-utils", |
| 959 | ] |
| 960 | |
| 961 | [[package]] |
| 962 | name = "crossbeam-deque" |
| 963 | version = "0.8.6" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 966 | dependencies = [ |
| 967 | "crossbeam-epoch", |
| 968 | "crossbeam-utils", |
| 969 | ] |
| 970 | |
| 971 | [[package]] |
| 972 | name = "crossbeam-epoch" |
| 973 | version = "0.9.18" |
| 974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 976 | dependencies = [ |
| 977 | "crossbeam-utils", |
| 978 | ] |
| 979 | |
| 980 | [[package]] |
| 981 | name = "crossbeam-utils" |
| 982 | version = "0.8.21" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 985 | |
| 986 | [[package]] |
| 987 | name = "crypto-common" |
| 988 | version = "0.1.7" |
| 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 990 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 991 | dependencies = [ |
| 992 | "generic-array", |
| 993 | "typenum", |
| 994 | ] |
| 995 | |
| 996 | [[package]] |
| 997 | name = "crypto-common" |
| 998 | version = "0.2.1" |
| 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1000 | checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 1001 | dependencies = [ |
| 1002 | "hybrid-array", |
| 1003 | ] |
| 1004 | |
| 1005 | [[package]] |
| 1006 | name = "ctrlc" |
| 1007 | version = "3.5.1" |
| 1008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1009 | checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" |
| 1010 | dependencies = [ |
| 1011 | "dispatch2", |
| 1012 | "nix", |
| 1013 | "windows-sys 0.61.2", |
| 1014 | ] |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "curl" |
| 1018 | version = "0.4.49" |
| 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 | checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc" |
| 1021 | dependencies = [ |
| 1022 | "curl-sys", |
| 1023 | "libc", |
| 1024 | "openssl-probe", |
| 1025 | "openssl-sys", |
| 1026 | "schannel", |
| 1027 | "socket2", |
| 1028 | "windows-sys 0.59.0", |
| 1029 | ] |
| 1030 | |
| 1031 | [[package]] |
| 1032 | name = "curl-sys" |
| 1033 | version = "0.4.87+curl-8.19.0" |
| 1034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1035 | checksum = "61a460380f0ef783703dcbe909107f39c162adeac050d73c850055118b5b6327" |
| 1036 | dependencies = [ |
| 1037 | "cc", |
| 1038 | "libc", |
| 1039 | "libz-sys", |
| 1040 | "openssl-sys", |
| 1041 | "pkg-config", |
| 1042 | "vcpkg", |
| 1043 | "windows-sys 0.59.0", |
| 1044 | ] |
| 1045 | |
| 1046 | [[package]] |
| 1047 | name = "cxx" |
| 1048 | version = "1.0.188" |
| 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | checksum = "47ac4eaf7ebe29e92f1b091ceefec7710a53a6f6154b2460afda626c113b65b9" |
| 1051 | dependencies = [ |
| 1052 | "cc", |
| 1053 | "cxx-build", |
| 1054 | "cxxbridge-cmd", |
| 1055 | "cxxbridge-flags", |
| 1056 | "cxxbridge-macro", |
| 1057 | "foldhash 0.2.0", |
| 1058 | "link-cplusplus", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
| 1062 | name = "cxx-build" |
| 1063 | version = "1.0.188" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | checksum = "2abd4c3021eefbac5149f994c117b426852bca3a0aad227698527bca6d4ea657" |
| 1066 | dependencies = [ |
| 1067 | "cc", |
| 1068 | "codespan-reporting", |
| 1069 | "indexmap", |
| 1070 | "proc-macro2", |
| 1071 | "quote", |
| 1072 | "scratch", |
| 1073 | "syn", |
| 1074 | ] |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "cxxbridge-cmd" |
| 1078 | version = "1.0.188" |
| 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | checksum = "6f12fbc5888b2311f23e52a601e11ad7790d8f0dbb903ec26e2513bf5373ed70" |
| 1081 | dependencies = [ |
| 1082 | "clap", |
| 1083 | "codespan-reporting", |
| 1084 | "indexmap", |
| 1085 | "proc-macro2", |
| 1086 | "quote", |
| 1087 | "syn", |
| 1088 | ] |
| 1089 | |
| 1090 | [[package]] |
| 1091 | name = "cxxbridge-flags" |
| 1092 | version = "1.0.188" |
| 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 | checksum = "83d3dd7870af06e283f3f8ce0418019c96171c9ce122cfb9c8879de3d84388fd" |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "cxxbridge-macro" |
| 1098 | version = "1.0.188" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "a26f0d82da663316786791c3d0e9f9edc7d1ee1f04bdad3d2643086a69d6256c" |
| 1101 | dependencies = [ |
| 1102 | "indexmap", |
| 1103 | "proc-macro2", |
| 1104 | "quote", |
| 1105 | "syn", |
| 1106 | ] |
| 1107 | |
| 1108 | [[package]] |
| 1109 | name = "darling" |
| 1110 | version = "0.20.11" |
| 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 1113 | dependencies = [ |
| 1114 | "darling_core", |
| 1115 | "darling_macro", |
| 1116 | ] |
| 1117 | |
| 1118 | [[package]] |
| 1119 | name = "darling_core" |
| 1120 | version = "0.20.11" |
| 1121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1122 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 1123 | dependencies = [ |
| 1124 | "fnv", |
| 1125 | "ident_case", |
| 1126 | "proc-macro2", |
| 1127 | "quote", |
| 1128 | "strsim", |
| 1129 | "syn", |
| 1130 | ] |
| 1131 | |
| 1132 | [[package]] |
| 1133 | name = "darling_macro" |
| 1134 | version = "0.20.11" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 1137 | dependencies = [ |
| 1138 | "darling_core", |
| 1139 | "quote", |
| 1140 | "syn", |
| 1141 | ] |
| 1142 | |
| 1143 | [[package]] |
| 1144 | name = "datafrog" |
| 1145 | version = "2.0.1" |
| 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1147 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
| 1148 | |
| 1149 | [[package]] |
| 1150 | name = "declare_clippy_lint" |
| 1151 | version = "0.1.98" |
| 1152 | |
| 1153 | [[package]] |
| 1154 | name = "derive-where" |
| 1155 | version = "1.6.1" |
| 1156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1157 | checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" |
| 1158 | dependencies = [ |
| 1159 | "proc-macro2", |
| 1160 | "quote", |
| 1161 | "syn", |
| 1162 | ] |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "derive_builder" |
| 1166 | version = "0.20.2" |
| 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| 1169 | dependencies = [ |
| 1170 | "derive_builder_macro", |
| 1171 | ] |
| 1172 | |
| 1173 | [[package]] |
| 1174 | name = "derive_builder_core" |
| 1175 | version = "0.20.2" |
| 1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1177 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| 1178 | dependencies = [ |
| 1179 | "darling", |
| 1180 | "proc-macro2", |
| 1181 | "quote", |
| 1182 | "syn", |
| 1183 | ] |
| 1184 | |
| 1185 | [[package]] |
| 1186 | name = "derive_builder_macro" |
| 1187 | version = "0.20.2" |
| 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1189 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| 1190 | dependencies = [ |
| 1191 | "derive_builder_core", |
| 1192 | "syn", |
| 1193 | ] |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "derive_setters" |
| 1197 | version = "0.1.8" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "ae5c625eda104c228c06ecaf988d1c60e542176bd7a490e60eeda3493244c0c9" |
| 1200 | dependencies = [ |
| 1201 | "darling", |
| 1202 | "proc-macro2", |
| 1203 | "quote", |
| 1204 | "syn", |
| 1205 | ] |
| 1206 | |
| 1207 | [[package]] |
| 1208 | name = "diff" |
| 1209 | version = "0.1.13" |
| 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| 1212 | |
| 1213 | [[package]] |
| 1214 | name = "difflib" |
| 1215 | version = "0.4.0" |
| 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1217 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "digest" |
| 1221 | version = "0.10.7" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1224 | dependencies = [ |
| 1225 | "block-buffer", |
| 1226 | "crypto-common 0.1.7", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "directories" |
| 1231 | version = "6.0.0" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" |
| 1234 | dependencies = [ |
| 1235 | "dirs-sys", |
| 1236 | ] |
| 1237 | |
| 1238 | [[package]] |
| 1239 | name = "dirs" |
| 1240 | version = "6.0.0" |
| 1241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1242 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1243 | dependencies = [ |
| 1244 | "dirs-sys", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "dirs-sys" |
| 1249 | version = "0.5.0" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1252 | dependencies = [ |
| 1253 | "libc", |
| 1254 | "option-ext", |
| 1255 | "redox_users", |
| 1256 | "windows-sys 0.61.2", |
| 1257 | ] |
| 1258 | |
| 1259 | [[package]] |
| 1260 | name = "dispatch2" |
| 1261 | version = "0.3.1" |
| 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1263 | checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 1264 | dependencies = [ |
| 1265 | "bitflags", |
| 1266 | "block2", |
| 1267 | "libc", |
| 1268 | "objc2", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
| 1272 | name = "displaydoc" |
| 1273 | version = "0.2.5" |
| 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1276 | dependencies = [ |
| 1277 | "proc-macro2", |
| 1278 | "quote", |
| 1279 | "syn", |
| 1280 | ] |
| 1281 | |
| 1282 | [[package]] |
| 1283 | name = "dissimilar" |
| 1284 | version = "1.0.10" |
| 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1286 | checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921" |
| 1287 | |
| 1288 | [[package]] |
| 1289 | name = "dyn-clone" |
| 1290 | version = "1.0.20" |
| 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1292 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "either" |
| 1296 | version = "1.15.0" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1299 | |
| 1300 | [[package]] |
| 1301 | name = "elsa" |
| 1302 | version = "1.11.2" |
| 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 | checksum = "9abf33c656a7256451ebb7d0082c5a471820c31269e49d807c538c252352186e" |
| 1305 | dependencies = [ |
| 1306 | "stable_deref_trait", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "ena" |
| 1311 | version = "0.14.3" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
| 1314 | dependencies = [ |
| 1315 | "log", |
| 1316 | ] |
| 1317 | |
| 1318 | [[package]] |
| 1319 | name = "encode_unicode" |
| 1320 | version = "1.0.0" |
| 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 1323 | |
| 1324 | [[package]] |
| 1325 | name = "env_filter" |
| 1326 | version = "0.1.4" |
| 1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1328 | checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" |
| 1329 | dependencies = [ |
| 1330 | "log", |
| 1331 | "regex", |
| 1332 | ] |
| 1333 | |
| 1334 | [[package]] |
| 1335 | name = "env_logger" |
| 1336 | version = "0.11.8" |
| 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 | checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
| 1339 | dependencies = [ |
| 1340 | "anstream", |
| 1341 | "anstyle", |
| 1342 | "env_filter", |
| 1343 | "jiff", |
| 1344 | "log", |
| 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
| 1348 | name = "equivalent" |
| 1349 | version = "1.0.2" |
| 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1352 | |
| 1353 | [[package]] |
| 1354 | name = "erased-serde" |
| 1355 | version = "0.4.9" |
| 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1357 | checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" |
| 1358 | dependencies = [ |
| 1359 | "serde", |
| 1360 | "serde_core", |
| 1361 | "typeid", |
| 1362 | ] |
| 1363 | |
| 1364 | [[package]] |
| 1365 | name = "errno" |
| 1366 | version = "0.3.14" |
| 1367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1368 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1369 | dependencies = [ |
| 1370 | "libc", |
| 1371 | "windows-sys 0.61.2", |
| 1372 | ] |
| 1373 | |
| 1374 | [[package]] |
| 1375 | name = "expect-test" |
| 1376 | version = "1.5.1" |
| 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
| 1379 | dependencies = [ |
| 1380 | "dissimilar", |
| 1381 | "once_cell", |
| 1382 | ] |
| 1383 | |
| 1384 | [[package]] |
| 1385 | name = "eyre" |
| 1386 | version = "0.6.12" |
| 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1388 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
| 1389 | dependencies = [ |
| 1390 | "indenter", |
| 1391 | "once_cell", |
| 1392 | ] |
| 1393 | |
| 1394 | [[package]] |
| 1395 | name = "fallible-iterator" |
| 1396 | version = "0.3.0" |
| 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1398 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 1399 | |
| 1400 | [[package]] |
| 1401 | name = "fastrand" |
| 1402 | version = "2.3.0" |
| 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1404 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1405 | |
| 1406 | [[package]] |
| 1407 | name = "features-status-dump" |
| 1408 | version = "0.1.0" |
| 1409 | dependencies = [ |
| 1410 | "anyhow", |
| 1411 | "clap", |
| 1412 | "serde", |
| 1413 | "serde_json", |
| 1414 | "tidy", |
| 1415 | ] |
| 1416 | |
| 1417 | [[package]] |
| 1418 | name = "filetime" |
| 1419 | version = "0.2.27" |
| 1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1421 | checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" |
| 1422 | dependencies = [ |
| 1423 | "cfg-if", |
| 1424 | "libc", |
| 1425 | "libredox", |
| 1426 | ] |
| 1427 | |
| 1428 | [[package]] |
| 1429 | name = "find-msvc-tools" |
| 1430 | version = "0.1.5" |
| 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1432 | checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" |
| 1433 | |
| 1434 | [[package]] |
| 1435 | name = "flate2" |
| 1436 | version = "1.1.9" |
| 1437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1438 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1439 | dependencies = [ |
| 1440 | "crc32fast", |
| 1441 | "miniz_oxide", |
| 1442 | "zlib-rs", |
| 1443 | ] |
| 1444 | |
| 1445 | [[package]] |
| 1446 | name = "fluent-bundle" |
| 1447 | version = "0.16.0" |
| 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1449 | checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4" |
| 1450 | dependencies = [ |
| 1451 | "fluent-langneg", |
| 1452 | "fluent-syntax", |
| 1453 | "intl-memoizer", |
| 1454 | "intl_pluralrules", |
| 1455 | "rustc-hash 2.1.1", |
| 1456 | "self_cell", |
| 1457 | "smallvec", |
| 1458 | "unic-langid", |
| 1459 | ] |
| 1460 | |
| 1461 | [[package]] |
| 1462 | name = "fluent-langneg" |
| 1463 | version = "0.13.1" |
| 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 | checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0" |
| 1466 | dependencies = [ |
| 1467 | "unic-langid", |
| 1468 | ] |
| 1469 | |
| 1470 | [[package]] |
| 1471 | name = "fluent-syntax" |
| 1472 | version = "0.12.0" |
| 1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1474 | checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" |
| 1475 | dependencies = [ |
| 1476 | "memchr", |
| 1477 | "thiserror 2.0.17", |
| 1478 | ] |
| 1479 | |
| 1480 | [[package]] |
| 1481 | name = "fnv" |
| 1482 | version = "1.0.7" |
| 1483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1484 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1485 | |
| 1486 | [[package]] |
| 1487 | name = "foldhash" |
| 1488 | version = "0.1.5" |
| 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1490 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "foldhash" |
| 1494 | version = "0.2.0" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1497 | |
| 1498 | [[package]] |
| 1499 | name = "form_urlencoded" |
| 1500 | version = "1.2.2" |
| 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1502 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1503 | dependencies = [ |
| 1504 | "percent-encoding", |
| 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "fs-err" |
| 1509 | version = "2.11.0" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1512 | dependencies = [ |
| 1513 | "autocfg", |
| 1514 | ] |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "fs_extra" |
| 1518 | version = "1.3.0" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1521 | |
| 1522 | [[package]] |
| 1523 | name = "futf" |
| 1524 | version = "0.1.5" |
| 1525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1526 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 1527 | dependencies = [ |
| 1528 | "mac", |
| 1529 | "new_debug_unreachable", |
| 1530 | ] |
| 1531 | |
| 1532 | [[package]] |
| 1533 | name = "generate-copyright" |
| 1534 | version = "0.1.0" |
| 1535 | dependencies = [ |
| 1536 | "anyhow", |
| 1537 | "askama", |
| 1538 | "cargo_metadata 0.21.0", |
| 1539 | "serde", |
| 1540 | "serde_json", |
| 1541 | "thiserror 1.0.69", |
| 1542 | ] |
| 1543 | |
| 1544 | [[package]] |
| 1545 | name = "generate-windows-sys" |
| 1546 | version = "0.1.0" |
| 1547 | dependencies = [ |
| 1548 | "windows-bindgen", |
| 1549 | ] |
| 1550 | |
| 1551 | [[package]] |
| 1552 | name = "generic-array" |
| 1553 | version = "0.14.7" |
| 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1555 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1556 | dependencies = [ |
| 1557 | "typenum", |
| 1558 | "version_check", |
| 1559 | ] |
| 1560 | |
| 1561 | [[package]] |
| 1562 | name = "genmc-sys" |
| 1563 | version = "0.1.0" |
| 1564 | dependencies = [ |
| 1565 | "cc", |
| 1566 | "cmake", |
| 1567 | "cxx", |
| 1568 | "cxx-build", |
| 1569 | "git2", |
| 1570 | ] |
| 1571 | |
| 1572 | [[package]] |
| 1573 | name = "getopts" |
| 1574 | version = "0.2.24" |
| 1575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1576 | checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 1577 | dependencies = [ |
| 1578 | "unicode-width 0.2.2", |
| 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "getrandom" |
| 1583 | version = "0.2.16" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 1586 | dependencies = [ |
| 1587 | "cfg-if", |
| 1588 | "libc", |
| 1589 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 1590 | ] |
| 1591 | |
| 1592 | [[package]] |
| 1593 | name = "getrandom" |
| 1594 | version = "0.3.3" |
| 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1596 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| 1597 | dependencies = [ |
| 1598 | "cfg-if", |
| 1599 | "libc", |
| 1600 | "r-efi 5.3.0", |
| 1601 | "wasi 0.14.2+wasi-0.2.4", |
| 1602 | ] |
| 1603 | |
| 1604 | [[package]] |
| 1605 | name = "getrandom" |
| 1606 | version = "0.4.2" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 1609 | dependencies = [ |
| 1610 | "cfg-if", |
| 1611 | "libc", |
| 1612 | "r-efi 6.0.0", |
| 1613 | "rand_core 0.10.1", |
| 1614 | "wasip2", |
| 1615 | "wasip3", |
| 1616 | ] |
| 1617 | |
| 1618 | [[package]] |
| 1619 | name = "gimli" |
| 1620 | version = "0.31.1" |
| 1621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1622 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| 1623 | dependencies = [ |
| 1624 | "fallible-iterator", |
| 1625 | "indexmap", |
| 1626 | "stable_deref_trait", |
| 1627 | ] |
| 1628 | |
| 1629 | [[package]] |
| 1630 | name = "gimli" |
| 1631 | version = "0.32.3" |
| 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1633 | checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| 1634 | dependencies = [ |
| 1635 | "fallible-iterator", |
| 1636 | "indexmap", |
| 1637 | "stable_deref_trait", |
| 1638 | ] |
| 1639 | |
| 1640 | [[package]] |
| 1641 | name = "git2" |
| 1642 | version = "0.20.2" |
| 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 | checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" |
| 1645 | dependencies = [ |
| 1646 | "bitflags", |
| 1647 | "libc", |
| 1648 | "libgit2-sys", |
| 1649 | "log", |
| 1650 | "openssl-probe", |
| 1651 | "openssl-sys", |
| 1652 | "url", |
| 1653 | ] |
| 1654 | |
| 1655 | [[package]] |
| 1656 | name = "glob" |
| 1657 | version = "0.3.3" |
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 1660 | |
| 1661 | [[package]] |
| 1662 | name = "globset" |
| 1663 | version = "0.4.18" |
| 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1665 | checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" |
| 1666 | dependencies = [ |
| 1667 | "aho-corasick", |
| 1668 | "bstr", |
| 1669 | "log", |
| 1670 | "regex-automata", |
| 1671 | "regex-syntax", |
| 1672 | ] |
| 1673 | |
| 1674 | [[package]] |
| 1675 | name = "gsgdt" |
| 1676 | version = "0.1.2" |
| 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
| 1679 | dependencies = [ |
| 1680 | "serde", |
| 1681 | ] |
| 1682 | |
| 1683 | [[package]] |
| 1684 | name = "hashbrown" |
| 1685 | version = "0.15.5" |
| 1686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1687 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 1688 | dependencies = [ |
| 1689 | "allocator-api2", |
| 1690 | "equivalent", |
| 1691 | "foldhash 0.1.5", |
| 1692 | ] |
| 1693 | |
| 1694 | [[package]] |
| 1695 | name = "hashbrown" |
| 1696 | version = "0.16.1" |
| 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1698 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1699 | dependencies = [ |
| 1700 | "foldhash 0.2.0", |
| 1701 | "serde", |
| 1702 | "serde_core", |
| 1703 | ] |
| 1704 | |
| 1705 | [[package]] |
| 1706 | name = "hashbrown" |
| 1707 | version = "0.17.0" |
| 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1709 | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 1710 | dependencies = [ |
| 1711 | "foldhash 0.2.0", |
| 1712 | ] |
| 1713 | |
| 1714 | [[package]] |
| 1715 | name = "heck" |
| 1716 | version = "0.5.0" |
| 1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1718 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1719 | |
| 1720 | [[package]] |
| 1721 | name = "hermit-abi" |
| 1722 | version = "0.5.2" |
| 1723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 1725 | |
| 1726 | [[package]] |
| 1727 | name = "hex" |
| 1728 | version = "0.4.3" |
| 1729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1730 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1731 | |
| 1732 | [[package]] |
| 1733 | name = "home" |
| 1734 | version = "0.5.12" |
| 1735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1736 | checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 1737 | dependencies = [ |
| 1738 | "windows-sys 0.61.2", |
| 1739 | ] |
| 1740 | |
| 1741 | [[package]] |
| 1742 | name = "html-checker" |
| 1743 | version = "0.1.0" |
| 1744 | dependencies = [ |
| 1745 | "rayon", |
| 1746 | "walkdir", |
| 1747 | ] |
| 1748 | |
| 1749 | [[package]] |
| 1750 | name = "html-escape" |
| 1751 | version = "0.2.13" |
| 1752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1753 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1754 | dependencies = [ |
| 1755 | "utf8-width", |
| 1756 | ] |
| 1757 | |
| 1758 | [[package]] |
| 1759 | name = "html5ever" |
| 1760 | version = "0.29.1" |
| 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 | checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" |
| 1763 | dependencies = [ |
| 1764 | "log", |
| 1765 | "mac", |
| 1766 | "markup5ever", |
| 1767 | "match_token", |
| 1768 | ] |
| 1769 | |
| 1770 | [[package]] |
| 1771 | name = "humansize" |
| 1772 | version = "2.1.3" |
| 1773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1774 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1775 | dependencies = [ |
| 1776 | "libm", |
| 1777 | ] |
| 1778 | |
| 1779 | [[package]] |
| 1780 | name = "humantime" |
| 1781 | version = "2.3.0" |
| 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 | checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| 1784 | |
| 1785 | [[package]] |
| 1786 | name = "hybrid-array" |
| 1787 | version = "0.4.12" |
| 1788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 | checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" |
| 1790 | dependencies = [ |
| 1791 | "typenum", |
| 1792 | ] |
| 1793 | |
| 1794 | [[package]] |
| 1795 | name = "iana-time-zone" |
| 1796 | version = "0.1.64" |
| 1797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1798 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 1799 | dependencies = [ |
| 1800 | "android_system_properties", |
| 1801 | "core-foundation-sys", |
| 1802 | "iana-time-zone-haiku", |
| 1803 | "js-sys", |
| 1804 | "log", |
| 1805 | "wasm-bindgen", |
| 1806 | "windows-core 0.62.2", |
| 1807 | ] |
| 1808 | |
| 1809 | [[package]] |
| 1810 | name = "iana-time-zone-haiku" |
| 1811 | version = "0.1.2" |
| 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1813 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1814 | dependencies = [ |
| 1815 | "cc", |
| 1816 | ] |
| 1817 | |
| 1818 | [[package]] |
| 1819 | name = "icu_collections" |
| 1820 | version = "2.2.0" |
| 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1822 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1823 | dependencies = [ |
| 1824 | "displaydoc", |
| 1825 | "potential_utf", |
| 1826 | "utf8_iter", |
| 1827 | "yoke", |
| 1828 | "zerofrom", |
| 1829 | "zerovec", |
| 1830 | ] |
| 1831 | |
| 1832 | [[package]] |
| 1833 | name = "icu_list" |
| 1834 | version = "2.2.0" |
| 1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 | checksum = "aeeaf517689324395bed4767f7c65504f5455942ed4c14ee54c2087ca00b816e" |
| 1837 | dependencies = [ |
| 1838 | "icu_provider", |
| 1839 | "regex-automata", |
| 1840 | "serde", |
| 1841 | "writeable", |
| 1842 | "zerovec", |
| 1843 | ] |
| 1844 | |
| 1845 | [[package]] |
| 1846 | name = "icu_locale" |
| 1847 | version = "2.2.0" |
| 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26" |
| 1850 | dependencies = [ |
| 1851 | "icu_collections", |
| 1852 | "icu_locale_core", |
| 1853 | "icu_locale_data", |
| 1854 | "icu_provider", |
| 1855 | "potential_utf", |
| 1856 | "tinystr", |
| 1857 | "zerovec", |
| 1858 | ] |
| 1859 | |
| 1860 | [[package]] |
| 1861 | name = "icu_locale_core" |
| 1862 | version = "2.2.0" |
| 1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1864 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1865 | dependencies = [ |
| 1866 | "displaydoc", |
| 1867 | "litemap", |
| 1868 | "serde", |
| 1869 | "tinystr", |
| 1870 | "writeable", |
| 1871 | "zerovec", |
| 1872 | ] |
| 1873 | |
| 1874 | [[package]] |
| 1875 | name = "icu_locale_data" |
| 1876 | version = "2.2.0" |
| 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 | checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993" |
| 1879 | |
| 1880 | [[package]] |
| 1881 | name = "icu_normalizer" |
| 1882 | version = "2.2.0" |
| 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1884 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1885 | dependencies = [ |
| 1886 | "icu_collections", |
| 1887 | "icu_normalizer_data", |
| 1888 | "icu_properties", |
| 1889 | "icu_provider", |
| 1890 | "smallvec", |
| 1891 | "zerovec", |
| 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
| 1895 | name = "icu_normalizer_data" |
| 1896 | version = "2.2.0" |
| 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "icu_properties" |
| 1902 | version = "2.2.0" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1905 | dependencies = [ |
| 1906 | "icu_collections", |
| 1907 | "icu_locale_core", |
| 1908 | "icu_properties_data", |
| 1909 | "icu_provider", |
| 1910 | "zerotrie", |
| 1911 | "zerovec", |
| 1912 | ] |
| 1913 | |
| 1914 | [[package]] |
| 1915 | name = "icu_properties_data" |
| 1916 | version = "2.2.0" |
| 1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1918 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1919 | |
| 1920 | [[package]] |
| 1921 | name = "icu_provider" |
| 1922 | version = "2.2.0" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1925 | dependencies = [ |
| 1926 | "displaydoc", |
| 1927 | "icu_locale_core", |
| 1928 | "serde", |
| 1929 | "stable_deref_trait", |
| 1930 | "writeable", |
| 1931 | "yoke", |
| 1932 | "zerofrom", |
| 1933 | "zerotrie", |
| 1934 | "zerovec", |
| 1935 | ] |
| 1936 | |
| 1937 | [[package]] |
| 1938 | name = "id-arena" |
| 1939 | version = "2.3.0" |
| 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1941 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1942 | |
| 1943 | [[package]] |
| 1944 | name = "ident_case" |
| 1945 | version = "1.0.1" |
| 1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1948 | |
| 1949 | [[package]] |
| 1950 | name = "idna" |
| 1951 | version = "1.1.0" |
| 1952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1954 | dependencies = [ |
| 1955 | "idna_adapter", |
| 1956 | "smallvec", |
| 1957 | "utf8_iter", |
| 1958 | ] |
| 1959 | |
| 1960 | [[package]] |
| 1961 | name = "idna_adapter" |
| 1962 | version = "1.2.1" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1965 | dependencies = [ |
| 1966 | "icu_normalizer", |
| 1967 | "icu_properties", |
| 1968 | ] |
| 1969 | |
| 1970 | [[package]] |
| 1971 | name = "ignore" |
| 1972 | version = "0.4.25" |
| 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" |
| 1975 | dependencies = [ |
| 1976 | "crossbeam-deque", |
| 1977 | "globset", |
| 1978 | "log", |
| 1979 | "memchr", |
| 1980 | "regex-automata", |
| 1981 | "same-file", |
| 1982 | "walkdir", |
| 1983 | "winapi-util", |
| 1984 | ] |
| 1985 | |
| 1986 | [[package]] |
| 1987 | name = "indenter" |
| 1988 | version = "0.3.4" |
| 1989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" |
| 1991 | |
| 1992 | [[package]] |
| 1993 | name = "indexmap" |
| 1994 | version = "2.14.0" |
| 1995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1996 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 1997 | dependencies = [ |
| 1998 | "equivalent", |
| 1999 | "hashbrown 0.17.0", |
| 2000 | "serde", |
| 2001 | "serde_core", |
| 2002 | ] |
| 2003 | |
| 2004 | [[package]] |
| 2005 | name = "indicatif" |
| 2006 | version = "0.18.4" |
| 2007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2008 | checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" |
| 2009 | dependencies = [ |
| 2010 | "console", |
| 2011 | "portable-atomic", |
| 2012 | "unicode-width 0.2.2", |
| 2013 | "unit-prefix", |
| 2014 | "web-time", |
| 2015 | ] |
| 2016 | |
| 2017 | [[package]] |
| 2018 | name = "indoc" |
| 2019 | version = "1.0.9" |
| 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2021 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| 2022 | |
| 2023 | [[package]] |
| 2024 | name = "inout" |
| 2025 | version = "0.2.2" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" |
| 2028 | dependencies = [ |
| 2029 | "hybrid-array", |
| 2030 | ] |
| 2031 | |
| 2032 | [[package]] |
| 2033 | name = "installer" |
| 2034 | version = "0.0.0" |
| 2035 | dependencies = [ |
| 2036 | "anyhow", |
| 2037 | "clap", |
| 2038 | "flate2", |
| 2039 | "rayon", |
| 2040 | "tar", |
| 2041 | "walkdir", |
| 2042 | "xz2", |
| 2043 | ] |
| 2044 | |
| 2045 | [[package]] |
| 2046 | name = "intl-memoizer" |
| 2047 | version = "0.5.3" |
| 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 | checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f" |
| 2050 | dependencies = [ |
| 2051 | "type-map", |
| 2052 | "unic-langid", |
| 2053 | ] |
| 2054 | |
| 2055 | [[package]] |
| 2056 | name = "intl_pluralrules" |
| 2057 | version = "7.0.2" |
| 2058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2059 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
| 2060 | dependencies = [ |
| 2061 | "unic-langid", |
| 2062 | ] |
| 2063 | |
| 2064 | [[package]] |
| 2065 | name = "ipc-channel" |
| 2066 | version = "0.20.2" |
| 2067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2068 | checksum = "f93600b5616c2d075f8af8dbd23c1d69278c5d24e4913d220cbc60b14c95c180" |
| 2069 | dependencies = [ |
| 2070 | "bincode", |
| 2071 | "crossbeam-channel", |
| 2072 | "fnv", |
| 2073 | "libc", |
| 2074 | "mio", |
| 2075 | "rand 0.9.2", |
| 2076 | "serde", |
| 2077 | "tempfile", |
| 2078 | "uuid", |
| 2079 | "windows 0.61.3", |
| 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
| 2083 | name = "is_terminal_polyfill" |
| 2084 | version = "1.70.2" |
| 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2086 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 2087 | |
| 2088 | [[package]] |
| 2089 | name = "itertools" |
| 2090 | version = "0.12.1" |
| 2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2092 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 2093 | dependencies = [ |
| 2094 | "either", |
| 2095 | ] |
| 2096 | |
| 2097 | [[package]] |
| 2098 | name = "itoa" |
| 2099 | version = "1.0.15" |
| 2100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2101 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| 2102 | |
| 2103 | [[package]] |
| 2104 | name = "jiff" |
| 2105 | version = "0.2.16" |
| 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2107 | checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" |
| 2108 | dependencies = [ |
| 2109 | "jiff-static", |
| 2110 | "log", |
| 2111 | "portable-atomic", |
| 2112 | "portable-atomic-util", |
| 2113 | "serde_core", |
| 2114 | ] |
| 2115 | |
| 2116 | [[package]] |
| 2117 | name = "jiff-static" |
| 2118 | version = "0.2.16" |
| 2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2120 | checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" |
| 2121 | dependencies = [ |
| 2122 | "proc-macro2", |
| 2123 | "quote", |
| 2124 | "syn", |
| 2125 | ] |
| 2126 | |
| 2127 | [[package]] |
| 2128 | name = "jobserver" |
| 2129 | version = "0.1.34" |
| 2130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2131 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 2132 | dependencies = [ |
| 2133 | "getrandom 0.3.3", |
| 2134 | "libc", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
| 2138 | name = "js-sys" |
| 2139 | version = "0.3.82" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" |
| 2142 | dependencies = [ |
| 2143 | "once_cell", |
| 2144 | "wasm-bindgen", |
| 2145 | ] |
| 2146 | |
| 2147 | [[package]] |
| 2148 | name = "jsondocck" |
| 2149 | version = "0.1.0" |
| 2150 | dependencies = [ |
| 2151 | "fs-err", |
| 2152 | "getopts", |
| 2153 | "jsonpath-rust", |
| 2154 | "regex", |
| 2155 | "serde_json", |
| 2156 | "shlex", |
| 2157 | ] |
| 2158 | |
| 2159 | [[package]] |
| 2160 | name = "jsondoclint" |
| 2161 | version = "0.1.0" |
| 2162 | dependencies = [ |
| 2163 | "anyhow", |
| 2164 | "clap", |
| 2165 | "fs-err", |
| 2166 | "rustc-hash 2.1.1", |
| 2167 | "rustdoc-json-types", |
| 2168 | "serde", |
| 2169 | "serde_json", |
| 2170 | ] |
| 2171 | |
| 2172 | [[package]] |
| 2173 | name = "jsonpath-rust" |
| 2174 | version = "1.0.4" |
| 2175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2176 | checksum = "633a7320c4bb672863a3782e89b9094ad70285e097ff6832cddd0ec615beadfa" |
| 2177 | dependencies = [ |
| 2178 | "pest", |
| 2179 | "pest_derive", |
| 2180 | "regex", |
| 2181 | "serde_json", |
| 2182 | "thiserror 2.0.17", |
| 2183 | ] |
| 2184 | |
| 2185 | [[package]] |
| 2186 | name = "lazy_static" |
| 2187 | version = "1.5.0" |
| 2188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2189 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2190 | |
| 2191 | [[package]] |
| 2192 | name = "leb128" |
| 2193 | version = "0.2.5" |
| 2194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2195 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2196 | |
| 2197 | [[package]] |
| 2198 | name = "leb128fmt" |
| 2199 | version = "0.1.0" |
| 2200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2201 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 2202 | |
| 2203 | [[package]] |
| 2204 | name = "levenshtein" |
| 2205 | version = "1.0.5" |
| 2206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2207 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2208 | |
| 2209 | [[package]] |
| 2210 | name = "lexopt" |
| 2211 | version = "0.3.1" |
| 2212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2213 | checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7" |
| 2214 | |
| 2215 | [[package]] |
| 2216 | name = "libc" |
| 2217 | version = "0.2.183" |
| 2218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2219 | checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 2220 | |
| 2221 | [[package]] |
| 2222 | name = "libffi" |
| 2223 | version = "5.1.0" |
| 2224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 | checksum = "0498fe5655f857803e156523e644dcdcdc3b3c7edda42ea2afdae2e09b2db87b" |
| 2226 | dependencies = [ |
| 2227 | "libc", |
| 2228 | "libffi-sys", |
| 2229 | ] |
| 2230 | |
| 2231 | [[package]] |
| 2232 | name = "libffi-sys" |
| 2233 | version = "4.1.0" |
| 2234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2235 | checksum = "71d4f1d4ce15091955144350b75db16a96d4a63728500122706fb4d29a26afbb" |
| 2236 | dependencies = [ |
| 2237 | "cc", |
| 2238 | ] |
| 2239 | |
| 2240 | [[package]] |
| 2241 | name = "libgit2-sys" |
| 2242 | version = "0.18.2+1.9.1" |
| 2243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2244 | checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" |
| 2245 | dependencies = [ |
| 2246 | "cc", |
| 2247 | "libc", |
| 2248 | "libz-sys", |
| 2249 | "openssl-sys", |
| 2250 | "pkg-config", |
| 2251 | ] |
| 2252 | |
| 2253 | [[package]] |
| 2254 | name = "libloading" |
| 2255 | version = "0.8.9" |
| 2256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2257 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 2258 | dependencies = [ |
| 2259 | "cfg-if", |
| 2260 | "windows-link 0.2.1", |
| 2261 | ] |
| 2262 | |
| 2263 | [[package]] |
| 2264 | name = "libloading" |
| 2265 | version = "0.9.0" |
| 2266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2267 | checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" |
| 2268 | dependencies = [ |
| 2269 | "cfg-if", |
| 2270 | "windows-link 0.2.1", |
| 2271 | ] |
| 2272 | |
| 2273 | [[package]] |
| 2274 | name = "libm" |
| 2275 | version = "0.2.15" |
| 2276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2277 | checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| 2278 | |
| 2279 | [[package]] |
| 2280 | name = "libredox" |
| 2281 | version = "0.1.10" |
| 2282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2283 | checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" |
| 2284 | dependencies = [ |
| 2285 | "bitflags", |
| 2286 | "libc", |
| 2287 | "redox_syscall", |
| 2288 | ] |
| 2289 | |
| 2290 | [[package]] |
| 2291 | name = "libz-sys" |
| 2292 | version = "1.1.23" |
| 2293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2294 | checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" |
| 2295 | dependencies = [ |
| 2296 | "cc", |
| 2297 | "libc", |
| 2298 | "pkg-config", |
| 2299 | "vcpkg", |
| 2300 | ] |
| 2301 | |
| 2302 | [[package]] |
| 2303 | name = "link-cplusplus" |
| 2304 | version = "1.0.12" |
| 2305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2306 | checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" |
| 2307 | dependencies = [ |
| 2308 | "cc", |
| 2309 | ] |
| 2310 | |
| 2311 | [[package]] |
| 2312 | name = "linkchecker" |
| 2313 | version = "0.1.0" |
| 2314 | dependencies = [ |
| 2315 | "html5ever", |
| 2316 | "regex", |
| 2317 | "urlencoding", |
| 2318 | ] |
| 2319 | |
| 2320 | [[package]] |
| 2321 | name = "lint-docs" |
| 2322 | version = "0.1.0" |
| 2323 | dependencies = [ |
| 2324 | "rustc-literal-escaper", |
| 2325 | "serde_json", |
| 2326 | "tempfile", |
| 2327 | "walkdir", |
| 2328 | ] |
| 2329 | |
| 2330 | [[package]] |
| 2331 | name = "linux-raw-sys" |
| 2332 | version = "0.11.0" |
| 2333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2334 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 2335 | |
| 2336 | [[package]] |
| 2337 | name = "litemap" |
| 2338 | version = "0.8.1" |
| 2339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2340 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 2341 | |
| 2342 | [[package]] |
| 2343 | name = "lld-wrapper" |
| 2344 | version = "0.1.0" |
| 2345 | |
| 2346 | [[package]] |
| 2347 | name = "llvm-bitcode-linker" |
| 2348 | version = "0.0.1" |
| 2349 | dependencies = [ |
| 2350 | "anyhow", |
| 2351 | "clap", |
| 2352 | "thiserror 1.0.69", |
| 2353 | "tracing", |
| 2354 | "tracing-subscriber", |
| 2355 | ] |
| 2356 | |
| 2357 | [[package]] |
| 2358 | name = "lock_api" |
| 2359 | version = "0.4.14" |
| 2360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2361 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2362 | dependencies = [ |
| 2363 | "scopeguard", |
| 2364 | ] |
| 2365 | |
| 2366 | [[package]] |
| 2367 | name = "log" |
| 2368 | version = "0.4.28" |
| 2369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2370 | checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
| 2371 | |
| 2372 | [[package]] |
| 2373 | name = "lzma-sys" |
| 2374 | version = "0.1.20" |
| 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| 2377 | dependencies = [ |
| 2378 | "cc", |
| 2379 | "libc", |
| 2380 | "pkg-config", |
| 2381 | ] |
| 2382 | |
| 2383 | [[package]] |
| 2384 | name = "mac" |
| 2385 | version = "0.1.1" |
| 2386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2387 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 2388 | |
| 2389 | [[package]] |
| 2390 | name = "markup5ever" |
| 2391 | version = "0.14.1" |
| 2392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2393 | checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" |
| 2394 | dependencies = [ |
| 2395 | "log", |
| 2396 | "phf 0.11.3", |
| 2397 | "phf_codegen", |
| 2398 | "string_cache", |
| 2399 | "string_cache_codegen", |
| 2400 | "tendril", |
| 2401 | ] |
| 2402 | |
| 2403 | [[package]] |
| 2404 | name = "match_token" |
| 2405 | version = "0.1.0" |
| 2406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2407 | checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" |
| 2408 | dependencies = [ |
| 2409 | "proc-macro2", |
| 2410 | "quote", |
| 2411 | "syn", |
| 2412 | ] |
| 2413 | |
| 2414 | [[package]] |
| 2415 | name = "matchers" |
| 2416 | version = "0.2.0" |
| 2417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2418 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 2419 | dependencies = [ |
| 2420 | "regex-automata", |
| 2421 | ] |
| 2422 | |
| 2423 | [[package]] |
| 2424 | name = "md-5" |
| 2425 | version = "0.10.6" |
| 2426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2427 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 2428 | dependencies = [ |
| 2429 | "cfg-if", |
| 2430 | "digest", |
| 2431 | ] |
| 2432 | |
| 2433 | [[package]] |
| 2434 | name = "measureme" |
| 2435 | version = "12.0.3" |
| 2436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2437 | checksum = "6ebd1ebda747ae161a4a377bf93f87e18d46faad2331cc0c7d25b84b1d445f49" |
| 2438 | dependencies = [ |
| 2439 | "log", |
| 2440 | "memmap2", |
| 2441 | "parking_lot", |
| 2442 | "perf-event-open-sys", |
| 2443 | "rustc-hash 1.1.0", |
| 2444 | "smallvec", |
| 2445 | ] |
| 2446 | |
| 2447 | [[package]] |
| 2448 | name = "memchr" |
| 2449 | version = "2.8.0" |
| 2450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2451 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 2452 | |
| 2453 | [[package]] |
| 2454 | name = "memmap2" |
| 2455 | version = "0.2.3" |
| 2456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2457 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
| 2458 | dependencies = [ |
| 2459 | "libc", |
| 2460 | ] |
| 2461 | |
| 2462 | [[package]] |
| 2463 | name = "minifier" |
| 2464 | version = "0.3.6" |
| 2465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2466 | checksum = "14f1541610994bba178cb36757e102d06a52a2d9612aa6d34c64b3b377c5d943" |
| 2467 | |
| 2468 | [[package]] |
| 2469 | name = "minimal-lexical" |
| 2470 | version = "0.2.1" |
| 2471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2472 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2473 | |
| 2474 | [[package]] |
| 2475 | name = "miniz_oxide" |
| 2476 | version = "0.8.9" |
| 2477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2478 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 2479 | dependencies = [ |
| 2480 | "adler2", |
| 2481 | "simd-adler32", |
| 2482 | ] |
| 2483 | |
| 2484 | [[package]] |
| 2485 | name = "mio" |
| 2486 | version = "1.1.1" |
| 2487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2488 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 2489 | dependencies = [ |
| 2490 | "libc", |
| 2491 | "log", |
| 2492 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 2493 | "windows-sys 0.61.2", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
| 2497 | name = "miow" |
| 2498 | version = "0.6.1" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" |
| 2501 | dependencies = [ |
| 2502 | "windows-sys 0.61.2", |
| 2503 | ] |
| 2504 | |
| 2505 | [[package]] |
| 2506 | name = "miri" |
| 2507 | version = "0.1.0" |
| 2508 | dependencies = [ |
| 2509 | "aes", |
| 2510 | "bitflags", |
| 2511 | "capstone", |
| 2512 | "chrono", |
| 2513 | "chrono-tz", |
| 2514 | "colored", |
| 2515 | "directories", |
| 2516 | "genmc-sys", |
| 2517 | "getrandom 0.4.2", |
| 2518 | "ipc-channel", |
| 2519 | "libc", |
| 2520 | "libffi", |
| 2521 | "libloading 0.9.0", |
| 2522 | "measureme", |
| 2523 | "mio", |
| 2524 | "nix", |
| 2525 | "rand 0.10.1", |
| 2526 | "regex", |
| 2527 | "rustc_version", |
| 2528 | "serde", |
| 2529 | "serde_json", |
| 2530 | "smallvec", |
| 2531 | "tempfile", |
| 2532 | "ui_test", |
| 2533 | ] |
| 2534 | |
| 2535 | [[package]] |
| 2536 | name = "miropt-test-tools" |
| 2537 | version = "0.1.0" |
| 2538 | |
| 2539 | [[package]] |
| 2540 | name = "munge" |
| 2541 | version = "0.4.7" |
| 2542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2543 | checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" |
| 2544 | dependencies = [ |
| 2545 | "munge_macro", |
| 2546 | ] |
| 2547 | |
| 2548 | [[package]] |
| 2549 | name = "munge_macro" |
| 2550 | version = "0.4.7" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" |
| 2553 | dependencies = [ |
| 2554 | "proc-macro2", |
| 2555 | "quote", |
| 2556 | "syn", |
| 2557 | ] |
| 2558 | |
| 2559 | [[package]] |
| 2560 | name = "new_debug_unreachable" |
| 2561 | version = "1.0.6" |
| 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2563 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 2564 | |
| 2565 | [[package]] |
| 2566 | name = "nix" |
| 2567 | version = "0.30.1" |
| 2568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2569 | checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| 2570 | dependencies = [ |
| 2571 | "bitflags", |
| 2572 | "cfg-if", |
| 2573 | "cfg_aliases", |
| 2574 | "libc", |
| 2575 | ] |
| 2576 | |
| 2577 | [[package]] |
| 2578 | name = "nom" |
| 2579 | version = "7.1.3" |
| 2580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2581 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 2582 | dependencies = [ |
| 2583 | "memchr", |
| 2584 | "minimal-lexical", |
| 2585 | ] |
| 2586 | |
| 2587 | [[package]] |
| 2588 | name = "normpath" |
| 2589 | version = "1.5.0" |
| 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2591 | checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" |
| 2592 | dependencies = [ |
| 2593 | "windows-sys 0.61.2", |
| 2594 | ] |
| 2595 | |
| 2596 | [[package]] |
| 2597 | name = "nu-ansi-term" |
| 2598 | version = "0.50.3" |
| 2599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2600 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 2601 | dependencies = [ |
| 2602 | "windows-sys 0.61.2", |
| 2603 | ] |
| 2604 | |
| 2605 | [[package]] |
| 2606 | name = "num" |
| 2607 | version = "0.4.3" |
| 2608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2609 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 2610 | dependencies = [ |
| 2611 | "num-bigint", |
| 2612 | "num-complex", |
| 2613 | "num-integer", |
| 2614 | "num-iter", |
| 2615 | "num-rational", |
| 2616 | "num-traits", |
| 2617 | ] |
| 2618 | |
| 2619 | [[package]] |
| 2620 | name = "num-bigint" |
| 2621 | version = "0.4.6" |
| 2622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2624 | dependencies = [ |
| 2625 | "num-integer", |
| 2626 | "num-traits", |
| 2627 | ] |
| 2628 | |
| 2629 | [[package]] |
| 2630 | name = "num-complex" |
| 2631 | version = "0.4.6" |
| 2632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2633 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 2634 | dependencies = [ |
| 2635 | "num-traits", |
| 2636 | ] |
| 2637 | |
| 2638 | [[package]] |
| 2639 | name = "num-integer" |
| 2640 | version = "0.1.46" |
| 2641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2643 | dependencies = [ |
| 2644 | "num-traits", |
| 2645 | ] |
| 2646 | |
| 2647 | [[package]] |
| 2648 | name = "num-iter" |
| 2649 | version = "0.1.45" |
| 2650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2651 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2652 | dependencies = [ |
| 2653 | "autocfg", |
| 2654 | "num-integer", |
| 2655 | "num-traits", |
| 2656 | ] |
| 2657 | |
| 2658 | [[package]] |
| 2659 | name = "num-rational" |
| 2660 | version = "0.4.2" |
| 2661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2662 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 2663 | dependencies = [ |
| 2664 | "num-bigint", |
| 2665 | "num-integer", |
| 2666 | "num-traits", |
| 2667 | ] |
| 2668 | |
| 2669 | [[package]] |
| 2670 | name = "num-traits" |
| 2671 | version = "0.2.19" |
| 2672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2673 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 2674 | dependencies = [ |
| 2675 | "autocfg", |
| 2676 | ] |
| 2677 | |
| 2678 | [[package]] |
| 2679 | name = "num_cpus" |
| 2680 | version = "1.17.0" |
| 2681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2682 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 2683 | dependencies = [ |
| 2684 | "hermit-abi", |
| 2685 | "libc", |
| 2686 | ] |
| 2687 | |
| 2688 | [[package]] |
| 2689 | name = "objc2" |
| 2690 | version = "0.6.3" |
| 2691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2692 | checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" |
| 2693 | dependencies = [ |
| 2694 | "objc2-encode", |
| 2695 | ] |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "objc2-core-foundation" |
| 2699 | version = "0.3.2" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 2702 | dependencies = [ |
| 2703 | "bitflags", |
| 2704 | ] |
| 2705 | |
| 2706 | [[package]] |
| 2707 | name = "objc2-encode" |
| 2708 | version = "4.1.0" |
| 2709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 2711 | |
| 2712 | [[package]] |
| 2713 | name = "objc2-io-kit" |
| 2714 | version = "0.3.2" |
| 2715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2716 | checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" |
| 2717 | dependencies = [ |
| 2718 | "libc", |
| 2719 | "objc2-core-foundation", |
| 2720 | ] |
| 2721 | |
| 2722 | [[package]] |
| 2723 | name = "object" |
| 2724 | version = "0.36.7" |
| 2725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2726 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 2727 | dependencies = [ |
| 2728 | "crc32fast", |
| 2729 | "flate2", |
| 2730 | "hashbrown 0.15.5", |
| 2731 | "indexmap", |
| 2732 | "memchr", |
| 2733 | "ruzstd 0.7.3", |
| 2734 | ] |
| 2735 | |
| 2736 | [[package]] |
| 2737 | name = "object" |
| 2738 | version = "0.37.3" |
| 2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2740 | checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| 2741 | dependencies = [ |
| 2742 | "crc32fast", |
| 2743 | "flate2", |
| 2744 | "hashbrown 0.15.5", |
| 2745 | "indexmap", |
| 2746 | "memchr", |
| 2747 | "ruzstd 0.8.2", |
| 2748 | "wasmparser 0.236.1", |
| 2749 | ] |
| 2750 | |
| 2751 | [[package]] |
| 2752 | name = "odht" |
| 2753 | version = "0.3.1" |
| 2754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2755 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
| 2756 | dependencies = [ |
| 2757 | "cfg-if", |
| 2758 | ] |
| 2759 | |
| 2760 | [[package]] |
| 2761 | name = "once_cell" |
| 2762 | version = "1.21.3" |
| 2763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 2765 | |
| 2766 | [[package]] |
| 2767 | name = "once_cell_polyfill" |
| 2768 | version = "1.70.2" |
| 2769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2770 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 2771 | |
| 2772 | [[package]] |
| 2773 | name = "opener" |
| 2774 | version = "0.8.4" |
| 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2776 | checksum = "a2fa337e0cf13357c13ef1dc108df1333eb192f75fc170bea03fcf1fd404c2ee" |
| 2777 | dependencies = [ |
| 2778 | "bstr", |
| 2779 | "normpath", |
| 2780 | "windows-sys 0.61.2", |
| 2781 | ] |
| 2782 | |
| 2783 | [[package]] |
| 2784 | name = "openssl-probe" |
| 2785 | version = "0.1.6" |
| 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2787 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 2788 | |
| 2789 | [[package]] |
| 2790 | name = "openssl-sys" |
| 2791 | version = "0.9.114" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" |
| 2794 | dependencies = [ |
| 2795 | "cc", |
| 2796 | "libc", |
| 2797 | "pkg-config", |
| 2798 | "vcpkg", |
| 2799 | ] |
| 2800 | |
| 2801 | [[package]] |
| 2802 | name = "opt-dist" |
| 2803 | version = "0.1.0" |
| 2804 | dependencies = [ |
| 2805 | "anyhow", |
| 2806 | "build_helper", |
| 2807 | "camino", |
| 2808 | "clap", |
| 2809 | "derive_builder", |
| 2810 | "env_logger", |
| 2811 | "fs_extra", |
| 2812 | "glob", |
| 2813 | "humansize", |
| 2814 | "humantime", |
| 2815 | "log", |
| 2816 | "serde_json", |
| 2817 | "sysinfo", |
| 2818 | "tabled", |
| 2819 | "tar", |
| 2820 | "tempfile", |
| 2821 | "xz2", |
| 2822 | ] |
| 2823 | |
| 2824 | [[package]] |
| 2825 | name = "option-ext" |
| 2826 | version = "0.2.0" |
| 2827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2828 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2829 | |
| 2830 | [[package]] |
| 2831 | name = "ordered-float" |
| 2832 | version = "2.10.1" |
| 2833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2834 | checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| 2835 | dependencies = [ |
| 2836 | "num-traits", |
| 2837 | ] |
| 2838 | |
| 2839 | [[package]] |
| 2840 | name = "owo-colors" |
| 2841 | version = "4.2.3" |
| 2842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2843 | checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" |
| 2844 | |
| 2845 | [[package]] |
| 2846 | name = "papergrid" |
| 2847 | version = "0.11.0" |
| 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2849 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
| 2850 | dependencies = [ |
| 2851 | "bytecount", |
| 2852 | "fnv", |
| 2853 | "unicode-width 0.1.14", |
| 2854 | ] |
| 2855 | |
| 2856 | [[package]] |
| 2857 | name = "parking_lot" |
| 2858 | version = "0.12.5" |
| 2859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2860 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 2861 | dependencies = [ |
| 2862 | "lock_api", |
| 2863 | "parking_lot_core", |
| 2864 | ] |
| 2865 | |
| 2866 | [[package]] |
| 2867 | name = "parking_lot_core" |
| 2868 | version = "0.9.12" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2870 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 2871 | dependencies = [ |
| 2872 | "cfg-if", |
| 2873 | "libc", |
| 2874 | "redox_syscall", |
| 2875 | "smallvec", |
| 2876 | "windows-link 0.2.1", |
| 2877 | ] |
| 2878 | |
| 2879 | [[package]] |
| 2880 | name = "pathdiff" |
| 2881 | version = "0.2.3" |
| 2882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2883 | checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| 2884 | |
| 2885 | [[package]] |
| 2886 | name = "percent-encoding" |
| 2887 | version = "2.3.2" |
| 2888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2889 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 2890 | |
| 2891 | [[package]] |
| 2892 | name = "perf-event-open-sys" |
| 2893 | version = "3.0.0" |
| 2894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2895 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
| 2896 | dependencies = [ |
| 2897 | "libc", |
| 2898 | ] |
| 2899 | |
| 2900 | [[package]] |
| 2901 | name = "pest" |
| 2902 | version = "2.8.3" |
| 2903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2904 | checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" |
| 2905 | dependencies = [ |
| 2906 | "memchr", |
| 2907 | "ucd-trie", |
| 2908 | ] |
| 2909 | |
| 2910 | [[package]] |
| 2911 | name = "pest_derive" |
| 2912 | version = "2.8.3" |
| 2913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2914 | checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" |
| 2915 | dependencies = [ |
| 2916 | "pest", |
| 2917 | "pest_generator", |
| 2918 | ] |
| 2919 | |
| 2920 | [[package]] |
| 2921 | name = "pest_generator" |
| 2922 | version = "2.8.3" |
| 2923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2924 | checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" |
| 2925 | dependencies = [ |
| 2926 | "pest", |
| 2927 | "pest_meta", |
| 2928 | "proc-macro2", |
| 2929 | "quote", |
| 2930 | "syn", |
| 2931 | ] |
| 2932 | |
| 2933 | [[package]] |
| 2934 | name = "pest_meta" |
| 2935 | version = "2.8.3" |
| 2936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2937 | checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" |
| 2938 | dependencies = [ |
| 2939 | "pest", |
| 2940 | "sha2", |
| 2941 | ] |
| 2942 | |
| 2943 | [[package]] |
| 2944 | name = "phf" |
| 2945 | version = "0.11.3" |
| 2946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2947 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 2948 | dependencies = [ |
| 2949 | "phf_shared 0.11.3", |
| 2950 | ] |
| 2951 | |
| 2952 | [[package]] |
| 2953 | name = "phf" |
| 2954 | version = "0.12.1" |
| 2955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2956 | checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| 2957 | dependencies = [ |
| 2958 | "phf_shared 0.12.1", |
| 2959 | ] |
| 2960 | |
| 2961 | [[package]] |
| 2962 | name = "phf_codegen" |
| 2963 | version = "0.11.3" |
| 2964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2965 | checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 2966 | dependencies = [ |
| 2967 | "phf_generator", |
| 2968 | "phf_shared 0.11.3", |
| 2969 | ] |
| 2970 | |
| 2971 | [[package]] |
| 2972 | name = "phf_generator" |
| 2973 | version = "0.11.3" |
| 2974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2975 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 2976 | dependencies = [ |
| 2977 | "phf_shared 0.11.3", |
| 2978 | "rand 0.8.5", |
| 2979 | ] |
| 2980 | |
| 2981 | [[package]] |
| 2982 | name = "phf_shared" |
| 2983 | version = "0.11.3" |
| 2984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2985 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 2986 | dependencies = [ |
| 2987 | "siphasher", |
| 2988 | ] |
| 2989 | |
| 2990 | [[package]] |
| 2991 | name = "phf_shared" |
| 2992 | version = "0.12.1" |
| 2993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2994 | checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| 2995 | dependencies = [ |
| 2996 | "siphasher", |
| 2997 | ] |
| 2998 | |
| 2999 | [[package]] |
| 3000 | name = "pin-project-lite" |
| 3001 | version = "0.2.16" |
| 3002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3003 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 3004 | |
| 3005 | [[package]] |
| 3006 | name = "pkg-config" |
| 3007 | version = "0.3.32" |
| 3008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3009 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 3010 | |
| 3011 | [[package]] |
| 3012 | name = "polonius-engine" |
| 3013 | version = "0.13.0" |
| 3014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3015 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
| 3016 | dependencies = [ |
| 3017 | "datafrog", |
| 3018 | "log", |
| 3019 | "rustc-hash 1.1.0", |
| 3020 | ] |
| 3021 | |
| 3022 | [[package]] |
| 3023 | name = "portable-atomic" |
| 3024 | version = "1.13.1" |
| 3025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3026 | checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 3027 | |
| 3028 | [[package]] |
| 3029 | name = "portable-atomic-util" |
| 3030 | version = "0.2.4" |
| 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3032 | checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
| 3033 | dependencies = [ |
| 3034 | "portable-atomic", |
| 3035 | ] |
| 3036 | |
| 3037 | [[package]] |
| 3038 | name = "potential_utf" |
| 3039 | version = "0.1.4" |
| 3040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3041 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 3042 | dependencies = [ |
| 3043 | "serde_core", |
| 3044 | "writeable", |
| 3045 | "zerovec", |
| 3046 | ] |
| 3047 | |
| 3048 | [[package]] |
| 3049 | name = "ppv-lite86" |
| 3050 | version = "0.2.21" |
| 3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3052 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 3053 | dependencies = [ |
| 3054 | "zerocopy", |
| 3055 | ] |
| 3056 | |
| 3057 | [[package]] |
| 3058 | name = "precomputed-hash" |
| 3059 | version = "0.1.1" |
| 3060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3061 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 3062 | |
| 3063 | [[package]] |
| 3064 | name = "predicates" |
| 3065 | version = "3.1.3" |
| 3066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3067 | checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" |
| 3068 | dependencies = [ |
| 3069 | "anstyle", |
| 3070 | "difflib", |
| 3071 | "predicates-core", |
| 3072 | ] |
| 3073 | |
| 3074 | [[package]] |
| 3075 | name = "predicates-core" |
| 3076 | version = "1.0.9" |
| 3077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3078 | checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" |
| 3079 | |
| 3080 | [[package]] |
| 3081 | name = "predicates-tree" |
| 3082 | version = "1.0.12" |
| 3083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3084 | checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" |
| 3085 | dependencies = [ |
| 3086 | "predicates-core", |
| 3087 | "termtree", |
| 3088 | ] |
| 3089 | |
| 3090 | [[package]] |
| 3091 | name = "prettydiff" |
| 3092 | version = "0.9.0" |
| 3093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3094 | checksum = "ac17546d82912e64874e3d5b40681ce32eac4e5834344f51efcf689ff1550a65" |
| 3095 | dependencies = [ |
| 3096 | "owo-colors", |
| 3097 | ] |
| 3098 | |
| 3099 | [[package]] |
| 3100 | name = "prettyplease" |
| 3101 | version = "0.2.37" |
| 3102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3103 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 3104 | dependencies = [ |
| 3105 | "proc-macro2", |
| 3106 | "syn", |
| 3107 | ] |
| 3108 | |
| 3109 | [[package]] |
| 3110 | name = "proc-macro-hack" |
| 3111 | version = "0.5.20+deprecated" |
| 3112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3113 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
| 3114 | |
| 3115 | [[package]] |
| 3116 | name = "proc-macro2" |
| 3117 | version = "1.0.103" |
| 3118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3119 | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
| 3120 | dependencies = [ |
| 3121 | "unicode-ident", |
| 3122 | ] |
| 3123 | |
| 3124 | [[package]] |
| 3125 | name = "psm" |
| 3126 | version = "0.1.26" |
| 3127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3128 | checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" |
| 3129 | dependencies = [ |
| 3130 | "cc", |
| 3131 | ] |
| 3132 | |
| 3133 | [[package]] |
| 3134 | name = "ptr_meta" |
| 3135 | version = "0.3.1" |
| 3136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3137 | checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" |
| 3138 | dependencies = [ |
| 3139 | "ptr_meta_derive", |
| 3140 | ] |
| 3141 | |
| 3142 | [[package]] |
| 3143 | name = "ptr_meta_derive" |
| 3144 | version = "0.3.1" |
| 3145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3146 | checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" |
| 3147 | dependencies = [ |
| 3148 | "proc-macro2", |
| 3149 | "quote", |
| 3150 | "syn", |
| 3151 | ] |
| 3152 | |
| 3153 | [[package]] |
| 3154 | name = "pulldown-cmark" |
| 3155 | version = "0.11.3" |
| 3156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3157 | checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625" |
| 3158 | dependencies = [ |
| 3159 | "bitflags", |
| 3160 | "memchr", |
| 3161 | "pulldown-cmark-escape", |
| 3162 | "unicase", |
| 3163 | ] |
| 3164 | |
| 3165 | [[package]] |
| 3166 | name = "pulldown-cmark-escape" |
| 3167 | version = "0.11.0" |
| 3168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3169 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 3170 | |
| 3171 | [[package]] |
| 3172 | name = "punycode" |
| 3173 | version = "0.4.1" |
| 3174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3175 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
| 3176 | |
| 3177 | [[package]] |
| 3178 | name = "quine-mc_cluskey" |
| 3179 | version = "0.2.4" |
| 3180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3181 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
| 3182 | |
| 3183 | [[package]] |
| 3184 | name = "quote" |
| 3185 | version = "1.0.45" |
| 3186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3187 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 3188 | dependencies = [ |
| 3189 | "proc-macro2", |
| 3190 | ] |
| 3191 | |
| 3192 | [[package]] |
| 3193 | name = "r-efi" |
| 3194 | version = "5.3.0" |
| 3195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3196 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 3197 | |
| 3198 | [[package]] |
| 3199 | name = "r-efi" |
| 3200 | version = "6.0.0" |
| 3201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3202 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 3203 | |
| 3204 | [[package]] |
| 3205 | name = "rancor" |
| 3206 | version = "0.1.1" |
| 3207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3208 | checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" |
| 3209 | dependencies = [ |
| 3210 | "ptr_meta", |
| 3211 | ] |
| 3212 | |
| 3213 | [[package]] |
| 3214 | name = "rand" |
| 3215 | version = "0.8.5" |
| 3216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3217 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 3218 | dependencies = [ |
| 3219 | "libc", |
| 3220 | "rand_chacha 0.3.1", |
| 3221 | "rand_core 0.6.4", |
| 3222 | ] |
| 3223 | |
| 3224 | [[package]] |
| 3225 | name = "rand" |
| 3226 | version = "0.9.2" |
| 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3228 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 3229 | dependencies = [ |
| 3230 | "rand_chacha 0.9.0", |
| 3231 | "rand_core 0.9.3", |
| 3232 | ] |
| 3233 | |
| 3234 | [[package]] |
| 3235 | name = "rand" |
| 3236 | version = "0.10.1" |
| 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3238 | checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" |
| 3239 | dependencies = [ |
| 3240 | "chacha20", |
| 3241 | "getrandom 0.4.2", |
| 3242 | "rand_core 0.10.1", |
| 3243 | ] |
| 3244 | |
| 3245 | [[package]] |
| 3246 | name = "rand_chacha" |
| 3247 | version = "0.3.1" |
| 3248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3249 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 3250 | dependencies = [ |
| 3251 | "ppv-lite86", |
| 3252 | "rand_core 0.6.4", |
| 3253 | ] |
| 3254 | |
| 3255 | [[package]] |
| 3256 | name = "rand_chacha" |
| 3257 | version = "0.9.0" |
| 3258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3259 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 3260 | dependencies = [ |
| 3261 | "ppv-lite86", |
| 3262 | "rand_core 0.9.3", |
| 3263 | ] |
| 3264 | |
| 3265 | [[package]] |
| 3266 | name = "rand_core" |
| 3267 | version = "0.6.4" |
| 3268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3269 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 3270 | dependencies = [ |
| 3271 | "getrandom 0.2.16", |
| 3272 | ] |
| 3273 | |
| 3274 | [[package]] |
| 3275 | name = "rand_core" |
| 3276 | version = "0.9.3" |
| 3277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3278 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 3279 | dependencies = [ |
| 3280 | "getrandom 0.3.3", |
| 3281 | ] |
| 3282 | |
| 3283 | [[package]] |
| 3284 | name = "rand_core" |
| 3285 | version = "0.10.1" |
| 3286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3287 | checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| 3288 | |
| 3289 | [[package]] |
| 3290 | name = "rand_xorshift" |
| 3291 | version = "0.4.0" |
| 3292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3293 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| 3294 | dependencies = [ |
| 3295 | "rand_core 0.9.3", |
| 3296 | ] |
| 3297 | |
| 3298 | [[package]] |
| 3299 | name = "rand_xoshiro" |
| 3300 | version = "0.7.0" |
| 3301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3302 | checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" |
| 3303 | dependencies = [ |
| 3304 | "rand_core 0.9.3", |
| 3305 | ] |
| 3306 | |
| 3307 | [[package]] |
| 3308 | name = "rayon" |
| 3309 | version = "1.11.0" |
| 3310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3311 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 3312 | dependencies = [ |
| 3313 | "either", |
| 3314 | "rayon-core", |
| 3315 | ] |
| 3316 | |
| 3317 | [[package]] |
| 3318 | name = "rayon-core" |
| 3319 | version = "1.13.0" |
| 3320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3321 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 3322 | dependencies = [ |
| 3323 | "crossbeam-deque", |
| 3324 | "crossbeam-utils", |
| 3325 | ] |
| 3326 | |
| 3327 | [[package]] |
| 3328 | name = "redox_syscall" |
| 3329 | version = "0.5.18" |
| 3330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3331 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 3332 | dependencies = [ |
| 3333 | "bitflags", |
| 3334 | ] |
| 3335 | |
| 3336 | [[package]] |
| 3337 | name = "redox_users" |
| 3338 | version = "0.5.2" |
| 3339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3340 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 3341 | dependencies = [ |
| 3342 | "getrandom 0.2.16", |
| 3343 | "libredox", |
| 3344 | "thiserror 2.0.17", |
| 3345 | ] |
| 3346 | |
| 3347 | [[package]] |
| 3348 | name = "ref-cast" |
| 3349 | version = "1.0.25" |
| 3350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3351 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 3352 | dependencies = [ |
| 3353 | "ref-cast-impl", |
| 3354 | ] |
| 3355 | |
| 3356 | [[package]] |
| 3357 | name = "ref-cast-impl" |
| 3358 | version = "1.0.25" |
| 3359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3360 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 3361 | dependencies = [ |
| 3362 | "proc-macro2", |
| 3363 | "quote", |
| 3364 | "syn", |
| 3365 | ] |
| 3366 | |
| 3367 | [[package]] |
| 3368 | name = "regex" |
| 3369 | version = "1.12.2" |
| 3370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3371 | checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
| 3372 | dependencies = [ |
| 3373 | "aho-corasick", |
| 3374 | "memchr", |
| 3375 | "regex-automata", |
| 3376 | "regex-syntax", |
| 3377 | ] |
| 3378 | |
| 3379 | [[package]] |
| 3380 | name = "regex-automata" |
| 3381 | version = "0.4.13" |
| 3382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3383 | checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 3384 | dependencies = [ |
| 3385 | "aho-corasick", |
| 3386 | "memchr", |
| 3387 | "regex-syntax", |
| 3388 | ] |
| 3389 | |
| 3390 | [[package]] |
| 3391 | name = "regex-lite" |
| 3392 | version = "0.1.8" |
| 3393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3394 | checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" |
| 3395 | |
| 3396 | [[package]] |
| 3397 | name = "regex-syntax" |
| 3398 | version = "0.8.8" |
| 3399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3400 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 3401 | |
| 3402 | [[package]] |
| 3403 | name = "remote-test-client" |
| 3404 | version = "0.1.0" |
| 3405 | dependencies = [ |
| 3406 | "assert_cmd", |
| 3407 | ] |
| 3408 | |
| 3409 | [[package]] |
| 3410 | name = "remote-test-server" |
| 3411 | version = "0.1.0" |
| 3412 | |
| 3413 | [[package]] |
| 3414 | name = "rend" |
| 3415 | version = "0.5.3" |
| 3416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 | checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6" |
| 3418 | dependencies = [ |
| 3419 | "bytecheck", |
| 3420 | ] |
| 3421 | |
| 3422 | [[package]] |
| 3423 | name = "replace-version-placeholder" |
| 3424 | version = "0.1.0" |
| 3425 | dependencies = [ |
| 3426 | "tidy", |
| 3427 | "walkdir", |
| 3428 | ] |
| 3429 | |
| 3430 | [[package]] |
| 3431 | name = "rkyv" |
| 3432 | version = "0.8.15" |
| 3433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3434 | checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70" |
| 3435 | dependencies = [ |
| 3436 | "bytecheck", |
| 3437 | "bytes", |
| 3438 | "hashbrown 0.16.1", |
| 3439 | "indexmap", |
| 3440 | "munge", |
| 3441 | "ptr_meta", |
| 3442 | "rancor", |
| 3443 | "rend", |
| 3444 | "rkyv_derive", |
| 3445 | "tinyvec", |
| 3446 | "uuid", |
| 3447 | ] |
| 3448 | |
| 3449 | [[package]] |
| 3450 | name = "rkyv_derive" |
| 3451 | version = "0.8.15" |
| 3452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3453 | checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f" |
| 3454 | dependencies = [ |
| 3455 | "proc-macro2", |
| 3456 | "quote", |
| 3457 | "syn", |
| 3458 | ] |
| 3459 | |
| 3460 | [[package]] |
| 3461 | name = "run_make_support" |
| 3462 | version = "0.0.0" |
| 3463 | dependencies = [ |
| 3464 | "bstr", |
| 3465 | "build_helper", |
| 3466 | "gimli 0.32.3", |
| 3467 | "libc", |
| 3468 | "object 0.37.3", |
| 3469 | "regex", |
| 3470 | "rustdoc-json-types", |
| 3471 | "serde_json", |
| 3472 | "similar", |
| 3473 | "tempfile", |
| 3474 | "wasmparser 0.236.1", |
| 3475 | ] |
| 3476 | |
| 3477 | [[package]] |
| 3478 | name = "rustc-build-sysroot" |
| 3479 | version = "0.5.13" |
| 3480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3481 | checksum = "569d545953ee9a1ab9d3e9112e961739ff0cfd50bce06b126937395940be69c9" |
| 3482 | dependencies = [ |
| 3483 | "anyhow", |
| 3484 | "rustc_version", |
| 3485 | "tempfile", |
| 3486 | "toml 1.1.0+spec-1.1.0", |
| 3487 | "walkdir", |
| 3488 | ] |
| 3489 | |
| 3490 | [[package]] |
| 3491 | name = "rustc-demangle" |
| 3492 | version = "0.1.27" |
| 3493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3494 | checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" |
| 3495 | |
| 3496 | [[package]] |
| 3497 | name = "rustc-hash" |
| 3498 | version = "1.1.0" |
| 3499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3500 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 3501 | |
| 3502 | [[package]] |
| 3503 | name = "rustc-hash" |
| 3504 | version = "2.1.1" |
| 3505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3506 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 3507 | |
| 3508 | [[package]] |
| 3509 | name = "rustc-literal-escaper" |
| 3510 | version = "0.0.7" |
| 3511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3512 | checksum = "8be87abb9e40db7466e0681dc8ecd9dcfd40360cb10b4c8fe24a7c4c3669b198" |
| 3513 | |
| 3514 | [[package]] |
| 3515 | name = "rustc-main" |
| 3516 | version = "0.0.0" |
| 3517 | dependencies = [ |
| 3518 | "getrandom 0.3.3", |
| 3519 | "rustc_codegen_ssa", |
| 3520 | "rustc_driver", |
| 3521 | "rustc_driver_impl", |
| 3522 | "rustc_public", |
| 3523 | "rustc_public_bridge", |
| 3524 | "rustc_windows_rc", |
| 3525 | "tikv-jemalloc-sys", |
| 3526 | "wasi 0.14.2+wasi-0.2.4", |
| 3527 | ] |
| 3528 | |
| 3529 | [[package]] |
| 3530 | name = "rustc-semver" |
| 3531 | version = "1.1.0" |
| 3532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3533 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3534 | |
| 3535 | [[package]] |
| 3536 | name = "rustc-stable-hash" |
| 3537 | version = "0.1.2" |
| 3538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3539 | checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "rustc-std-workspace-alloc" |
| 3543 | version = "1.0.1" |
| 3544 | |
| 3545 | [[package]] |
| 3546 | name = "rustc-std-workspace-core" |
| 3547 | version = "1.0.1" |
| 3548 | |
| 3549 | [[package]] |
| 3550 | name = "rustc-std-workspace-std" |
| 3551 | version = "1.0.1" |
| 3552 | |
| 3553 | [[package]] |
| 3554 | name = "rustc_abi" |
| 3555 | version = "0.0.0" |
| 3556 | dependencies = [ |
| 3557 | "bitflags", |
| 3558 | "rand 0.9.2", |
| 3559 | "rand_xoshiro", |
| 3560 | "rustc_data_structures", |
| 3561 | "rustc_error_messages", |
| 3562 | "rustc_errors", |
| 3563 | "rustc_hashes", |
| 3564 | "rustc_index", |
| 3565 | "rustc_macros", |
| 3566 | "rustc_serialize", |
| 3567 | "rustc_span", |
| 3568 | "tracing", |
| 3569 | ] |
| 3570 | |
| 3571 | [[package]] |
| 3572 | name = "rustc_apfloat" |
| 3573 | version = "0.2.3+llvm-462a31f5a5ab" |
| 3574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3575 | checksum = "486c2179b4796f65bfe2ee33679acf0927ac83ecf583ad6c91c3b4570911b9ad" |
| 3576 | dependencies = [ |
| 3577 | "bitflags", |
| 3578 | "smallvec", |
| 3579 | ] |
| 3580 | |
| 3581 | [[package]] |
| 3582 | name = "rustc_arena" |
| 3583 | version = "0.0.0" |
| 3584 | dependencies = [ |
| 3585 | "smallvec", |
| 3586 | ] |
| 3587 | |
| 3588 | [[package]] |
| 3589 | name = "rustc_ast" |
| 3590 | version = "0.0.0" |
| 3591 | dependencies = [ |
| 3592 | "bitflags", |
| 3593 | "memchr", |
| 3594 | "rustc-literal-escaper", |
| 3595 | "rustc_ast_ir", |
| 3596 | "rustc_data_structures", |
| 3597 | "rustc_index", |
| 3598 | "rustc_macros", |
| 3599 | "rustc_serialize", |
| 3600 | "rustc_span", |
| 3601 | "smallvec", |
| 3602 | "thin-vec", |
| 3603 | "tracing", |
| 3604 | ] |
| 3605 | |
| 3606 | [[package]] |
| 3607 | name = "rustc_ast_ir" |
| 3608 | version = "0.0.0" |
| 3609 | dependencies = [ |
| 3610 | "rustc_data_structures", |
| 3611 | "rustc_macros", |
| 3612 | "rustc_serialize", |
| 3613 | "rustc_span", |
| 3614 | ] |
| 3615 | |
| 3616 | [[package]] |
| 3617 | name = "rustc_ast_lowering" |
| 3618 | version = "0.0.0" |
| 3619 | dependencies = [ |
| 3620 | "rustc_abi", |
| 3621 | "rustc_ast", |
| 3622 | "rustc_ast_pretty", |
| 3623 | "rustc_attr_parsing", |
| 3624 | "rustc_data_structures", |
| 3625 | "rustc_errors", |
| 3626 | "rustc_feature", |
| 3627 | "rustc_hir", |
| 3628 | "rustc_index", |
| 3629 | "rustc_macros", |
| 3630 | "rustc_middle", |
| 3631 | "rustc_session", |
| 3632 | "rustc_span", |
| 3633 | "rustc_target", |
| 3634 | "smallvec", |
| 3635 | "thin-vec", |
| 3636 | "tracing", |
| 3637 | ] |
| 3638 | |
| 3639 | [[package]] |
| 3640 | name = "rustc_ast_passes" |
| 3641 | version = "0.0.0" |
| 3642 | dependencies = [ |
| 3643 | "itertools", |
| 3644 | "rustc_abi", |
| 3645 | "rustc_ast", |
| 3646 | "rustc_ast_pretty", |
| 3647 | "rustc_attr_parsing", |
| 3648 | "rustc_data_structures", |
| 3649 | "rustc_errors", |
| 3650 | "rustc_feature", |
| 3651 | "rustc_hir", |
| 3652 | "rustc_macros", |
| 3653 | "rustc_session", |
| 3654 | "rustc_span", |
| 3655 | "rustc_target", |
| 3656 | "thin-vec", |
| 3657 | ] |
| 3658 | |
| 3659 | [[package]] |
| 3660 | name = "rustc_ast_pretty" |
| 3661 | version = "0.0.0" |
| 3662 | dependencies = [ |
| 3663 | "itertools", |
| 3664 | "rustc_ast", |
| 3665 | "rustc_lexer", |
| 3666 | "rustc_span", |
| 3667 | "thin-vec", |
| 3668 | ] |
| 3669 | |
| 3670 | [[package]] |
| 3671 | name = "rustc_attr_parsing" |
| 3672 | version = "0.0.0" |
| 3673 | dependencies = [ |
| 3674 | "rustc_abi", |
| 3675 | "rustc_ast", |
| 3676 | "rustc_ast_pretty", |
| 3677 | "rustc_data_structures", |
| 3678 | "rustc_errors", |
| 3679 | "rustc_feature", |
| 3680 | "rustc_hir", |
| 3681 | "rustc_lexer", |
| 3682 | "rustc_lint_defs", |
| 3683 | "rustc_macros", |
| 3684 | "rustc_parse", |
| 3685 | "rustc_parse_format", |
| 3686 | "rustc_session", |
| 3687 | "rustc_span", |
| 3688 | "rustc_target", |
| 3689 | "thin-vec", |
| 3690 | ] |
| 3691 | |
| 3692 | [[package]] |
| 3693 | name = "rustc_baked_icu_data" |
| 3694 | version = "0.0.0" |
| 3695 | dependencies = [ |
| 3696 | "icu_list", |
| 3697 | "icu_locale", |
| 3698 | "icu_provider", |
| 3699 | "zerovec", |
| 3700 | ] |
| 3701 | |
| 3702 | [[package]] |
| 3703 | name = "rustc_borrowck" |
| 3704 | version = "0.0.0" |
| 3705 | dependencies = [ |
| 3706 | "either", |
| 3707 | "itertools", |
| 3708 | "polonius-engine", |
| 3709 | "rustc_abi", |
| 3710 | "rustc_data_structures", |
| 3711 | "rustc_errors", |
| 3712 | "rustc_graphviz", |
| 3713 | "rustc_hir", |
| 3714 | "rustc_index", |
| 3715 | "rustc_infer", |
| 3716 | "rustc_lexer", |
| 3717 | "rustc_macros", |
| 3718 | "rustc_middle", |
| 3719 | "rustc_mir_dataflow", |
| 3720 | "rustc_session", |
| 3721 | "rustc_span", |
| 3722 | "rustc_trait_selection", |
| 3723 | "rustc_traits", |
| 3724 | "smallvec", |
| 3725 | "tracing", |
| 3726 | ] |
| 3727 | |
| 3728 | [[package]] |
| 3729 | name = "rustc_builtin_macros" |
| 3730 | version = "0.0.0" |
| 3731 | dependencies = [ |
| 3732 | "rustc_ast", |
| 3733 | "rustc_ast_pretty", |
| 3734 | "rustc_attr_parsing", |
| 3735 | "rustc_data_structures", |
| 3736 | "rustc_errors", |
| 3737 | "rustc_expand", |
| 3738 | "rustc_feature", |
| 3739 | "rustc_hir", |
| 3740 | "rustc_index", |
| 3741 | "rustc_lexer", |
| 3742 | "rustc_lint_defs", |
| 3743 | "rustc_macros", |
| 3744 | "rustc_parse", |
| 3745 | "rustc_parse_format", |
| 3746 | "rustc_proc_macro", |
| 3747 | "rustc_session", |
| 3748 | "rustc_span", |
| 3749 | "rustc_target", |
| 3750 | "smallvec", |
| 3751 | "thin-vec", |
| 3752 | "tracing", |
| 3753 | ] |
| 3754 | |
| 3755 | [[package]] |
| 3756 | name = "rustc_codegen_llvm" |
| 3757 | version = "0.0.0" |
| 3758 | dependencies = [ |
| 3759 | "bitflags", |
| 3760 | "gimli 0.31.1", |
| 3761 | "itertools", |
| 3762 | "libc", |
| 3763 | "libloading 0.9.0", |
| 3764 | "measureme", |
| 3765 | "object 0.37.3", |
| 3766 | "rustc-demangle", |
| 3767 | "rustc_abi", |
| 3768 | "rustc_ast", |
| 3769 | "rustc_codegen_ssa", |
| 3770 | "rustc_data_structures", |
| 3771 | "rustc_errors", |
| 3772 | "rustc_fs_util", |
| 3773 | "rustc_hashes", |
| 3774 | "rustc_hir", |
| 3775 | "rustc_index", |
| 3776 | "rustc_llvm", |
| 3777 | "rustc_macros", |
| 3778 | "rustc_metadata", |
| 3779 | "rustc_middle", |
| 3780 | "rustc_sanitizers", |
| 3781 | "rustc_session", |
| 3782 | "rustc_span", |
| 3783 | "rustc_symbol_mangling", |
| 3784 | "rustc_target", |
| 3785 | "smallvec", |
| 3786 | "tracing", |
| 3787 | ] |
| 3788 | |
| 3789 | [[package]] |
| 3790 | name = "rustc_codegen_ssa" |
| 3791 | version = "0.0.0" |
| 3792 | dependencies = [ |
| 3793 | "ar_archive_writer", |
| 3794 | "bitflags", |
| 3795 | "bstr", |
| 3796 | "find-msvc-tools", |
| 3797 | "itertools", |
| 3798 | "libc", |
| 3799 | "object 0.37.3", |
| 3800 | "pathdiff", |
| 3801 | "regex", |
| 3802 | "rustc_abi", |
| 3803 | "rustc_arena", |
| 3804 | "rustc_ast", |
| 3805 | "rustc_attr_parsing", |
| 3806 | "rustc_data_structures", |
| 3807 | "rustc_errors", |
| 3808 | "rustc_fs_util", |
| 3809 | "rustc_hashes", |
| 3810 | "rustc_hir", |
| 3811 | "rustc_incremental", |
| 3812 | "rustc_index", |
| 3813 | "rustc_lint_defs", |
| 3814 | "rustc_macros", |
| 3815 | "rustc_metadata", |
| 3816 | "rustc_middle", |
| 3817 | "rustc_serialize", |
| 3818 | "rustc_session", |
| 3819 | "rustc_span", |
| 3820 | "rustc_symbol_mangling", |
| 3821 | "rustc_target", |
| 3822 | "rustc_trait_selection", |
| 3823 | "serde_json", |
| 3824 | "smallvec", |
| 3825 | "tempfile", |
| 3826 | "thorin-dwp", |
| 3827 | "tracing", |
| 3828 | "wasm-encoder 0.219.2", |
| 3829 | "windows 0.61.3", |
| 3830 | ] |
| 3831 | |
| 3832 | [[package]] |
| 3833 | name = "rustc_const_eval" |
| 3834 | version = "0.0.0" |
| 3835 | dependencies = [ |
| 3836 | "either", |
| 3837 | "rustc_abi", |
| 3838 | "rustc_apfloat", |
| 3839 | "rustc_ast", |
| 3840 | "rustc_data_structures", |
| 3841 | "rustc_errors", |
| 3842 | "rustc_hir", |
| 3843 | "rustc_index", |
| 3844 | "rustc_infer", |
| 3845 | "rustc_macros", |
| 3846 | "rustc_middle", |
| 3847 | "rustc_mir_dataflow", |
| 3848 | "rustc_session", |
| 3849 | "rustc_span", |
| 3850 | "rustc_target", |
| 3851 | "rustc_trait_selection", |
| 3852 | "tracing", |
| 3853 | ] |
| 3854 | |
| 3855 | [[package]] |
| 3856 | name = "rustc_data_structures" |
| 3857 | version = "0.0.0" |
| 3858 | dependencies = [ |
| 3859 | "arrayvec", |
| 3860 | "bitflags", |
| 3861 | "either", |
| 3862 | "elsa", |
| 3863 | "ena", |
| 3864 | "hashbrown 0.17.0", |
| 3865 | "indexmap", |
| 3866 | "jobserver", |
| 3867 | "libc", |
| 3868 | "measureme", |
| 3869 | "memmap2", |
| 3870 | "parking_lot", |
| 3871 | "portable-atomic", |
| 3872 | "rustc-hash 2.1.1", |
| 3873 | "rustc-stable-hash", |
| 3874 | "rustc_arena", |
| 3875 | "rustc_graphviz", |
| 3876 | "rustc_hashes", |
| 3877 | "rustc_index", |
| 3878 | "rustc_macros", |
| 3879 | "rustc_serialize", |
| 3880 | "rustc_thread_pool", |
| 3881 | "smallvec", |
| 3882 | "stacker", |
| 3883 | "tempfile", |
| 3884 | "thin-vec", |
| 3885 | "tracing", |
| 3886 | "windows 0.61.3", |
| 3887 | ] |
| 3888 | |
| 3889 | [[package]] |
| 3890 | name = "rustc_driver" |
| 3891 | version = "0.0.0" |
| 3892 | dependencies = [ |
| 3893 | "rustc_driver_impl", |
| 3894 | "rustc_windows_rc", |
| 3895 | ] |
| 3896 | |
| 3897 | [[package]] |
| 3898 | name = "rustc_driver_impl" |
| 3899 | version = "0.0.0" |
| 3900 | dependencies = [ |
| 3901 | "anstyle", |
| 3902 | "ctrlc", |
| 3903 | "jiff", |
| 3904 | "libc", |
| 3905 | "rustc_abi", |
| 3906 | "rustc_ast", |
| 3907 | "rustc_ast_pretty", |
| 3908 | "rustc_codegen_ssa", |
| 3909 | "rustc_const_eval", |
| 3910 | "rustc_data_structures", |
| 3911 | "rustc_errors", |
| 3912 | "rustc_expand", |
| 3913 | "rustc_feature", |
| 3914 | "rustc_hir_analysis", |
| 3915 | "rustc_hir_pretty", |
| 3916 | "rustc_index", |
| 3917 | "rustc_interface", |
| 3918 | "rustc_lexer", |
| 3919 | "rustc_lint", |
| 3920 | "rustc_log", |
| 3921 | "rustc_macros", |
| 3922 | "rustc_metadata", |
| 3923 | "rustc_middle", |
| 3924 | "rustc_mir_build", |
| 3925 | "rustc_parse", |
| 3926 | "rustc_public", |
| 3927 | "rustc_resolve", |
| 3928 | "rustc_session", |
| 3929 | "rustc_span", |
| 3930 | "rustc_target", |
| 3931 | "serde_json", |
| 3932 | "shlex", |
| 3933 | "tracing", |
| 3934 | "windows 0.61.3", |
| 3935 | ] |
| 3936 | |
| 3937 | [[package]] |
| 3938 | name = "rustc_error_codes" |
| 3939 | version = "0.0.0" |
| 3940 | |
| 3941 | [[package]] |
| 3942 | name = "rustc_error_messages" |
| 3943 | version = "0.0.0" |
| 3944 | dependencies = [ |
| 3945 | "fluent-bundle", |
| 3946 | "icu_list", |
| 3947 | "icu_locale", |
| 3948 | "intl-memoizer", |
| 3949 | "rustc_baked_icu_data", |
| 3950 | "rustc_data_structures", |
| 3951 | "rustc_macros", |
| 3952 | "rustc_serialize", |
| 3953 | "rustc_span", |
| 3954 | "unic-langid", |
| 3955 | ] |
| 3956 | |
| 3957 | [[package]] |
| 3958 | name = "rustc_errors" |
| 3959 | version = "0.0.0" |
| 3960 | dependencies = [ |
| 3961 | "annotate-snippets 0.12.15", |
| 3962 | "anstream", |
| 3963 | "anstyle", |
| 3964 | "derive_setters", |
| 3965 | "rustc_ast", |
| 3966 | "rustc_data_structures", |
| 3967 | "rustc_error_codes", |
| 3968 | "rustc_error_messages", |
| 3969 | "rustc_hashes", |
| 3970 | "rustc_index", |
| 3971 | "rustc_lint_defs", |
| 3972 | "rustc_macros", |
| 3973 | "rustc_serialize", |
| 3974 | "rustc_span", |
| 3975 | "serde", |
| 3976 | "serde_json", |
| 3977 | "termize", |
| 3978 | "tracing", |
| 3979 | "windows 0.61.3", |
| 3980 | ] |
| 3981 | |
| 3982 | [[package]] |
| 3983 | name = "rustc_expand" |
| 3984 | version = "0.0.0" |
| 3985 | dependencies = [ |
| 3986 | "rustc_ast", |
| 3987 | "rustc_ast_passes", |
| 3988 | "rustc_ast_pretty", |
| 3989 | "rustc_attr_parsing", |
| 3990 | "rustc_data_structures", |
| 3991 | "rustc_errors", |
| 3992 | "rustc_feature", |
| 3993 | "rustc_hir", |
| 3994 | "rustc_lexer", |
| 3995 | "rustc_lint_defs", |
| 3996 | "rustc_macros", |
| 3997 | "rustc_middle", |
| 3998 | "rustc_parse", |
| 3999 | "rustc_proc_macro", |
| 4000 | "rustc_serialize", |
| 4001 | "rustc_session", |
| 4002 | "rustc_span", |
| 4003 | "scoped-tls", |
| 4004 | "smallvec", |
| 4005 | "thin-vec", |
| 4006 | "tracing", |
| 4007 | ] |
| 4008 | |
| 4009 | [[package]] |
| 4010 | name = "rustc_feature" |
| 4011 | version = "0.0.0" |
| 4012 | dependencies = [ |
| 4013 | "rustc_ast", |
| 4014 | "rustc_data_structures", |
| 4015 | "rustc_hir", |
| 4016 | "rustc_span", |
| 4017 | "serde", |
| 4018 | "serde_json", |
| 4019 | ] |
| 4020 | |
| 4021 | [[package]] |
| 4022 | name = "rustc_fs_util" |
| 4023 | version = "0.0.0" |
| 4024 | dependencies = [ |
| 4025 | "tempfile", |
| 4026 | ] |
| 4027 | |
| 4028 | [[package]] |
| 4029 | name = "rustc_graphviz" |
| 4030 | version = "0.0.0" |
| 4031 | |
| 4032 | [[package]] |
| 4033 | name = "rustc_hashes" |
| 4034 | version = "0.0.0" |
| 4035 | dependencies = [ |
| 4036 | "rustc-stable-hash", |
| 4037 | ] |
| 4038 | |
| 4039 | [[package]] |
| 4040 | name = "rustc_hir" |
| 4041 | version = "0.0.0" |
| 4042 | dependencies = [ |
| 4043 | "bitflags", |
| 4044 | "odht", |
| 4045 | "rustc_abi", |
| 4046 | "rustc_arena", |
| 4047 | "rustc_ast", |
| 4048 | "rustc_ast_pretty", |
| 4049 | "rustc_data_structures", |
| 4050 | "rustc_error_messages", |
| 4051 | "rustc_errors", |
| 4052 | "rustc_hashes", |
| 4053 | "rustc_hir_id", |
| 4054 | "rustc_index", |
| 4055 | "rustc_lint_defs", |
| 4056 | "rustc_macros", |
| 4057 | "rustc_serialize", |
| 4058 | "rustc_span", |
| 4059 | "rustc_target", |
| 4060 | "smallvec", |
| 4061 | "thin-vec", |
| 4062 | "tracing", |
| 4063 | ] |
| 4064 | |
| 4065 | [[package]] |
| 4066 | name = "rustc_hir_analysis" |
| 4067 | version = "0.0.0" |
| 4068 | dependencies = [ |
| 4069 | "itertools", |
| 4070 | "rustc_abi", |
| 4071 | "rustc_arena", |
| 4072 | "rustc_ast", |
| 4073 | "rustc_data_structures", |
| 4074 | "rustc_errors", |
| 4075 | "rustc_feature", |
| 4076 | "rustc_hir", |
| 4077 | "rustc_index", |
| 4078 | "rustc_infer", |
| 4079 | "rustc_lint_defs", |
| 4080 | "rustc_macros", |
| 4081 | "rustc_middle", |
| 4082 | "rustc_session", |
| 4083 | "rustc_span", |
| 4084 | "rustc_target", |
| 4085 | "rustc_trait_selection", |
| 4086 | "smallvec", |
| 4087 | "tracing", |
| 4088 | ] |
| 4089 | |
| 4090 | [[package]] |
| 4091 | name = "rustc_hir_id" |
| 4092 | version = "0.0.0" |
| 4093 | dependencies = [ |
| 4094 | "rustc_data_structures", |
| 4095 | "rustc_index", |
| 4096 | "rustc_macros", |
| 4097 | "rustc_serialize", |
| 4098 | "rustc_span", |
| 4099 | ] |
| 4100 | |
| 4101 | [[package]] |
| 4102 | name = "rustc_hir_pretty" |
| 4103 | version = "0.0.0" |
| 4104 | dependencies = [ |
| 4105 | "rustc_abi", |
| 4106 | "rustc_ast", |
| 4107 | "rustc_ast_pretty", |
| 4108 | "rustc_hir", |
| 4109 | "rustc_span", |
| 4110 | ] |
| 4111 | |
| 4112 | [[package]] |
| 4113 | name = "rustc_hir_typeck" |
| 4114 | version = "0.0.0" |
| 4115 | dependencies = [ |
| 4116 | "itertools", |
| 4117 | "rustc_abi", |
| 4118 | "rustc_ast", |
| 4119 | "rustc_data_structures", |
| 4120 | "rustc_errors", |
| 4121 | "rustc_hir", |
| 4122 | "rustc_hir_analysis", |
| 4123 | "rustc_hir_pretty", |
| 4124 | "rustc_index", |
| 4125 | "rustc_infer", |
| 4126 | "rustc_lint", |
| 4127 | "rustc_macros", |
| 4128 | "rustc_middle", |
| 4129 | "rustc_session", |
| 4130 | "rustc_span", |
| 4131 | "rustc_target", |
| 4132 | "rustc_trait_selection", |
| 4133 | "smallvec", |
| 4134 | "tracing", |
| 4135 | ] |
| 4136 | |
| 4137 | [[package]] |
| 4138 | name = "rustc_incremental" |
| 4139 | version = "0.0.0" |
| 4140 | dependencies = [ |
| 4141 | "rand 0.9.2", |
| 4142 | "rustc_data_structures", |
| 4143 | "rustc_errors", |
| 4144 | "rustc_fs_util", |
| 4145 | "rustc_graphviz", |
| 4146 | "rustc_hashes", |
| 4147 | "rustc_hir", |
| 4148 | "rustc_macros", |
| 4149 | "rustc_middle", |
| 4150 | "rustc_serialize", |
| 4151 | "rustc_session", |
| 4152 | "rustc_span", |
| 4153 | "tracing", |
| 4154 | ] |
| 4155 | |
| 4156 | [[package]] |
| 4157 | name = "rustc_index" |
| 4158 | version = "0.0.0" |
| 4159 | dependencies = [ |
| 4160 | "rustc_index_macros", |
| 4161 | "rustc_macros", |
| 4162 | "rustc_serialize", |
| 4163 | "smallvec", |
| 4164 | ] |
| 4165 | |
| 4166 | [[package]] |
| 4167 | name = "rustc_index_macros" |
| 4168 | version = "0.0.0" |
| 4169 | dependencies = [ |
| 4170 | "proc-macro2", |
| 4171 | "quote", |
| 4172 | "syn", |
| 4173 | ] |
| 4174 | |
| 4175 | [[package]] |
| 4176 | name = "rustc_infer" |
| 4177 | version = "0.0.0" |
| 4178 | dependencies = [ |
| 4179 | "rustc_data_structures", |
| 4180 | "rustc_errors", |
| 4181 | "rustc_hir", |
| 4182 | "rustc_index", |
| 4183 | "rustc_macros", |
| 4184 | "rustc_middle", |
| 4185 | "rustc_span", |
| 4186 | "rustc_type_ir", |
| 4187 | "smallvec", |
| 4188 | "thin-vec", |
| 4189 | "tracing", |
| 4190 | ] |
| 4191 | |
| 4192 | [[package]] |
| 4193 | name = "rustc_interface" |
| 4194 | version = "0.0.0" |
| 4195 | dependencies = [ |
| 4196 | "rand 0.9.2", |
| 4197 | "rustc_abi", |
| 4198 | "rustc_ast", |
| 4199 | "rustc_ast_lowering", |
| 4200 | "rustc_ast_passes", |
| 4201 | "rustc_ast_pretty", |
| 4202 | "rustc_attr_parsing", |
| 4203 | "rustc_borrowck", |
| 4204 | "rustc_builtin_macros", |
| 4205 | "rustc_codegen_llvm", |
| 4206 | "rustc_codegen_ssa", |
| 4207 | "rustc_const_eval", |
| 4208 | "rustc_data_structures", |
| 4209 | "rustc_errors", |
| 4210 | "rustc_expand", |
| 4211 | "rustc_feature", |
| 4212 | "rustc_fs_util", |
| 4213 | "rustc_hir", |
| 4214 | "rustc_hir_analysis", |
| 4215 | "rustc_hir_typeck", |
| 4216 | "rustc_incremental", |
| 4217 | "rustc_lint", |
| 4218 | "rustc_macros", |
| 4219 | "rustc_metadata", |
| 4220 | "rustc_middle", |
| 4221 | "rustc_mir_build", |
| 4222 | "rustc_mir_transform", |
| 4223 | "rustc_monomorphize", |
| 4224 | "rustc_parse", |
| 4225 | "rustc_passes", |
| 4226 | "rustc_privacy", |
| 4227 | "rustc_query_impl", |
| 4228 | "rustc_resolve", |
| 4229 | "rustc_session", |
| 4230 | "rustc_span", |
| 4231 | "rustc_symbol_mangling", |
| 4232 | "rustc_target", |
| 4233 | "rustc_thread_pool", |
| 4234 | "rustc_trait_selection", |
| 4235 | "rustc_traits", |
| 4236 | "rustc_ty_utils", |
| 4237 | "tracing", |
| 4238 | ] |
| 4239 | |
| 4240 | [[package]] |
| 4241 | name = "rustc_lexer" |
| 4242 | version = "0.0.0" |
| 4243 | dependencies = [ |
| 4244 | "expect-test", |
| 4245 | "memchr", |
| 4246 | "unicode-ident", |
| 4247 | "unicode-properties", |
| 4248 | ] |
| 4249 | |
| 4250 | [[package]] |
| 4251 | name = "rustc_lint" |
| 4252 | version = "0.0.0" |
| 4253 | dependencies = [ |
| 4254 | "bitflags", |
| 4255 | "rustc_abi", |
| 4256 | "rustc_apfloat", |
| 4257 | "rustc_ast", |
| 4258 | "rustc_ast_pretty", |
| 4259 | "rustc_attr_parsing", |
| 4260 | "rustc_data_structures", |
| 4261 | "rustc_errors", |
| 4262 | "rustc_feature", |
| 4263 | "rustc_hir", |
| 4264 | "rustc_index", |
| 4265 | "rustc_infer", |
| 4266 | "rustc_macros", |
| 4267 | "rustc_middle", |
| 4268 | "rustc_parse_format", |
| 4269 | "rustc_session", |
| 4270 | "rustc_span", |
| 4271 | "rustc_target", |
| 4272 | "rustc_trait_selection", |
| 4273 | "smallvec", |
| 4274 | "tracing", |
| 4275 | "unicode-security", |
| 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
| 4279 | name = "rustc_lint_defs" |
| 4280 | version = "0.0.0" |
| 4281 | dependencies = [ |
| 4282 | "rustc_data_structures", |
| 4283 | "rustc_error_messages", |
| 4284 | "rustc_hir_id", |
| 4285 | "rustc_macros", |
| 4286 | "rustc_serialize", |
| 4287 | "rustc_span", |
| 4288 | "serde", |
| 4289 | ] |
| 4290 | |
| 4291 | [[package]] |
| 4292 | name = "rustc_llvm" |
| 4293 | version = "0.0.0" |
| 4294 | dependencies = [ |
| 4295 | "cc", |
| 4296 | "libc", |
| 4297 | "shlex", |
| 4298 | ] |
| 4299 | |
| 4300 | [[package]] |
| 4301 | name = "rustc_log" |
| 4302 | version = "0.0.0" |
| 4303 | dependencies = [ |
| 4304 | "tracing", |
| 4305 | "tracing-core", |
| 4306 | "tracing-subscriber", |
| 4307 | "tracing-tree", |
| 4308 | ] |
| 4309 | |
| 4310 | [[package]] |
| 4311 | name = "rustc_macros" |
| 4312 | version = "0.0.0" |
| 4313 | dependencies = [ |
| 4314 | "fluent-bundle", |
| 4315 | "fluent-syntax", |
| 4316 | "proc-macro2", |
| 4317 | "quote", |
| 4318 | "syn", |
| 4319 | "synstructure", |
| 4320 | ] |
| 4321 | |
| 4322 | [[package]] |
| 4323 | name = "rustc_metadata" |
| 4324 | version = "0.0.0" |
| 4325 | dependencies = [ |
| 4326 | "bitflags", |
| 4327 | "libc", |
| 4328 | "libloading 0.8.9", |
| 4329 | "odht", |
| 4330 | "rustc_abi", |
| 4331 | "rustc_ast", |
| 4332 | "rustc_attr_parsing", |
| 4333 | "rustc_data_structures", |
| 4334 | "rustc_errors", |
| 4335 | "rustc_expand", |
| 4336 | "rustc_feature", |
| 4337 | "rustc_fs_util", |
| 4338 | "rustc_hir", |
| 4339 | "rustc_hir_pretty", |
| 4340 | "rustc_incremental", |
| 4341 | "rustc_index", |
| 4342 | "rustc_macros", |
| 4343 | "rustc_middle", |
| 4344 | "rustc_proc_macro", |
| 4345 | "rustc_serialize", |
| 4346 | "rustc_session", |
| 4347 | "rustc_span", |
| 4348 | "rustc_target", |
| 4349 | "tempfile", |
| 4350 | "tracing", |
| 4351 | ] |
| 4352 | |
| 4353 | [[package]] |
| 4354 | name = "rustc_middle" |
| 4355 | version = "0.0.0" |
| 4356 | dependencies = [ |
| 4357 | "bitflags", |
| 4358 | "either", |
| 4359 | "gsgdt", |
| 4360 | "parking_lot", |
| 4361 | "polonius-engine", |
| 4362 | "rustc_abi", |
| 4363 | "rustc_apfloat", |
| 4364 | "rustc_arena", |
| 4365 | "rustc_ast", |
| 4366 | "rustc_ast_ir", |
| 4367 | "rustc_data_structures", |
| 4368 | "rustc_error_messages", |
| 4369 | "rustc_errors", |
| 4370 | "rustc_feature", |
| 4371 | "rustc_graphviz", |
| 4372 | "rustc_hashes", |
| 4373 | "rustc_hir", |
| 4374 | "rustc_hir_pretty", |
| 4375 | "rustc_index", |
| 4376 | "rustc_lint_defs", |
| 4377 | "rustc_macros", |
| 4378 | "rustc_serialize", |
| 4379 | "rustc_session", |
| 4380 | "rustc_span", |
| 4381 | "rustc_target", |
| 4382 | "rustc_thread_pool", |
| 4383 | "rustc_type_ir", |
| 4384 | "smallvec", |
| 4385 | "thin-vec", |
| 4386 | "tracing", |
| 4387 | ] |
| 4388 | |
| 4389 | [[package]] |
| 4390 | name = "rustc_mir_build" |
| 4391 | version = "0.0.0" |
| 4392 | dependencies = [ |
| 4393 | "itertools", |
| 4394 | "rustc_abi", |
| 4395 | "rustc_apfloat", |
| 4396 | "rustc_arena", |
| 4397 | "rustc_ast", |
| 4398 | "rustc_data_structures", |
| 4399 | "rustc_errors", |
| 4400 | "rustc_hir", |
| 4401 | "rustc_index", |
| 4402 | "rustc_infer", |
| 4403 | "rustc_lint_defs", |
| 4404 | "rustc_macros", |
| 4405 | "rustc_middle", |
| 4406 | "rustc_pattern_analysis", |
| 4407 | "rustc_session", |
| 4408 | "rustc_span", |
| 4409 | "rustc_trait_selection", |
| 4410 | "tracing", |
| 4411 | ] |
| 4412 | |
| 4413 | [[package]] |
| 4414 | name = "rustc_mir_dataflow" |
| 4415 | version = "0.0.0" |
| 4416 | dependencies = [ |
| 4417 | "polonius-engine", |
| 4418 | "regex", |
| 4419 | "rustc_abi", |
| 4420 | "rustc_data_structures", |
| 4421 | "rustc_errors", |
| 4422 | "rustc_graphviz", |
| 4423 | "rustc_hir", |
| 4424 | "rustc_index", |
| 4425 | "rustc_macros", |
| 4426 | "rustc_middle", |
| 4427 | "rustc_span", |
| 4428 | "smallvec", |
| 4429 | "tracing", |
| 4430 | ] |
| 4431 | |
| 4432 | [[package]] |
| 4433 | name = "rustc_mir_transform" |
| 4434 | version = "0.0.0" |
| 4435 | dependencies = [ |
| 4436 | "either", |
| 4437 | "itertools", |
| 4438 | "rustc_abi", |
| 4439 | "rustc_arena", |
| 4440 | "rustc_ast", |
| 4441 | "rustc_const_eval", |
| 4442 | "rustc_data_structures", |
| 4443 | "rustc_errors", |
| 4444 | "rustc_hir", |
| 4445 | "rustc_index", |
| 4446 | "rustc_infer", |
| 4447 | "rustc_macros", |
| 4448 | "rustc_middle", |
| 4449 | "rustc_mir_dataflow", |
| 4450 | "rustc_session", |
| 4451 | "rustc_span", |
| 4452 | "rustc_target", |
| 4453 | "rustc_trait_selection", |
| 4454 | "smallvec", |
| 4455 | "tracing", |
| 4456 | ] |
| 4457 | |
| 4458 | [[package]] |
| 4459 | name = "rustc_monomorphize" |
| 4460 | version = "0.0.0" |
| 4461 | dependencies = [ |
| 4462 | "rustc_abi", |
| 4463 | "rustc_data_structures", |
| 4464 | "rustc_errors", |
| 4465 | "rustc_hir", |
| 4466 | "rustc_index", |
| 4467 | "rustc_macros", |
| 4468 | "rustc_middle", |
| 4469 | "rustc_session", |
| 4470 | "rustc_span", |
| 4471 | "rustc_target", |
| 4472 | "serde", |
| 4473 | "serde_json", |
| 4474 | "tracing", |
| 4475 | ] |
| 4476 | |
| 4477 | [[package]] |
| 4478 | name = "rustc_next_trait_solver" |
| 4479 | version = "0.0.0" |
| 4480 | dependencies = [ |
| 4481 | "derive-where", |
| 4482 | "rustc_data_structures", |
| 4483 | "rustc_index", |
| 4484 | "rustc_macros", |
| 4485 | "rustc_type_ir", |
| 4486 | "rustc_type_ir_macros", |
| 4487 | "tracing", |
| 4488 | ] |
| 4489 | |
| 4490 | [[package]] |
| 4491 | name = "rustc_parse" |
| 4492 | version = "0.0.0" |
| 4493 | dependencies = [ |
| 4494 | "bitflags", |
| 4495 | "rustc-literal-escaper", |
| 4496 | "rustc_ast", |
| 4497 | "rustc_ast_pretty", |
| 4498 | "rustc_data_structures", |
| 4499 | "rustc_errors", |
| 4500 | "rustc_feature", |
| 4501 | "rustc_index", |
| 4502 | "rustc_lexer", |
| 4503 | "rustc_macros", |
| 4504 | "rustc_session", |
| 4505 | "rustc_span", |
| 4506 | "thin-vec", |
| 4507 | "tracing", |
| 4508 | "unicode-normalization", |
| 4509 | "unicode-width 0.2.2", |
| 4510 | ] |
| 4511 | |
| 4512 | [[package]] |
| 4513 | name = "rustc_parse_format" |
| 4514 | version = "0.0.0" |
| 4515 | dependencies = [ |
| 4516 | "rustc-literal-escaper", |
| 4517 | "rustc_index", |
| 4518 | "rustc_lexer", |
| 4519 | ] |
| 4520 | |
| 4521 | [[package]] |
| 4522 | name = "rustc_passes" |
| 4523 | version = "0.0.0" |
| 4524 | dependencies = [ |
| 4525 | "rustc_abi", |
| 4526 | "rustc_ast", |
| 4527 | "rustc_ast_lowering", |
| 4528 | "rustc_attr_parsing", |
| 4529 | "rustc_data_structures", |
| 4530 | "rustc_errors", |
| 4531 | "rustc_expand", |
| 4532 | "rustc_feature", |
| 4533 | "rustc_hir", |
| 4534 | "rustc_index", |
| 4535 | "rustc_macros", |
| 4536 | "rustc_middle", |
| 4537 | "rustc_privacy", |
| 4538 | "rustc_session", |
| 4539 | "rustc_span", |
| 4540 | "rustc_target", |
| 4541 | "rustc_trait_selection", |
| 4542 | "tracing", |
| 4543 | ] |
| 4544 | |
| 4545 | [[package]] |
| 4546 | name = "rustc_pattern_analysis" |
| 4547 | version = "0.0.0" |
| 4548 | dependencies = [ |
| 4549 | "rustc-hash 2.1.1", |
| 4550 | "rustc_abi", |
| 4551 | "rustc_apfloat", |
| 4552 | "rustc_arena", |
| 4553 | "rustc_data_structures", |
| 4554 | "rustc_errors", |
| 4555 | "rustc_hir", |
| 4556 | "rustc_index", |
| 4557 | "rustc_macros", |
| 4558 | "rustc_middle", |
| 4559 | "rustc_session", |
| 4560 | "rustc_span", |
| 4561 | "smallvec", |
| 4562 | "tracing", |
| 4563 | "tracing-subscriber", |
| 4564 | "tracing-tree", |
| 4565 | ] |
| 4566 | |
| 4567 | [[package]] |
| 4568 | name = "rustc_privacy" |
| 4569 | version = "0.0.0" |
| 4570 | dependencies = [ |
| 4571 | "rustc_ast", |
| 4572 | "rustc_data_structures", |
| 4573 | "rustc_errors", |
| 4574 | "rustc_hir", |
| 4575 | "rustc_macros", |
| 4576 | "rustc_middle", |
| 4577 | "rustc_session", |
| 4578 | "rustc_span", |
| 4579 | "rustc_ty_utils", |
| 4580 | "tracing", |
| 4581 | ] |
| 4582 | |
| 4583 | [[package]] |
| 4584 | name = "rustc_proc_macro" |
| 4585 | version = "0.0.0" |
| 4586 | dependencies = [ |
| 4587 | "rustc-literal-escaper", |
| 4588 | ] |
| 4589 | |
| 4590 | [[package]] |
| 4591 | name = "rustc_public" |
| 4592 | version = "0.1.0-preview" |
| 4593 | dependencies = [ |
| 4594 | "rustc_abi", |
| 4595 | "rustc_hir", |
| 4596 | "rustc_middle", |
| 4597 | "rustc_public_bridge", |
| 4598 | "rustc_session", |
| 4599 | "rustc_span", |
| 4600 | "rustc_target", |
| 4601 | "scoped-tls", |
| 4602 | "serde", |
| 4603 | "serde_json", |
| 4604 | "tracing", |
| 4605 | ] |
| 4606 | |
| 4607 | [[package]] |
| 4608 | name = "rustc_public_bridge" |
| 4609 | version = "0.0.0" |
| 4610 | dependencies = [ |
| 4611 | "rustc_abi", |
| 4612 | "rustc_data_structures", |
| 4613 | "rustc_hir", |
| 4614 | "rustc_hir_pretty", |
| 4615 | "rustc_middle", |
| 4616 | "rustc_session", |
| 4617 | "rustc_span", |
| 4618 | "rustc_target", |
| 4619 | ] |
| 4620 | |
| 4621 | [[package]] |
| 4622 | name = "rustc_query_impl" |
| 4623 | version = "0.0.0" |
| 4624 | dependencies = [ |
| 4625 | "measureme", |
| 4626 | "rustc_data_structures", |
| 4627 | "rustc_errors", |
| 4628 | "rustc_hir", |
| 4629 | "rustc_macros", |
| 4630 | "rustc_middle", |
| 4631 | "rustc_serialize", |
| 4632 | "rustc_span", |
| 4633 | "rustc_thread_pool", |
| 4634 | "tracing", |
| 4635 | ] |
| 4636 | |
| 4637 | [[package]] |
| 4638 | name = "rustc_resolve" |
| 4639 | version = "0.0.0" |
| 4640 | dependencies = [ |
| 4641 | "indexmap", |
| 4642 | "itertools", |
| 4643 | "pulldown-cmark", |
| 4644 | "rustc_arena", |
| 4645 | "rustc_ast", |
| 4646 | "rustc_ast_pretty", |
| 4647 | "rustc_attr_parsing", |
| 4648 | "rustc_data_structures", |
| 4649 | "rustc_errors", |
| 4650 | "rustc_expand", |
| 4651 | "rustc_feature", |
| 4652 | "rustc_hir", |
| 4653 | "rustc_index", |
| 4654 | "rustc_macros", |
| 4655 | "rustc_metadata", |
| 4656 | "rustc_middle", |
| 4657 | "rustc_session", |
| 4658 | "rustc_span", |
| 4659 | "smallvec", |
| 4660 | "thin-vec", |
| 4661 | "tracing", |
| 4662 | ] |
| 4663 | |
| 4664 | [[package]] |
| 4665 | name = "rustc_sanitizers" |
| 4666 | version = "0.0.0" |
| 4667 | dependencies = [ |
| 4668 | "bitflags", |
| 4669 | "rustc_abi", |
| 4670 | "rustc_data_structures", |
| 4671 | "rustc_hir", |
| 4672 | "rustc_middle", |
| 4673 | "rustc_span", |
| 4674 | "rustc_target", |
| 4675 | "rustc_trait_selection", |
| 4676 | "tracing", |
| 4677 | "twox-hash 1.6.3", |
| 4678 | ] |
| 4679 | |
| 4680 | [[package]] |
| 4681 | name = "rustc_serialize" |
| 4682 | version = "0.0.0" |
| 4683 | dependencies = [ |
| 4684 | "indexmap", |
| 4685 | "rustc_hashes", |
| 4686 | "rustc_macros", |
| 4687 | "smallvec", |
| 4688 | "tempfile", |
| 4689 | "thin-vec", |
| 4690 | ] |
| 4691 | |
| 4692 | [[package]] |
| 4693 | name = "rustc_session" |
| 4694 | version = "0.0.0" |
| 4695 | dependencies = [ |
| 4696 | "getopts", |
| 4697 | "libc", |
| 4698 | "rustc_abi", |
| 4699 | "rustc_ast", |
| 4700 | "rustc_data_structures", |
| 4701 | "rustc_errors", |
| 4702 | "rustc_feature", |
| 4703 | "rustc_fs_util", |
| 4704 | "rustc_hashes", |
| 4705 | "rustc_hir", |
| 4706 | "rustc_lint_defs", |
| 4707 | "rustc_macros", |
| 4708 | "rustc_serialize", |
| 4709 | "rustc_span", |
| 4710 | "rustc_target", |
| 4711 | "termize", |
| 4712 | "tracing", |
| 4713 | "windows 0.61.3", |
| 4714 | ] |
| 4715 | |
| 4716 | [[package]] |
| 4717 | name = "rustc_span" |
| 4718 | version = "0.0.0" |
| 4719 | dependencies = [ |
| 4720 | "bitflags", |
| 4721 | "blake3", |
| 4722 | "derive-where", |
| 4723 | "indexmap", |
| 4724 | "itoa", |
| 4725 | "md-5", |
| 4726 | "rustc_arena", |
| 4727 | "rustc_data_structures", |
| 4728 | "rustc_hashes", |
| 4729 | "rustc_index", |
| 4730 | "rustc_macros", |
| 4731 | "rustc_serialize", |
| 4732 | "scoped-tls", |
| 4733 | "sha1", |
| 4734 | "sha2", |
| 4735 | "tracing", |
| 4736 | "unicode-width 0.2.2", |
| 4737 | ] |
| 4738 | |
| 4739 | [[package]] |
| 4740 | name = "rustc_symbol_mangling" |
| 4741 | version = "0.0.0" |
| 4742 | dependencies = [ |
| 4743 | "punycode", |
| 4744 | "rustc-demangle", |
| 4745 | "rustc_abi", |
| 4746 | "rustc_data_structures", |
| 4747 | "rustc_hashes", |
| 4748 | "rustc_hir", |
| 4749 | "rustc_middle", |
| 4750 | "rustc_session", |
| 4751 | "rustc_span", |
| 4752 | "tracing", |
| 4753 | ] |
| 4754 | |
| 4755 | [[package]] |
| 4756 | name = "rustc_target" |
| 4757 | version = "0.0.0" |
| 4758 | dependencies = [ |
| 4759 | "arrayvec", |
| 4760 | "bitflags", |
| 4761 | "object 0.37.3", |
| 4762 | "rustc_abi", |
| 4763 | "rustc_data_structures", |
| 4764 | "rustc_error_messages", |
| 4765 | "rustc_fs_util", |
| 4766 | "rustc_macros", |
| 4767 | "rustc_serialize", |
| 4768 | "rustc_span", |
| 4769 | "schemars", |
| 4770 | "serde", |
| 4771 | "serde_derive", |
| 4772 | "serde_json", |
| 4773 | "serde_path_to_error", |
| 4774 | "tracing", |
| 4775 | ] |
| 4776 | |
| 4777 | [[package]] |
| 4778 | name = "rustc_thread_pool" |
| 4779 | version = "0.0.0" |
| 4780 | dependencies = [ |
| 4781 | "crossbeam-deque", |
| 4782 | "crossbeam-utils", |
| 4783 | "libc", |
| 4784 | "rand 0.9.2", |
| 4785 | "rand_xorshift", |
| 4786 | "scoped-tls", |
| 4787 | "smallvec", |
| 4788 | ] |
| 4789 | |
| 4790 | [[package]] |
| 4791 | name = "rustc_tools_util" |
| 4792 | version = "0.4.2" |
| 4793 | |
| 4794 | [[package]] |
| 4795 | name = "rustc_tools_util" |
| 4796 | version = "0.4.2" |
| 4797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4798 | checksum = "a3b75158011a63889ba12084cf1224baad7bcad50f6ee7c842f772b74aa148ed" |
| 4799 | |
| 4800 | [[package]] |
| 4801 | name = "rustc_trait_selection" |
| 4802 | version = "0.0.0" |
| 4803 | dependencies = [ |
| 4804 | "itertools", |
| 4805 | "rustc_abi", |
| 4806 | "rustc_ast", |
| 4807 | "rustc_data_structures", |
| 4808 | "rustc_errors", |
| 4809 | "rustc_hir", |
| 4810 | "rustc_infer", |
| 4811 | "rustc_macros", |
| 4812 | "rustc_middle", |
| 4813 | "rustc_next_trait_solver", |
| 4814 | "rustc_session", |
| 4815 | "rustc_span", |
| 4816 | "rustc_transmute", |
| 4817 | "smallvec", |
| 4818 | "thin-vec", |
| 4819 | "tracing", |
| 4820 | ] |
| 4821 | |
| 4822 | [[package]] |
| 4823 | name = "rustc_traits" |
| 4824 | version = "0.0.0" |
| 4825 | dependencies = [ |
| 4826 | "rustc_data_structures", |
| 4827 | "rustc_infer", |
| 4828 | "rustc_middle", |
| 4829 | "rustc_span", |
| 4830 | "rustc_trait_selection", |
| 4831 | "tracing", |
| 4832 | ] |
| 4833 | |
| 4834 | [[package]] |
| 4835 | name = "rustc_transmute" |
| 4836 | version = "0.0.0" |
| 4837 | dependencies = [ |
| 4838 | "itertools", |
| 4839 | "rustc_abi", |
| 4840 | "rustc_data_structures", |
| 4841 | "rustc_hir", |
| 4842 | "rustc_middle", |
| 4843 | "rustc_span", |
| 4844 | "smallvec", |
| 4845 | "tracing", |
| 4846 | ] |
| 4847 | |
| 4848 | [[package]] |
| 4849 | name = "rustc_ty_utils" |
| 4850 | version = "0.0.0" |
| 4851 | dependencies = [ |
| 4852 | "itertools", |
| 4853 | "rustc_abi", |
| 4854 | "rustc_data_structures", |
| 4855 | "rustc_errors", |
| 4856 | "rustc_hashes", |
| 4857 | "rustc_hir", |
| 4858 | "rustc_index", |
| 4859 | "rustc_infer", |
| 4860 | "rustc_macros", |
| 4861 | "rustc_middle", |
| 4862 | "rustc_session", |
| 4863 | "rustc_span", |
| 4864 | "rustc_target", |
| 4865 | "rustc_trait_selection", |
| 4866 | "tracing", |
| 4867 | ] |
| 4868 | |
| 4869 | [[package]] |
| 4870 | name = "rustc_type_ir" |
| 4871 | version = "0.0.0" |
| 4872 | dependencies = [ |
| 4873 | "arrayvec", |
| 4874 | "bitflags", |
| 4875 | "derive-where", |
| 4876 | "ena", |
| 4877 | "indexmap", |
| 4878 | "rustc-hash 2.1.1", |
| 4879 | "rustc_abi", |
| 4880 | "rustc_ast_ir", |
| 4881 | "rustc_data_structures", |
| 4882 | "rustc_error_messages", |
| 4883 | "rustc_index", |
| 4884 | "rustc_macros", |
| 4885 | "rustc_serialize", |
| 4886 | "rustc_span", |
| 4887 | "rustc_type_ir_macros", |
| 4888 | "smallvec", |
| 4889 | "thin-vec", |
| 4890 | "tracing", |
| 4891 | ] |
| 4892 | |
| 4893 | [[package]] |
| 4894 | name = "rustc_type_ir_macros" |
| 4895 | version = "0.0.0" |
| 4896 | dependencies = [ |
| 4897 | "proc-macro2", |
| 4898 | "quote", |
| 4899 | "syn", |
| 4900 | "synstructure", |
| 4901 | ] |
| 4902 | |
| 4903 | [[package]] |
| 4904 | name = "rustc_version" |
| 4905 | version = "0.4.1" |
| 4906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4907 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4908 | dependencies = [ |
| 4909 | "semver", |
| 4910 | ] |
| 4911 | |
| 4912 | [[package]] |
| 4913 | name = "rustc_windows_rc" |
| 4914 | version = "0.0.0" |
| 4915 | dependencies = [ |
| 4916 | "find-msvc-tools", |
| 4917 | ] |
| 4918 | |
| 4919 | [[package]] |
| 4920 | name = "rustdoc" |
| 4921 | version = "0.0.0" |
| 4922 | dependencies = [ |
| 4923 | "arrayvec", |
| 4924 | "askama", |
| 4925 | "base64", |
| 4926 | "expect-test", |
| 4927 | "indexmap", |
| 4928 | "itertools", |
| 4929 | "minifier", |
| 4930 | "proc-macro2", |
| 4931 | "pulldown-cmark-escape", |
| 4932 | "regex", |
| 4933 | "rustdoc-json-types", |
| 4934 | "serde", |
| 4935 | "serde_json", |
| 4936 | "sha2", |
| 4937 | "smallvec", |
| 4938 | "stringdex", |
| 4939 | "tempfile", |
| 4940 | "threadpool", |
| 4941 | "tracing", |
| 4942 | "tracing-subscriber", |
| 4943 | "tracing-tree", |
| 4944 | "unicode-segmentation", |
| 4945 | ] |
| 4946 | |
| 4947 | [[package]] |
| 4948 | name = "rustdoc-gui-test" |
| 4949 | version = "0.1.0" |
| 4950 | dependencies = [ |
| 4951 | "build_helper", |
| 4952 | "compiletest", |
| 4953 | "getopts", |
| 4954 | "walkdir", |
| 4955 | ] |
| 4956 | |
| 4957 | [[package]] |
| 4958 | name = "rustdoc-json-types" |
| 4959 | version = "0.1.0" |
| 4960 | dependencies = [ |
| 4961 | "bincode", |
| 4962 | "rkyv", |
| 4963 | "rustc-hash 2.1.1", |
| 4964 | "serde", |
| 4965 | "serde_derive", |
| 4966 | "serde_json", |
| 4967 | ] |
| 4968 | |
| 4969 | [[package]] |
| 4970 | name = "rustdoc-themes" |
| 4971 | version = "0.1.0" |
| 4972 | |
| 4973 | [[package]] |
| 4974 | name = "rustdoc-tool" |
| 4975 | version = "0.0.0" |
| 4976 | dependencies = [ |
| 4977 | "rustdoc", |
| 4978 | ] |
| 4979 | |
| 4980 | [[package]] |
| 4981 | name = "rustfix" |
| 4982 | version = "0.8.7" |
| 4983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4984 | checksum = "82fa69b198d894d84e23afde8e9ab2af4400b2cba20d6bf2b428a8b01c222c5a" |
| 4985 | dependencies = [ |
| 4986 | "serde", |
| 4987 | "serde_json", |
| 4988 | "thiserror 1.0.69", |
| 4989 | "tracing", |
| 4990 | ] |
| 4991 | |
| 4992 | [[package]] |
| 4993 | name = "rustfmt-config_proc_macro" |
| 4994 | version = "0.3.0" |
| 4995 | dependencies = [ |
| 4996 | "proc-macro2", |
| 4997 | "quote", |
| 4998 | "serde", |
| 4999 | "syn", |
| 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
| 5003 | name = "rustfmt-nightly" |
| 5004 | version = "1.9.0" |
| 5005 | dependencies = [ |
| 5006 | "annotate-snippets 0.11.5", |
| 5007 | "anyhow", |
| 5008 | "bytecount", |
| 5009 | "cargo_metadata 0.18.1", |
| 5010 | "clap", |
| 5011 | "clap-cargo", |
| 5012 | "diff", |
| 5013 | "dirs", |
| 5014 | "getopts", |
| 5015 | "ignore", |
| 5016 | "itertools", |
| 5017 | "regex", |
| 5018 | "rustfmt-config_proc_macro", |
| 5019 | "semver", |
| 5020 | "serde", |
| 5021 | "serde_json", |
| 5022 | "tempfile", |
| 5023 | "term", |
| 5024 | "thiserror 1.0.69", |
| 5025 | "toml 0.9.8", |
| 5026 | "tracing", |
| 5027 | "tracing-subscriber", |
| 5028 | "unicode-properties", |
| 5029 | "unicode-segmentation", |
| 5030 | "unicode-width 0.1.14", |
| 5031 | ] |
| 5032 | |
| 5033 | [[package]] |
| 5034 | name = "rustix" |
| 5035 | version = "1.1.2" |
| 5036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5037 | checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" |
| 5038 | dependencies = [ |
| 5039 | "bitflags", |
| 5040 | "errno", |
| 5041 | "libc", |
| 5042 | "linux-raw-sys", |
| 5043 | "windows-sys 0.61.2", |
| 5044 | ] |
| 5045 | |
| 5046 | [[package]] |
| 5047 | name = "rustversion" |
| 5048 | version = "1.0.22" |
| 5049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5050 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 5051 | |
| 5052 | [[package]] |
| 5053 | name = "ruzstd" |
| 5054 | version = "0.7.3" |
| 5055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5056 | checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" |
| 5057 | dependencies = [ |
| 5058 | "twox-hash 1.6.3", |
| 5059 | ] |
| 5060 | |
| 5061 | [[package]] |
| 5062 | name = "ruzstd" |
| 5063 | version = "0.8.2" |
| 5064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5065 | checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" |
| 5066 | dependencies = [ |
| 5067 | "twox-hash 2.1.2", |
| 5068 | ] |
| 5069 | |
| 5070 | [[package]] |
| 5071 | name = "ryu" |
| 5072 | version = "1.0.20" |
| 5073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5074 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 5075 | |
| 5076 | [[package]] |
| 5077 | name = "same-file" |
| 5078 | version = "1.0.6" |
| 5079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5080 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 5081 | dependencies = [ |
| 5082 | "winapi-util", |
| 5083 | ] |
| 5084 | |
| 5085 | [[package]] |
| 5086 | name = "schannel" |
| 5087 | version = "0.1.28" |
| 5088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5089 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 5090 | dependencies = [ |
| 5091 | "windows-sys 0.61.2", |
| 5092 | ] |
| 5093 | |
| 5094 | [[package]] |
| 5095 | name = "schemars" |
| 5096 | version = "1.1.0" |
| 5097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5098 | checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" |
| 5099 | dependencies = [ |
| 5100 | "dyn-clone", |
| 5101 | "ref-cast", |
| 5102 | "schemars_derive", |
| 5103 | "serde", |
| 5104 | "serde_json", |
| 5105 | ] |
| 5106 | |
| 5107 | [[package]] |
| 5108 | name = "schemars_derive" |
| 5109 | version = "1.1.0" |
| 5110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5111 | checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633" |
| 5112 | dependencies = [ |
| 5113 | "proc-macro2", |
| 5114 | "quote", |
| 5115 | "serde_derive_internals", |
| 5116 | "syn", |
| 5117 | ] |
| 5118 | |
| 5119 | [[package]] |
| 5120 | name = "scoped-tls" |
| 5121 | version = "1.0.1" |
| 5122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5123 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| 5124 | |
| 5125 | [[package]] |
| 5126 | name = "scopeguard" |
| 5127 | version = "1.2.0" |
| 5128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5129 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 5130 | |
| 5131 | [[package]] |
| 5132 | name = "scratch" |
| 5133 | version = "1.0.9" |
| 5134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5135 | checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2" |
| 5136 | |
| 5137 | [[package]] |
| 5138 | name = "self_cell" |
| 5139 | version = "1.2.1" |
| 5140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5141 | checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" |
| 5142 | |
| 5143 | [[package]] |
| 5144 | name = "semver" |
| 5145 | version = "1.0.27" |
| 5146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5147 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 5148 | dependencies = [ |
| 5149 | "serde", |
| 5150 | "serde_core", |
| 5151 | ] |
| 5152 | |
| 5153 | [[package]] |
| 5154 | name = "serde" |
| 5155 | version = "1.0.228" |
| 5156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5157 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 5158 | dependencies = [ |
| 5159 | "serde_core", |
| 5160 | "serde_derive", |
| 5161 | ] |
| 5162 | |
| 5163 | [[package]] |
| 5164 | name = "serde-untagged" |
| 5165 | version = "0.1.9" |
| 5166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5167 | checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" |
| 5168 | dependencies = [ |
| 5169 | "erased-serde", |
| 5170 | "serde", |
| 5171 | "serde_core", |
| 5172 | "typeid", |
| 5173 | ] |
| 5174 | |
| 5175 | [[package]] |
| 5176 | name = "serde-value" |
| 5177 | version = "0.7.0" |
| 5178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5179 | checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| 5180 | dependencies = [ |
| 5181 | "ordered-float", |
| 5182 | "serde", |
| 5183 | ] |
| 5184 | |
| 5185 | [[package]] |
| 5186 | name = "serde_core" |
| 5187 | version = "1.0.228" |
| 5188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5189 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 5190 | dependencies = [ |
| 5191 | "serde_derive", |
| 5192 | ] |
| 5193 | |
| 5194 | [[package]] |
| 5195 | name = "serde_derive" |
| 5196 | version = "1.0.228" |
| 5197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5198 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 5199 | dependencies = [ |
| 5200 | "proc-macro2", |
| 5201 | "quote", |
| 5202 | "syn", |
| 5203 | ] |
| 5204 | |
| 5205 | [[package]] |
| 5206 | name = "serde_derive_internals" |
| 5207 | version = "0.29.1" |
| 5208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5209 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 5210 | dependencies = [ |
| 5211 | "proc-macro2", |
| 5212 | "quote", |
| 5213 | "syn", |
| 5214 | ] |
| 5215 | |
| 5216 | [[package]] |
| 5217 | name = "serde_json" |
| 5218 | version = "1.0.145" |
| 5219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5220 | checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
| 5221 | dependencies = [ |
| 5222 | "itoa", |
| 5223 | "memchr", |
| 5224 | "ryu", |
| 5225 | "serde", |
| 5226 | "serde_core", |
| 5227 | ] |
| 5228 | |
| 5229 | [[package]] |
| 5230 | name = "serde_path_to_error" |
| 5231 | version = "0.1.20" |
| 5232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5233 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 5234 | dependencies = [ |
| 5235 | "itoa", |
| 5236 | "serde", |
| 5237 | "serde_core", |
| 5238 | ] |
| 5239 | |
| 5240 | [[package]] |
| 5241 | name = "serde_spanned" |
| 5242 | version = "0.6.9" |
| 5243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5244 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 5245 | dependencies = [ |
| 5246 | "serde", |
| 5247 | ] |
| 5248 | |
| 5249 | [[package]] |
| 5250 | name = "serde_spanned" |
| 5251 | version = "1.1.0" |
| 5252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5253 | checksum = "876ac351060d4f882bb1032b6369eb0aef79ad9df1ea8bc404874d8cc3d0cd98" |
| 5254 | dependencies = [ |
| 5255 | "serde_core", |
| 5256 | ] |
| 5257 | |
| 5258 | [[package]] |
| 5259 | name = "sha1" |
| 5260 | version = "0.10.6" |
| 5261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5262 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 5263 | dependencies = [ |
| 5264 | "cfg-if", |
| 5265 | "cpufeatures 0.2.17", |
| 5266 | "digest", |
| 5267 | ] |
| 5268 | |
| 5269 | [[package]] |
| 5270 | name = "sha2" |
| 5271 | version = "0.10.9" |
| 5272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5273 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 5274 | dependencies = [ |
| 5275 | "cfg-if", |
| 5276 | "cpufeatures 0.2.17", |
| 5277 | "digest", |
| 5278 | ] |
| 5279 | |
| 5280 | [[package]] |
| 5281 | name = "sharded-slab" |
| 5282 | version = "0.1.7" |
| 5283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5284 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 5285 | dependencies = [ |
| 5286 | "lazy_static", |
| 5287 | ] |
| 5288 | |
| 5289 | [[package]] |
| 5290 | name = "shlex" |
| 5291 | version = "1.3.0" |
| 5292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5293 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 5294 | |
| 5295 | [[package]] |
| 5296 | name = "simd-adler32" |
| 5297 | version = "0.3.7" |
| 5298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5299 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| 5300 | |
| 5301 | [[package]] |
| 5302 | name = "simdutf8" |
| 5303 | version = "0.1.5" |
| 5304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5305 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 5306 | |
| 5307 | [[package]] |
| 5308 | name = "similar" |
| 5309 | version = "2.7.0" |
| 5310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5311 | checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" |
| 5312 | |
| 5313 | [[package]] |
| 5314 | name = "siphasher" |
| 5315 | version = "1.0.1" |
| 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5317 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 5318 | |
| 5319 | [[package]] |
| 5320 | name = "smallvec" |
| 5321 | version = "1.15.1" |
| 5322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5323 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 5324 | |
| 5325 | [[package]] |
| 5326 | name = "socket2" |
| 5327 | version = "0.6.3" |
| 5328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5329 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 5330 | dependencies = [ |
| 5331 | "libc", |
| 5332 | "windows-sys 0.61.2", |
| 5333 | ] |
| 5334 | |
| 5335 | [[package]] |
| 5336 | name = "spanned" |
| 5337 | version = "0.4.1" |
| 5338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5339 | checksum = "c92d4b0c055fde758f086eb4a6e73410247df8a3837fd606d2caeeaf72aa566d" |
| 5340 | dependencies = [ |
| 5341 | "anyhow", |
| 5342 | "bstr", |
| 5343 | "color-eyre", |
| 5344 | ] |
| 5345 | |
| 5346 | [[package]] |
| 5347 | name = "stable_deref_trait" |
| 5348 | version = "1.2.1" |
| 5349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5350 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 5351 | |
| 5352 | [[package]] |
| 5353 | name = "stacker" |
| 5354 | version = "0.1.21" |
| 5355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5356 | checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b" |
| 5357 | dependencies = [ |
| 5358 | "cc", |
| 5359 | "cfg-if", |
| 5360 | "libc", |
| 5361 | "psm", |
| 5362 | "windows-sys 0.59.0", |
| 5363 | ] |
| 5364 | |
| 5365 | [[package]] |
| 5366 | name = "static_assertions" |
| 5367 | version = "1.1.0" |
| 5368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5369 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5370 | |
| 5371 | [[package]] |
| 5372 | name = "string_cache" |
| 5373 | version = "0.8.9" |
| 5374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5375 | checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 5376 | dependencies = [ |
| 5377 | "new_debug_unreachable", |
| 5378 | "parking_lot", |
| 5379 | "phf_shared 0.11.3", |
| 5380 | "precomputed-hash", |
| 5381 | "serde", |
| 5382 | ] |
| 5383 | |
| 5384 | [[package]] |
| 5385 | name = "string_cache_codegen" |
| 5386 | version = "0.5.4" |
| 5387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5388 | checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 5389 | dependencies = [ |
| 5390 | "phf_generator", |
| 5391 | "phf_shared 0.11.3", |
| 5392 | "proc-macro2", |
| 5393 | "quote", |
| 5394 | ] |
| 5395 | |
| 5396 | [[package]] |
| 5397 | name = "stringdex" |
| 5398 | version = "0.0.6" |
| 5399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5400 | checksum = "155cb460a7ede06f71ac9961e28d3ba4b3408355e233f8edd158b957ceba3950" |
| 5401 | dependencies = [ |
| 5402 | "stacker", |
| 5403 | ] |
| 5404 | |
| 5405 | [[package]] |
| 5406 | name = "strsim" |
| 5407 | version = "0.11.1" |
| 5408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5409 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 5410 | |
| 5411 | [[package]] |
| 5412 | name = "syn" |
| 5413 | version = "2.0.110" |
| 5414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5415 | checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" |
| 5416 | dependencies = [ |
| 5417 | "proc-macro2", |
| 5418 | "quote", |
| 5419 | "unicode-ident", |
| 5420 | ] |
| 5421 | |
| 5422 | [[package]] |
| 5423 | name = "synstructure" |
| 5424 | version = "0.13.2" |
| 5425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5426 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 5427 | dependencies = [ |
| 5428 | "proc-macro2", |
| 5429 | "quote", |
| 5430 | "syn", |
| 5431 | ] |
| 5432 | |
| 5433 | [[package]] |
| 5434 | name = "sysinfo" |
| 5435 | version = "0.39.2" |
| 5436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5437 | checksum = "14311e7e9a03114cd4b65eedd54e8fed2945e17f08586ae97ef53bc0669f9581" |
| 5438 | dependencies = [ |
| 5439 | "libc", |
| 5440 | "objc2-core-foundation", |
| 5441 | "objc2-io-kit", |
| 5442 | "windows 0.62.2", |
| 5443 | ] |
| 5444 | |
| 5445 | [[package]] |
| 5446 | name = "tabled" |
| 5447 | version = "0.15.0" |
| 5448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5449 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
| 5450 | dependencies = [ |
| 5451 | "papergrid", |
| 5452 | "unicode-width 0.1.14", |
| 5453 | ] |
| 5454 | |
| 5455 | [[package]] |
| 5456 | name = "tar" |
| 5457 | version = "0.4.45" |
| 5458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5459 | checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" |
| 5460 | dependencies = [ |
| 5461 | "filetime", |
| 5462 | "libc", |
| 5463 | "xattr", |
| 5464 | ] |
| 5465 | |
| 5466 | [[package]] |
| 5467 | name = "tempfile" |
| 5468 | version = "3.23.0" |
| 5469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5470 | checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" |
| 5471 | dependencies = [ |
| 5472 | "fastrand", |
| 5473 | "getrandom 0.3.3", |
| 5474 | "once_cell", |
| 5475 | "rustix", |
| 5476 | "windows-sys 0.61.2", |
| 5477 | ] |
| 5478 | |
| 5479 | [[package]] |
| 5480 | name = "tendril" |
| 5481 | version = "0.4.3" |
| 5482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5483 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 5484 | dependencies = [ |
| 5485 | "futf", |
| 5486 | "mac", |
| 5487 | "utf-8", |
| 5488 | ] |
| 5489 | |
| 5490 | [[package]] |
| 5491 | name = "term" |
| 5492 | version = "1.2.1" |
| 5493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5494 | checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" |
| 5495 | dependencies = [ |
| 5496 | "windows-sys 0.61.2", |
| 5497 | ] |
| 5498 | |
| 5499 | [[package]] |
| 5500 | name = "termcolor" |
| 5501 | version = "1.4.1" |
| 5502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5503 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 5504 | dependencies = [ |
| 5505 | "winapi-util", |
| 5506 | ] |
| 5507 | |
| 5508 | [[package]] |
| 5509 | name = "termize" |
| 5510 | version = "0.2.1" |
| 5511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5512 | checksum = "61946f539e9ff67cbc8df5b2e9823d84e0d58d74e342707c2dfb85405995827b" |
| 5513 | dependencies = [ |
| 5514 | "libc", |
| 5515 | "windows-sys 0.61.2", |
| 5516 | ] |
| 5517 | |
| 5518 | [[package]] |
| 5519 | name = "termtree" |
| 5520 | version = "0.5.1" |
| 5521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5522 | checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" |
| 5523 | |
| 5524 | [[package]] |
| 5525 | name = "test-float-parse" |
| 5526 | version = "0.1.0" |
| 5527 | dependencies = [ |
| 5528 | "indicatif", |
| 5529 | "num", |
| 5530 | "rand 0.9.2", |
| 5531 | "rand_chacha 0.9.0", |
| 5532 | "rayon", |
| 5533 | ] |
| 5534 | |
| 5535 | [[package]] |
| 5536 | name = "thin-vec" |
| 5537 | version = "0.2.15" |
| 5538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5539 | checksum = "da322882471314edc77fa5232c587bcb87c9df52bfd0d7d4826f8868ead61899" |
| 5540 | |
| 5541 | [[package]] |
| 5542 | name = "thiserror" |
| 5543 | version = "1.0.69" |
| 5544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5545 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 5546 | dependencies = [ |
| 5547 | "thiserror-impl 1.0.69", |
| 5548 | ] |
| 5549 | |
| 5550 | [[package]] |
| 5551 | name = "thiserror" |
| 5552 | version = "2.0.17" |
| 5553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5554 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 5555 | dependencies = [ |
| 5556 | "thiserror-impl 2.0.17", |
| 5557 | ] |
| 5558 | |
| 5559 | [[package]] |
| 5560 | name = "thiserror-impl" |
| 5561 | version = "1.0.69" |
| 5562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5563 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 5564 | dependencies = [ |
| 5565 | "proc-macro2", |
| 5566 | "quote", |
| 5567 | "syn", |
| 5568 | ] |
| 5569 | |
| 5570 | [[package]] |
| 5571 | name = "thiserror-impl" |
| 5572 | version = "2.0.17" |
| 5573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5574 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 5575 | dependencies = [ |
| 5576 | "proc-macro2", |
| 5577 | "quote", |
| 5578 | "syn", |
| 5579 | ] |
| 5580 | |
| 5581 | [[package]] |
| 5582 | name = "thorin-dwp" |
| 5583 | version = "0.9.0" |
| 5584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5585 | checksum = "9e9c1e705f82a260173f3eec93f2ff6d7807f23ad5a8cc2e7316a891733ea7a1" |
| 5586 | dependencies = [ |
| 5587 | "gimli 0.31.1", |
| 5588 | "hashbrown 0.15.5", |
| 5589 | "object 0.36.7", |
| 5590 | "tracing", |
| 5591 | ] |
| 5592 | |
| 5593 | [[package]] |
| 5594 | name = "thread_local" |
| 5595 | version = "1.1.9" |
| 5596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5597 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 5598 | dependencies = [ |
| 5599 | "cfg-if", |
| 5600 | ] |
| 5601 | |
| 5602 | [[package]] |
| 5603 | name = "threadpool" |
| 5604 | version = "1.8.1" |
| 5605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5606 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5607 | dependencies = [ |
| 5608 | "num_cpus", |
| 5609 | ] |
| 5610 | |
| 5611 | [[package]] |
| 5612 | name = "tidy" |
| 5613 | version = "0.1.0" |
| 5614 | dependencies = [ |
| 5615 | "build_helper", |
| 5616 | "cargo_metadata 0.21.0", |
| 5617 | "clap", |
| 5618 | "globset", |
| 5619 | "ignore", |
| 5620 | "miropt-test-tools", |
| 5621 | "regex", |
| 5622 | "rustc-hash 2.1.1", |
| 5623 | "semver", |
| 5624 | "serde", |
| 5625 | "similar", |
| 5626 | "tempfile", |
| 5627 | "termcolor", |
| 5628 | "toml 0.7.8", |
| 5629 | "walkdir", |
| 5630 | ] |
| 5631 | |
| 5632 | [[package]] |
| 5633 | name = "tier-check" |
| 5634 | version = "0.1.0" |
| 5635 | |
| 5636 | [[package]] |
| 5637 | name = "tikv-jemalloc-sys" |
| 5638 | version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| 5639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5640 | checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" |
| 5641 | dependencies = [ |
| 5642 | "cc", |
| 5643 | "libc", |
| 5644 | ] |
| 5645 | |
| 5646 | [[package]] |
| 5647 | name = "tinystr" |
| 5648 | version = "0.8.3" |
| 5649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5650 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 5651 | dependencies = [ |
| 5652 | "displaydoc", |
| 5653 | "serde_core", |
| 5654 | "zerovec", |
| 5655 | ] |
| 5656 | |
| 5657 | [[package]] |
| 5658 | name = "tinyvec" |
| 5659 | version = "1.10.0" |
| 5660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5661 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 5662 | dependencies = [ |
| 5663 | "tinyvec_macros", |
| 5664 | ] |
| 5665 | |
| 5666 | [[package]] |
| 5667 | name = "tinyvec_macros" |
| 5668 | version = "0.1.1" |
| 5669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5670 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 5671 | |
| 5672 | [[package]] |
| 5673 | name = "toml" |
| 5674 | version = "0.7.8" |
| 5675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5676 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
| 5677 | dependencies = [ |
| 5678 | "serde", |
| 5679 | "serde_spanned 0.6.9", |
| 5680 | "toml_datetime 0.6.11", |
| 5681 | "toml_edit 0.19.15", |
| 5682 | ] |
| 5683 | |
| 5684 | [[package]] |
| 5685 | name = "toml" |
| 5686 | version = "0.8.23" |
| 5687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5688 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 5689 | dependencies = [ |
| 5690 | "serde", |
| 5691 | "serde_spanned 0.6.9", |
| 5692 | "toml_datetime 0.6.11", |
| 5693 | "toml_edit 0.22.27", |
| 5694 | ] |
| 5695 | |
| 5696 | [[package]] |
| 5697 | name = "toml" |
| 5698 | version = "0.9.8" |
| 5699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5700 | checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" |
| 5701 | dependencies = [ |
| 5702 | "indexmap", |
| 5703 | "serde_core", |
| 5704 | "serde_spanned 1.1.0", |
| 5705 | "toml_datetime 0.7.3", |
| 5706 | "toml_parser", |
| 5707 | "toml_writer", |
| 5708 | "winnow 0.7.13", |
| 5709 | ] |
| 5710 | |
| 5711 | [[package]] |
| 5712 | name = "toml" |
| 5713 | version = "1.1.0+spec-1.1.0" |
| 5714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5715 | checksum = "f8195ca05e4eb728f4ba94f3e3291661320af739c4e43779cbdfae82ab239fcc" |
| 5716 | dependencies = [ |
| 5717 | "indexmap", |
| 5718 | "serde_core", |
| 5719 | "serde_spanned 1.1.0", |
| 5720 | "toml_datetime 1.1.0+spec-1.1.0", |
| 5721 | "toml_parser", |
| 5722 | "toml_writer", |
| 5723 | "winnow 1.0.0", |
| 5724 | ] |
| 5725 | |
| 5726 | [[package]] |
| 5727 | name = "toml_datetime" |
| 5728 | version = "0.6.11" |
| 5729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5730 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 5731 | dependencies = [ |
| 5732 | "serde", |
| 5733 | ] |
| 5734 | |
| 5735 | [[package]] |
| 5736 | name = "toml_datetime" |
| 5737 | version = "0.7.3" |
| 5738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5739 | checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" |
| 5740 | dependencies = [ |
| 5741 | "serde_core", |
| 5742 | ] |
| 5743 | |
| 5744 | [[package]] |
| 5745 | name = "toml_datetime" |
| 5746 | version = "1.1.0+spec-1.1.0" |
| 5747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5748 | checksum = "97251a7c317e03ad83774a8752a7e81fb6067740609f75ea2b585b569a59198f" |
| 5749 | dependencies = [ |
| 5750 | "serde_core", |
| 5751 | ] |
| 5752 | |
| 5753 | [[package]] |
| 5754 | name = "toml_edit" |
| 5755 | version = "0.19.15" |
| 5756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5757 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 5758 | dependencies = [ |
| 5759 | "indexmap", |
| 5760 | "serde", |
| 5761 | "serde_spanned 0.6.9", |
| 5762 | "toml_datetime 0.6.11", |
| 5763 | "winnow 0.5.40", |
| 5764 | ] |
| 5765 | |
| 5766 | [[package]] |
| 5767 | name = "toml_edit" |
| 5768 | version = "0.22.27" |
| 5769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5770 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 5771 | dependencies = [ |
| 5772 | "indexmap", |
| 5773 | "serde", |
| 5774 | "serde_spanned 0.6.9", |
| 5775 | "toml_datetime 0.6.11", |
| 5776 | "toml_write", |
| 5777 | "winnow 0.7.13", |
| 5778 | ] |
| 5779 | |
| 5780 | [[package]] |
| 5781 | name = "toml_parser" |
| 5782 | version = "1.1.0+spec-1.1.0" |
| 5783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5784 | checksum = "2334f11ee363607eb04df9b8fc8a13ca1715a72ba8662a26ac285c98aabb4011" |
| 5785 | dependencies = [ |
| 5786 | "winnow 1.0.0", |
| 5787 | ] |
| 5788 | |
| 5789 | [[package]] |
| 5790 | name = "toml_write" |
| 5791 | version = "0.1.2" |
| 5792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5793 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 5794 | |
| 5795 | [[package]] |
| 5796 | name = "toml_writer" |
| 5797 | version = "1.1.0+spec-1.1.0" |
| 5798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5799 | checksum = "d282ade6016312faf3e41e57ebbba0c073e4056dab1232ab1cb624199648f8ed" |
| 5800 | |
| 5801 | [[package]] |
| 5802 | name = "tracing" |
| 5803 | version = "0.1.41" |
| 5804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5805 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| 5806 | dependencies = [ |
| 5807 | "pin-project-lite", |
| 5808 | "tracing-attributes", |
| 5809 | "tracing-core", |
| 5810 | ] |
| 5811 | |
| 5812 | [[package]] |
| 5813 | name = "tracing-attributes" |
| 5814 | version = "0.1.30" |
| 5815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5816 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| 5817 | dependencies = [ |
| 5818 | "proc-macro2", |
| 5819 | "quote", |
| 5820 | "syn", |
| 5821 | ] |
| 5822 | |
| 5823 | [[package]] |
| 5824 | name = "tracing-core" |
| 5825 | version = "0.1.34" |
| 5826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5827 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| 5828 | dependencies = [ |
| 5829 | "once_cell", |
| 5830 | "valuable", |
| 5831 | ] |
| 5832 | |
| 5833 | [[package]] |
| 5834 | name = "tracing-error" |
| 5835 | version = "0.2.1" |
| 5836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5837 | checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" |
| 5838 | dependencies = [ |
| 5839 | "tracing", |
| 5840 | "tracing-subscriber", |
| 5841 | ] |
| 5842 | |
| 5843 | [[package]] |
| 5844 | name = "tracing-log" |
| 5845 | version = "0.2.0" |
| 5846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5847 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5848 | dependencies = [ |
| 5849 | "log", |
| 5850 | "once_cell", |
| 5851 | "tracing-core", |
| 5852 | ] |
| 5853 | |
| 5854 | [[package]] |
| 5855 | name = "tracing-serde" |
| 5856 | version = "0.2.0" |
| 5857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5858 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| 5859 | dependencies = [ |
| 5860 | "serde", |
| 5861 | "tracing-core", |
| 5862 | ] |
| 5863 | |
| 5864 | [[package]] |
| 5865 | name = "tracing-subscriber" |
| 5866 | version = "0.3.20" |
| 5867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5868 | checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" |
| 5869 | dependencies = [ |
| 5870 | "matchers", |
| 5871 | "nu-ansi-term", |
| 5872 | "once_cell", |
| 5873 | "parking_lot", |
| 5874 | "regex-automata", |
| 5875 | "serde", |
| 5876 | "serde_json", |
| 5877 | "sharded-slab", |
| 5878 | "smallvec", |
| 5879 | "thread_local", |
| 5880 | "tracing", |
| 5881 | "tracing-core", |
| 5882 | "tracing-log", |
| 5883 | "tracing-serde", |
| 5884 | ] |
| 5885 | |
| 5886 | [[package]] |
| 5887 | name = "tracing-tree" |
| 5888 | version = "0.3.1" |
| 5889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5890 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
| 5891 | dependencies = [ |
| 5892 | "nu-ansi-term", |
| 5893 | "tracing-core", |
| 5894 | "tracing-log", |
| 5895 | "tracing-subscriber", |
| 5896 | ] |
| 5897 | |
| 5898 | [[package]] |
| 5899 | name = "twox-hash" |
| 5900 | version = "1.6.3" |
| 5901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5902 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5903 | dependencies = [ |
| 5904 | "cfg-if", |
| 5905 | "rand 0.8.5", |
| 5906 | "static_assertions", |
| 5907 | ] |
| 5908 | |
| 5909 | [[package]] |
| 5910 | name = "twox-hash" |
| 5911 | version = "2.1.2" |
| 5912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5913 | checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| 5914 | |
| 5915 | [[package]] |
| 5916 | name = "type-map" |
| 5917 | version = "0.5.1" |
| 5918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5919 | checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" |
| 5920 | dependencies = [ |
| 5921 | "rustc-hash 2.1.1", |
| 5922 | ] |
| 5923 | |
| 5924 | [[package]] |
| 5925 | name = "typeid" |
| 5926 | version = "1.0.3" |
| 5927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5928 | checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| 5929 | |
| 5930 | [[package]] |
| 5931 | name = "typenum" |
| 5932 | version = "1.20.0" |
| 5933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5934 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 5935 | |
| 5936 | [[package]] |
| 5937 | name = "ucd-parse" |
| 5938 | version = "0.1.13" |
| 5939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5940 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
| 5941 | dependencies = [ |
| 5942 | "regex-lite", |
| 5943 | ] |
| 5944 | |
| 5945 | [[package]] |
| 5946 | name = "ucd-trie" |
| 5947 | version = "0.1.7" |
| 5948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5949 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| 5950 | |
| 5951 | [[package]] |
| 5952 | name = "ui_test" |
| 5953 | version = "0.30.5" |
| 5954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5955 | checksum = "980133b75aa9a95dc94feaf629d92d22c1172186f1fa1266b91f5b91414cf9a5" |
| 5956 | dependencies = [ |
| 5957 | "annotate-snippets 0.11.5", |
| 5958 | "anyhow", |
| 5959 | "bstr", |
| 5960 | "cargo-platform 0.1.9", |
| 5961 | "cargo_metadata 0.18.1", |
| 5962 | "color-eyre", |
| 5963 | "colored", |
| 5964 | "comma", |
| 5965 | "crossbeam-channel", |
| 5966 | "indicatif", |
| 5967 | "levenshtein", |
| 5968 | "prettydiff", |
| 5969 | "regex", |
| 5970 | "rustc_version", |
| 5971 | "rustfix", |
| 5972 | "serde", |
| 5973 | "serde_json", |
| 5974 | "spanned", |
| 5975 | ] |
| 5976 | |
| 5977 | [[package]] |
| 5978 | name = "unic-langid" |
| 5979 | version = "0.9.6" |
| 5980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5981 | checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05" |
| 5982 | dependencies = [ |
| 5983 | "unic-langid-impl", |
| 5984 | "unic-langid-macros", |
| 5985 | ] |
| 5986 | |
| 5987 | [[package]] |
| 5988 | name = "unic-langid-impl" |
| 5989 | version = "0.9.6" |
| 5990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5991 | checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658" |
| 5992 | dependencies = [ |
| 5993 | "tinystr", |
| 5994 | ] |
| 5995 | |
| 5996 | [[package]] |
| 5997 | name = "unic-langid-macros" |
| 5998 | version = "0.9.6" |
| 5999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6000 | checksum = "d5957eb82e346d7add14182a3315a7e298f04e1ba4baac36f7f0dbfedba5fc25" |
| 6001 | dependencies = [ |
| 6002 | "proc-macro-hack", |
| 6003 | "tinystr", |
| 6004 | "unic-langid-impl", |
| 6005 | "unic-langid-macros-impl", |
| 6006 | ] |
| 6007 | |
| 6008 | [[package]] |
| 6009 | name = "unic-langid-macros-impl" |
| 6010 | version = "0.9.6" |
| 6011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6012 | checksum = "a1249a628de3ad34b821ecb1001355bca3940bcb2f88558f1a8bd82e977f75b5" |
| 6013 | dependencies = [ |
| 6014 | "proc-macro-hack", |
| 6015 | "quote", |
| 6016 | "syn", |
| 6017 | "unic-langid-impl", |
| 6018 | ] |
| 6019 | |
| 6020 | [[package]] |
| 6021 | name = "unicase" |
| 6022 | version = "2.8.1" |
| 6023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6024 | checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| 6025 | |
| 6026 | [[package]] |
| 6027 | name = "unicode-ident" |
| 6028 | version = "1.0.22" |
| 6029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6030 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 6031 | |
| 6032 | [[package]] |
| 6033 | name = "unicode-normalization" |
| 6034 | version = "0.1.25" |
| 6035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6036 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 6037 | dependencies = [ |
| 6038 | "tinyvec", |
| 6039 | ] |
| 6040 | |
| 6041 | [[package]] |
| 6042 | name = "unicode-properties" |
| 6043 | version = "0.1.4" |
| 6044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6045 | checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 6046 | |
| 6047 | [[package]] |
| 6048 | name = "unicode-script" |
| 6049 | version = "0.5.7" |
| 6050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6051 | checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
| 6052 | |
| 6053 | [[package]] |
| 6054 | name = "unicode-security" |
| 6055 | version = "0.1.2" |
| 6056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6057 | checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" |
| 6058 | dependencies = [ |
| 6059 | "unicode-normalization", |
| 6060 | "unicode-script", |
| 6061 | ] |
| 6062 | |
| 6063 | [[package]] |
| 6064 | name = "unicode-segmentation" |
| 6065 | version = "1.12.0" |
| 6066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6067 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 6068 | |
| 6069 | [[package]] |
| 6070 | name = "unicode-table-generator" |
| 6071 | version = "0.1.0" |
| 6072 | dependencies = [ |
| 6073 | "ucd-parse", |
| 6074 | ] |
| 6075 | |
| 6076 | [[package]] |
| 6077 | name = "unicode-width" |
| 6078 | version = "0.1.14" |
| 6079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6080 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 6081 | |
| 6082 | [[package]] |
| 6083 | name = "unicode-width" |
| 6084 | version = "0.2.2" |
| 6085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6086 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 6087 | |
| 6088 | [[package]] |
| 6089 | name = "unicode-xid" |
| 6090 | version = "0.2.6" |
| 6091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6092 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 6093 | |
| 6094 | [[package]] |
| 6095 | name = "unified-diff" |
| 6096 | version = "0.2.1" |
| 6097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6098 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 6099 | dependencies = [ |
| 6100 | "diff", |
| 6101 | ] |
| 6102 | |
| 6103 | [[package]] |
| 6104 | name = "unit-prefix" |
| 6105 | version = "0.5.2" |
| 6106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6107 | checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" |
| 6108 | |
| 6109 | [[package]] |
| 6110 | name = "unstable-book-gen" |
| 6111 | version = "0.1.0" |
| 6112 | dependencies = [ |
| 6113 | "num-traits", |
| 6114 | "tidy", |
| 6115 | ] |
| 6116 | |
| 6117 | [[package]] |
| 6118 | name = "url" |
| 6119 | version = "2.5.7" |
| 6120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6121 | checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
| 6122 | dependencies = [ |
| 6123 | "form_urlencoded", |
| 6124 | "idna", |
| 6125 | "percent-encoding", |
| 6126 | "serde", |
| 6127 | ] |
| 6128 | |
| 6129 | [[package]] |
| 6130 | name = "urlencoding" |
| 6131 | version = "2.1.3" |
| 6132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6133 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 6134 | |
| 6135 | [[package]] |
| 6136 | name = "utf-8" |
| 6137 | version = "0.7.6" |
| 6138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6139 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 6140 | |
| 6141 | [[package]] |
| 6142 | name = "utf8-width" |
| 6143 | version = "0.1.7" |
| 6144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6145 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 6146 | |
| 6147 | [[package]] |
| 6148 | name = "utf8_iter" |
| 6149 | version = "1.0.4" |
| 6150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6151 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 6152 | |
| 6153 | [[package]] |
| 6154 | name = "utf8parse" |
| 6155 | version = "0.2.2" |
| 6156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6157 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 6158 | |
| 6159 | [[package]] |
| 6160 | name = "uuid" |
| 6161 | version = "1.18.1" |
| 6162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6163 | checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" |
| 6164 | dependencies = [ |
| 6165 | "getrandom 0.3.3", |
| 6166 | "js-sys", |
| 6167 | "wasm-bindgen", |
| 6168 | ] |
| 6169 | |
| 6170 | [[package]] |
| 6171 | name = "valuable" |
| 6172 | version = "0.1.1" |
| 6173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6174 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 6175 | |
| 6176 | [[package]] |
| 6177 | name = "vcpkg" |
| 6178 | version = "0.2.15" |
| 6179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6180 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 6181 | |
| 6182 | [[package]] |
| 6183 | name = "version_check" |
| 6184 | version = "0.9.5" |
| 6185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6186 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 6187 | |
| 6188 | [[package]] |
| 6189 | name = "wait-timeout" |
| 6190 | version = "0.2.1" |
| 6191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6192 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 6193 | dependencies = [ |
| 6194 | "libc", |
| 6195 | ] |
| 6196 | |
| 6197 | [[package]] |
| 6198 | name = "walkdir" |
| 6199 | version = "2.5.0" |
| 6200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6201 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 6202 | dependencies = [ |
| 6203 | "same-file", |
| 6204 | "winapi-util", |
| 6205 | ] |
| 6206 | |
| 6207 | [[package]] |
| 6208 | name = "wasi" |
| 6209 | version = "0.11.1+wasi-snapshot-preview1" |
| 6210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6211 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 6212 | |
| 6213 | [[package]] |
| 6214 | name = "wasi" |
| 6215 | version = "0.14.2+wasi-0.2.4" |
| 6216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6217 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
| 6218 | dependencies = [ |
| 6219 | "wit-bindgen-rt", |
| 6220 | ] |
| 6221 | |
| 6222 | [[package]] |
| 6223 | name = "wasi-preview1-component-adapter-provider" |
| 6224 | version = "43.0.0" |
| 6225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6226 | checksum = "93759d6fd0db242718bdcc6e4626eff8b0f3124ee7e58e47177a59f561baf164" |
| 6227 | |
| 6228 | [[package]] |
| 6229 | name = "wasip2" |
| 6230 | version = "1.0.3+wasi-0.2.9" |
| 6231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6232 | checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 6233 | dependencies = [ |
| 6234 | "wit-bindgen 0.57.1", |
| 6235 | ] |
| 6236 | |
| 6237 | [[package]] |
| 6238 | name = "wasip3" |
| 6239 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 6240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6241 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 6242 | dependencies = [ |
| 6243 | "wit-bindgen 0.51.0", |
| 6244 | ] |
| 6245 | |
| 6246 | [[package]] |
| 6247 | name = "wasm-bindgen" |
| 6248 | version = "0.2.105" |
| 6249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6250 | checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" |
| 6251 | dependencies = [ |
| 6252 | "cfg-if", |
| 6253 | "once_cell", |
| 6254 | "rustversion", |
| 6255 | "wasm-bindgen-macro", |
| 6256 | "wasm-bindgen-shared", |
| 6257 | ] |
| 6258 | |
| 6259 | [[package]] |
| 6260 | name = "wasm-bindgen-macro" |
| 6261 | version = "0.2.105" |
| 6262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6263 | checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" |
| 6264 | dependencies = [ |
| 6265 | "quote", |
| 6266 | "wasm-bindgen-macro-support", |
| 6267 | ] |
| 6268 | |
| 6269 | [[package]] |
| 6270 | name = "wasm-bindgen-macro-support" |
| 6271 | version = "0.2.105" |
| 6272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6273 | checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" |
| 6274 | dependencies = [ |
| 6275 | "bumpalo", |
| 6276 | "proc-macro2", |
| 6277 | "quote", |
| 6278 | "syn", |
| 6279 | "wasm-bindgen-shared", |
| 6280 | ] |
| 6281 | |
| 6282 | [[package]] |
| 6283 | name = "wasm-bindgen-shared" |
| 6284 | version = "0.2.105" |
| 6285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6286 | checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" |
| 6287 | dependencies = [ |
| 6288 | "unicode-ident", |
| 6289 | ] |
| 6290 | |
| 6291 | [[package]] |
| 6292 | name = "wasm-component-ld" |
| 6293 | version = "0.5.22" |
| 6294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6295 | checksum = "216ca7b603f362831b31db4e2cdea1fa3609edd7177792fa64f62a80e10aa917" |
| 6296 | dependencies = [ |
| 6297 | "anyhow", |
| 6298 | "clap", |
| 6299 | "clap_lex", |
| 6300 | "lexopt", |
| 6301 | "libc", |
| 6302 | "tempfile", |
| 6303 | "wasi-preview1-component-adapter-provider", |
| 6304 | "wasmparser 0.246.2", |
| 6305 | "wat", |
| 6306 | "windows-sys 0.61.2", |
| 6307 | "winsplit", |
| 6308 | "wit-component 0.246.2", |
| 6309 | "wit-parser 0.246.2", |
| 6310 | ] |
| 6311 | |
| 6312 | [[package]] |
| 6313 | name = "wasm-component-ld-wrapper" |
| 6314 | version = "0.1.0" |
| 6315 | dependencies = [ |
| 6316 | "wasm-component-ld", |
| 6317 | ] |
| 6318 | |
| 6319 | [[package]] |
| 6320 | name = "wasm-encoder" |
| 6321 | version = "0.219.2" |
| 6322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6323 | checksum = "8aa79bcd666a043b58f5fa62b221b0b914dd901e6f620e8ab7371057a797f3e1" |
| 6324 | dependencies = [ |
| 6325 | "leb128", |
| 6326 | "wasmparser 0.219.2", |
| 6327 | ] |
| 6328 | |
| 6329 | [[package]] |
| 6330 | name = "wasm-encoder" |
| 6331 | version = "0.244.0" |
| 6332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6333 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 6334 | dependencies = [ |
| 6335 | "leb128fmt", |
| 6336 | "wasmparser 0.244.0", |
| 6337 | ] |
| 6338 | |
| 6339 | [[package]] |
| 6340 | name = "wasm-encoder" |
| 6341 | version = "0.246.2" |
| 6342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6343 | checksum = "61fb705ce81adde29d2a8e99d87995e39a6e927358c91398f374474746070ef7" |
| 6344 | dependencies = [ |
| 6345 | "leb128fmt", |
| 6346 | "wasmparser 0.246.2", |
| 6347 | ] |
| 6348 | |
| 6349 | [[package]] |
| 6350 | name = "wasm-metadata" |
| 6351 | version = "0.244.0" |
| 6352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6353 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 6354 | dependencies = [ |
| 6355 | "anyhow", |
| 6356 | "indexmap", |
| 6357 | "wasm-encoder 0.244.0", |
| 6358 | "wasmparser 0.244.0", |
| 6359 | ] |
| 6360 | |
| 6361 | [[package]] |
| 6362 | name = "wasm-metadata" |
| 6363 | version = "0.246.2" |
| 6364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6365 | checksum = "e3e4c2aa916c425dcca61a6887d3e135acdee2c6d0ed51fd61c08d41ddaf62b1" |
| 6366 | dependencies = [ |
| 6367 | "anyhow", |
| 6368 | "indexmap", |
| 6369 | "wasm-encoder 0.246.2", |
| 6370 | "wasmparser 0.246.2", |
| 6371 | ] |
| 6372 | |
| 6373 | [[package]] |
| 6374 | name = "wasmparser" |
| 6375 | version = "0.219.2" |
| 6376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6377 | checksum = "5220ee4c6ffcc0cb9d7c47398052203bc902c8ef3985b0c8134118440c0b2921" |
| 6378 | dependencies = [ |
| 6379 | "bitflags", |
| 6380 | "indexmap", |
| 6381 | ] |
| 6382 | |
| 6383 | [[package]] |
| 6384 | name = "wasmparser" |
| 6385 | version = "0.236.1" |
| 6386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6387 | checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7" |
| 6388 | dependencies = [ |
| 6389 | "bitflags", |
| 6390 | "indexmap", |
| 6391 | ] |
| 6392 | |
| 6393 | [[package]] |
| 6394 | name = "wasmparser" |
| 6395 | version = "0.244.0" |
| 6396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6397 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 6398 | dependencies = [ |
| 6399 | "bitflags", |
| 6400 | "hashbrown 0.15.5", |
| 6401 | "indexmap", |
| 6402 | "semver", |
| 6403 | ] |
| 6404 | |
| 6405 | [[package]] |
| 6406 | name = "wasmparser" |
| 6407 | version = "0.246.2" |
| 6408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6409 | checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d" |
| 6410 | dependencies = [ |
| 6411 | "bitflags", |
| 6412 | "hashbrown 0.16.1", |
| 6413 | "indexmap", |
| 6414 | "semver", |
| 6415 | "serde", |
| 6416 | ] |
| 6417 | |
| 6418 | [[package]] |
| 6419 | name = "wast" |
| 6420 | version = "246.0.2" |
| 6421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6422 | checksum = "fe3fe8e3bf88ad96d031b4181ddbd64634b17cb0d06dfc3de589ef43591a9a62" |
| 6423 | dependencies = [ |
| 6424 | "bumpalo", |
| 6425 | "leb128fmt", |
| 6426 | "memchr", |
| 6427 | "unicode-width 0.2.2", |
| 6428 | "wasm-encoder 0.246.2", |
| 6429 | ] |
| 6430 | |
| 6431 | [[package]] |
| 6432 | name = "wat" |
| 6433 | version = "1.246.2" |
| 6434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6435 | checksum = "4bd7fda1199b94fff395c2d19a153f05dbe7807630316fa9673367666fd2ad8c" |
| 6436 | dependencies = [ |
| 6437 | "wast", |
| 6438 | ] |
| 6439 | |
| 6440 | [[package]] |
| 6441 | name = "web-time" |
| 6442 | version = "1.1.0" |
| 6443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6444 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 6445 | dependencies = [ |
| 6446 | "js-sys", |
| 6447 | "wasm-bindgen", |
| 6448 | ] |
| 6449 | |
| 6450 | [[package]] |
| 6451 | name = "winapi-util" |
| 6452 | version = "0.1.11" |
| 6453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6454 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 6455 | dependencies = [ |
| 6456 | "windows-sys 0.61.2", |
| 6457 | ] |
| 6458 | |
| 6459 | [[package]] |
| 6460 | name = "windows" |
| 6461 | version = "0.61.3" |
| 6462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6463 | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| 6464 | dependencies = [ |
| 6465 | "windows-collections 0.2.0", |
| 6466 | "windows-core 0.61.2", |
| 6467 | "windows-future 0.2.1", |
| 6468 | "windows-link 0.1.3", |
| 6469 | "windows-numerics 0.2.0", |
| 6470 | ] |
| 6471 | |
| 6472 | [[package]] |
| 6473 | name = "windows" |
| 6474 | version = "0.62.2" |
| 6475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6476 | checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| 6477 | dependencies = [ |
| 6478 | "windows-collections 0.3.2", |
| 6479 | "windows-core 0.62.2", |
| 6480 | "windows-future 0.3.2", |
| 6481 | "windows-numerics 0.3.1", |
| 6482 | ] |
| 6483 | |
| 6484 | [[package]] |
| 6485 | name = "windows-bindgen" |
| 6486 | version = "0.66.0" |
| 6487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6488 | checksum = "81b7ec123a4eadd44d1f44f76804316b477b2537abed9a2ab950b3c54afa1fcf" |
| 6489 | dependencies = [ |
| 6490 | "serde", |
| 6491 | "serde_json", |
| 6492 | "windows-threading 0.2.1", |
| 6493 | ] |
| 6494 | |
| 6495 | [[package]] |
| 6496 | name = "windows-collections" |
| 6497 | version = "0.2.0" |
| 6498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6499 | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| 6500 | dependencies = [ |
| 6501 | "windows-core 0.61.2", |
| 6502 | ] |
| 6503 | |
| 6504 | [[package]] |
| 6505 | name = "windows-collections" |
| 6506 | version = "0.3.2" |
| 6507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6508 | checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| 6509 | dependencies = [ |
| 6510 | "windows-core 0.62.2", |
| 6511 | ] |
| 6512 | |
| 6513 | [[package]] |
| 6514 | name = "windows-core" |
| 6515 | version = "0.61.2" |
| 6516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6517 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| 6518 | dependencies = [ |
| 6519 | "windows-implement", |
| 6520 | "windows-interface", |
| 6521 | "windows-link 0.1.3", |
| 6522 | "windows-result 0.3.4", |
| 6523 | "windows-strings 0.4.2", |
| 6524 | ] |
| 6525 | |
| 6526 | [[package]] |
| 6527 | name = "windows-core" |
| 6528 | version = "0.62.2" |
| 6529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6530 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 6531 | dependencies = [ |
| 6532 | "windows-implement", |
| 6533 | "windows-interface", |
| 6534 | "windows-link 0.2.1", |
| 6535 | "windows-result 0.4.1", |
| 6536 | "windows-strings 0.5.1", |
| 6537 | ] |
| 6538 | |
| 6539 | [[package]] |
| 6540 | name = "windows-future" |
| 6541 | version = "0.2.1" |
| 6542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6543 | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| 6544 | dependencies = [ |
| 6545 | "windows-core 0.61.2", |
| 6546 | "windows-link 0.1.3", |
| 6547 | "windows-threading 0.1.0", |
| 6548 | ] |
| 6549 | |
| 6550 | [[package]] |
| 6551 | name = "windows-future" |
| 6552 | version = "0.3.2" |
| 6553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6554 | checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| 6555 | dependencies = [ |
| 6556 | "windows-core 0.62.2", |
| 6557 | "windows-link 0.2.1", |
| 6558 | "windows-threading 0.2.1", |
| 6559 | ] |
| 6560 | |
| 6561 | [[package]] |
| 6562 | name = "windows-implement" |
| 6563 | version = "0.60.2" |
| 6564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6565 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 6566 | dependencies = [ |
| 6567 | "proc-macro2", |
| 6568 | "quote", |
| 6569 | "syn", |
| 6570 | ] |
| 6571 | |
| 6572 | [[package]] |
| 6573 | name = "windows-interface" |
| 6574 | version = "0.59.3" |
| 6575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6576 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 6577 | dependencies = [ |
| 6578 | "proc-macro2", |
| 6579 | "quote", |
| 6580 | "syn", |
| 6581 | ] |
| 6582 | |
| 6583 | [[package]] |
| 6584 | name = "windows-link" |
| 6585 | version = "0.1.3" |
| 6586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6587 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 6588 | |
| 6589 | [[package]] |
| 6590 | name = "windows-link" |
| 6591 | version = "0.2.1" |
| 6592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6593 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 6594 | |
| 6595 | [[package]] |
| 6596 | name = "windows-numerics" |
| 6597 | version = "0.2.0" |
| 6598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6599 | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| 6600 | dependencies = [ |
| 6601 | "windows-core 0.61.2", |
| 6602 | "windows-link 0.1.3", |
| 6603 | ] |
| 6604 | |
| 6605 | [[package]] |
| 6606 | name = "windows-numerics" |
| 6607 | version = "0.3.1" |
| 6608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6609 | checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| 6610 | dependencies = [ |
| 6611 | "windows-core 0.62.2", |
| 6612 | "windows-link 0.2.1", |
| 6613 | ] |
| 6614 | |
| 6615 | [[package]] |
| 6616 | name = "windows-result" |
| 6617 | version = "0.3.4" |
| 6618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6619 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 6620 | dependencies = [ |
| 6621 | "windows-link 0.1.3", |
| 6622 | ] |
| 6623 | |
| 6624 | [[package]] |
| 6625 | name = "windows-result" |
| 6626 | version = "0.4.1" |
| 6627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6628 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 6629 | dependencies = [ |
| 6630 | "windows-link 0.2.1", |
| 6631 | ] |
| 6632 | |
| 6633 | [[package]] |
| 6634 | name = "windows-strings" |
| 6635 | version = "0.4.2" |
| 6636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6637 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| 6638 | dependencies = [ |
| 6639 | "windows-link 0.1.3", |
| 6640 | ] |
| 6641 | |
| 6642 | [[package]] |
| 6643 | name = "windows-strings" |
| 6644 | version = "0.5.1" |
| 6645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6646 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 6647 | dependencies = [ |
| 6648 | "windows-link 0.2.1", |
| 6649 | ] |
| 6650 | |
| 6651 | [[package]] |
| 6652 | name = "windows-sys" |
| 6653 | version = "0.59.0" |
| 6654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6655 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6656 | dependencies = [ |
| 6657 | "windows-targets", |
| 6658 | ] |
| 6659 | |
| 6660 | [[package]] |
| 6661 | name = "windows-sys" |
| 6662 | version = "0.61.2" |
| 6663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6664 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 6665 | dependencies = [ |
| 6666 | "windows-link 0.2.1", |
| 6667 | ] |
| 6668 | |
| 6669 | [[package]] |
| 6670 | name = "windows-targets" |
| 6671 | version = "0.52.6" |
| 6672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6673 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 6674 | dependencies = [ |
| 6675 | "windows_aarch64_gnullvm", |
| 6676 | "windows_aarch64_msvc", |
| 6677 | "windows_i686_gnu", |
| 6678 | "windows_i686_gnullvm", |
| 6679 | "windows_i686_msvc", |
| 6680 | "windows_x86_64_gnu", |
| 6681 | "windows_x86_64_gnullvm", |
| 6682 | "windows_x86_64_msvc", |
| 6683 | ] |
| 6684 | |
| 6685 | [[package]] |
| 6686 | name = "windows-threading" |
| 6687 | version = "0.1.0" |
| 6688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6689 | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| 6690 | dependencies = [ |
| 6691 | "windows-link 0.1.3", |
| 6692 | ] |
| 6693 | |
| 6694 | [[package]] |
| 6695 | name = "windows-threading" |
| 6696 | version = "0.2.1" |
| 6697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6698 | checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| 6699 | dependencies = [ |
| 6700 | "windows-link 0.2.1", |
| 6701 | ] |
| 6702 | |
| 6703 | [[package]] |
| 6704 | name = "windows_aarch64_gnullvm" |
| 6705 | version = "0.52.6" |
| 6706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6707 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 6708 | |
| 6709 | [[package]] |
| 6710 | name = "windows_aarch64_msvc" |
| 6711 | version = "0.52.6" |
| 6712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6713 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 6714 | |
| 6715 | [[package]] |
| 6716 | name = "windows_i686_gnu" |
| 6717 | version = "0.52.6" |
| 6718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6719 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 6720 | |
| 6721 | [[package]] |
| 6722 | name = "windows_i686_gnullvm" |
| 6723 | version = "0.52.6" |
| 6724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6725 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 6726 | |
| 6727 | [[package]] |
| 6728 | name = "windows_i686_msvc" |
| 6729 | version = "0.52.6" |
| 6730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6731 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 6732 | |
| 6733 | [[package]] |
| 6734 | name = "windows_x86_64_gnu" |
| 6735 | version = "0.52.6" |
| 6736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6737 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 6738 | |
| 6739 | [[package]] |
| 6740 | name = "windows_x86_64_gnullvm" |
| 6741 | version = "0.52.6" |
| 6742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6743 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 6744 | |
| 6745 | [[package]] |
| 6746 | name = "windows_x86_64_msvc" |
| 6747 | version = "0.52.6" |
| 6748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6749 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 6750 | |
| 6751 | [[package]] |
| 6752 | name = "winnow" |
| 6753 | version = "0.5.40" |
| 6754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6755 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 6756 | dependencies = [ |
| 6757 | "memchr", |
| 6758 | ] |
| 6759 | |
| 6760 | [[package]] |
| 6761 | name = "winnow" |
| 6762 | version = "0.7.13" |
| 6763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6764 | checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" |
| 6765 | dependencies = [ |
| 6766 | "memchr", |
| 6767 | ] |
| 6768 | |
| 6769 | [[package]] |
| 6770 | name = "winnow" |
| 6771 | version = "1.0.0" |
| 6772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6773 | checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" |
| 6774 | dependencies = [ |
| 6775 | "memchr", |
| 6776 | ] |
| 6777 | |
| 6778 | [[package]] |
| 6779 | name = "winsplit" |
| 6780 | version = "0.1.0" |
| 6781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6782 | checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956" |
| 6783 | |
| 6784 | [[package]] |
| 6785 | name = "wit-bindgen" |
| 6786 | version = "0.51.0" |
| 6787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6788 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 6789 | dependencies = [ |
| 6790 | "wit-bindgen-rust-macro", |
| 6791 | ] |
| 6792 | |
| 6793 | [[package]] |
| 6794 | name = "wit-bindgen" |
| 6795 | version = "0.57.1" |
| 6796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6797 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 6798 | |
| 6799 | [[package]] |
| 6800 | name = "wit-bindgen-core" |
| 6801 | version = "0.51.0" |
| 6802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6803 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 6804 | dependencies = [ |
| 6805 | "anyhow", |
| 6806 | "heck", |
| 6807 | "wit-parser 0.244.0", |
| 6808 | ] |
| 6809 | |
| 6810 | [[package]] |
| 6811 | name = "wit-bindgen-rt" |
| 6812 | version = "0.39.0" |
| 6813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6814 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| 6815 | dependencies = [ |
| 6816 | "bitflags", |
| 6817 | ] |
| 6818 | |
| 6819 | [[package]] |
| 6820 | name = "wit-bindgen-rust" |
| 6821 | version = "0.51.0" |
| 6822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6823 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 6824 | dependencies = [ |
| 6825 | "anyhow", |
| 6826 | "heck", |
| 6827 | "indexmap", |
| 6828 | "prettyplease", |
| 6829 | "syn", |
| 6830 | "wasm-metadata 0.244.0", |
| 6831 | "wit-bindgen-core", |
| 6832 | "wit-component 0.244.0", |
| 6833 | ] |
| 6834 | |
| 6835 | [[package]] |
| 6836 | name = "wit-bindgen-rust-macro" |
| 6837 | version = "0.51.0" |
| 6838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6839 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 6840 | dependencies = [ |
| 6841 | "anyhow", |
| 6842 | "prettyplease", |
| 6843 | "proc-macro2", |
| 6844 | "quote", |
| 6845 | "syn", |
| 6846 | "wit-bindgen-core", |
| 6847 | "wit-bindgen-rust", |
| 6848 | ] |
| 6849 | |
| 6850 | [[package]] |
| 6851 | name = "wit-component" |
| 6852 | version = "0.244.0" |
| 6853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6854 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 6855 | dependencies = [ |
| 6856 | "anyhow", |
| 6857 | "bitflags", |
| 6858 | "indexmap", |
| 6859 | "log", |
| 6860 | "serde", |
| 6861 | "serde_derive", |
| 6862 | "serde_json", |
| 6863 | "wasm-encoder 0.244.0", |
| 6864 | "wasm-metadata 0.244.0", |
| 6865 | "wasmparser 0.244.0", |
| 6866 | "wit-parser 0.244.0", |
| 6867 | ] |
| 6868 | |
| 6869 | [[package]] |
| 6870 | name = "wit-component" |
| 6871 | version = "0.246.2" |
| 6872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6873 | checksum = "1936c26cb24b93dc36bf78fb5dc35c55cd37f66ecdc2d2663a717d9fb3ee951e" |
| 6874 | dependencies = [ |
| 6875 | "anyhow", |
| 6876 | "bitflags", |
| 6877 | "indexmap", |
| 6878 | "log", |
| 6879 | "serde", |
| 6880 | "serde_derive", |
| 6881 | "serde_json", |
| 6882 | "wasm-encoder 0.246.2", |
| 6883 | "wasm-metadata 0.246.2", |
| 6884 | "wasmparser 0.246.2", |
| 6885 | "wit-parser 0.246.2", |
| 6886 | ] |
| 6887 | |
| 6888 | [[package]] |
| 6889 | name = "wit-parser" |
| 6890 | version = "0.244.0" |
| 6891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6892 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 6893 | dependencies = [ |
| 6894 | "anyhow", |
| 6895 | "id-arena", |
| 6896 | "indexmap", |
| 6897 | "log", |
| 6898 | "semver", |
| 6899 | "serde", |
| 6900 | "serde_derive", |
| 6901 | "serde_json", |
| 6902 | "unicode-xid", |
| 6903 | "wasmparser 0.244.0", |
| 6904 | ] |
| 6905 | |
| 6906 | [[package]] |
| 6907 | name = "wit-parser" |
| 6908 | version = "0.246.2" |
| 6909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6910 | checksum = "fd979042b5ff288607ccf3b314145435453f20fc67173195f91062d2289b204d" |
| 6911 | dependencies = [ |
| 6912 | "anyhow", |
| 6913 | "hashbrown 0.16.1", |
| 6914 | "id-arena", |
| 6915 | "indexmap", |
| 6916 | "log", |
| 6917 | "semver", |
| 6918 | "serde", |
| 6919 | "serde_derive", |
| 6920 | "serde_json", |
| 6921 | "unicode-xid", |
| 6922 | "wasmparser 0.246.2", |
| 6923 | ] |
| 6924 | |
| 6925 | [[package]] |
| 6926 | name = "writeable" |
| 6927 | version = "0.6.2" |
| 6928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6929 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 6930 | |
| 6931 | [[package]] |
| 6932 | name = "x" |
| 6933 | version = "0.1.1" |
| 6934 | |
| 6935 | [[package]] |
| 6936 | name = "xattr" |
| 6937 | version = "1.6.1" |
| 6938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6939 | checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| 6940 | dependencies = [ |
| 6941 | "libc", |
| 6942 | "rustix", |
| 6943 | ] |
| 6944 | |
| 6945 | [[package]] |
| 6946 | name = "xz2" |
| 6947 | version = "0.1.7" |
| 6948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6949 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| 6950 | dependencies = [ |
| 6951 | "lzma-sys", |
| 6952 | ] |
| 6953 | |
| 6954 | [[package]] |
| 6955 | name = "yoke" |
| 6956 | version = "0.8.2" |
| 6957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6958 | checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 6959 | dependencies = [ |
| 6960 | "stable_deref_trait", |
| 6961 | "yoke-derive", |
| 6962 | "zerofrom", |
| 6963 | ] |
| 6964 | |
| 6965 | [[package]] |
| 6966 | name = "yoke-derive" |
| 6967 | version = "0.8.2" |
| 6968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6969 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 6970 | dependencies = [ |
| 6971 | "proc-macro2", |
| 6972 | "quote", |
| 6973 | "syn", |
| 6974 | "synstructure", |
| 6975 | ] |
| 6976 | |
| 6977 | [[package]] |
| 6978 | name = "zerocopy" |
| 6979 | version = "0.8.27" |
| 6980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6981 | checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" |
| 6982 | dependencies = [ |
| 6983 | "zerocopy-derive", |
| 6984 | ] |
| 6985 | |
| 6986 | [[package]] |
| 6987 | name = "zerocopy-derive" |
| 6988 | version = "0.8.27" |
| 6989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6990 | checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" |
| 6991 | dependencies = [ |
| 6992 | "proc-macro2", |
| 6993 | "quote", |
| 6994 | "syn", |
| 6995 | ] |
| 6996 | |
| 6997 | [[package]] |
| 6998 | name = "zerofrom" |
| 6999 | version = "0.1.6" |
| 7000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7001 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 7002 | dependencies = [ |
| 7003 | "zerofrom-derive", |
| 7004 | ] |
| 7005 | |
| 7006 | [[package]] |
| 7007 | name = "zerofrom-derive" |
| 7008 | version = "0.1.6" |
| 7009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7010 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 7011 | dependencies = [ |
| 7012 | "proc-macro2", |
| 7013 | "quote", |
| 7014 | "syn", |
| 7015 | "synstructure", |
| 7016 | ] |
| 7017 | |
| 7018 | [[package]] |
| 7019 | name = "zerotrie" |
| 7020 | version = "0.2.4" |
| 7021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7022 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 7023 | dependencies = [ |
| 7024 | "displaydoc", |
| 7025 | "yoke", |
| 7026 | "zerofrom", |
| 7027 | "zerovec", |
| 7028 | ] |
| 7029 | |
| 7030 | [[package]] |
| 7031 | name = "zerovec" |
| 7032 | version = "0.11.6" |
| 7033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7034 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 7035 | dependencies = [ |
| 7036 | "serde", |
| 7037 | "yoke", |
| 7038 | "zerofrom", |
| 7039 | "zerovec-derive", |
| 7040 | ] |
| 7041 | |
| 7042 | [[package]] |
| 7043 | name = "zerovec-derive" |
| 7044 | version = "0.11.3" |
| 7045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7046 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 7047 | dependencies = [ |
| 7048 | "proc-macro2", |
| 7049 | "quote", |
| 7050 | "syn", |
| 7051 | ] |
| 7052 | |
| 7053 | [[package]] |
| 7054 | name = "zlib-rs" |
| 7055 | version = "0.6.3" |
| 7056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7057 | checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" |