Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 726 lines 19 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 = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anes" 16version = "0.1.6" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 19 20[[package]] 21name = "anstyle" 22version = "1.0.8" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 25 26[[package]] 27name = "anyhow" 28version = "1.0.86" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 31 32[[package]] 33name = "autocfg" 34version = "1.3.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 37 38[[package]] 39name = "bitstream-io" 40version = "2.5.0" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499" 43 44[[package]] 45name = "bitvec" 46version = "1.0.1" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 49dependencies = [ 50 "funty", 51 "radium", 52 "tap", 53 "wyz", 54] 55 56[[package]] 57name = "bitvec_helpers" 58version = "3.1.5" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "2e6539ed4bcd1be8442a26b154a1e363cbcb1410b9c275646d6f6ca532fd142f" 61dependencies = [ 62 "bitstream-io", 63] 64 65[[package]] 66name = "bumpalo" 67version = "3.16.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 70 71[[package]] 72name = "cast" 73version = "0.3.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 76 77[[package]] 78name = "cfg-if" 79version = "1.0.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 82 83[[package]] 84name = "ciborium" 85version = "0.2.2" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 88dependencies = [ 89 "ciborium-io", 90 "ciborium-ll", 91 "serde", 92] 93 94[[package]] 95name = "ciborium-io" 96version = "0.2.2" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 99 100[[package]] 101name = "ciborium-ll" 102version = "0.2.2" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 105dependencies = [ 106 "ciborium-io", 107 "half", 108] 109 110[[package]] 111name = "clap" 112version = "4.5.13" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" 115dependencies = [ 116 "clap_builder", 117] 118 119[[package]] 120name = "clap_builder" 121version = "4.5.13" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" 124dependencies = [ 125 "anstyle", 126 "clap_lex", 127] 128 129[[package]] 130name = "clap_lex" 131version = "0.7.2" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 134 135[[package]] 136name = "crc" 137version = "3.2.1" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 140dependencies = [ 141 "crc-catalog", 142] 143 144[[package]] 145name = "crc-catalog" 146version = "2.4.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 149 150[[package]] 151name = "criterion" 152version = "0.5.1" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 155dependencies = [ 156 "anes", 157 "cast", 158 "ciborium", 159 "clap", 160 "criterion-plot", 161 "is-terminal", 162 "itertools", 163 "num-traits", 164 "once_cell", 165 "oorandom", 166 "plotters", 167 "rayon", 168 "regex", 169 "serde", 170 "serde_derive", 171 "serde_json", 172 "tinytemplate", 173 "walkdir", 174] 175 176[[package]] 177name = "criterion-plot" 178version = "0.5.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 181dependencies = [ 182 "cast", 183 "itertools", 184] 185 186[[package]] 187name = "crossbeam-deque" 188version = "0.8.5" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 191dependencies = [ 192 "crossbeam-epoch", 193 "crossbeam-utils", 194] 195 196[[package]] 197name = "crossbeam-epoch" 198version = "0.9.18" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 201dependencies = [ 202 "crossbeam-utils", 203] 204 205[[package]] 206name = "crossbeam-utils" 207version = "0.8.20" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 210 211[[package]] 212name = "crunchy" 213version = "0.2.2" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 216 217[[package]] 218name = "dolby_vision" 219version = "3.3.1" 220dependencies = [ 221 "anyhow", 222 "bitvec", 223 "bitvec_helpers", 224 "crc", 225 "criterion", 226 "libc", 227 "roxmltree", 228 "serde", 229 "serde_json", 230 "tinyvec", 231] 232 233[[package]] 234name = "either" 235version = "1.13.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 238 239[[package]] 240name = "equivalent" 241version = "1.0.1" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 244 245[[package]] 246name = "funty" 247version = "2.0.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 250 251[[package]] 252name = "half" 253version = "2.4.1" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 256dependencies = [ 257 "cfg-if", 258 "crunchy", 259] 260 261[[package]] 262name = "hashbrown" 263version = "0.14.5" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 266 267[[package]] 268name = "hermit-abi" 269version = "0.3.9" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 272 273[[package]] 274name = "indexmap" 275version = "2.3.0" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" 278dependencies = [ 279 "equivalent", 280 "hashbrown", 281] 282 283[[package]] 284name = "is-terminal" 285version = "0.4.12" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 288dependencies = [ 289 "hermit-abi", 290 "libc", 291 "windows-sys 0.52.0", 292] 293 294[[package]] 295name = "itertools" 296version = "0.10.5" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 299dependencies = [ 300 "either", 301] 302 303[[package]] 304name = "itoa" 305version = "1.0.11" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 308 309[[package]] 310name = "js-sys" 311version = "0.3.69" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 314dependencies = [ 315 "wasm-bindgen", 316] 317 318[[package]] 319name = "libc" 320version = "0.2.155" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 323 324[[package]] 325name = "log" 326version = "0.4.22" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 329 330[[package]] 331name = "memchr" 332version = "2.7.4" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 335 336[[package]] 337name = "num-traits" 338version = "0.2.19" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 341dependencies = [ 342 "autocfg", 343] 344 345[[package]] 346name = "once_cell" 347version = "1.19.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 350 351[[package]] 352name = "oorandom" 353version = "11.1.4" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 356 357[[package]] 358name = "plotters" 359version = "0.3.6" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" 362dependencies = [ 363 "num-traits", 364 "plotters-backend", 365 "plotters-svg", 366 "wasm-bindgen", 367 "web-sys", 368] 369 370[[package]] 371name = "plotters-backend" 372version = "0.3.6" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" 375 376[[package]] 377name = "plotters-svg" 378version = "0.3.6" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" 381dependencies = [ 382 "plotters-backend", 383] 384 385[[package]] 386name = "proc-macro2" 387version = "1.0.86" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 390dependencies = [ 391 "unicode-ident", 392] 393 394[[package]] 395name = "quote" 396version = "1.0.36" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 399dependencies = [ 400 "proc-macro2", 401] 402 403[[package]] 404name = "radium" 405version = "0.7.0" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 408 409[[package]] 410name = "rayon" 411version = "1.10.0" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 414dependencies = [ 415 "either", 416 "rayon-core", 417] 418 419[[package]] 420name = "rayon-core" 421version = "1.12.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 424dependencies = [ 425 "crossbeam-deque", 426 "crossbeam-utils", 427] 428 429[[package]] 430name = "regex" 431version = "1.10.6" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 434dependencies = [ 435 "aho-corasick", 436 "memchr", 437 "regex-automata", 438 "regex-syntax", 439] 440 441[[package]] 442name = "regex-automata" 443version = "0.4.7" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 446dependencies = [ 447 "aho-corasick", 448 "memchr", 449 "regex-syntax", 450] 451 452[[package]] 453name = "regex-syntax" 454version = "0.8.4" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 457 458[[package]] 459name = "roxmltree" 460version = "0.20.0" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 463 464[[package]] 465name = "ryu" 466version = "1.0.18" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 469 470[[package]] 471name = "same-file" 472version = "1.0.6" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 475dependencies = [ 476 "winapi-util", 477] 478 479[[package]] 480name = "serde" 481version = "1.0.204" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 484dependencies = [ 485 "serde_derive", 486] 487 488[[package]] 489name = "serde_derive" 490version = "1.0.204" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 493dependencies = [ 494 "proc-macro2", 495 "quote", 496 "syn", 497] 498 499[[package]] 500name = "serde_json" 501version = "1.0.122" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" 504dependencies = [ 505 "indexmap", 506 "itoa", 507 "memchr", 508 "ryu", 509 "serde", 510] 511 512[[package]] 513name = "syn" 514version = "2.0.72" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" 517dependencies = [ 518 "proc-macro2", 519 "quote", 520 "unicode-ident", 521] 522 523[[package]] 524name = "tap" 525version = "1.0.1" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 528 529[[package]] 530name = "tinytemplate" 531version = "1.2.1" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 534dependencies = [ 535 "serde", 536 "serde_json", 537] 538 539[[package]] 540name = "tinyvec" 541version = "1.8.0" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 544dependencies = [ 545 "serde", 546] 547 548[[package]] 549name = "unicode-ident" 550version = "1.0.12" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 553 554[[package]] 555name = "walkdir" 556version = "2.5.0" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 559dependencies = [ 560 "same-file", 561 "winapi-util", 562] 563 564[[package]] 565name = "wasm-bindgen" 566version = "0.2.92" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 569dependencies = [ 570 "cfg-if", 571 "wasm-bindgen-macro", 572] 573 574[[package]] 575name = "wasm-bindgen-backend" 576version = "0.2.92" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 579dependencies = [ 580 "bumpalo", 581 "log", 582 "once_cell", 583 "proc-macro2", 584 "quote", 585 "syn", 586 "wasm-bindgen-shared", 587] 588 589[[package]] 590name = "wasm-bindgen-macro" 591version = "0.2.92" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 594dependencies = [ 595 "quote", 596 "wasm-bindgen-macro-support", 597] 598 599[[package]] 600name = "wasm-bindgen-macro-support" 601version = "0.2.92" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 604dependencies = [ 605 "proc-macro2", 606 "quote", 607 "syn", 608 "wasm-bindgen-backend", 609 "wasm-bindgen-shared", 610] 611 612[[package]] 613name = "wasm-bindgen-shared" 614version = "0.2.92" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 617 618[[package]] 619name = "web-sys" 620version = "0.3.69" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 623dependencies = [ 624 "js-sys", 625 "wasm-bindgen", 626] 627 628[[package]] 629name = "winapi-util" 630version = "0.1.9" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 633dependencies = [ 634 "windows-sys 0.59.0", 635] 636 637[[package]] 638name = "windows-sys" 639version = "0.52.0" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 642dependencies = [ 643 "windows-targets", 644] 645 646[[package]] 647name = "windows-sys" 648version = "0.59.0" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 651dependencies = [ 652 "windows-targets", 653] 654 655[[package]] 656name = "windows-targets" 657version = "0.52.6" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 660dependencies = [ 661 "windows_aarch64_gnullvm", 662 "windows_aarch64_msvc", 663 "windows_i686_gnu", 664 "windows_i686_gnullvm", 665 "windows_i686_msvc", 666 "windows_x86_64_gnu", 667 "windows_x86_64_gnullvm", 668 "windows_x86_64_msvc", 669] 670 671[[package]] 672name = "windows_aarch64_gnullvm" 673version = "0.52.6" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 676 677[[package]] 678name = "windows_aarch64_msvc" 679version = "0.52.6" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 682 683[[package]] 684name = "windows_i686_gnu" 685version = "0.52.6" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 688 689[[package]] 690name = "windows_i686_gnullvm" 691version = "0.52.6" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 694 695[[package]] 696name = "windows_i686_msvc" 697version = "0.52.6" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 700 701[[package]] 702name = "windows_x86_64_gnu" 703version = "0.52.6" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 706 707[[package]] 708name = "windows_x86_64_gnullvm" 709version = "0.52.6" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 712 713[[package]] 714name = "windows_x86_64_msvc" 715version = "0.52.6" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 718 719[[package]] 720name = "wyz" 721version = "0.5.1" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 724dependencies = [ 725 "tap", 726]