at 24.11-pre 1995 lines 51 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 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 = "ansi_term" 25version = "0.12.1" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 28dependencies = [ 29 "winapi 0.3.9", 30] 31 32[[package]] 33name = "arrayref" 34version = "0.3.7" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 37 38[[package]] 39name = "arrayvec" 40version = "0.5.2" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 43 44[[package]] 45name = "assert-json-diff" 46version = "1.1.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0" 49dependencies = [ 50 "extend", 51 "serde", 52 "serde_json", 53] 54 55[[package]] 56name = "atty" 57version = "0.2.14" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 60dependencies = [ 61 "hermit-abi 0.1.19", 62 "libc", 63 "winapi 0.3.9", 64] 65 66[[package]] 67name = "autocfg" 68version = "1.1.0" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 71 72[[package]] 73name = "base-x" 74version = "0.2.11" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 77 78[[package]] 79name = "base64" 80version = "0.13.1" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 83 84[[package]] 85name = "bitflags" 86version = "1.3.2" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 89 90[[package]] 91name = "blake2b_simd" 92version = "0.5.11" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" 95dependencies = [ 96 "arrayref", 97 "arrayvec", 98 "constant_time_eq", 99] 100 101[[package]] 102name = "bumpalo" 103version = "3.12.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 106 107[[package]] 108name = "byteorder" 109version = "1.4.3" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 112 113[[package]] 114name = "bytes" 115version = "0.5.6" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 118 119[[package]] 120name = "bytes" 121version = "1.4.0" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 124 125[[package]] 126name = "cc" 127version = "1.0.79" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 130 131[[package]] 132name = "cfg-if" 133version = "0.1.10" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 136 137[[package]] 138name = "cfg-if" 139version = "1.0.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 142 143[[package]] 144name = "chrono" 145version = "0.4.24" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 148dependencies = [ 149 "iana-time-zone", 150 "js-sys", 151 "num-integer", 152 "num-traits", 153 "time 0.1.45", 154 "wasm-bindgen", 155 "winapi 0.3.9", 156] 157 158[[package]] 159name = "clap" 160version = "2.34.0" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 163dependencies = [ 164 "ansi_term", 165 "atty", 166 "bitflags", 167 "strsim", 168 "textwrap", 169 "unicode-width", 170 "vec_map", 171] 172 173[[package]] 174name = "colored" 175version = "1.9.3" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" 178dependencies = [ 179 "atty", 180 "lazy_static", 181 "winapi 0.3.9", 182] 183 184[[package]] 185name = "const_fn" 186version = "0.4.9" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" 189 190[[package]] 191name = "constant_time_eq" 192version = "0.1.5" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 195 196[[package]] 197name = "cookie" 198version = "0.14.4" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" 201dependencies = [ 202 "percent-encoding", 203 "time 0.2.27", 204 "version_check", 205] 206 207[[package]] 208name = "cookie_store" 209version = "0.12.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3" 212dependencies = [ 213 "cookie", 214 "idna 0.2.3", 215 "log", 216 "publicsuffix", 217 "serde", 218 "serde_json", 219 "time 0.2.27", 220 "url", 221] 222 223[[package]] 224name = "core-foundation" 225version = "0.9.3" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 228dependencies = [ 229 "core-foundation-sys", 230 "libc", 231] 232 233[[package]] 234name = "core-foundation-sys" 235version = "0.8.4" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 238 239[[package]] 240name = "crossbeam-utils" 241version = "0.8.15" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 244dependencies = [ 245 "cfg-if 1.0.0", 246] 247 248[[package]] 249name = "csv" 250version = "1.2.1" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" 253dependencies = [ 254 "csv-core", 255 "itoa 1.0.6", 256 "ryu", 257 "serde", 258] 259 260[[package]] 261name = "csv-core" 262version = "0.1.10" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 265dependencies = [ 266 "memchr", 267] 268 269[[package]] 270name = "difference" 271version = "2.0.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 274 275[[package]] 276name = "dirs" 277version = "1.0.5" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 280dependencies = [ 281 "libc", 282 "redox_users", 283 "winapi 0.3.9", 284] 285 286[[package]] 287name = "discard" 288version = "1.0.4" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 291 292[[package]] 293name = "dtoa" 294version = "0.4.8" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" 297 298[[package]] 299name = "encode_unicode" 300version = "0.3.6" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 303 304[[package]] 305name = "encoding_rs" 306version = "0.8.32" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 309dependencies = [ 310 "cfg-if 1.0.0", 311] 312 313[[package]] 314name = "errno" 315version = "0.3.1" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 318dependencies = [ 319 "errno-dragonfly", 320 "libc", 321 "windows-sys 0.48.0", 322] 323 324[[package]] 325name = "errno-dragonfly" 326version = "0.1.2" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 329dependencies = [ 330 "cc", 331 "libc", 332] 333 334[[package]] 335name = "extend" 336version = "0.1.2" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05" 339dependencies = [ 340 "proc-macro-error", 341 "proc-macro2", 342 "quote", 343 "syn 1.0.109", 344] 345 346[[package]] 347name = "fastrand" 348version = "1.9.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 351dependencies = [ 352 "instant", 353] 354 355[[package]] 356name = "fnv" 357version = "1.0.7" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 360 361[[package]] 362name = "foreign-types" 363version = "0.3.2" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 366dependencies = [ 367 "foreign-types-shared", 368] 369 370[[package]] 371name = "foreign-types-shared" 372version = "0.1.1" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 375 376[[package]] 377name = "form_urlencoded" 378version = "1.1.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 381dependencies = [ 382 "percent-encoding", 383] 384 385[[package]] 386name = "fuchsia-zircon" 387version = "0.3.3" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 390dependencies = [ 391 "bitflags", 392 "fuchsia-zircon-sys", 393] 394 395[[package]] 396name = "fuchsia-zircon-sys" 397version = "0.3.3" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 400 401[[package]] 402name = "futures-channel" 403version = "0.3.28" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 406dependencies = [ 407 "futures-core", 408] 409 410[[package]] 411name = "futures-core" 412version = "0.3.28" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 415 416[[package]] 417name = "futures-io" 418version = "0.3.28" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 421 422[[package]] 423name = "futures-sink" 424version = "0.3.28" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 427 428[[package]] 429name = "futures-task" 430version = "0.3.28" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 433 434[[package]] 435name = "futures-util" 436version = "0.3.28" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 439dependencies = [ 440 "futures-core", 441 "futures-io", 442 "futures-task", 443 "memchr", 444 "pin-project-lite 0.2.9", 445 "pin-utils", 446 "slab", 447] 448 449[[package]] 450name = "getrandom" 451version = "0.1.16" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 454dependencies = [ 455 "cfg-if 1.0.0", 456 "libc", 457 "wasi 0.9.0+wasi-snapshot-preview1", 458] 459 460[[package]] 461name = "h2" 462version = "0.2.7" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 465dependencies = [ 466 "bytes 0.5.6", 467 "fnv", 468 "futures-core", 469 "futures-sink", 470 "futures-util", 471 "http", 472 "indexmap", 473 "slab", 474 "tokio", 475 "tokio-util", 476 "tracing", 477 "tracing-futures", 478] 479 480[[package]] 481name = "hashbrown" 482version = "0.12.3" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 485 486[[package]] 487name = "hermit-abi" 488version = "0.1.19" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 491dependencies = [ 492 "libc", 493] 494 495[[package]] 496name = "hermit-abi" 497version = "0.2.6" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 500dependencies = [ 501 "libc", 502] 503 504[[package]] 505name = "hermit-abi" 506version = "0.3.1" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 509 510[[package]] 511name = "http" 512version = "0.2.9" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 515dependencies = [ 516 "bytes 1.4.0", 517 "fnv", 518 "itoa 1.0.6", 519] 520 521[[package]] 522name = "http-body" 523version = "0.3.1" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 526dependencies = [ 527 "bytes 0.5.6", 528 "http", 529] 530 531[[package]] 532name = "httparse" 533version = "1.8.0" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 536 537[[package]] 538name = "httpdate" 539version = "0.3.2" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 542 543[[package]] 544name = "hydra-cli" 545version = "0.2.0" 546dependencies = [ 547 "chrono", 548 "clap", 549 "log", 550 "mockito", 551 "prettytable-rs", 552 "reqwest", 553 "serde", 554 "serde_json", 555] 556 557[[package]] 558name = "hyper" 559version = "0.13.10" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" 562dependencies = [ 563 "bytes 0.5.6", 564 "futures-channel", 565 "futures-core", 566 "futures-util", 567 "h2", 568 "http", 569 "http-body", 570 "httparse", 571 "httpdate", 572 "itoa 0.4.8", 573 "pin-project", 574 "socket2", 575 "tokio", 576 "tower-service", 577 "tracing", 578 "want", 579] 580 581[[package]] 582name = "hyper-tls" 583version = "0.4.3" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 586dependencies = [ 587 "bytes 0.5.6", 588 "hyper", 589 "native-tls", 590 "tokio", 591 "tokio-tls", 592] 593 594[[package]] 595name = "iana-time-zone" 596version = "0.1.56" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 599dependencies = [ 600 "android_system_properties", 601 "core-foundation-sys", 602 "iana-time-zone-haiku", 603 "js-sys", 604 "wasm-bindgen", 605 "windows", 606] 607 608[[package]] 609name = "iana-time-zone-haiku" 610version = "0.1.2" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 613dependencies = [ 614 "cc", 615] 616 617[[package]] 618name = "idna" 619version = "0.2.3" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 622dependencies = [ 623 "matches", 624 "unicode-bidi", 625 "unicode-normalization", 626] 627 628[[package]] 629name = "idna" 630version = "0.3.0" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 633dependencies = [ 634 "unicode-bidi", 635 "unicode-normalization", 636] 637 638[[package]] 639name = "indexmap" 640version = "1.9.3" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 643dependencies = [ 644 "autocfg", 645 "hashbrown", 646] 647 648[[package]] 649name = "instant" 650version = "0.1.12" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 653dependencies = [ 654 "cfg-if 1.0.0", 655] 656 657[[package]] 658name = "io-lifetimes" 659version = "1.0.10" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 662dependencies = [ 663 "hermit-abi 0.3.1", 664 "libc", 665 "windows-sys 0.48.0", 666] 667 668[[package]] 669name = "iovec" 670version = "0.1.4" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 673dependencies = [ 674 "libc", 675] 676 677[[package]] 678name = "ipnet" 679version = "2.7.2" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 682 683[[package]] 684name = "itoa" 685version = "0.4.8" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 688 689[[package]] 690name = "itoa" 691version = "1.0.6" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 694 695[[package]] 696name = "js-sys" 697version = "0.3.62" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 700dependencies = [ 701 "wasm-bindgen", 702] 703 704[[package]] 705name = "kernel32-sys" 706version = "0.2.2" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 709dependencies = [ 710 "winapi 0.2.8", 711 "winapi-build", 712] 713 714[[package]] 715name = "lazy_static" 716version = "1.4.0" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 719 720[[package]] 721name = "libc" 722version = "0.2.144" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 725 726[[package]] 727name = "linux-raw-sys" 728version = "0.3.7" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 731 732[[package]] 733name = "log" 734version = "0.4.17" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 737dependencies = [ 738 "cfg-if 1.0.0", 739] 740 741[[package]] 742name = "matches" 743version = "0.1.10" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 746 747[[package]] 748name = "memchr" 749version = "2.5.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 752 753[[package]] 754name = "mime" 755version = "0.3.17" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 758 759[[package]] 760name = "mime_guess" 761version = "2.0.4" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 764dependencies = [ 765 "mime", 766 "unicase", 767] 768 769[[package]] 770name = "mio" 771version = "0.6.23" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 774dependencies = [ 775 "cfg-if 0.1.10", 776 "fuchsia-zircon", 777 "fuchsia-zircon-sys", 778 "iovec", 779 "kernel32-sys", 780 "libc", 781 "log", 782 "miow", 783 "net2", 784 "slab", 785 "winapi 0.2.8", 786] 787 788[[package]] 789name = "miow" 790version = "0.2.2" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 793dependencies = [ 794 "kernel32-sys", 795 "net2", 796 "winapi 0.2.8", 797 "ws2_32-sys", 798] 799 800[[package]] 801name = "mockito" 802version = "0.27.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "3a634720d366bcbce30fb05871a35da229cef101ad0b2ea4e46cf5abf031a273" 805dependencies = [ 806 "assert-json-diff", 807 "colored", 808 "difference", 809 "httparse", 810 "lazy_static", 811 "log", 812 "rand", 813 "regex", 814 "serde_json", 815 "serde_urlencoded 0.6.1", 816] 817 818[[package]] 819name = "native-tls" 820version = "0.2.11" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 823dependencies = [ 824 "lazy_static", 825 "libc", 826 "log", 827 "openssl", 828 "openssl-probe", 829 "openssl-sys", 830 "schannel", 831 "security-framework", 832 "security-framework-sys", 833 "tempfile", 834] 835 836[[package]] 837name = "net2" 838version = "0.2.38" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 841dependencies = [ 842 "cfg-if 0.1.10", 843 "libc", 844 "winapi 0.3.9", 845] 846 847[[package]] 848name = "num-integer" 849version = "0.1.45" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 852dependencies = [ 853 "autocfg", 854 "num-traits", 855] 856 857[[package]] 858name = "num-traits" 859version = "0.2.15" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 862dependencies = [ 863 "autocfg", 864] 865 866[[package]] 867name = "num_cpus" 868version = "1.15.0" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 871dependencies = [ 872 "hermit-abi 0.2.6", 873 "libc", 874] 875 876[[package]] 877name = "once_cell" 878version = "1.17.1" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 881 882[[package]] 883name = "openssl" 884version = "0.10.52" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 887dependencies = [ 888 "bitflags", 889 "cfg-if 1.0.0", 890 "foreign-types", 891 "libc", 892 "once_cell", 893 "openssl-macros", 894 "openssl-sys", 895] 896 897[[package]] 898name = "openssl-macros" 899version = "0.1.1" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 902dependencies = [ 903 "proc-macro2", 904 "quote", 905 "syn 2.0.15", 906] 907 908[[package]] 909name = "openssl-probe" 910version = "0.1.5" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 913 914[[package]] 915name = "openssl-sys" 916version = "0.9.87" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 919dependencies = [ 920 "cc", 921 "libc", 922 "pkg-config", 923 "vcpkg", 924] 925 926[[package]] 927name = "percent-encoding" 928version = "2.2.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 931 932[[package]] 933name = "pin-project" 934version = "1.0.12" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 937dependencies = [ 938 "pin-project-internal", 939] 940 941[[package]] 942name = "pin-project-internal" 943version = "1.0.12" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 946dependencies = [ 947 "proc-macro2", 948 "quote", 949 "syn 1.0.109", 950] 951 952[[package]] 953name = "pin-project-lite" 954version = "0.1.12" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 957 958[[package]] 959name = "pin-project-lite" 960version = "0.2.9" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 963 964[[package]] 965name = "pin-utils" 966version = "0.1.0" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 969 970[[package]] 971name = "pkg-config" 972version = "0.3.27" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 975 976[[package]] 977name = "ppv-lite86" 978version = "0.2.17" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 981 982[[package]] 983name = "prettytable-rs" 984version = "0.8.0" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" 987dependencies = [ 988 "atty", 989 "csv", 990 "encode_unicode", 991 "lazy_static", 992 "term", 993 "unicode-width", 994] 995 996[[package]] 997name = "proc-macro-error" 998version = "1.0.4" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1001dependencies = [ 1002 "proc-macro-error-attr", 1003 "proc-macro2", 1004 "quote", 1005 "syn 1.0.109", 1006 "version_check", 1007] 1008 1009[[package]] 1010name = "proc-macro-error-attr" 1011version = "1.0.4" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1014dependencies = [ 1015 "proc-macro2", 1016 "quote", 1017 "version_check", 1018] 1019 1020[[package]] 1021name = "proc-macro-hack" 1022version = "0.5.20+deprecated" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 1025 1026[[package]] 1027name = "proc-macro2" 1028version = "1.0.56" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1031dependencies = [ 1032 "unicode-ident", 1033] 1034 1035[[package]] 1036name = "publicsuffix" 1037version = "1.5.6" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f" 1040dependencies = [ 1041 "idna 0.2.3", 1042 "url", 1043] 1044 1045[[package]] 1046name = "quote" 1047version = "1.0.27" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1050dependencies = [ 1051 "proc-macro2", 1052] 1053 1054[[package]] 1055name = "rand" 1056version = "0.7.3" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1059dependencies = [ 1060 "getrandom", 1061 "libc", 1062 "rand_chacha", 1063 "rand_core", 1064 "rand_hc", 1065] 1066 1067[[package]] 1068name = "rand_chacha" 1069version = "0.2.2" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 1072dependencies = [ 1073 "ppv-lite86", 1074 "rand_core", 1075] 1076 1077[[package]] 1078name = "rand_core" 1079version = "0.5.1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 1082dependencies = [ 1083 "getrandom", 1084] 1085 1086[[package]] 1087name = "rand_hc" 1088version = "0.2.0" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1091dependencies = [ 1092 "rand_core", 1093] 1094 1095[[package]] 1096name = "redox_syscall" 1097version = "0.1.57" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 1100 1101[[package]] 1102name = "redox_syscall" 1103version = "0.3.5" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1106dependencies = [ 1107 "bitflags", 1108] 1109 1110[[package]] 1111name = "redox_users" 1112version = "0.3.5" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" 1115dependencies = [ 1116 "getrandom", 1117 "redox_syscall 0.1.57", 1118 "rust-argon2", 1119] 1120 1121[[package]] 1122name = "regex" 1123version = "1.8.1" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1126dependencies = [ 1127 "aho-corasick", 1128 "memchr", 1129 "regex-syntax", 1130] 1131 1132[[package]] 1133name = "regex-syntax" 1134version = "0.7.1" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1137 1138[[package]] 1139name = "reqwest" 1140version = "0.10.10" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 1143dependencies = [ 1144 "base64", 1145 "bytes 0.5.6", 1146 "cookie", 1147 "cookie_store", 1148 "encoding_rs", 1149 "futures-core", 1150 "futures-util", 1151 "http", 1152 "http-body", 1153 "hyper", 1154 "hyper-tls", 1155 "ipnet", 1156 "js-sys", 1157 "lazy_static", 1158 "log", 1159 "mime", 1160 "mime_guess", 1161 "native-tls", 1162 "percent-encoding", 1163 "pin-project-lite 0.2.9", 1164 "serde", 1165 "serde_json", 1166 "serde_urlencoded 0.7.1", 1167 "time 0.2.27", 1168 "tokio", 1169 "tokio-tls", 1170 "url", 1171 "wasm-bindgen", 1172 "wasm-bindgen-futures", 1173 "web-sys", 1174 "winreg", 1175] 1176 1177[[package]] 1178name = "rust-argon2" 1179version = "0.8.3" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" 1182dependencies = [ 1183 "base64", 1184 "blake2b_simd", 1185 "constant_time_eq", 1186 "crossbeam-utils", 1187] 1188 1189[[package]] 1190name = "rustc_version" 1191version = "0.2.3" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1194dependencies = [ 1195 "semver", 1196] 1197 1198[[package]] 1199name = "rustix" 1200version = "0.37.19" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1203dependencies = [ 1204 "bitflags", 1205 "errno", 1206 "io-lifetimes", 1207 "libc", 1208 "linux-raw-sys", 1209 "windows-sys 0.48.0", 1210] 1211 1212[[package]] 1213name = "ryu" 1214version = "1.0.13" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1217 1218[[package]] 1219name = "schannel" 1220version = "0.1.21" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1223dependencies = [ 1224 "windows-sys 0.42.0", 1225] 1226 1227[[package]] 1228name = "security-framework" 1229version = "2.8.2" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1232dependencies = [ 1233 "bitflags", 1234 "core-foundation", 1235 "core-foundation-sys", 1236 "libc", 1237 "security-framework-sys", 1238] 1239 1240[[package]] 1241name = "security-framework-sys" 1242version = "2.8.0" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1245dependencies = [ 1246 "core-foundation-sys", 1247 "libc", 1248] 1249 1250[[package]] 1251name = "semver" 1252version = "0.9.0" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1255dependencies = [ 1256 "semver-parser", 1257] 1258 1259[[package]] 1260name = "semver-parser" 1261version = "0.7.0" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1264 1265[[package]] 1266name = "serde" 1267version = "1.0.163" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1270dependencies = [ 1271 "serde_derive", 1272] 1273 1274[[package]] 1275name = "serde_derive" 1276version = "1.0.163" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1279dependencies = [ 1280 "proc-macro2", 1281 "quote", 1282 "syn 2.0.15", 1283] 1284 1285[[package]] 1286name = "serde_json" 1287version = "1.0.96" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1290dependencies = [ 1291 "itoa 1.0.6", 1292 "ryu", 1293 "serde", 1294] 1295 1296[[package]] 1297name = "serde_urlencoded" 1298version = "0.6.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" 1301dependencies = [ 1302 "dtoa", 1303 "itoa 0.4.8", 1304 "serde", 1305 "url", 1306] 1307 1308[[package]] 1309name = "serde_urlencoded" 1310version = "0.7.1" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1313dependencies = [ 1314 "form_urlencoded", 1315 "itoa 1.0.6", 1316 "ryu", 1317 "serde", 1318] 1319 1320[[package]] 1321name = "sha1" 1322version = "0.6.1" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 1325dependencies = [ 1326 "sha1_smol", 1327] 1328 1329[[package]] 1330name = "sha1_smol" 1331version = "1.0.0" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 1334 1335[[package]] 1336name = "slab" 1337version = "0.4.8" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1340dependencies = [ 1341 "autocfg", 1342] 1343 1344[[package]] 1345name = "socket2" 1346version = "0.3.19" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" 1349dependencies = [ 1350 "cfg-if 1.0.0", 1351 "libc", 1352 "winapi 0.3.9", 1353] 1354 1355[[package]] 1356name = "standback" 1357version = "0.2.17" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" 1360dependencies = [ 1361 "version_check", 1362] 1363 1364[[package]] 1365name = "stdweb" 1366version = "0.4.20" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" 1369dependencies = [ 1370 "discard", 1371 "rustc_version", 1372 "stdweb-derive", 1373 "stdweb-internal-macros", 1374 "stdweb-internal-runtime", 1375 "wasm-bindgen", 1376] 1377 1378[[package]] 1379name = "stdweb-derive" 1380version = "0.5.3" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 1383dependencies = [ 1384 "proc-macro2", 1385 "quote", 1386 "serde", 1387 "serde_derive", 1388 "syn 1.0.109", 1389] 1390 1391[[package]] 1392name = "stdweb-internal-macros" 1393version = "0.2.9" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 1396dependencies = [ 1397 "base-x", 1398 "proc-macro2", 1399 "quote", 1400 "serde", 1401 "serde_derive", 1402 "serde_json", 1403 "sha1", 1404 "syn 1.0.109", 1405] 1406 1407[[package]] 1408name = "stdweb-internal-runtime" 1409version = "0.1.5" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" 1412 1413[[package]] 1414name = "strsim" 1415version = "0.8.0" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1418 1419[[package]] 1420name = "syn" 1421version = "1.0.109" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1424dependencies = [ 1425 "proc-macro2", 1426 "quote", 1427 "unicode-ident", 1428] 1429 1430[[package]] 1431name = "syn" 1432version = "2.0.15" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1435dependencies = [ 1436 "proc-macro2", 1437 "quote", 1438 "unicode-ident", 1439] 1440 1441[[package]] 1442name = "tempfile" 1443version = "3.5.0" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1446dependencies = [ 1447 "cfg-if 1.0.0", 1448 "fastrand", 1449 "redox_syscall 0.3.5", 1450 "rustix", 1451 "windows-sys 0.45.0", 1452] 1453 1454[[package]] 1455name = "term" 1456version = "0.5.2" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" 1459dependencies = [ 1460 "byteorder", 1461 "dirs", 1462 "winapi 0.3.9", 1463] 1464 1465[[package]] 1466name = "textwrap" 1467version = "0.11.0" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1470dependencies = [ 1471 "unicode-width", 1472] 1473 1474[[package]] 1475name = "time" 1476version = "0.1.45" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1479dependencies = [ 1480 "libc", 1481 "wasi 0.10.0+wasi-snapshot-preview1", 1482 "winapi 0.3.9", 1483] 1484 1485[[package]] 1486name = "time" 1487version = "0.2.27" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" 1490dependencies = [ 1491 "const_fn", 1492 "libc", 1493 "standback", 1494 "stdweb", 1495 "time-macros", 1496 "version_check", 1497 "winapi 0.3.9", 1498] 1499 1500[[package]] 1501name = "time-macros" 1502version = "0.1.1" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" 1505dependencies = [ 1506 "proc-macro-hack", 1507 "time-macros-impl", 1508] 1509 1510[[package]] 1511name = "time-macros-impl" 1512version = "0.1.2" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 1515dependencies = [ 1516 "proc-macro-hack", 1517 "proc-macro2", 1518 "quote", 1519 "standback", 1520 "syn 1.0.109", 1521] 1522 1523[[package]] 1524name = "tinyvec" 1525version = "1.6.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1528dependencies = [ 1529 "tinyvec_macros", 1530] 1531 1532[[package]] 1533name = "tinyvec_macros" 1534version = "0.1.1" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1537 1538[[package]] 1539name = "tokio" 1540version = "0.2.25" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 1543dependencies = [ 1544 "bytes 0.5.6", 1545 "fnv", 1546 "futures-core", 1547 "iovec", 1548 "lazy_static", 1549 "memchr", 1550 "mio", 1551 "num_cpus", 1552 "pin-project-lite 0.1.12", 1553 "slab", 1554] 1555 1556[[package]] 1557name = "tokio-tls" 1558version = "0.3.1" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 1561dependencies = [ 1562 "native-tls", 1563 "tokio", 1564] 1565 1566[[package]] 1567name = "tokio-util" 1568version = "0.3.1" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 1571dependencies = [ 1572 "bytes 0.5.6", 1573 "futures-core", 1574 "futures-sink", 1575 "log", 1576 "pin-project-lite 0.1.12", 1577 "tokio", 1578] 1579 1580[[package]] 1581name = "tower-service" 1582version = "0.3.2" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1585 1586[[package]] 1587name = "tracing" 1588version = "0.1.37" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1591dependencies = [ 1592 "cfg-if 1.0.0", 1593 "log", 1594 "pin-project-lite 0.2.9", 1595 "tracing-core", 1596] 1597 1598[[package]] 1599name = "tracing-core" 1600version = "0.1.31" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1603dependencies = [ 1604 "once_cell", 1605] 1606 1607[[package]] 1608name = "tracing-futures" 1609version = "0.2.5" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1612dependencies = [ 1613 "pin-project", 1614 "tracing", 1615] 1616 1617[[package]] 1618name = "try-lock" 1619version = "0.2.4" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1622 1623[[package]] 1624name = "unicase" 1625version = "2.6.0" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1628dependencies = [ 1629 "version_check", 1630] 1631 1632[[package]] 1633name = "unicode-bidi" 1634version = "0.3.13" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1637 1638[[package]] 1639name = "unicode-ident" 1640version = "1.0.8" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1643 1644[[package]] 1645name = "unicode-normalization" 1646version = "0.1.22" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1649dependencies = [ 1650 "tinyvec", 1651] 1652 1653[[package]] 1654name = "unicode-width" 1655version = "0.1.10" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1658 1659[[package]] 1660name = "url" 1661version = "2.3.1" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1664dependencies = [ 1665 "form_urlencoded", 1666 "idna 0.3.0", 1667 "percent-encoding", 1668] 1669 1670[[package]] 1671name = "vcpkg" 1672version = "0.2.15" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1675 1676[[package]] 1677name = "vec_map" 1678version = "0.8.2" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1681 1682[[package]] 1683name = "version_check" 1684version = "0.9.4" 1685source = "registry+https://github.com/rust-lang/crates.io-index" 1686checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1687 1688[[package]] 1689name = "want" 1690version = "0.3.0" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1693dependencies = [ 1694 "log", 1695 "try-lock", 1696] 1697 1698[[package]] 1699name = "wasi" 1700version = "0.9.0+wasi-snapshot-preview1" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1703 1704[[package]] 1705name = "wasi" 1706version = "0.10.0+wasi-snapshot-preview1" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1709 1710[[package]] 1711name = "wasm-bindgen" 1712version = "0.2.85" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1715dependencies = [ 1716 "cfg-if 1.0.0", 1717 "serde", 1718 "serde_json", 1719 "wasm-bindgen-macro", 1720] 1721 1722[[package]] 1723name = "wasm-bindgen-backend" 1724version = "0.2.85" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1727dependencies = [ 1728 "bumpalo", 1729 "log", 1730 "once_cell", 1731 "proc-macro2", 1732 "quote", 1733 "syn 2.0.15", 1734 "wasm-bindgen-shared", 1735] 1736 1737[[package]] 1738name = "wasm-bindgen-futures" 1739version = "0.4.35" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 1742dependencies = [ 1743 "cfg-if 1.0.0", 1744 "js-sys", 1745 "wasm-bindgen", 1746 "web-sys", 1747] 1748 1749[[package]] 1750name = "wasm-bindgen-macro" 1751version = "0.2.85" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1754dependencies = [ 1755 "quote", 1756 "wasm-bindgen-macro-support", 1757] 1758 1759[[package]] 1760name = "wasm-bindgen-macro-support" 1761version = "0.2.85" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1764dependencies = [ 1765 "proc-macro2", 1766 "quote", 1767 "syn 2.0.15", 1768 "wasm-bindgen-backend", 1769 "wasm-bindgen-shared", 1770] 1771 1772[[package]] 1773name = "wasm-bindgen-shared" 1774version = "0.2.85" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1777 1778[[package]] 1779name = "web-sys" 1780version = "0.3.62" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 1783dependencies = [ 1784 "js-sys", 1785 "wasm-bindgen", 1786] 1787 1788[[package]] 1789name = "winapi" 1790version = "0.2.8" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1793 1794[[package]] 1795name = "winapi" 1796version = "0.3.9" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1799dependencies = [ 1800 "winapi-i686-pc-windows-gnu", 1801 "winapi-x86_64-pc-windows-gnu", 1802] 1803 1804[[package]] 1805name = "winapi-build" 1806version = "0.1.1" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1809 1810[[package]] 1811name = "winapi-i686-pc-windows-gnu" 1812version = "0.4.0" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1815 1816[[package]] 1817name = "winapi-x86_64-pc-windows-gnu" 1818version = "0.4.0" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1821 1822[[package]] 1823name = "windows" 1824version = "0.48.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1827dependencies = [ 1828 "windows-targets 0.48.0", 1829] 1830 1831[[package]] 1832name = "windows-sys" 1833version = "0.42.0" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1836dependencies = [ 1837 "windows_aarch64_gnullvm 0.42.2", 1838 "windows_aarch64_msvc 0.42.2", 1839 "windows_i686_gnu 0.42.2", 1840 "windows_i686_msvc 0.42.2", 1841 "windows_x86_64_gnu 0.42.2", 1842 "windows_x86_64_gnullvm 0.42.2", 1843 "windows_x86_64_msvc 0.42.2", 1844] 1845 1846[[package]] 1847name = "windows-sys" 1848version = "0.45.0" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1851dependencies = [ 1852 "windows-targets 0.42.2", 1853] 1854 1855[[package]] 1856name = "windows-sys" 1857version = "0.48.0" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1860dependencies = [ 1861 "windows-targets 0.48.0", 1862] 1863 1864[[package]] 1865name = "windows-targets" 1866version = "0.42.2" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1869dependencies = [ 1870 "windows_aarch64_gnullvm 0.42.2", 1871 "windows_aarch64_msvc 0.42.2", 1872 "windows_i686_gnu 0.42.2", 1873 "windows_i686_msvc 0.42.2", 1874 "windows_x86_64_gnu 0.42.2", 1875 "windows_x86_64_gnullvm 0.42.2", 1876 "windows_x86_64_msvc 0.42.2", 1877] 1878 1879[[package]] 1880name = "windows-targets" 1881version = "0.48.0" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1884dependencies = [ 1885 "windows_aarch64_gnullvm 0.48.0", 1886 "windows_aarch64_msvc 0.48.0", 1887 "windows_i686_gnu 0.48.0", 1888 "windows_i686_msvc 0.48.0", 1889 "windows_x86_64_gnu 0.48.0", 1890 "windows_x86_64_gnullvm 0.48.0", 1891 "windows_x86_64_msvc 0.48.0", 1892] 1893 1894[[package]] 1895name = "windows_aarch64_gnullvm" 1896version = "0.42.2" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1899 1900[[package]] 1901name = "windows_aarch64_gnullvm" 1902version = "0.48.0" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1905 1906[[package]] 1907name = "windows_aarch64_msvc" 1908version = "0.42.2" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1911 1912[[package]] 1913name = "windows_aarch64_msvc" 1914version = "0.48.0" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1917 1918[[package]] 1919name = "windows_i686_gnu" 1920version = "0.42.2" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1923 1924[[package]] 1925name = "windows_i686_gnu" 1926version = "0.48.0" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1929 1930[[package]] 1931name = "windows_i686_msvc" 1932version = "0.42.2" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1935 1936[[package]] 1937name = "windows_i686_msvc" 1938version = "0.48.0" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1941 1942[[package]] 1943name = "windows_x86_64_gnu" 1944version = "0.42.2" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1947 1948[[package]] 1949name = "windows_x86_64_gnu" 1950version = "0.48.0" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1953 1954[[package]] 1955name = "windows_x86_64_gnullvm" 1956version = "0.42.2" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1959 1960[[package]] 1961name = "windows_x86_64_gnullvm" 1962version = "0.48.0" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1965 1966[[package]] 1967name = "windows_x86_64_msvc" 1968version = "0.42.2" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1971 1972[[package]] 1973name = "windows_x86_64_msvc" 1974version = "0.48.0" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1977 1978[[package]] 1979name = "winreg" 1980version = "0.7.0" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1983dependencies = [ 1984 "winapi 0.3.9", 1985] 1986 1987[[package]] 1988name = "ws2_32-sys" 1989version = "0.2.1" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1992dependencies = [ 1993 "winapi 0.2.8", 1994 "winapi-build", 1995]