Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 1769 lines 40 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "ahash" 22version = "0.7.6" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 25dependencies = [ 26 "getrandom", 27 "once_cell", 28 "version_check", 29] 30 31[[package]] 32name = "ahash" 33version = "0.8.3" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 36dependencies = [ 37 "cfg-if", 38 "getrandom", 39 "once_cell", 40 "version_check", 41] 42 43[[package]] 44name = "aho-corasick" 45version = "1.0.1" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 48dependencies = [ 49 "memchr", 50] 51 52[[package]] 53name = "anstream" 54version = "0.3.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 57dependencies = [ 58 "anstyle", 59 "anstyle-parse", 60 "anstyle-query", 61 "anstyle-wincon", 62 "colorchoice", 63 "is-terminal", 64 "utf8parse", 65] 66 67[[package]] 68name = "anstyle" 69version = "1.0.0" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 72 73[[package]] 74name = "anstyle-parse" 75version = "0.2.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 78dependencies = [ 79 "utf8parse", 80] 81 82[[package]] 83name = "anstyle-query" 84version = "1.0.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 87dependencies = [ 88 "windows-sys 0.48.0", 89] 90 91[[package]] 92name = "anstyle-wincon" 93version = "1.0.1" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 96dependencies = [ 97 "anstyle", 98 "windows-sys 0.48.0", 99] 100 101[[package]] 102name = "anyhow" 103version = "1.0.71" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 106 107[[package]] 108name = "arc-swap" 109version = "1.6.0" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 112 113[[package]] 114name = "arena" 115version = "0.0.0" 116dependencies = [ 117 "typed-index-collections", 118] 119 120[[package]] 121name = "arrayvec" 122version = "0.7.2" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 125 126[[package]] 127name = "autocfg" 128version = "1.1.0" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 131 132[[package]] 133name = "backtrace" 134version = "0.3.67" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 137dependencies = [ 138 "addr2line", 139 "cc", 140 "cfg-if", 141 "libc", 142 "miniz_oxide", 143 "object", 144 "rustc-demangle", 145] 146 147[[package]] 148name = "backtrace-ext" 149version = "0.2.1" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 152dependencies = [ 153 "backtrace", 154] 155 156[[package]] 157name = "base_n" 158version = "1.0.0" 159 160[[package]] 161name = "basedb" 162version = "0.0.0" 163dependencies = [ 164 "ahash 0.8.3", 165 "arena", 166 "codespan-reporting", 167 "expect-test", 168 "indexmap", 169 "mini_harness", 170 "parking_lot", 171 "salsa", 172 "stdx", 173 "syntax", 174 "text-size", 175 "typed-index-collections", 176 "vfs", 177] 178 179[[package]] 180name = "bforest" 181version = "0.0.0" 182dependencies = [ 183 "stdx", 184] 185 186[[package]] 187name = "bitflags" 188version = "1.3.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 191 192[[package]] 193name = "bitflags" 194version = "2.2.1" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" 197 198[[package]] 199name = "bitset" 200version = "0.0.0" 201dependencies = [ 202 "arrayvec", 203 "stdx", 204] 205 206[[package]] 207name = "camino" 208version = "1.1.4" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 211 212[[package]] 213name = "cc" 214version = "1.0.79" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 217 218[[package]] 219name = "cfg-if" 220version = "1.0.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 223 224[[package]] 225name = "chardetng" 226version = "0.1.17" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" 229dependencies = [ 230 "cfg-if", 231 "encoding_rs", 232 "memchr", 233] 234 235[[package]] 236name = "clap" 237version = "4.2.7" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" 240dependencies = [ 241 "clap_builder", 242] 243 244[[package]] 245name = "clap_builder" 246version = "4.2.7" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" 249dependencies = [ 250 "anstream", 251 "anstyle", 252 "bitflags 1.3.2", 253 "clap_lex", 254 "strsim", 255] 256 257[[package]] 258name = "clap_lex" 259version = "0.4.1" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 262 263[[package]] 264name = "cli-table" 265version = "0.4.7" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d" 268dependencies = [ 269 "termcolor", 270 "unicode-width", 271] 272 273[[package]] 274name = "codespan-reporting" 275version = "0.11.1" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 278dependencies = [ 279 "termcolor", 280 "unicode-width", 281] 282 283[[package]] 284name = "colorchoice" 285version = "1.0.0" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 288 289[[package]] 290name = "countme" 291version = "3.0.1" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" 294 295[[package]] 296name = "crossbeam-channel" 297version = "0.5.8" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 300dependencies = [ 301 "cfg-if", 302 "crossbeam-utils", 303] 304 305[[package]] 306name = "crossbeam-deque" 307version = "0.8.3" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 310dependencies = [ 311 "cfg-if", 312 "crossbeam-epoch", 313 "crossbeam-utils", 314] 315 316[[package]] 317name = "crossbeam-epoch" 318version = "0.9.14" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 321dependencies = [ 322 "autocfg", 323 "cfg-if", 324 "crossbeam-utils", 325 "memoffset", 326 "scopeguard", 327] 328 329[[package]] 330name = "crossbeam-utils" 331version = "0.8.15" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 334dependencies = [ 335 "cfg-if", 336] 337 338[[package]] 339name = "dashmap" 340version = "4.0.2" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" 343dependencies = [ 344 "cfg-if", 345 "num_cpus", 346] 347 348[[package]] 349name = "directories-next" 350version = "2.0.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" 353dependencies = [ 354 "cfg-if", 355 "dirs-sys-next", 356] 357 358[[package]] 359name = "dirs-sys-next" 360version = "0.1.2" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 363dependencies = [ 364 "libc", 365 "redox_users", 366 "winapi", 367] 368 369[[package]] 370name = "dissimilar" 371version = "1.0.6" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e" 374 375[[package]] 376name = "dot" 377version = "0.1.4" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906" 380 381[[package]] 382name = "drop_bomb" 383version = "0.1.5" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" 386 387[[package]] 388name = "encoding_rs" 389version = "0.8.32" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 392dependencies = [ 393 "cfg-if", 394] 395 396[[package]] 397name = "env_logger" 398version = "0.10.0" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 401dependencies = [ 402 "humantime", 403 "is-terminal", 404 "log", 405 "regex", 406 "termcolor", 407] 408 409[[package]] 410name = "errno" 411version = "0.3.1" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 414dependencies = [ 415 "errno-dragonfly", 416 "libc", 417 "windows-sys 0.48.0", 418] 419 420[[package]] 421name = "errno-dragonfly" 422version = "0.1.2" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 425dependencies = [ 426 "cc", 427 "libc", 428] 429 430[[package]] 431name = "expect-test" 432version = "1.4.1" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" 435dependencies = [ 436 "dissimilar", 437 "once_cell", 438] 439 440[[package]] 441name = "float-cmp" 442version = "0.9.0" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 445dependencies = [ 446 "num-traits", 447] 448 449[[package]] 450name = "getrandom" 451version = "0.2.9" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 454dependencies = [ 455 "cfg-if", 456 "libc", 457 "wasi", 458] 459 460[[package]] 461name = "gimli" 462version = "0.27.2" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 465 466[[package]] 467name = "hashbrown" 468version = "0.11.2" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 471dependencies = [ 472 "ahash 0.7.6", 473] 474 475[[package]] 476name = "hashbrown" 477version = "0.12.3" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 480 481[[package]] 482name = "hashbrown" 483version = "0.13.2" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 486dependencies = [ 487 "ahash 0.8.3", 488] 489 490[[package]] 491name = "hashlink" 492version = "0.7.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf" 495dependencies = [ 496 "hashbrown 0.11.2", 497] 498 499[[package]] 500name = "heck" 501version = "0.3.3" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 504dependencies = [ 505 "unicode-segmentation", 506] 507 508[[package]] 509name = "hermit-abi" 510version = "0.2.6" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 513dependencies = [ 514 "libc", 515] 516 517[[package]] 518name = "hermit-abi" 519version = "0.3.1" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 522 523[[package]] 524name = "hir_def" 525version = "0.0.0" 526dependencies = [ 527 "ahash 0.8.3", 528 "arena", 529 "basedb", 530 "expect-test", 531 "indexmap", 532 "mini_harness", 533 "once_cell", 534 "parking_lot", 535 "salsa", 536 "stdx", 537 "syntax", 538 "typed-index-collections", 539] 540 541[[package]] 542name = "hir_lower" 543version = "0.0.0" 544dependencies = [ 545 "ahash 0.8.3", 546 "basedb", 547 "bitset", 548 "expect-test", 549 "hir_def", 550 "hir_ty", 551 "indexmap", 552 "lasso", 553 "mini_harness", 554 "mir", 555 "mir_build", 556 "parking_lot", 557 "salsa", 558 "stdx", 559 "syntax", 560 "typed-index-collections", 561 "typed_indexmap", 562] 563 564[[package]] 565name = "hir_ty" 566version = "0.0.0" 567dependencies = [ 568 "ahash 0.8.3", 569 "arena", 570 "basedb", 571 "expect-test", 572 "hir_def", 573 "mini_harness", 574 "parking_lot", 575 "salsa", 576 "smol_str", 577 "stdx", 578 "syntax", 579 "typed-index-collections", 580] 581 582[[package]] 583name = "humantime" 584version = "2.1.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 587 588[[package]] 589name = "indexmap" 590version = "1.9.3" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 593dependencies = [ 594 "autocfg", 595 "hashbrown 0.12.3", 596] 597 598[[package]] 599name = "io-lifetimes" 600version = "1.0.10" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 603dependencies = [ 604 "hermit-abi 0.3.1", 605 "libc", 606 "windows-sys 0.48.0", 607] 608 609[[package]] 610name = "is-terminal" 611version = "0.4.7" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 614dependencies = [ 615 "hermit-abi 0.3.1", 616 "io-lifetimes", 617 "rustix", 618 "windows-sys 0.48.0", 619] 620 621[[package]] 622name = "klu-rs" 623version = "0.4.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "5f0326c3bebaae9e354d82d0425b8abeebe41e9df313063ac3845ae93aa43181" 626dependencies = [ 627 "klu_sys", 628 "num-complex", 629] 630 631[[package]] 632name = "klu_sys" 633version = "0.2.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "bc7f729c295c52f9ad3058f5e61db78bde2b8c6f1e30abf4ccf09d2df4f3a689" 636dependencies = [ 637 "cc", 638 "libc", 639] 640 641[[package]] 642name = "lasso" 643version = "0.7.0" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "4badc7a606a3096e40b886fb2f63803cacf11cd79796ae04e3f4b7e35a38cfc2" 646dependencies = [ 647 "ahash 0.8.3", 648 "hashbrown 0.13.2", 649] 650 651[[package]] 652name = "lexer" 653version = "0.0.0" 654dependencies = [ 655 "expect-test", 656 "text-size", 657 "tokens", 658] 659 660[[package]] 661name = "libc" 662version = "0.2.144" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 665 666[[package]] 667name = "libloading" 668version = "0.8.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 671dependencies = [ 672 "cfg-if", 673 "windows-sys 0.48.0", 674] 675 676[[package]] 677name = "libmimalloc-sys" 678version = "0.1.33" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 681dependencies = [ 682 "cc", 683 "libc", 684] 685 686[[package]] 687name = "linker" 688version = "0.0.0" 689dependencies = [ 690 "anyhow", 691 "camino", 692 "cc", 693 "target", 694] 695 696[[package]] 697name = "linux-raw-sys" 698version = "0.3.7" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 701 702[[package]] 703name = "list_pool" 704version = "0.0.0" 705dependencies = [ 706 "stdx", 707] 708 709[[package]] 710name = "llvm" 711version = "0.0.0" 712dependencies = [ 713 "ahash 0.8.3", 714 "cc", 715 "libc", 716] 717 718[[package]] 719name = "lock_api" 720version = "0.4.9" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 723dependencies = [ 724 "autocfg", 725 "scopeguard", 726] 727 728[[package]] 729name = "log" 730version = "0.4.17" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 733dependencies = [ 734 "cfg-if", 735] 736 737[[package]] 738name = "md5" 739version = "0.7.0" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 742 743[[package]] 744name = "melange-core" 745version = "0.0.0" 746dependencies = [ 747 "ahash 0.8.3", 748 "anyhow", 749 "bitflags 2.2.1", 750 "camino", 751 "cli-table", 752 "directories-next", 753 "indexmap", 754 "klu-rs", 755 "lasso", 756 "libc", 757 "libloading", 758 "log", 759 "num-complex", 760 "openvaf", 761 "pretty_dtoa", 762 "stdx", 763 "typed-index-collections", 764 "typed_indexmap", 765] 766 767[[package]] 768name = "memchr" 769version = "2.5.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 772 773[[package]] 774name = "memoffset" 775version = "0.8.0" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 778dependencies = [ 779 "autocfg", 780] 781 782[[package]] 783name = "mimalloc" 784version = "0.1.37" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 787dependencies = [ 788 "libmimalloc-sys", 789] 790 791[[package]] 792name = "mini_harness" 793version = "0.0.1" 794dependencies = [ 795 "xflags", 796] 797 798[[package]] 799name = "miniz_oxide" 800version = "0.6.2" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 803dependencies = [ 804 "adler", 805] 806 807[[package]] 808name = "mir" 809version = "0.0.0" 810dependencies = [ 811 "ahash 0.8.3", 812 "bforest", 813 "bitset", 814 "dot", 815 "expect-test", 816 "lasso", 817 "list_pool", 818 "stdx", 819 "typed-index-collections", 820 "typed_indexmap", 821] 822 823[[package]] 824name = "mir_autodiff" 825version = "0.0.0" 826dependencies = [ 827 "ahash 0.8.3", 828 "arena", 829 "bitset", 830 "expect-test", 831 "float-cmp", 832 "indexmap", 833 "mir", 834 "mir_interpret", 835 "mir_reader", 836 "stdx", 837 "typed-index-collections", 838 "typed_indexmap", 839 "workqueue", 840] 841 842[[package]] 843name = "mir_build" 844version = "0.0.0" 845dependencies = [ 846 "bforest", 847 "bitset", 848 "expect-test", 849 "lasso", 850 "mir", 851 "mir_reader", 852 "smallvec", 853 "stdx", 854 "typed-index-collections", 855] 856 857[[package]] 858name = "mir_interpret" 859version = "0.0.0" 860dependencies = [ 861 "lasso", 862 "mir", 863 "typed-index-collections", 864] 865 866[[package]] 867name = "mir_llvm" 868version = "0.0.0" 869dependencies = [ 870 "ahash 0.8.3", 871 "arrayvec", 872 "base_n", 873 "lasso", 874 "libc", 875 "llvm", 876 "log", 877 "mir", 878 "target", 879 "typed-index-collections", 880] 881 882[[package]] 883name = "mir_opt" 884version = "0.0.0" 885dependencies = [ 886 "ahash 0.8.3", 887 "bitset", 888 "expect-test", 889 "hashbrown 0.13.2", 890 "indexmap", 891 "mir", 892 "mir_reader", 893 "stdx", 894 "typed-index-collections", 895 "workqueue", 896] 897 898[[package]] 899name = "mir_reader" 900version = "0.0.0" 901dependencies = [ 902 "bforest", 903 "expect-test", 904 "lasso", 905 "mir", 906] 907 908[[package]] 909name = "num-complex" 910version = "0.4.3" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 913dependencies = [ 914 "num-traits", 915] 916 917[[package]] 918name = "num-traits" 919version = "0.2.15" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 922dependencies = [ 923 "autocfg", 924] 925 926[[package]] 927name = "num_cpus" 928version = "1.15.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 931dependencies = [ 932 "hermit-abi 0.2.6", 933 "libc", 934] 935 936[[package]] 937name = "object" 938version = "0.30.3" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 941dependencies = [ 942 "memchr", 943] 944 945[[package]] 946name = "once_cell" 947version = "1.17.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 950 951[[package]] 952name = "oorandom" 953version = "11.1.3" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 956 957[[package]] 958name = "openvaf" 959version = "0.1.2" 960dependencies = [ 961 "anyhow", 962 "base_n", 963 "basedb", 964 "camino", 965 "linker", 966 "llvm", 967 "md5", 968 "mir_llvm", 969 "osdi", 970 "paths", 971 "sim_back", 972 "target", 973 "termcolor", 974] 975 976[[package]] 977name = "openvaf-driver" 978version = "23.5.0" 979dependencies = [ 980 "anyhow", 981 "backtrace", 982 "backtrace-ext", 983 "camino", 984 "clap", 985 "directories-next", 986 "env_logger", 987 "log", 988 "mimalloc", 989 "openvaf", 990 "path-absolutize", 991 "termcolor", 992] 993 994[[package]] 995name = "osdi" 996version = "0.0.0" 997dependencies = [ 998 "ahash 0.8.3", 999 "base_n", 1000 "camino", 1001 "expect-test", 1002 "float-cmp", 1003 "hir_def", 1004 "hir_lower", 1005 "hir_ty", 1006 "indexmap", 1007 "lasso", 1008 "llvm", 1009 "log", 1010 "mini_harness", 1011 "mir", 1012 "mir_interpret", 1013 "mir_llvm", 1014 "paths", 1015 "rayon-core", 1016 "salsa", 1017 "sim_back", 1018 "smol_str", 1019 "stdx", 1020 "target", 1021 "typed-index-collections", 1022 "typed_indexmap", 1023 "xshell", 1024] 1025 1026[[package]] 1027name = "parking_lot" 1028version = "0.12.1" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1031dependencies = [ 1032 "lock_api", 1033 "parking_lot_core", 1034] 1035 1036[[package]] 1037name = "parking_lot_core" 1038version = "0.9.7" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1041dependencies = [ 1042 "cfg-if", 1043 "libc", 1044 "redox_syscall", 1045 "smallvec", 1046 "windows-sys 0.45.0", 1047] 1048 1049[[package]] 1050name = "parser" 1051version = "0.0.0" 1052dependencies = [ 1053 "drop_bomb", 1054 "stdx", 1055 "tokens", 1056] 1057 1058[[package]] 1059name = "path-absolutize" 1060version = "3.1.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "43eb3595c63a214e1b37b44f44b0a84900ef7ae0b4c5efce59e123d246d7a0de" 1063dependencies = [ 1064 "path-dedot", 1065] 1066 1067[[package]] 1068name = "path-dedot" 1069version = "3.1.0" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "9d55e486337acb9973cdea3ec5638c1b3bcb22e573b2b7b41969e0c744d5a15e" 1072dependencies = [ 1073 "once_cell", 1074] 1075 1076[[package]] 1077name = "paths" 1078version = "0.0.0" 1079 1080[[package]] 1081name = "preprocessor" 1082version = "0.0.0" 1083dependencies = [ 1084 "ahash 0.8.3", 1085 "expect-test", 1086 "lexer", 1087 "stdx", 1088 "text-size", 1089 "tokens", 1090 "typed-index-collections", 1091 "vfs", 1092] 1093 1094[[package]] 1095name = "pretty_dtoa" 1096version = "0.3.0" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "a239bcdfda2c685fda1add3b4695c06225f50075e3cfb5b954e91545587edff2" 1099dependencies = [ 1100 "ryu_floating_decimal", 1101] 1102 1103[[package]] 1104name = "proc-macro2" 1105version = "1.0.56" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1108dependencies = [ 1109 "unicode-ident", 1110] 1111 1112[[package]] 1113name = "pyo3-build-config" 1114version = "0.18.3" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" 1117dependencies = [ 1118 "once_cell", 1119 "python3-dll-a", 1120 "target-lexicon", 1121] 1122 1123[[package]] 1124name = "pyo3-ffi" 1125version = "0.18.3" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" 1128dependencies = [ 1129 "libc", 1130 "pyo3-build-config", 1131] 1132 1133[[package]] 1134name = "python3-dll-a" 1135version = "0.2.6" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "a915bd72824962bf190bbd3e8a044cccb695d1409f73ff5493712eda5136c7a8" 1138dependencies = [ 1139 "cc", 1140] 1141 1142[[package]] 1143name = "quote" 1144version = "1.0.27" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1147dependencies = [ 1148 "proc-macro2", 1149] 1150 1151[[package]] 1152name = "rayon-core" 1153version = "1.11.0" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1156dependencies = [ 1157 "crossbeam-channel", 1158 "crossbeam-deque", 1159 "crossbeam-utils", 1160 "num_cpus", 1161] 1162 1163[[package]] 1164name = "redox_syscall" 1165version = "0.2.16" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1168dependencies = [ 1169 "bitflags 1.3.2", 1170] 1171 1172[[package]] 1173name = "redox_users" 1174version = "0.4.3" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1177dependencies = [ 1178 "getrandom", 1179 "redox_syscall", 1180 "thiserror", 1181] 1182 1183[[package]] 1184name = "regex" 1185version = "1.8.1" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1188dependencies = [ 1189 "aho-corasick", 1190 "memchr", 1191 "regex-syntax", 1192] 1193 1194[[package]] 1195name = "regex-syntax" 1196version = "0.7.1" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1199 1200[[package]] 1201name = "rowan" 1202version = "0.15.11" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "64449cfef9483a475ed56ae30e2da5ee96448789fb2aa240a04beb6a055078bf" 1205dependencies = [ 1206 "countme", 1207 "hashbrown 0.12.3", 1208 "memoffset", 1209 "rustc-hash", 1210 "text-size", 1211] 1212 1213[[package]] 1214name = "rustc-demangle" 1215version = "0.1.23" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1218 1219[[package]] 1220name = "rustc-hash" 1221version = "1.1.0" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1224 1225[[package]] 1226name = "rustix" 1227version = "0.37.19" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1230dependencies = [ 1231 "bitflags 1.3.2", 1232 "errno", 1233 "io-lifetimes", 1234 "libc", 1235 "linux-raw-sys", 1236 "windows-sys 0.48.0", 1237] 1238 1239[[package]] 1240name = "ryu_floating_decimal" 1241version = "0.1.0" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "700de91d5fd6091442d00fdd9ee790af6d4f0f480562b0f5a1e8f59e90aafe73" 1244 1245[[package]] 1246name = "salsa" 1247version = "0.17.0-pre.2" 1248source = "git+https://github.com/DSPOM2/salsa#73532d7d4d8b5b27f2c9f189a76e012d1fc4de09" 1249dependencies = [ 1250 "arc-swap", 1251 "crossbeam-utils", 1252 "dashmap", 1253 "hashlink", 1254 "indexmap", 1255 "lock_api", 1256 "log", 1257 "oorandom", 1258 "parking_lot", 1259 "rustc-hash", 1260 "salsa-macros", 1261 "smallvec", 1262] 1263 1264[[package]] 1265name = "salsa-macros" 1266version = "0.17.0-pre.2" 1267source = "git+https://github.com/DSPOM2/salsa#73532d7d4d8b5b27f2c9f189a76e012d1fc4de09" 1268dependencies = [ 1269 "heck", 1270 "proc-macro2", 1271 "quote", 1272 "syn 1.0.109", 1273] 1274 1275[[package]] 1276name = "scopeguard" 1277version = "1.1.0" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1280 1281[[package]] 1282name = "sim_back" 1283version = "0.0.0" 1284dependencies = [ 1285 "ahash 0.8.3", 1286 "anyhow", 1287 "basedb", 1288 "bitset", 1289 "expect-test", 1290 "float-cmp", 1291 "hir_def", 1292 "hir_lower", 1293 "hir_ty", 1294 "indexmap", 1295 "lasso", 1296 "mir", 1297 "mir_autodiff", 1298 "mir_interpret", 1299 "mir_opt", 1300 "parking_lot", 1301 "paths", 1302 "salsa", 1303 "smol_str", 1304 "stdx", 1305 "syntax", 1306 "typed-index-collections", 1307 "typed_indexmap", 1308 "workqueue", 1309] 1310 1311[[package]] 1312name = "smallvec" 1313version = "1.10.0" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1316 1317[[package]] 1318name = "smol_str" 1319version = "0.2.0" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 1322 1323[[package]] 1324name = "sourcegen" 1325version = "0.0.0" 1326dependencies = [ 1327 "ahash 0.8.3", 1328 "indexmap", 1329 "proc-macro2", 1330 "quote", 1331 "stdx", 1332 "target", 1333 "ungrammar", 1334 "xshell", 1335] 1336 1337[[package]] 1338name = "stdx" 1339version = "0.0.0" 1340 1341[[package]] 1342name = "strsim" 1343version = "0.10.0" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1346 1347[[package]] 1348name = "syn" 1349version = "1.0.109" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1352dependencies = [ 1353 "proc-macro2", 1354 "quote", 1355 "unicode-ident", 1356] 1357 1358[[package]] 1359name = "syn" 1360version = "2.0.15" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1363dependencies = [ 1364 "proc-macro2", 1365 "quote", 1366 "unicode-ident", 1367] 1368 1369[[package]] 1370name = "syntax" 1371version = "0.0.0" 1372dependencies = [ 1373 "parser", 1374 "preprocessor", 1375 "rowan", 1376 "smol_str", 1377 "stdx", 1378 "text-size", 1379 "tokens", 1380 "vfs", 1381] 1382 1383[[package]] 1384name = "target" 1385version = "0.0.0" 1386dependencies = [ 1387 "stdx", 1388 "xshell", 1389] 1390 1391[[package]] 1392name = "target-lexicon" 1393version = "0.12.7" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" 1396 1397[[package]] 1398name = "termcolor" 1399version = "1.2.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1402dependencies = [ 1403 "winapi-util", 1404] 1405 1406[[package]] 1407name = "text-size" 1408version = "1.1.0" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" 1411 1412[[package]] 1413name = "thiserror" 1414version = "1.0.40" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1417dependencies = [ 1418 "thiserror-impl", 1419] 1420 1421[[package]] 1422name = "thiserror-impl" 1423version = "1.0.40" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1426dependencies = [ 1427 "proc-macro2", 1428 "quote", 1429 "syn 2.0.15", 1430] 1431 1432[[package]] 1433name = "tokens" 1434version = "0.0.0" 1435dependencies = [ 1436 "text-size", 1437] 1438 1439[[package]] 1440name = "typed-index-collections" 1441version = "3.1.0" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "183496e014253d15abbe6235677b1392dba2d40524c88938991226baa38ac7c4" 1444 1445[[package]] 1446name = "typed_indexmap" 1447version = "0.0.0" 1448dependencies = [ 1449 "ahash 0.8.3", 1450 "indexmap", 1451] 1452 1453[[package]] 1454name = "ungrammar" 1455version = "1.16.1" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" 1458 1459[[package]] 1460name = "unicode-ident" 1461version = "1.0.8" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1464 1465[[package]] 1466name = "unicode-segmentation" 1467version = "1.10.1" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1470 1471[[package]] 1472name = "unicode-width" 1473version = "0.1.10" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1476 1477[[package]] 1478name = "utf8parse" 1479version = "0.2.1" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1482 1483[[package]] 1484name = "verilogae" 1485version = "1.0.0" 1486dependencies = [ 1487 "ahash 0.8.3", 1488 "anyhow", 1489 "base_n", 1490 "basedb", 1491 "bitset", 1492 "camino", 1493 "directories-next", 1494 "hir_def", 1495 "hir_lower", 1496 "hir_ty", 1497 "indexmap", 1498 "lasso", 1499 "libloading", 1500 "linker", 1501 "llvm", 1502 "md5", 1503 "mir", 1504 "mir_autodiff", 1505 "mir_llvm", 1506 "mir_opt", 1507 "parking_lot", 1508 "paths", 1509 "rayon-core", 1510 "salsa", 1511 "smol_str", 1512 "stdx", 1513 "syntax", 1514 "target", 1515 "termcolor", 1516 "typed-index-collections", 1517 "typed_indexmap", 1518] 1519 1520[[package]] 1521name = "verilogae_ffi" 1522version = "1.0.0" 1523dependencies = [ 1524 "verilogae", 1525] 1526 1527[[package]] 1528name = "verilogae_py" 1529version = "1.0.0" 1530dependencies = [ 1531 "libc", 1532 "pyo3-build-config", 1533 "pyo3-ffi", 1534 "verilogae_ffi", 1535] 1536 1537[[package]] 1538name = "version_check" 1539version = "0.9.4" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1542 1543[[package]] 1544name = "vfs" 1545version = "0.0.0" 1546dependencies = [ 1547 "ahash 0.8.3", 1548 "chardetng", 1549 "encoding_rs", 1550 "indexmap", 1551 "paths", 1552] 1553 1554[[package]] 1555name = "wasi" 1556version = "0.11.0+wasi-snapshot-preview1" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1559 1560[[package]] 1561name = "winapi" 1562version = "0.3.9" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1565dependencies = [ 1566 "winapi-i686-pc-windows-gnu", 1567 "winapi-x86_64-pc-windows-gnu", 1568] 1569 1570[[package]] 1571name = "winapi-i686-pc-windows-gnu" 1572version = "0.4.0" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1575 1576[[package]] 1577name = "winapi-util" 1578version = "0.1.5" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1581dependencies = [ 1582 "winapi", 1583] 1584 1585[[package]] 1586name = "winapi-x86_64-pc-windows-gnu" 1587version = "0.4.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1590 1591[[package]] 1592name = "windows-sys" 1593version = "0.45.0" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1596dependencies = [ 1597 "windows-targets 0.42.2", 1598] 1599 1600[[package]] 1601name = "windows-sys" 1602version = "0.48.0" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1605dependencies = [ 1606 "windows-targets 0.48.0", 1607] 1608 1609[[package]] 1610name = "windows-targets" 1611version = "0.42.2" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1614dependencies = [ 1615 "windows_aarch64_gnullvm 0.42.2", 1616 "windows_aarch64_msvc 0.42.2", 1617 "windows_i686_gnu 0.42.2", 1618 "windows_i686_msvc 0.42.2", 1619 "windows_x86_64_gnu 0.42.2", 1620 "windows_x86_64_gnullvm 0.42.2", 1621 "windows_x86_64_msvc 0.42.2", 1622] 1623 1624[[package]] 1625name = "windows-targets" 1626version = "0.48.0" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1629dependencies = [ 1630 "windows_aarch64_gnullvm 0.48.0", 1631 "windows_aarch64_msvc 0.48.0", 1632 "windows_i686_gnu 0.48.0", 1633 "windows_i686_msvc 0.48.0", 1634 "windows_x86_64_gnu 0.48.0", 1635 "windows_x86_64_gnullvm 0.48.0", 1636 "windows_x86_64_msvc 0.48.0", 1637] 1638 1639[[package]] 1640name = "windows_aarch64_gnullvm" 1641version = "0.42.2" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1644 1645[[package]] 1646name = "windows_aarch64_gnullvm" 1647version = "0.48.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1650 1651[[package]] 1652name = "windows_aarch64_msvc" 1653version = "0.42.2" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1656 1657[[package]] 1658name = "windows_aarch64_msvc" 1659version = "0.48.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1662 1663[[package]] 1664name = "windows_i686_gnu" 1665version = "0.42.2" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1668 1669[[package]] 1670name = "windows_i686_gnu" 1671version = "0.48.0" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1674 1675[[package]] 1676name = "windows_i686_msvc" 1677version = "0.42.2" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1680 1681[[package]] 1682name = "windows_i686_msvc" 1683version = "0.48.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1686 1687[[package]] 1688name = "windows_x86_64_gnu" 1689version = "0.42.2" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1692 1693[[package]] 1694name = "windows_x86_64_gnu" 1695version = "0.48.0" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1698 1699[[package]] 1700name = "windows_x86_64_gnullvm" 1701version = "0.42.2" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1704 1705[[package]] 1706name = "windows_x86_64_gnullvm" 1707version = "0.48.0" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1710 1711[[package]] 1712name = "windows_x86_64_msvc" 1713version = "0.42.2" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1716 1717[[package]] 1718name = "windows_x86_64_msvc" 1719version = "0.48.0" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1722 1723[[package]] 1724name = "workqueue" 1725version = "0.0.0" 1726dependencies = [ 1727 "bitset", 1728] 1729 1730[[package]] 1731name = "xflags" 1732version = "0.3.1" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea" 1735dependencies = [ 1736 "xflags-macros", 1737] 1738 1739[[package]] 1740name = "xflags-macros" 1741version = "0.3.1" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8" 1744 1745[[package]] 1746name = "xshell" 1747version = "0.2.3" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90" 1750dependencies = [ 1751 "xshell-macros", 1752] 1753 1754[[package]] 1755name = "xshell-macros" 1756version = "0.2.3" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c" 1759 1760[[package]] 1761name = "xtask" 1762version = "0.1.0" 1763dependencies = [ 1764 "anyhow", 1765 "base_n", 1766 "md5", 1767 "xflags", 1768 "xshell", 1769]