1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anes" 7version = "0.1.6" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 10 11[[package]] 12name = "anyhow" 13version = "1.0.65" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" 16 17[[package]] 18name = "atomic-polyfill" 19version = "0.1.11" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28" 22dependencies = [ 23 "critical-section", 24] 25 26[[package]] 27name = "atty" 28version = "0.2.14" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 31dependencies = [ 32 "hermit-abi 0.1.19", 33 "libc", 34 "winapi", 35] 36 37[[package]] 38name = "autocfg" 39version = "1.1.0" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 42 43[[package]] 44name = "bitflags" 45version = "1.3.2" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 48 49[[package]] 50name = "bitvec" 51version = "1.0.1" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 54dependencies = [ 55 "funty", 56 "radium", 57 "tap", 58 "wyz", 59] 60 61[[package]] 62name = "block-buffer" 63version = "0.9.0" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 66dependencies = [ 67 "generic-array", 68] 69 70[[package]] 71name = "block-buffer" 72version = "0.10.3" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 75dependencies = [ 76 "generic-array", 77] 78 79[[package]] 80name = "bls12_381" 81version = "0.7.0" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "62250ece575fa9b22068b3a8d59586f01d426dd7785522efd97632959e71c986" 84dependencies = [ 85 "ff", 86 "group", 87 "pairing", 88 "rand_core", 89 "subtle", 90] 91 92[[package]] 93name = "bls12_381_plus" 94version = "0.7.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "c7c681aa947677ec0c5ccfa6f14c0dd039ddbaa7b12952bf146bd5226a5f9880" 97dependencies = [ 98 "digest 0.9.0", 99 "ff", 100 "group", 101 "heapless", 102 "pairing", 103 "rand_core", 104 "serde", 105 "subtle", 106 "zeroize", 107] 108 109[[package]] 110name = "bumpalo" 111version = "3.11.1" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 114 115[[package]] 116name = "byteorder" 117version = "1.4.3" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 120 121[[package]] 122name = "cast" 123version = "0.3.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 126 127[[package]] 128name = "cfg-if" 129version = "1.0.0" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 132 133[[package]] 134name = "chia" 135version = "0.2.0" 136dependencies = [ 137 "chia-protocol", 138 "clvm-utils", 139 "clvmr", 140 "hex", 141 "num-traits", 142 "pyo3", 143] 144 145[[package]] 146name = "chia-bls" 147version = "0.2.0" 148dependencies = [ 149 "anyhow", 150 "bls12_381_plus", 151 "criterion", 152 "group", 153 "hex", 154 "hkdf", 155 "num-bigint", 156 "rand", 157 "sha2 0.9.9", 158 "tiny-bip39", 159] 160 161[[package]] 162name = "chia-protocol" 163version = "0.2.0" 164dependencies = [ 165 "chia_py_streamable_macro", 166 "chia_streamable_macro", 167 "clvmr", 168 "hex", 169 "pyo3", 170 "sha2 0.10.2", 171] 172 173[[package]] 174name = "chia_py_streamable_macro" 175version = "0.1.2" 176dependencies = [ 177 "quote", 178 "syn", 179] 180 181[[package]] 182name = "chia_rs" 183version = "0.2.0" 184dependencies = [ 185 "chia", 186 "chia-protocol", 187 "chia_py_streamable_macro", 188 "chia_streamable_macro", 189 "clvmr", 190 "hex", 191 "pyo3", 192] 193 194[[package]] 195name = "chia_streamable_macro" 196version = "0.2.3" 197dependencies = [ 198 "quote", 199 "syn", 200] 201 202[[package]] 203name = "chia_wasm" 204version = "0.2.0" 205dependencies = [ 206 "chia", 207 "wasm-bindgen", 208 "wasm-bindgen-test", 209] 210 211[[package]] 212name = "ciborium" 213version = "0.2.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 216dependencies = [ 217 "ciborium-io", 218 "ciborium-ll", 219 "serde", 220] 221 222[[package]] 223name = "ciborium-io" 224version = "0.2.0" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 227 228[[package]] 229name = "ciborium-ll" 230version = "0.2.0" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 233dependencies = [ 234 "ciborium-io", 235 "half", 236] 237 238[[package]] 239name = "clap" 240version = "3.2.23" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 243dependencies = [ 244 "bitflags", 245 "clap_lex", 246 "indexmap", 247 "textwrap", 248] 249 250[[package]] 251name = "clap_lex" 252version = "0.2.4" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 255dependencies = [ 256 "os_str_bytes", 257] 258 259[[package]] 260name = "clvm-utils" 261version = "0.2.0" 262dependencies = [ 263 "clvmr", 264] 265 266[[package]] 267name = "clvmr" 268version = "0.2.2" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "8c6bb157d96f8309f2081663887e055b6f500f00d50235290690988d11197e84" 271dependencies = [ 272 "bls12_381", 273 "hex", 274 "lazy_static", 275 "num-bigint", 276 "num-integer", 277 "num-traits", 278 "sha2 0.10.2", 279] 280 281[[package]] 282name = "console_error_panic_hook" 283version = "0.1.7" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 286dependencies = [ 287 "cfg-if", 288 "wasm-bindgen", 289] 290 291[[package]] 292name = "cpufeatures" 293version = "0.2.5" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 296dependencies = [ 297 "libc", 298] 299 300[[package]] 301name = "criterion" 302version = "0.4.0" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 305dependencies = [ 306 "anes", 307 "atty", 308 "cast", 309 "ciborium", 310 "clap", 311 "criterion-plot", 312 "itertools", 313 "lazy_static", 314 "num-traits", 315 "oorandom", 316 "plotters", 317 "rayon", 318 "regex", 319 "serde", 320 "serde_derive", 321 "serde_json", 322 "tinytemplate", 323 "walkdir", 324] 325 326[[package]] 327name = "criterion-plot" 328version = "0.5.0" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 331dependencies = [ 332 "cast", 333 "itertools", 334] 335 336[[package]] 337name = "critical-section" 338version = "1.1.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" 341 342[[package]] 343name = "crossbeam-channel" 344version = "0.5.6" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 347dependencies = [ 348 "cfg-if", 349 "crossbeam-utils", 350] 351 352[[package]] 353name = "crossbeam-deque" 354version = "0.8.2" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 357dependencies = [ 358 "cfg-if", 359 "crossbeam-epoch", 360 "crossbeam-utils", 361] 362 363[[package]] 364name = "crossbeam-epoch" 365version = "0.9.13" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 368dependencies = [ 369 "autocfg", 370 "cfg-if", 371 "crossbeam-utils", 372 "memoffset", 373 "scopeguard", 374] 375 376[[package]] 377name = "crossbeam-utils" 378version = "0.8.14" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 381dependencies = [ 382 "cfg-if", 383] 384 385[[package]] 386name = "crypto-common" 387version = "0.1.6" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 390dependencies = [ 391 "generic-array", 392 "typenum", 393] 394 395[[package]] 396name = "crypto-mac" 397version = "0.11.1" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 400dependencies = [ 401 "generic-array", 402 "subtle", 403] 404 405[[package]] 406name = "ctor" 407version = "0.1.26" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 410dependencies = [ 411 "quote", 412 "syn", 413] 414 415[[package]] 416name = "digest" 417version = "0.9.0" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 420dependencies = [ 421 "generic-array", 422] 423 424[[package]] 425name = "digest" 426version = "0.10.6" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 429dependencies = [ 430 "block-buffer 0.10.3", 431 "crypto-common", 432 "subtle", 433] 434 435[[package]] 436name = "either" 437version = "1.8.0" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 440 441[[package]] 442name = "ff" 443version = "0.12.1" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 446dependencies = [ 447 "bitvec", 448 "rand_core", 449 "subtle", 450] 451 452[[package]] 453name = "funty" 454version = "2.0.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 457 458[[package]] 459name = "generic-array" 460version = "0.14.6" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 463dependencies = [ 464 "typenum", 465 "version_check", 466] 467 468[[package]] 469name = "getrandom" 470version = "0.2.8" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 473dependencies = [ 474 "cfg-if", 475 "libc", 476 "wasi", 477] 478 479[[package]] 480name = "ghost" 481version = "0.1.7" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "41973d4c45f7a35af8753ba3457cc99d406d863941fd7f52663cff54a5ab99b3" 484dependencies = [ 485 "proc-macro2", 486 "quote", 487 "syn", 488] 489 490[[package]] 491name = "group" 492version = "0.12.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "7391856def869c1c81063a03457c676fbcd419709c3dfb33d8d319de484b154d" 495dependencies = [ 496 "byteorder", 497 "ff", 498 "rand_core", 499 "subtle", 500] 501 502[[package]] 503name = "half" 504version = "1.8.2" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 507 508[[package]] 509name = "hash32" 510version = "0.2.1" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 513dependencies = [ 514 "byteorder", 515] 516 517[[package]] 518name = "hashbrown" 519version = "0.12.3" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 522 523[[package]] 524name = "heapless" 525version = "0.7.16" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743" 528dependencies = [ 529 "atomic-polyfill", 530 "hash32", 531 "rustc_version", 532 "spin", 533 "stable_deref_trait", 534] 535 536[[package]] 537name = "hermit-abi" 538version = "0.1.19" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 541dependencies = [ 542 "libc", 543] 544 545[[package]] 546name = "hermit-abi" 547version = "0.2.6" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 550dependencies = [ 551 "libc", 552] 553 554[[package]] 555name = "hex" 556version = "0.4.3" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 559 560[[package]] 561name = "hkdf" 562version = "0.11.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b" 565dependencies = [ 566 "digest 0.9.0", 567 "hmac 0.11.0", 568] 569 570[[package]] 571name = "hmac" 572version = "0.11.0" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" 575dependencies = [ 576 "crypto-mac", 577 "digest 0.9.0", 578] 579 580[[package]] 581name = "hmac" 582version = "0.12.1" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 585dependencies = [ 586 "digest 0.10.6", 587] 588 589[[package]] 590name = "indexmap" 591version = "1.9.2" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 594dependencies = [ 595 "autocfg", 596 "hashbrown", 597] 598 599[[package]] 600name = "indoc" 601version = "0.3.6" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 604dependencies = [ 605 "indoc-impl", 606 "proc-macro-hack", 607] 608 609[[package]] 610name = "indoc-impl" 611version = "0.3.6" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 614dependencies = [ 615 "proc-macro-hack", 616 "proc-macro2", 617 "quote", 618 "syn", 619 "unindent", 620] 621 622[[package]] 623name = "instant" 624version = "0.1.12" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 627dependencies = [ 628 "cfg-if", 629] 630 631[[package]] 632name = "inventory" 633version = "0.1.11" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4" 636dependencies = [ 637 "ctor", 638 "ghost", 639 "inventory-impl", 640] 641 642[[package]] 643name = "inventory-impl" 644version = "0.1.11" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548" 647dependencies = [ 648 "proc-macro2", 649 "quote", 650 "syn", 651] 652 653[[package]] 654name = "itertools" 655version = "0.10.5" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 658dependencies = [ 659 "either", 660] 661 662[[package]] 663name = "itoa" 664version = "1.0.5" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 667 668[[package]] 669name = "js-sys" 670version = "0.3.52" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752" 673dependencies = [ 674 "wasm-bindgen", 675] 676 677[[package]] 678name = "lazy_static" 679version = "1.4.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 682 683[[package]] 684name = "libc" 685version = "0.2.139" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 688 689[[package]] 690name = "lock_api" 691version = "0.4.9" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 694dependencies = [ 695 "autocfg", 696 "scopeguard", 697] 698 699[[package]] 700name = "log" 701version = "0.4.17" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 704dependencies = [ 705 "cfg-if", 706] 707 708[[package]] 709name = "memoffset" 710version = "0.7.1" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 713dependencies = [ 714 "autocfg", 715] 716 717[[package]] 718name = "num-bigint" 719version = "0.4.3" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 722dependencies = [ 723 "autocfg", 724 "num-integer", 725 "num-traits", 726] 727 728[[package]] 729name = "num-integer" 730version = "0.1.45" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 733dependencies = [ 734 "autocfg", 735 "num-traits", 736] 737 738[[package]] 739name = "num-traits" 740version = "0.2.15" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 743dependencies = [ 744 "autocfg", 745] 746 747[[package]] 748name = "num_cpus" 749version = "1.15.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 752dependencies = [ 753 "hermit-abi 0.2.6", 754 "libc", 755] 756 757[[package]] 758name = "once_cell" 759version = "1.17.0" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 762 763[[package]] 764name = "oorandom" 765version = "11.1.3" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 768 769[[package]] 770name = "opaque-debug" 771version = "0.3.0" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 774 775[[package]] 776name = "os_str_bytes" 777version = "6.4.1" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 780 781[[package]] 782name = "pairing" 783version = "0.22.0" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" 786dependencies = [ 787 "group", 788] 789 790[[package]] 791name = "parking_lot" 792version = "0.11.2" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 795dependencies = [ 796 "instant", 797 "lock_api", 798 "parking_lot_core", 799] 800 801[[package]] 802name = "parking_lot_core" 803version = "0.8.6" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 806dependencies = [ 807 "cfg-if", 808 "instant", 809 "libc", 810 "redox_syscall", 811 "smallvec", 812 "winapi", 813] 814 815[[package]] 816name = "paste" 817version = "0.1.18" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" 820dependencies = [ 821 "paste-impl", 822 "proc-macro-hack", 823] 824 825[[package]] 826name = "paste-impl" 827version = "0.1.18" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" 830dependencies = [ 831 "proc-macro-hack", 832] 833 834[[package]] 835name = "pbkdf2" 836version = "0.11.0" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 839dependencies = [ 840 "digest 0.10.6", 841] 842 843[[package]] 844name = "plotters" 845version = "0.3.4" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 848dependencies = [ 849 "num-traits", 850 "plotters-backend", 851 "plotters-svg", 852 "wasm-bindgen", 853 "web-sys", 854] 855 856[[package]] 857name = "plotters-backend" 858version = "0.3.4" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 861 862[[package]] 863name = "plotters-svg" 864version = "0.3.3" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 867dependencies = [ 868 "plotters-backend", 869] 870 871[[package]] 872name = "ppv-lite86" 873version = "0.2.17" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 876 877[[package]] 878name = "proc-macro-hack" 879version = "0.5.20+deprecated" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 882 883[[package]] 884name = "proc-macro2" 885version = "1.0.49" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" 888dependencies = [ 889 "unicode-ident", 890] 891 892[[package]] 893name = "pyo3" 894version = "0.15.1" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720" 897dependencies = [ 898 "cfg-if", 899 "indoc", 900 "inventory", 901 "libc", 902 "parking_lot", 903 "paste", 904 "pyo3-build-config", 905 "pyo3-macros", 906 "unindent", 907] 908 909[[package]] 910name = "pyo3-build-config" 911version = "0.15.2" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410" 914dependencies = [ 915 "once_cell", 916] 917 918[[package]] 919name = "pyo3-macros" 920version = "0.15.1" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755" 923dependencies = [ 924 "pyo3-macros-backend", 925 "quote", 926 "syn", 927] 928 929[[package]] 930name = "pyo3-macros-backend" 931version = "0.15.1" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a" 934dependencies = [ 935 "proc-macro2", 936 "pyo3-build-config", 937 "quote", 938 "syn", 939] 940 941[[package]] 942name = "quote" 943version = "1.0.23" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 946dependencies = [ 947 "proc-macro2", 948] 949 950[[package]] 951name = "radium" 952version = "0.7.0" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 955 956[[package]] 957name = "rand" 958version = "0.8.5" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 961dependencies = [ 962 "libc", 963 "rand_chacha", 964 "rand_core", 965] 966 967[[package]] 968name = "rand_chacha" 969version = "0.3.1" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 972dependencies = [ 973 "ppv-lite86", 974 "rand_core", 975] 976 977[[package]] 978name = "rand_core" 979version = "0.6.4" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 982dependencies = [ 983 "getrandom", 984] 985 986[[package]] 987name = "rayon" 988version = "1.6.1" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 991dependencies = [ 992 "either", 993 "rayon-core", 994] 995 996[[package]] 997name = "rayon-core" 998version = "1.10.1" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" 1001dependencies = [ 1002 "crossbeam-channel", 1003 "crossbeam-deque", 1004 "crossbeam-utils", 1005 "num_cpus", 1006] 1007 1008[[package]] 1009name = "redox_syscall" 1010version = "0.2.16" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1013dependencies = [ 1014 "bitflags", 1015] 1016 1017[[package]] 1018name = "regex" 1019version = "1.7.1" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1022dependencies = [ 1023 "regex-syntax", 1024] 1025 1026[[package]] 1027name = "regex-syntax" 1028version = "0.6.28" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 1031 1032[[package]] 1033name = "rustc-hash" 1034version = "1.1.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1037 1038[[package]] 1039name = "rustc_version" 1040version = "0.4.0" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1043dependencies = [ 1044 "semver", 1045] 1046 1047[[package]] 1048name = "ryu" 1049version = "1.0.12" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1052 1053[[package]] 1054name = "same-file" 1055version = "1.0.6" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1058dependencies = [ 1059 "winapi-util", 1060] 1061 1062[[package]] 1063name = "scoped-tls" 1064version = "1.0.1" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1067 1068[[package]] 1069name = "scopeguard" 1070version = "1.1.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1073 1074[[package]] 1075name = "semver" 1076version = "1.0.16" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 1079 1080[[package]] 1081name = "serde" 1082version = "1.0.152" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1085dependencies = [ 1086 "serde_derive", 1087] 1088 1089[[package]] 1090name = "serde_derive" 1091version = "1.0.152" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1094dependencies = [ 1095 "proc-macro2", 1096 "quote", 1097 "syn", 1098] 1099 1100[[package]] 1101name = "serde_json" 1102version = "1.0.91" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 1105dependencies = [ 1106 "itoa", 1107 "ryu", 1108 "serde", 1109] 1110 1111[[package]] 1112name = "sha2" 1113version = "0.9.9" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 1116dependencies = [ 1117 "block-buffer 0.9.0", 1118 "cfg-if", 1119 "cpufeatures", 1120 "digest 0.9.0", 1121 "opaque-debug", 1122] 1123 1124[[package]] 1125name = "sha2" 1126version = "0.10.2" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" 1129dependencies = [ 1130 "cfg-if", 1131 "cpufeatures", 1132 "digest 0.10.6", 1133] 1134 1135[[package]] 1136name = "smallvec" 1137version = "1.10.0" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1140 1141[[package]] 1142name = "spin" 1143version = "0.9.4" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" 1146dependencies = [ 1147 "lock_api", 1148] 1149 1150[[package]] 1151name = "stable_deref_trait" 1152version = "1.2.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1155 1156[[package]] 1157name = "subtle" 1158version = "2.4.1" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 1161 1162[[package]] 1163name = "syn" 1164version = "1.0.107" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 1167dependencies = [ 1168 "proc-macro2", 1169 "quote", 1170 "unicode-ident", 1171] 1172 1173[[package]] 1174name = "synstructure" 1175version = "0.12.6" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1178dependencies = [ 1179 "proc-macro2", 1180 "quote", 1181 "syn", 1182 "unicode-xid", 1183] 1184 1185[[package]] 1186name = "tap" 1187version = "1.0.1" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 1190 1191[[package]] 1192name = "textwrap" 1193version = "0.16.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1196 1197[[package]] 1198name = "thiserror" 1199version = "1.0.38" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1202dependencies = [ 1203 "thiserror-impl", 1204] 1205 1206[[package]] 1207name = "thiserror-impl" 1208version = "1.0.38" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1211dependencies = [ 1212 "proc-macro2", 1213 "quote", 1214 "syn", 1215] 1216 1217[[package]] 1218name = "tiny-bip39" 1219version = "1.0.0" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" 1222dependencies = [ 1223 "anyhow", 1224 "hmac 0.12.1", 1225 "once_cell", 1226 "pbkdf2", 1227 "rand", 1228 "rustc-hash", 1229 "sha2 0.10.2", 1230 "thiserror", 1231 "unicode-normalization", 1232 "wasm-bindgen", 1233 "zeroize", 1234] 1235 1236[[package]] 1237name = "tinytemplate" 1238version = "1.2.1" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1241dependencies = [ 1242 "serde", 1243 "serde_json", 1244] 1245 1246[[package]] 1247name = "tinyvec" 1248version = "1.6.0" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1251dependencies = [ 1252 "tinyvec_macros", 1253] 1254 1255[[package]] 1256name = "tinyvec_macros" 1257version = "0.1.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1260 1261[[package]] 1262name = "typenum" 1263version = "1.16.0" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1266 1267[[package]] 1268name = "unicode-ident" 1269version = "1.0.6" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 1272 1273[[package]] 1274name = "unicode-normalization" 1275version = "0.1.22" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1278dependencies = [ 1279 "tinyvec", 1280] 1281 1282[[package]] 1283name = "unicode-xid" 1284version = "0.2.4" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1287 1288[[package]] 1289name = "unindent" 1290version = "0.1.11" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1293 1294[[package]] 1295name = "version_check" 1296version = "0.9.4" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1299 1300[[package]] 1301name = "walkdir" 1302version = "2.3.2" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 1305dependencies = [ 1306 "same-file", 1307 "winapi", 1308 "winapi-util", 1309] 1310 1311[[package]] 1312name = "wasi" 1313version = "0.11.0+wasi-snapshot-preview1" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1316 1317[[package]] 1318name = "wasm-bindgen" 1319version = "0.2.75" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 1322dependencies = [ 1323 "cfg-if", 1324 "wasm-bindgen-macro", 1325] 1326 1327[[package]] 1328name = "wasm-bindgen-backend" 1329version = "0.2.75" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f" 1332dependencies = [ 1333 "bumpalo", 1334 "lazy_static", 1335 "log", 1336 "proc-macro2", 1337 "quote", 1338 "syn", 1339 "wasm-bindgen-shared", 1340] 1341 1342[[package]] 1343name = "wasm-bindgen-futures" 1344version = "0.4.25" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c" 1347dependencies = [ 1348 "cfg-if", 1349 "js-sys", 1350 "wasm-bindgen", 1351 "web-sys", 1352] 1353 1354[[package]] 1355name = "wasm-bindgen-macro" 1356version = "0.2.75" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c" 1359dependencies = [ 1360 "quote", 1361 "wasm-bindgen-macro-support", 1362] 1363 1364[[package]] 1365name = "wasm-bindgen-macro-support" 1366version = "0.2.75" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f" 1369dependencies = [ 1370 "proc-macro2", 1371 "quote", 1372 "syn", 1373 "wasm-bindgen-backend", 1374 "wasm-bindgen-shared", 1375] 1376 1377[[package]] 1378name = "wasm-bindgen-shared" 1379version = "0.2.75" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2" 1382 1383[[package]] 1384name = "wasm-bindgen-test" 1385version = "0.3.25" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "ce783b6c3854292723f498b7bfcf65a782a320b6f1cb3012d08dfbc603fa62f5" 1388dependencies = [ 1389 "console_error_panic_hook", 1390 "js-sys", 1391 "scoped-tls", 1392 "wasm-bindgen", 1393 "wasm-bindgen-futures", 1394 "wasm-bindgen-test-macro", 1395] 1396 1397[[package]] 1398name = "wasm-bindgen-test-macro" 1399version = "0.3.25" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "3859815cf8435b92f3a34381bef950daffc1403bbb77ef99e35422a7b0abb194" 1402dependencies = [ 1403 "proc-macro2", 1404 "quote", 1405] 1406 1407[[package]] 1408name = "web-sys" 1409version = "0.3.52" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696" 1412dependencies = [ 1413 "js-sys", 1414 "wasm-bindgen", 1415] 1416 1417[[package]] 1418name = "winapi" 1419version = "0.3.9" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1422dependencies = [ 1423 "winapi-i686-pc-windows-gnu", 1424 "winapi-x86_64-pc-windows-gnu", 1425] 1426 1427[[package]] 1428name = "winapi-i686-pc-windows-gnu" 1429version = "0.4.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1432 1433[[package]] 1434name = "winapi-util" 1435version = "0.1.5" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1438dependencies = [ 1439 "winapi", 1440] 1441 1442[[package]] 1443name = "winapi-x86_64-pc-windows-gnu" 1444version = "0.4.0" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1447 1448[[package]] 1449name = "wyz" 1450version = "0.5.1" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 1453dependencies = [ 1454 "tap", 1455] 1456 1457[[package]] 1458name = "zeroize" 1459version = "1.5.7" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" 1462dependencies = [ 1463 "zeroize_derive", 1464] 1465 1466[[package]] 1467name = "zeroize_derive" 1468version = "1.3.3" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" 1471dependencies = [ 1472 "proc-macro2", 1473 "quote", 1474 "syn", 1475 "synstructure", 1476]