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 = "0.7.18" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "async-channel" 16version = "1.6.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" 19dependencies = [ 20 "concurrent-queue", 21 "event-listener", 22 "futures-core", 23] 24 25[[package]] 26name = "async-executor" 27version = "1.4.1" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" 30dependencies = [ 31 "async-task", 32 "concurrent-queue", 33 "fastrand", 34 "futures-lite", 35 "once_cell", 36 "slab", 37] 38 39[[package]] 40name = "async-global-executor" 41version = "2.0.2" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" 44dependencies = [ 45 "async-channel", 46 "async-executor", 47 "async-io", 48 "async-mutex", 49 "blocking", 50 "futures-lite", 51 "num_cpus", 52 "once_cell", 53] 54 55[[package]] 56name = "async-io" 57version = "1.6.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" 60dependencies = [ 61 "concurrent-queue", 62 "futures-lite", 63 "libc", 64 "log", 65 "once_cell", 66 "parking", 67 "polling", 68 "slab", 69 "socket2", 70 "waker-fn", 71 "winapi 0.3.9", 72] 73 74[[package]] 75name = "async-lock" 76version = "2.4.0" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" 79dependencies = [ 80 "event-listener", 81] 82 83[[package]] 84name = "async-mutex" 85version = "1.4.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e" 88dependencies = [ 89 "event-listener", 90] 91 92[[package]] 93name = "async-std" 94version = "1.10.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" 97dependencies = [ 98 "async-channel", 99 "async-global-executor", 100 "async-io", 101 "async-lock", 102 "crossbeam-utils", 103 "futures-channel", 104 "futures-core", 105 "futures-io", 106 "futures-lite", 107 "gloo-timers", 108 "kv-log-macro", 109 "log", 110 "memchr", 111 "num_cpus", 112 "once_cell", 113 "pin-project-lite 0.2.7", 114 "pin-utils", 115 "slab", 116 "wasm-bindgen-futures", 117] 118 119[[package]] 120name = "async-task" 121version = "4.0.3" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" 124 125[[package]] 126name = "atomic-waker" 127version = "1.0.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" 130 131[[package]] 132name = "atty" 133version = "0.2.14" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 136dependencies = [ 137 "hermit-abi", 138 "libc", 139 "winapi 0.3.9", 140] 141 142[[package]] 143name = "autocfg" 144version = "1.0.1" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 147 148[[package]] 149name = "bitflags" 150version = "1.3.2" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 153 154[[package]] 155name = "blocking" 156version = "1.0.2" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9" 159dependencies = [ 160 "async-channel", 161 "async-task", 162 "atomic-waker", 163 "fastrand", 164 "futures-lite", 165 "once_cell", 166] 167 168[[package]] 169name = "bstr" 170version = "0.2.17" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 173dependencies = [ 174 "lazy_static", 175 "memchr", 176 "regex-automata", 177 "serde", 178] 179 180[[package]] 181name = "bumpalo" 182version = "3.8.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" 185 186[[package]] 187name = "byteorder" 188version = "1.4.3" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 191 192[[package]] 193name = "bytes" 194version = "0.4.12" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 197dependencies = [ 198 "byteorder", 199 "iovec", 200] 201 202[[package]] 203name = "bytes" 204version = "0.5.6" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 207 208[[package]] 209name = "bytes" 210version = "1.1.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 213 214[[package]] 215name = "cache-padded" 216version = "1.1.1" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" 219 220[[package]] 221name = "cast" 222version = "0.2.7" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a" 225dependencies = [ 226 "rustc_version", 227] 228 229[[package]] 230name = "cc" 231version = "1.0.71" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" 234 235[[package]] 236name = "cfg-if" 237version = "0.1.10" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 240 241[[package]] 242name = "cfg-if" 243version = "1.0.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 246 247[[package]] 248name = "clap" 249version = "2.33.3" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 252dependencies = [ 253 "bitflags", 254 "textwrap", 255 "unicode-width", 256] 257 258[[package]] 259name = "combine" 260version = "4.6.3" 261dependencies = [ 262 "async-std", 263 "bytes 0.5.6", 264 "bytes 1.1.0", 265 "criterion", 266 "futures 0.3.17", 267 "futures-core", 268 "futures-io", 269 "memchr", 270 "once_cell", 271 "partial-io", 272 "pin-project-lite 0.2.7", 273 "quick-error", 274 "quickcheck", 275 "regex", 276 "tokio 0.2.25", 277 "tokio 0.3.7", 278 "tokio 1.12.0", 279 "tokio-util", 280] 281 282[[package]] 283name = "concurrent-queue" 284version = "1.2.2" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" 287dependencies = [ 288 "cache-padded", 289] 290 291[[package]] 292name = "criterion" 293version = "0.3.5" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" 296dependencies = [ 297 "atty", 298 "cast", 299 "clap", 300 "criterion-plot", 301 "csv", 302 "itertools", 303 "lazy_static", 304 "num-traits", 305 "oorandom", 306 "plotters", 307 "rayon", 308 "regex", 309 "serde", 310 "serde_cbor", 311 "serde_derive", 312 "serde_json", 313 "tinytemplate", 314 "walkdir", 315] 316 317[[package]] 318name = "criterion-plot" 319version = "0.4.4" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57" 322dependencies = [ 323 "cast", 324 "itertools", 325] 326 327[[package]] 328name = "crossbeam-channel" 329version = "0.5.1" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 332dependencies = [ 333 "cfg-if 1.0.0", 334 "crossbeam-utils", 335] 336 337[[package]] 338name = "crossbeam-deque" 339version = "0.8.1" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 342dependencies = [ 343 "cfg-if 1.0.0", 344 "crossbeam-epoch", 345 "crossbeam-utils", 346] 347 348[[package]] 349name = "crossbeam-epoch" 350version = "0.9.5" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" 353dependencies = [ 354 "cfg-if 1.0.0", 355 "crossbeam-utils", 356 "lazy_static", 357 "memoffset", 358 "scopeguard", 359] 360 361[[package]] 362name = "crossbeam-utils" 363version = "0.8.5" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" 366dependencies = [ 367 "cfg-if 1.0.0", 368 "lazy_static", 369] 370 371[[package]] 372name = "csv" 373version = "1.1.6" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 376dependencies = [ 377 "bstr", 378 "csv-core", 379 "itoa", 380 "ryu", 381 "serde", 382] 383 384[[package]] 385name = "csv-core" 386version = "0.1.10" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 389dependencies = [ 390 "memchr", 391] 392 393[[package]] 394name = "ctor" 395version = "0.1.21" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" 398dependencies = [ 399 "quote", 400 "syn", 401] 402 403[[package]] 404name = "either" 405version = "1.6.1" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 408 409[[package]] 410name = "env_logger" 411version = "0.5.13" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" 414dependencies = [ 415 "atty", 416 "humantime", 417 "log", 418 "regex", 419 "termcolor", 420] 421 422[[package]] 423name = "event-listener" 424version = "2.5.1" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" 427 428[[package]] 429name = "fastrand" 430version = "1.5.0" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" 433dependencies = [ 434 "instant", 435] 436 437[[package]] 438name = "fuchsia-cprng" 439version = "0.1.1" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 442 443[[package]] 444name = "fuchsia-zircon" 445version = "0.3.3" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 448dependencies = [ 449 "bitflags", 450 "fuchsia-zircon-sys", 451] 452 453[[package]] 454name = "fuchsia-zircon-sys" 455version = "0.3.3" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 458 459[[package]] 460name = "futures" 461version = "0.1.31" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 464 465[[package]] 466name = "futures" 467version = "0.3.17" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca" 470dependencies = [ 471 "futures-channel", 472 "futures-core", 473 "futures-executor", 474 "futures-io", 475 "futures-sink", 476 "futures-task", 477 "futures-util", 478] 479 480[[package]] 481name = "futures-channel" 482version = "0.3.17" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888" 485dependencies = [ 486 "futures-core", 487 "futures-sink", 488] 489 490[[package]] 491name = "futures-core" 492version = "0.3.17" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" 495 496[[package]] 497name = "futures-executor" 498version = "0.3.17" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c" 501dependencies = [ 502 "futures-core", 503 "futures-task", 504 "futures-util", 505] 506 507[[package]] 508name = "futures-io" 509version = "0.3.17" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" 512 513[[package]] 514name = "futures-lite" 515version = "1.12.0" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 518dependencies = [ 519 "fastrand", 520 "futures-core", 521 "futures-io", 522 "memchr", 523 "parking", 524 "pin-project-lite 0.2.7", 525 "waker-fn", 526] 527 528[[package]] 529name = "futures-macro" 530version = "0.3.17" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb" 533dependencies = [ 534 "autocfg", 535 "proc-macro-hack", 536 "proc-macro2", 537 "quote", 538 "syn", 539] 540 541[[package]] 542name = "futures-sink" 543version = "0.3.17" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11" 546 547[[package]] 548name = "futures-task" 549version = "0.3.17" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" 552 553[[package]] 554name = "futures-util" 555version = "0.3.17" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" 558dependencies = [ 559 "autocfg", 560 "futures-channel", 561 "futures-core", 562 "futures-io", 563 "futures-macro", 564 "futures-sink", 565 "futures-task", 566 "memchr", 567 "pin-project-lite 0.2.7", 568 "pin-utils", 569 "proc-macro-hack", 570 "proc-macro-nested", 571 "slab", 572] 573 574[[package]] 575name = "gloo-timers" 576version = "0.2.1" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f" 579dependencies = [ 580 "futures-channel", 581 "futures-core", 582 "js-sys", 583 "wasm-bindgen", 584 "web-sys", 585] 586 587[[package]] 588name = "half" 589version = "1.8.2" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 592 593[[package]] 594name = "hermit-abi" 595version = "0.1.19" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 598dependencies = [ 599 "libc", 600] 601 602[[package]] 603name = "humantime" 604version = "1.3.0" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 607dependencies = [ 608 "quick-error", 609] 610 611[[package]] 612name = "instant" 613version = "0.1.12" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 616dependencies = [ 617 "cfg-if 1.0.0", 618] 619 620[[package]] 621name = "iovec" 622version = "0.1.4" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 625dependencies = [ 626 "libc", 627] 628 629[[package]] 630name = "itertools" 631version = "0.10.1" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" 634dependencies = [ 635 "either", 636] 637 638[[package]] 639name = "itoa" 640version = "0.4.8" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 643 644[[package]] 645name = "js-sys" 646version = "0.3.55" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" 649dependencies = [ 650 "wasm-bindgen", 651] 652 653[[package]] 654name = "kernel32-sys" 655version = "0.2.2" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 658dependencies = [ 659 "winapi 0.2.8", 660 "winapi-build", 661] 662 663[[package]] 664name = "kv-log-macro" 665version = "1.0.7" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 668dependencies = [ 669 "log", 670] 671 672[[package]] 673name = "lazy_static" 674version = "1.4.0" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 677 678[[package]] 679name = "libc" 680version = "0.2.105" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" 683 684[[package]] 685name = "log" 686version = "0.4.14" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 689dependencies = [ 690 "cfg-if 1.0.0", 691 "value-bag", 692] 693 694[[package]] 695name = "memchr" 696version = "2.4.1" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 699 700[[package]] 701name = "memoffset" 702version = "0.6.4" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" 705dependencies = [ 706 "autocfg", 707] 708 709[[package]] 710name = "mio" 711version = "0.6.23" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 714dependencies = [ 715 "cfg-if 0.1.10", 716 "fuchsia-zircon", 717 "fuchsia-zircon-sys", 718 "iovec", 719 "kernel32-sys", 720 "libc", 721 "log", 722 "miow", 723 "net2", 724 "slab", 725 "winapi 0.2.8", 726] 727 728[[package]] 729name = "miow" 730version = "0.2.2" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 733dependencies = [ 734 "kernel32-sys", 735 "net2", 736 "winapi 0.2.8", 737 "ws2_32-sys", 738] 739 740[[package]] 741name = "net2" 742version = "0.2.37" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 745dependencies = [ 746 "cfg-if 0.1.10", 747 "libc", 748 "winapi 0.3.9", 749] 750 751[[package]] 752name = "num-traits" 753version = "0.2.14" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 756dependencies = [ 757 "autocfg", 758] 759 760[[package]] 761name = "num_cpus" 762version = "1.13.0" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 765dependencies = [ 766 "hermit-abi", 767 "libc", 768] 769 770[[package]] 771name = "once_cell" 772version = "1.8.0" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 775 776[[package]] 777name = "oorandom" 778version = "11.1.3" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 781 782[[package]] 783name = "parking" 784version = "2.0.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 787 788[[package]] 789name = "partial-io" 790version = "0.3.1" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "682cf88dcd93492e8d17723b7ccc1ae2eeffd1d312ea3533c942aa8af7122a2d" 793dependencies = [ 794 "futures 0.1.31", 795 "quickcheck", 796 "tokio-io", 797] 798 799[[package]] 800name = "pin-project-lite" 801version = "0.1.12" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 804 805[[package]] 806name = "pin-project-lite" 807version = "0.2.7" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 810 811[[package]] 812name = "pin-utils" 813version = "0.1.0" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 816 817[[package]] 818name = "plotters" 819version = "0.3.1" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a" 822dependencies = [ 823 "num-traits", 824 "plotters-backend", 825 "plotters-svg", 826 "wasm-bindgen", 827 "web-sys", 828] 829 830[[package]] 831name = "plotters-backend" 832version = "0.3.2" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c" 835 836[[package]] 837name = "plotters-svg" 838version = "0.3.1" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9" 841dependencies = [ 842 "plotters-backend", 843] 844 845[[package]] 846name = "polling" 847version = "2.1.0" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" 850dependencies = [ 851 "cfg-if 1.0.0", 852 "libc", 853 "log", 854 "wepoll-ffi", 855 "winapi 0.3.9", 856] 857 858[[package]] 859name = "proc-macro-hack" 860version = "0.5.19" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 863 864[[package]] 865name = "proc-macro-nested" 866version = "0.1.7" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" 869 870[[package]] 871name = "proc-macro2" 872version = "1.0.32" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" 875dependencies = [ 876 "unicode-xid", 877] 878 879[[package]] 880name = "quick-error" 881version = "1.2.3" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 884 885[[package]] 886name = "quickcheck" 887version = "0.6.2" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "c01babc5ffd48a2a83744b3024814bb46dfd4f2a4705ccb44b1b60e644fdcab7" 890dependencies = [ 891 "env_logger", 892 "log", 893 "rand", 894] 895 896[[package]] 897name = "quote" 898version = "1.0.10" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" 901dependencies = [ 902 "proc-macro2", 903] 904 905[[package]] 906name = "rand" 907version = "0.4.6" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 910dependencies = [ 911 "fuchsia-cprng", 912 "libc", 913 "rand_core 0.3.1", 914 "rdrand", 915 "winapi 0.3.9", 916] 917 918[[package]] 919name = "rand_core" 920version = "0.3.1" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 923dependencies = [ 924 "rand_core 0.4.2", 925] 926 927[[package]] 928name = "rand_core" 929version = "0.4.2" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 932 933[[package]] 934name = "rayon" 935version = "1.5.1" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" 938dependencies = [ 939 "autocfg", 940 "crossbeam-deque", 941 "either", 942 "rayon-core", 943] 944 945[[package]] 946name = "rayon-core" 947version = "1.9.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" 950dependencies = [ 951 "crossbeam-channel", 952 "crossbeam-deque", 953 "crossbeam-utils", 954 "lazy_static", 955 "num_cpus", 956] 957 958[[package]] 959name = "rdrand" 960version = "0.4.0" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 963dependencies = [ 964 "rand_core 0.3.1", 965] 966 967[[package]] 968name = "regex" 969version = "1.5.4" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" 972dependencies = [ 973 "aho-corasick", 974 "memchr", 975 "regex-syntax", 976] 977 978[[package]] 979name = "regex-automata" 980version = "0.1.10" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 983 984[[package]] 985name = "regex-syntax" 986version = "0.6.25" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" 989 990[[package]] 991name = "rustc_version" 992version = "0.4.0" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 995dependencies = [ 996 "semver", 997] 998 999[[package]] 1000name = "ryu" 1001version = "1.0.5" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 1004 1005[[package]] 1006name = "same-file" 1007version = "1.0.6" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1010dependencies = [ 1011 "winapi-util", 1012] 1013 1014[[package]] 1015name = "scopeguard" 1016version = "1.1.0" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1019 1020[[package]] 1021name = "semver" 1022version = "1.0.4" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" 1025 1026[[package]] 1027name = "serde" 1028version = "1.0.130" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" 1031 1032[[package]] 1033name = "serde_cbor" 1034version = "0.11.2" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 1037dependencies = [ 1038 "half", 1039 "serde", 1040] 1041 1042[[package]] 1043name = "serde_derive" 1044version = "1.0.130" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" 1047dependencies = [ 1048 "proc-macro2", 1049 "quote", 1050 "syn", 1051] 1052 1053[[package]] 1054name = "serde_json" 1055version = "1.0.68" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" 1058dependencies = [ 1059 "itoa", 1060 "ryu", 1061 "serde", 1062] 1063 1064[[package]] 1065name = "slab" 1066version = "0.4.5" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" 1069 1070[[package]] 1071name = "socket2" 1072version = "0.4.2" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" 1075dependencies = [ 1076 "libc", 1077 "winapi 0.3.9", 1078] 1079 1080[[package]] 1081name = "syn" 1082version = "1.0.81" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" 1085dependencies = [ 1086 "proc-macro2", 1087 "quote", 1088 "unicode-xid", 1089] 1090 1091[[package]] 1092name = "termcolor" 1093version = "1.1.2" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 1096dependencies = [ 1097 "winapi-util", 1098] 1099 1100[[package]] 1101name = "textwrap" 1102version = "0.11.0" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1105dependencies = [ 1106 "unicode-width", 1107] 1108 1109[[package]] 1110name = "tinytemplate" 1111version = "1.2.1" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1114dependencies = [ 1115 "serde", 1116 "serde_json", 1117] 1118 1119[[package]] 1120name = "tokio" 1121version = "0.2.25" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 1124dependencies = [ 1125 "bytes 0.5.6", 1126 "lazy_static", 1127 "memchr", 1128 "mio", 1129 "pin-project-lite 0.1.12", 1130 "slab", 1131 "tokio-macros 0.2.6", 1132] 1133 1134[[package]] 1135name = "tokio" 1136version = "0.3.7" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "46409491c9375a693ce7032101970a54f8a2010efb77e13f70788f0d84489e39" 1139dependencies = [ 1140 "autocfg", 1141 "num_cpus", 1142 "pin-project-lite 0.2.7", 1143 "slab", 1144 "tokio-macros 0.3.2", 1145] 1146 1147[[package]] 1148name = "tokio" 1149version = "1.12.0" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" 1152dependencies = [ 1153 "autocfg", 1154 "bytes 1.1.0", 1155 "memchr", 1156 "num_cpus", 1157 "pin-project-lite 0.2.7", 1158 "tokio-macros 1.5.0", 1159] 1160 1161[[package]] 1162name = "tokio-io" 1163version = "0.1.13" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" 1166dependencies = [ 1167 "bytes 0.4.12", 1168 "futures 0.1.31", 1169 "log", 1170] 1171 1172[[package]] 1173name = "tokio-macros" 1174version = "0.2.6" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" 1177dependencies = [ 1178 "proc-macro2", 1179 "quote", 1180 "syn", 1181] 1182 1183[[package]] 1184name = "tokio-macros" 1185version = "0.3.2" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "46dfffa59fc3c8aad216ed61bdc2c263d2b9d87a9c8ac9de0c11a813e51b6db7" 1188dependencies = [ 1189 "proc-macro2", 1190 "quote", 1191 "syn", 1192] 1193 1194[[package]] 1195name = "tokio-macros" 1196version = "1.5.0" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd" 1199dependencies = [ 1200 "proc-macro2", 1201 "quote", 1202 "syn", 1203] 1204 1205[[package]] 1206name = "tokio-util" 1207version = "0.6.8" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd" 1210dependencies = [ 1211 "bytes 1.1.0", 1212 "futures-core", 1213 "futures-sink", 1214 "log", 1215 "pin-project-lite 0.2.7", 1216 "tokio 1.12.0", 1217] 1218 1219[[package]] 1220name = "unicode-width" 1221version = "0.1.9" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 1224 1225[[package]] 1226name = "unicode-xid" 1227version = "0.2.2" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 1230 1231[[package]] 1232name = "value-bag" 1233version = "1.0.0-alpha.8" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f" 1236dependencies = [ 1237 "ctor", 1238 "version_check", 1239] 1240 1241[[package]] 1242name = "version_check" 1243version = "0.9.3" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 1246 1247[[package]] 1248name = "waker-fn" 1249version = "1.1.0" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 1252 1253[[package]] 1254name = "walkdir" 1255version = "2.3.2" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 1258dependencies = [ 1259 "same-file", 1260 "winapi 0.3.9", 1261 "winapi-util", 1262] 1263 1264[[package]] 1265name = "wasm-bindgen" 1266version = "0.2.78" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" 1269dependencies = [ 1270 "cfg-if 1.0.0", 1271 "wasm-bindgen-macro", 1272] 1273 1274[[package]] 1275name = "wasm-bindgen-backend" 1276version = "0.2.78" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" 1279dependencies = [ 1280 "bumpalo", 1281 "lazy_static", 1282 "log", 1283 "proc-macro2", 1284 "quote", 1285 "syn", 1286 "wasm-bindgen-shared", 1287] 1288 1289[[package]] 1290name = "wasm-bindgen-futures" 1291version = "0.4.28" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" 1294dependencies = [ 1295 "cfg-if 1.0.0", 1296 "js-sys", 1297 "wasm-bindgen", 1298 "web-sys", 1299] 1300 1301[[package]] 1302name = "wasm-bindgen-macro" 1303version = "0.2.78" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" 1306dependencies = [ 1307 "quote", 1308 "wasm-bindgen-macro-support", 1309] 1310 1311[[package]] 1312name = "wasm-bindgen-macro-support" 1313version = "0.2.78" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" 1316dependencies = [ 1317 "proc-macro2", 1318 "quote", 1319 "syn", 1320 "wasm-bindgen-backend", 1321 "wasm-bindgen-shared", 1322] 1323 1324[[package]] 1325name = "wasm-bindgen-shared" 1326version = "0.2.78" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" 1329 1330[[package]] 1331name = "web-sys" 1332version = "0.3.55" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb" 1335dependencies = [ 1336 "js-sys", 1337 "wasm-bindgen", 1338] 1339 1340[[package]] 1341name = "wepoll-ffi" 1342version = "0.1.2" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 1345dependencies = [ 1346 "cc", 1347] 1348 1349[[package]] 1350name = "winapi" 1351version = "0.2.8" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1354 1355[[package]] 1356name = "winapi" 1357version = "0.3.9" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1360dependencies = [ 1361 "winapi-i686-pc-windows-gnu", 1362 "winapi-x86_64-pc-windows-gnu", 1363] 1364 1365[[package]] 1366name = "winapi-build" 1367version = "0.1.1" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1370 1371[[package]] 1372name = "winapi-i686-pc-windows-gnu" 1373version = "0.4.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1376 1377[[package]] 1378name = "winapi-util" 1379version = "0.1.5" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1382dependencies = [ 1383 "winapi 0.3.9", 1384] 1385 1386[[package]] 1387name = "winapi-x86_64-pc-windows-gnu" 1388version = "0.4.0" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1391 1392[[package]] 1393name = "ws2_32-sys" 1394version = "0.2.1" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1397dependencies = [ 1398 "winapi 0.2.8", 1399 "winapi-build", 1400] 1401