Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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.19" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "android_system_properties" 16version = "0.1.5" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 19dependencies = [ 20 "libc", 21] 22 23[[package]] 24name = "anyhow" 25version = "1.0.66" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" 28 29[[package]] 30name = "atty" 31version = "0.2.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 34dependencies = [ 35 "hermit-abi", 36 "libc", 37 "winapi", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.1.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 46[[package]] 47name = "base64" 48version = "0.13.1" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 51 52[[package]] 53name = "biscuit-auth" 54version = "3.0.0-alpha4" 55source = "git+https://github.com/biscuit-auth/biscuit-rust?branch=main#676e32fd4071dd2f0ee0f76807f3ca53dd877c89" 56dependencies = [ 57 "base64", 58 "biscuit-parser", 59 "biscuit-quote", 60 "ed25519-dalek", 61 "getrandom", 62 "hex", 63 "nom", 64 "prost", 65 "prost-types", 66 "rand", 67 "rand_core", 68 "regex", 69 "sha2", 70 "thiserror", 71 "time 0.3.17", 72 "zeroize", 73] 74 75[[package]] 76name = "biscuit-cli" 77version = "0.2.0" 78dependencies = [ 79 "anyhow", 80 "atty", 81 "biscuit-auth", 82 "chrono", 83 "clap", 84 "hex", 85 "parse_duration", 86 "shell-words", 87 "tempfile", 88 "thiserror", 89 "time 0.3.17", 90] 91 92[[package]] 93name = "biscuit-parser" 94version = "0.1.0-alpha4" 95source = "git+https://github.com/biscuit-auth/biscuit-rust?branch=main#676e32fd4071dd2f0ee0f76807f3ca53dd877c89" 96dependencies = [ 97 "hex", 98 "nom", 99 "proc-macro2", 100 "quote", 101 "thiserror", 102 "time 0.3.17", 103] 104 105[[package]] 106name = "biscuit-quote" 107version = "0.2.0-alpha5" 108source = "git+https://github.com/biscuit-auth/biscuit-rust?branch=main#676e32fd4071dd2f0ee0f76807f3ca53dd877c89" 109dependencies = [ 110 "biscuit-parser", 111 "proc-macro-error", 112 "proc-macro2", 113 "quote", 114 "syn", 115] 116 117[[package]] 118name = "bitflags" 119version = "1.3.2" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 122 123[[package]] 124name = "block-buffer" 125version = "0.9.0" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 128dependencies = [ 129 "generic-array", 130] 131 132[[package]] 133name = "bumpalo" 134version = "3.11.1" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 137 138[[package]] 139name = "byteorder" 140version = "1.4.3" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 143 144[[package]] 145name = "bytes" 146version = "1.2.1" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 149 150[[package]] 151name = "cc" 152version = "1.0.76" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" 155 156[[package]] 157name = "cfg-if" 158version = "1.0.0" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 161 162[[package]] 163name = "chrono" 164version = "0.4.22" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 167dependencies = [ 168 "iana-time-zone", 169 "js-sys", 170 "num-integer", 171 "num-traits", 172 "time 0.1.44", 173 "wasm-bindgen", 174 "winapi", 175] 176 177[[package]] 178name = "clap" 179version = "3.2.23" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 182dependencies = [ 183 "atty", 184 "bitflags", 185 "clap_derive", 186 "clap_lex", 187 "indexmap", 188 "once_cell", 189 "strsim", 190 "termcolor", 191 "textwrap", 192] 193 194[[package]] 195name = "clap_derive" 196version = "3.2.18" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 199dependencies = [ 200 "heck", 201 "proc-macro-error", 202 "proc-macro2", 203 "quote", 204 "syn", 205] 206 207[[package]] 208name = "clap_lex" 209version = "0.2.4" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 212dependencies = [ 213 "os_str_bytes", 214] 215 216[[package]] 217name = "codespan-reporting" 218version = "0.11.1" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 221dependencies = [ 222 "termcolor", 223 "unicode-width", 224] 225 226[[package]] 227name = "core-foundation-sys" 228version = "0.8.3" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 231 232[[package]] 233name = "cpufeatures" 234version = "0.2.5" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 237dependencies = [ 238 "libc", 239] 240 241[[package]] 242name = "curve25519-dalek" 243version = "3.2.1" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" 246dependencies = [ 247 "byteorder", 248 "digest", 249 "rand_core", 250 "subtle", 251 "zeroize", 252] 253 254[[package]] 255name = "cxx" 256version = "1.0.81" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888" 259dependencies = [ 260 "cc", 261 "cxxbridge-flags", 262 "cxxbridge-macro", 263 "link-cplusplus", 264] 265 266[[package]] 267name = "cxx-build" 268version = "1.0.81" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3" 271dependencies = [ 272 "cc", 273 "codespan-reporting", 274 "once_cell", 275 "proc-macro2", 276 "quote", 277 "scratch", 278 "syn", 279] 280 281[[package]] 282name = "cxxbridge-flags" 283version = "1.0.81" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f" 286 287[[package]] 288name = "cxxbridge-macro" 289version = "1.0.81" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704" 292dependencies = [ 293 "proc-macro2", 294 "quote", 295 "syn", 296] 297 298[[package]] 299name = "digest" 300version = "0.9.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 303dependencies = [ 304 "generic-array", 305] 306 307[[package]] 308name = "ed25519" 309version = "1.5.2" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" 312dependencies = [ 313 "signature", 314] 315 316[[package]] 317name = "ed25519-dalek" 318version = "1.0.1" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" 321dependencies = [ 322 "curve25519-dalek", 323 "ed25519", 324 "rand", 325 "serde", 326 "sha2", 327 "zeroize", 328] 329 330[[package]] 331name = "either" 332version = "1.8.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 335 336[[package]] 337name = "fastrand" 338version = "1.8.0" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 341dependencies = [ 342 "instant", 343] 344 345[[package]] 346name = "generic-array" 347version = "0.14.6" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 350dependencies = [ 351 "typenum", 352 "version_check", 353] 354 355[[package]] 356name = "getrandom" 357version = "0.1.16" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 360dependencies = [ 361 "cfg-if", 362 "libc", 363 "wasi 0.9.0+wasi-snapshot-preview1", 364] 365 366[[package]] 367name = "hashbrown" 368version = "0.12.3" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 371 372[[package]] 373name = "heck" 374version = "0.4.0" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 377 378[[package]] 379name = "hermit-abi" 380version = "0.1.19" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 383dependencies = [ 384 "libc", 385] 386 387[[package]] 388name = "hex" 389version = "0.4.3" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 392 393[[package]] 394name = "iana-time-zone" 395version = "0.1.53" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 398dependencies = [ 399 "android_system_properties", 400 "core-foundation-sys", 401 "iana-time-zone-haiku", 402 "js-sys", 403 "wasm-bindgen", 404 "winapi", 405] 406 407[[package]] 408name = "iana-time-zone-haiku" 409version = "0.1.1" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 412dependencies = [ 413 "cxx", 414 "cxx-build", 415] 416 417[[package]] 418name = "indexmap" 419version = "1.9.1" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 422dependencies = [ 423 "autocfg", 424 "hashbrown", 425] 426 427[[package]] 428name = "instant" 429version = "0.1.12" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 432dependencies = [ 433 "cfg-if", 434] 435 436[[package]] 437name = "itertools" 438version = "0.10.5" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 441dependencies = [ 442 "either", 443] 444 445[[package]] 446name = "itoa" 447version = "1.0.4" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 450 451[[package]] 452name = "js-sys" 453version = "0.3.60" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 456dependencies = [ 457 "wasm-bindgen", 458] 459 460[[package]] 461name = "lazy_static" 462version = "1.4.0" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 465 466[[package]] 467name = "libc" 468version = "0.2.137" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 471 472[[package]] 473name = "link-cplusplus" 474version = "1.0.7" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" 477dependencies = [ 478 "cc", 479] 480 481[[package]] 482name = "log" 483version = "0.4.17" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 486dependencies = [ 487 "cfg-if", 488] 489 490[[package]] 491name = "memchr" 492version = "2.5.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 495 496[[package]] 497name = "minimal-lexical" 498version = "0.2.1" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 501 502[[package]] 503name = "nom" 504version = "7.1.1" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 507dependencies = [ 508 "memchr", 509 "minimal-lexical", 510] 511 512[[package]] 513name = "num" 514version = "0.2.1" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36" 517dependencies = [ 518 "num-bigint", 519 "num-complex", 520 "num-integer", 521 "num-iter", 522 "num-rational", 523 "num-traits", 524] 525 526[[package]] 527name = "num-bigint" 528version = "0.2.6" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" 531dependencies = [ 532 "autocfg", 533 "num-integer", 534 "num-traits", 535] 536 537[[package]] 538name = "num-complex" 539version = "0.2.4" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" 542dependencies = [ 543 "autocfg", 544 "num-traits", 545] 546 547[[package]] 548name = "num-integer" 549version = "0.1.45" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 552dependencies = [ 553 "autocfg", 554 "num-traits", 555] 556 557[[package]] 558name = "num-iter" 559version = "0.1.43" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 562dependencies = [ 563 "autocfg", 564 "num-integer", 565 "num-traits", 566] 567 568[[package]] 569name = "num-rational" 570version = "0.2.4" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" 573dependencies = [ 574 "autocfg", 575 "num-bigint", 576 "num-integer", 577 "num-traits", 578] 579 580[[package]] 581name = "num-traits" 582version = "0.2.15" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 585dependencies = [ 586 "autocfg", 587] 588 589[[package]] 590name = "once_cell" 591version = "1.16.0" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" 594 595[[package]] 596name = "opaque-debug" 597version = "0.3.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 600 601[[package]] 602name = "os_str_bytes" 603version = "6.3.1" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9" 606 607[[package]] 608name = "parse_duration" 609version = "2.1.1" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d" 612dependencies = [ 613 "lazy_static", 614 "num", 615 "regex", 616] 617 618[[package]] 619name = "ppv-lite86" 620version = "0.2.17" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 623 624[[package]] 625name = "proc-macro-error" 626version = "1.0.4" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 629dependencies = [ 630 "proc-macro-error-attr", 631 "proc-macro2", 632 "quote", 633 "syn", 634 "version_check", 635] 636 637[[package]] 638name = "proc-macro-error-attr" 639version = "1.0.4" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 642dependencies = [ 643 "proc-macro2", 644 "quote", 645 "version_check", 646] 647 648[[package]] 649name = "proc-macro2" 650version = "1.0.47" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 653dependencies = [ 654 "unicode-ident", 655] 656 657[[package]] 658name = "prost" 659version = "0.10.4" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e" 662dependencies = [ 663 "bytes", 664 "prost-derive", 665] 666 667[[package]] 668name = "prost-derive" 669version = "0.10.1" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc" 672dependencies = [ 673 "anyhow", 674 "itertools", 675 "proc-macro2", 676 "quote", 677 "syn", 678] 679 680[[package]] 681name = "prost-types" 682version = "0.10.1" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68" 685dependencies = [ 686 "bytes", 687 "prost", 688] 689 690[[package]] 691name = "quote" 692version = "1.0.21" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 695dependencies = [ 696 "proc-macro2", 697] 698 699[[package]] 700name = "rand" 701version = "0.7.3" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 704dependencies = [ 705 "getrandom", 706 "libc", 707 "rand_chacha", 708 "rand_core", 709 "rand_hc", 710] 711 712[[package]] 713name = "rand_chacha" 714version = "0.2.2" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 717dependencies = [ 718 "ppv-lite86", 719 "rand_core", 720] 721 722[[package]] 723name = "rand_core" 724version = "0.5.1" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 727dependencies = [ 728 "getrandom", 729] 730 731[[package]] 732name = "rand_hc" 733version = "0.2.0" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 736dependencies = [ 737 "rand_core", 738] 739 740[[package]] 741name = "redox_syscall" 742version = "0.2.16" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 745dependencies = [ 746 "bitflags", 747] 748 749[[package]] 750name = "regex" 751version = "1.7.0" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" 754dependencies = [ 755 "aho-corasick", 756 "memchr", 757 "regex-syntax", 758] 759 760[[package]] 761name = "regex-syntax" 762version = "0.6.28" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 765 766[[package]] 767name = "remove_dir_all" 768version = "0.5.3" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 771dependencies = [ 772 "winapi", 773] 774 775[[package]] 776name = "scratch" 777version = "1.0.2" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" 780 781[[package]] 782name = "serde" 783version = "1.0.147" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 786 787[[package]] 788name = "sha2" 789version = "0.9.9" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 792dependencies = [ 793 "block-buffer", 794 "cfg-if", 795 "cpufeatures", 796 "digest", 797 "opaque-debug", 798] 799 800[[package]] 801name = "shell-words" 802version = "1.1.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 805 806[[package]] 807name = "signature" 808version = "1.6.4" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 811 812[[package]] 813name = "strsim" 814version = "0.10.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 817 818[[package]] 819name = "subtle" 820version = "2.4.1" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 823 824[[package]] 825name = "syn" 826version = "1.0.103" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" 829dependencies = [ 830 "proc-macro2", 831 "quote", 832 "unicode-ident", 833] 834 835[[package]] 836name = "synstructure" 837version = "0.12.6" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 840dependencies = [ 841 "proc-macro2", 842 "quote", 843 "syn", 844 "unicode-xid", 845] 846 847[[package]] 848name = "tempfile" 849version = "3.3.0" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 852dependencies = [ 853 "cfg-if", 854 "fastrand", 855 "libc", 856 "redox_syscall", 857 "remove_dir_all", 858 "winapi", 859] 860 861[[package]] 862name = "termcolor" 863version = "1.1.3" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 866dependencies = [ 867 "winapi-util", 868] 869 870[[package]] 871name = "textwrap" 872version = "0.16.0" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 875 876[[package]] 877name = "thiserror" 878version = "1.0.37" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" 881dependencies = [ 882 "thiserror-impl", 883] 884 885[[package]] 886name = "thiserror-impl" 887version = "1.0.37" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" 890dependencies = [ 891 "proc-macro2", 892 "quote", 893 "syn", 894] 895 896[[package]] 897name = "time" 898version = "0.1.44" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 901dependencies = [ 902 "libc", 903 "wasi 0.10.0+wasi-snapshot-preview1", 904 "winapi", 905] 906 907[[package]] 908name = "time" 909version = "0.3.17" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 912dependencies = [ 913 "itoa", 914 "serde", 915 "time-core", 916 "time-macros", 917] 918 919[[package]] 920name = "time-core" 921version = "0.1.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 924 925[[package]] 926name = "time-macros" 927version = "0.2.6" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 930dependencies = [ 931 "time-core", 932] 933 934[[package]] 935name = "typenum" 936version = "1.15.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 939 940[[package]] 941name = "unicode-ident" 942version = "1.0.5" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 945 946[[package]] 947name = "unicode-width" 948version = "0.1.10" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 951 952[[package]] 953name = "unicode-xid" 954version = "0.2.4" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 957 958[[package]] 959name = "version_check" 960version = "0.9.4" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 963 964[[package]] 965name = "wasi" 966version = "0.9.0+wasi-snapshot-preview1" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 969 970[[package]] 971name = "wasi" 972version = "0.10.0+wasi-snapshot-preview1" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 975 976[[package]] 977name = "wasm-bindgen" 978version = "0.2.83" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 981dependencies = [ 982 "cfg-if", 983 "wasm-bindgen-macro", 984] 985 986[[package]] 987name = "wasm-bindgen-backend" 988version = "0.2.83" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 991dependencies = [ 992 "bumpalo", 993 "log", 994 "once_cell", 995 "proc-macro2", 996 "quote", 997 "syn", 998 "wasm-bindgen-shared", 999] 1000 1001[[package]] 1002name = "wasm-bindgen-macro" 1003version = "0.2.83" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 1006dependencies = [ 1007 "quote", 1008 "wasm-bindgen-macro-support", 1009] 1010 1011[[package]] 1012name = "wasm-bindgen-macro-support" 1013version = "0.2.83" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 1016dependencies = [ 1017 "proc-macro2", 1018 "quote", 1019 "syn", 1020 "wasm-bindgen-backend", 1021 "wasm-bindgen-shared", 1022] 1023 1024[[package]] 1025name = "wasm-bindgen-shared" 1026version = "0.2.83" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 1029 1030[[package]] 1031name = "winapi" 1032version = "0.3.9" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1035dependencies = [ 1036 "winapi-i686-pc-windows-gnu", 1037 "winapi-x86_64-pc-windows-gnu", 1038] 1039 1040[[package]] 1041name = "winapi-i686-pc-windows-gnu" 1042version = "0.4.0" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1045 1046[[package]] 1047name = "winapi-util" 1048version = "0.1.5" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1051dependencies = [ 1052 "winapi", 1053] 1054 1055[[package]] 1056name = "winapi-x86_64-pc-windows-gnu" 1057version = "0.4.0" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1060 1061[[package]] 1062name = "zeroize" 1063version = "1.3.0" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" 1066dependencies = [ 1067 "zeroize_derive", 1068] 1069 1070[[package]] 1071name = "zeroize_derive" 1072version = "1.3.2" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" 1075dependencies = [ 1076 "proc-macro2", 1077 "quote", 1078 "syn", 1079 "synstructure", 1080]