nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at litex 4652 lines 114 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 = "addr2line" 7version = "0.17.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "adler32" 22version = "1.2.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 26[[package]] 27name = "aead" 28version = "0.3.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" 31dependencies = [ 32 "generic-array", 33] 34 35[[package]] 36name = "aes" 37version = "0.6.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" 40dependencies = [ 41 "aes-soft", 42 "aesni", 43 "cipher 0.2.5", 44] 45 46[[package]] 47name = "aes" 48version = "0.7.5" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 51dependencies = [ 52 "cfg-if 1.0.0", 53 "cipher 0.3.0", 54 "cpufeatures", 55 "opaque-debug", 56] 57 58[[package]] 59name = "aes-gcm" 60version = "0.8.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da" 63dependencies = [ 64 "aead", 65 "aes 0.6.0", 66 "cipher 0.2.5", 67 "ctr", 68 "ghash", 69 "subtle", 70] 71 72[[package]] 73name = "aes-soft" 74version = "0.6.4" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" 77dependencies = [ 78 "cipher 0.2.5", 79 "opaque-debug", 80] 81 82[[package]] 83name = "aesni" 84version = "0.10.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" 87dependencies = [ 88 "cipher 0.2.5", 89 "opaque-debug", 90] 91 92[[package]] 93name = "aho-corasick" 94version = "0.7.18" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 97dependencies = [ 98 "memchr", 99] 100 101[[package]] 102name = "ansi_term" 103version = "0.12.1" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 106dependencies = [ 107 "winapi", 108] 109 110[[package]] 111name = "anyhow" 112version = "1.0.59" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" 115 116[[package]] 117name = "anymap" 118version = "0.12.1" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" 121 122[[package]] 123name = "arc-swap" 124version = "1.5.1" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" 127 128[[package]] 129name = "arrayref" 130version = "0.3.6" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 133 134[[package]] 135name = "arrayvec" 136version = "0.5.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 139 140[[package]] 141name = "arrayvec" 142version = "0.7.2" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 145 146[[package]] 147name = "assert_cmd" 148version = "1.0.1" 149source = "git+https://github.com/tailhook/assert_cmd?branch=edgedb_20190513#062308b405aaa36240a80c07fec520768b628035" 150dependencies = [ 151 "doc-comment", 152 "predicates 1.0.8", 153 "predicates-core", 154 "predicates-tree", 155 "wait-timeout", 156] 157 158[[package]] 159name = "async-attributes" 160version = "1.1.2" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 163dependencies = [ 164 "quote", 165 "syn", 166] 167 168[[package]] 169name = "async-channel" 170version = "1.6.1" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" 173dependencies = [ 174 "concurrent-queue", 175 "event-listener", 176 "futures-core", 177] 178 179[[package]] 180name = "async-dup" 181version = "1.2.2" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c" 184dependencies = [ 185 "futures-io", 186 "simple-mutex", 187] 188 189[[package]] 190name = "async-executor" 191version = "1.4.1" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" 194dependencies = [ 195 "async-task", 196 "concurrent-queue", 197 "fastrand", 198 "futures-lite", 199 "once_cell", 200 "slab", 201] 202 203[[package]] 204name = "async-global-executor" 205version = "2.2.0" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940" 208dependencies = [ 209 "async-channel", 210 "async-executor", 211 "async-io", 212 "async-lock", 213 "blocking", 214 "futures-lite", 215 "num_cpus", 216 "once_cell", 217] 218 219[[package]] 220name = "async-h1" 221version = "2.3.3" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "8101020758a4fc3a7c326cb42aa99e9fa77cbfb76987c128ad956406fe1f70a7" 224dependencies = [ 225 "async-channel", 226 "async-dup", 227 "async-std", 228 "futures-core", 229 "http-types", 230 "httparse", 231 "log", 232 "pin-project", 233] 234 235[[package]] 236name = "async-io" 237version = "1.7.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07" 240dependencies = [ 241 "concurrent-queue", 242 "futures-lite", 243 "libc", 244 "log", 245 "once_cell", 246 "parking", 247 "polling", 248 "slab", 249 "socket2", 250 "waker-fn", 251 "winapi", 252] 253 254[[package]] 255name = "async-listen" 256version = "0.2.1" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "c0eff11d7d3dbf808fb25952cc54a0bcf50b501ae6d6ea98a817009b330d0a2a" 259dependencies = [ 260 "async-std", 261] 262 263[[package]] 264name = "async-lock" 265version = "2.5.0" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6" 268dependencies = [ 269 "event-listener", 270] 271 272[[package]] 273name = "async-native-tls" 274version = "0.3.3" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33" 277dependencies = [ 278 "async-std", 279 "native-tls", 280 "thiserror", 281 "url", 282] 283 284[[package]] 285name = "async-process" 286version = "1.4.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c" 289dependencies = [ 290 "async-io", 291 "blocking", 292 "cfg-if 1.0.0", 293 "event-listener", 294 "futures-lite", 295 "libc", 296 "once_cell", 297 "signal-hook", 298 "winapi", 299] 300 301[[package]] 302name = "async-std" 303version = "1.12.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 306dependencies = [ 307 "async-attributes", 308 "async-channel", 309 "async-global-executor", 310 "async-io", 311 "async-lock", 312 "async-process", 313 "crossbeam-utils", 314 "futures-channel", 315 "futures-core", 316 "futures-io", 317 "futures-lite", 318 "gloo-timers", 319 "kv-log-macro", 320 "log", 321 "memchr", 322 "once_cell", 323 "pin-project-lite", 324 "pin-utils", 325 "slab", 326 "wasm-bindgen-futures", 327] 328 329[[package]] 330name = "async-task" 331version = "4.3.0" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 334 335[[package]] 336name = "async-trait" 337version = "0.1.57" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" 340dependencies = [ 341 "proc-macro2", 342 "quote", 343 "syn", 344] 345 346[[package]] 347name = "atomic-waker" 348version = "1.0.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" 351 352[[package]] 353name = "atty" 354version = "0.2.14" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 357dependencies = [ 358 "hermit-abi 0.1.19", 359 "libc", 360 "winapi", 361] 362 363[[package]] 364name = "autocfg" 365version = "1.1.0" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 368 369[[package]] 370name = "backtrace" 371version = "0.3.66" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 374dependencies = [ 375 "addr2line", 376 "cc", 377 "cfg-if 1.0.0", 378 "libc", 379 "miniz_oxide", 380 "object", 381 "rustc-demangle", 382] 383 384[[package]] 385name = "base-x" 386version = "0.2.11" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 389 390[[package]] 391name = "base32" 392version = "0.4.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" 395 396[[package]] 397name = "base64" 398version = "0.13.0" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 401 402[[package]] 403name = "base64ct" 404version = "1.0.1" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" 407 408[[package]] 409name = "bigdecimal" 410version = "0.3.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744" 413dependencies = [ 414 "num-bigint", 415 "num-integer", 416 "num-traits", 417] 418 419[[package]] 420name = "bitflags" 421version = "1.3.2" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 424 425[[package]] 426name = "blake2b_simd" 427version = "1.0.0" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" 430dependencies = [ 431 "arrayref", 432 "arrayvec 0.7.2", 433 "constant_time_eq", 434] 435 436[[package]] 437name = "blake3" 438version = "1.3.1" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f" 441dependencies = [ 442 "arrayref", 443 "arrayvec 0.7.2", 444 "cc", 445 "cfg-if 1.0.0", 446 "constant_time_eq", 447 "digest 0.10.3", 448] 449 450[[package]] 451name = "block-buffer" 452version = "0.9.0" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 455dependencies = [ 456 "generic-array", 457] 458 459[[package]] 460name = "block-buffer" 461version = "0.10.2" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 464dependencies = [ 465 "generic-array", 466] 467 468[[package]] 469name = "blocking" 470version = "1.2.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc" 473dependencies = [ 474 "async-channel", 475 "async-task", 476 "atomic-waker", 477 "fastrand", 478 "futures-lite", 479 "once_cell", 480] 481 482[[package]] 483name = "bumpalo" 484version = "3.10.0" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" 487 488[[package]] 489name = "byteorder" 490version = "1.4.3" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 493 494[[package]] 495name = "bytes" 496version = "1.2.1" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 499 500[[package]] 501name = "bzip2" 502version = "0.4.3" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0" 505dependencies = [ 506 "bzip2-sys", 507 "libc", 508] 509 510[[package]] 511name = "bzip2-sys" 512version = "0.1.11+1.0.8" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 515dependencies = [ 516 "cc", 517 "libc", 518 "pkg-config", 519] 520 521[[package]] 522name = "cache-padded" 523version = "1.2.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 526 527[[package]] 528name = "cc" 529version = "1.0.73" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 532dependencies = [ 533 "jobserver", 534] 535 536[[package]] 537name = "cfg-if" 538version = "0.1.10" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 541 542[[package]] 543name = "cfg-if" 544version = "1.0.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 547 548[[package]] 549name = "chrono" 550version = "0.4.19" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 553dependencies = [ 554 "libc", 555 "num-integer", 556 "num-traits", 557 "time 0.1.44", 558 "winapi", 559] 560 561[[package]] 562name = "cipher" 563version = "0.2.5" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" 566dependencies = [ 567 "generic-array", 568] 569 570[[package]] 571name = "cipher" 572version = "0.3.0" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 575dependencies = [ 576 "generic-array", 577] 578 579[[package]] 580name = "clap" 581version = "3.2.23" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 584dependencies = [ 585 "atty", 586 "bitflags", 587 "clap_derive", 588 "clap_lex", 589 "indexmap", 590 "once_cell", 591 "strsim", 592 "termcolor", 593 "textwrap 0.16.0", 594] 595 596[[package]] 597name = "clap_complete" 598version = "3.2.5" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8" 601dependencies = [ 602 "clap", 603] 604 605[[package]] 606name = "clap_derive" 607version = "3.2.18" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 610dependencies = [ 611 "heck", 612 "proc-macro-error", 613 "proc-macro2", 614 "quote", 615 "syn", 616] 617 618[[package]] 619name = "clap_generate" 620version = "3.0.3" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "8e1b28c4a802ac3628604fd267cac62aaea74dc61af3410db6b1c44c03b42599" 623dependencies = [ 624 "clap", 625 "clap_complete", 626] 627 628[[package]] 629name = "clap_lex" 630version = "0.2.4" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 633dependencies = [ 634 "os_str_bytes", 635] 636 637[[package]] 638name = "clicolors-control" 639version = "1.0.1" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 642dependencies = [ 643 "atty", 644 "lazy_static", 645 "libc", 646 "winapi", 647] 648 649[[package]] 650name = "codespan-reporting" 651version = "0.11.1" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 654dependencies = [ 655 "termcolor", 656 "unicode-width", 657] 658 659[[package]] 660name = "colorful" 661version = "0.2.1" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "0bca1619ff57dd7a56b58a8e25ef4199f123e78e503fe1653410350a1b98ae65" 664 665[[package]] 666name = "combine" 667version = "4.6.4" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948" 670dependencies = [ 671 "bytes", 672 "memchr", 673] 674 675[[package]] 676name = "concurrent-queue" 677version = "1.2.4" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" 680dependencies = [ 681 "cache-padded", 682] 683 684[[package]] 685name = "config" 686version = "0.10.1" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3" 689dependencies = [ 690 "lazy_static", 691 "nom", 692 "serde", 693] 694 695[[package]] 696name = "console" 697version = "0.15.1" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" 700dependencies = [ 701 "encode_unicode 0.3.6", 702 "libc", 703 "once_cell", 704 "terminal_size", 705 "unicode-width", 706 "winapi", 707] 708 709[[package]] 710name = "const_fn" 711version = "0.4.9" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" 714 715[[package]] 716name = "constant_time_eq" 717version = "0.1.5" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 720 721[[package]] 722name = "cookie" 723version = "0.14.4" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" 726dependencies = [ 727 "aes-gcm", 728 "base64", 729 "hkdf", 730 "hmac 0.10.1", 731 "percent-encoding", 732 "rand 0.8.5", 733 "sha2 0.9.9", 734 "time 0.2.27", 735 "version_check", 736] 737 738[[package]] 739name = "coolor" 740version = "0.5.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "af4d7a805ca0d92f8c61a31c809d4323fdaa939b0b440e544d21db7797c5aaad" 743dependencies = [ 744 "crossterm", 745] 746 747[[package]] 748name = "core-foundation" 749version = "0.9.3" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 752dependencies = [ 753 "core-foundation-sys", 754 "libc", 755] 756 757[[package]] 758name = "core-foundation-sys" 759version = "0.8.3" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 762 763[[package]] 764name = "cpufeatures" 765version = "0.2.2" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" 768dependencies = [ 769 "libc", 770] 771 772[[package]] 773name = "cpuid-bool" 774version = "0.2.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" 777 778[[package]] 779name = "crc32fast" 780version = "1.3.2" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 783dependencies = [ 784 "cfg-if 1.0.0", 785] 786 787[[package]] 788name = "crossbeam" 789version = "0.8.2" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 792dependencies = [ 793 "cfg-if 1.0.0", 794 "crossbeam-channel", 795 "crossbeam-deque", 796 "crossbeam-epoch", 797 "crossbeam-queue", 798 "crossbeam-utils", 799] 800 801[[package]] 802name = "crossbeam-channel" 803version = "0.5.6" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 806dependencies = [ 807 "cfg-if 1.0.0", 808 "crossbeam-utils", 809] 810 811[[package]] 812name = "crossbeam-deque" 813version = "0.8.2" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 816dependencies = [ 817 "cfg-if 1.0.0", 818 "crossbeam-epoch", 819 "crossbeam-utils", 820] 821 822[[package]] 823name = "crossbeam-epoch" 824version = "0.9.10" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" 827dependencies = [ 828 "autocfg", 829 "cfg-if 1.0.0", 830 "crossbeam-utils", 831 "memoffset", 832 "once_cell", 833 "scopeguard", 834] 835 836[[package]] 837name = "crossbeam-queue" 838version = "0.3.6" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7" 841dependencies = [ 842 "cfg-if 1.0.0", 843 "crossbeam-utils", 844] 845 846[[package]] 847name = "crossbeam-utils" 848version = "0.8.11" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 851dependencies = [ 852 "cfg-if 1.0.0", 853 "once_cell", 854] 855 856[[package]] 857name = "crossterm" 858version = "0.23.2" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17" 861dependencies = [ 862 "bitflags", 863 "crossterm_winapi", 864 "libc", 865 "mio", 866 "parking_lot", 867 "signal-hook", 868 "signal-hook-mio", 869 "winapi", 870] 871 872[[package]] 873name = "crossterm_winapi" 874version = "0.9.0" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 877dependencies = [ 878 "winapi", 879] 880 881[[package]] 882name = "crypto-common" 883version = "0.1.6" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 886dependencies = [ 887 "generic-array", 888 "typenum", 889] 890 891[[package]] 892name = "crypto-mac" 893version = "0.10.1" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" 896dependencies = [ 897 "generic-array", 898 "subtle", 899] 900 901[[package]] 902name = "ctor" 903version = "0.1.23" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" 906dependencies = [ 907 "quote", 908 "syn", 909] 910 911[[package]] 912name = "ctr" 913version = "0.6.0" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f" 916dependencies = [ 917 "cipher 0.2.5", 918] 919 920[[package]] 921name = "ctrlc" 922version = "3.2.2" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865" 925dependencies = [ 926 "nix 0.24.2", 927 "winapi", 928] 929 930[[package]] 931name = "dashmap" 932version = "5.3.4" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f" 935dependencies = [ 936 "cfg-if 1.0.0", 937 "hashbrown", 938 "lock_api", 939 "parking_lot_core", 940] 941 942[[package]] 943name = "deadpool" 944version = "0.7.0" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "3d126179d86aee4556e54f5f3c6bf6d9884e7cc52cef82f77ee6f90a7747616d" 947dependencies = [ 948 "async-trait", 949 "config", 950 "crossbeam-queue", 951 "num_cpus", 952 "serde", 953 "tokio", 954] 955 956[[package]] 957name = "diff" 958version = "0.1.13" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 961 962[[package]] 963name = "difference" 964version = "2.0.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 967 968[[package]] 969name = "difflib" 970version = "0.4.0" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 973 974[[package]] 975name = "digest" 976version = "0.9.0" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 979dependencies = [ 980 "generic-array", 981] 982 983[[package]] 984name = "digest" 985version = "0.10.3" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 988dependencies = [ 989 "block-buffer 0.10.2", 990 "crypto-common", 991 "subtle", 992] 993 994[[package]] 995name = "dirs" 996version = "4.0.0" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 999dependencies = [ 1000 "dirs-sys", 1001] 1002 1003[[package]] 1004name = "dirs-next" 1005version = "2.0.0" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1008dependencies = [ 1009 "cfg-if 1.0.0", 1010 "dirs-sys-next", 1011] 1012 1013[[package]] 1014name = "dirs-sys" 1015version = "0.3.7" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1018dependencies = [ 1019 "libc", 1020 "redox_users", 1021 "winapi", 1022] 1023 1024[[package]] 1025name = "dirs-sys-next" 1026version = "0.1.2" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1029dependencies = [ 1030 "libc", 1031 "redox_users", 1032 "winapi", 1033] 1034 1035[[package]] 1036name = "discard" 1037version = "1.0.4" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 1040 1041[[package]] 1042name = "doc-comment" 1043version = "0.3.3" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1046 1047[[package]] 1048name = "downcast-rs" 1049version = "1.2.0" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1052 1053[[package]] 1054name = "edgedb-cli" 1055version = "2.3.1" 1056dependencies = [ 1057 "anyhow", 1058 "anymap", 1059 "arc-swap", 1060 "assert_cmd", 1061 "async-listen", 1062 "async-process", 1063 "async-std", 1064 "atty", 1065 "backtrace", 1066 "base32", 1067 "base64", 1068 "bigdecimal", 1069 "blake2b_simd", 1070 "blake3", 1071 "blocking", 1072 "bytes", 1073 "chrono", 1074 "clap", 1075 "clap_complete", 1076 "clicolors-control", 1077 "codespan-reporting", 1078 "colorful", 1079 "combine", 1080 "crossbeam-utils", 1081 "crossterm", 1082 "ctrlc", 1083 "difference", 1084 "dirs", 1085 "downcast-rs", 1086 "edgedb-cli-derive", 1087 "edgedb-client", 1088 "edgedb-derive", 1089 "edgedb-protocol", 1090 "edgeql-parser", 1091 "env_logger 0.9.0", 1092 "fd-lock 3.0.6", 1093 "fn-error-context", 1094 "fs-err", 1095 "futures", 1096 "futures-util", 1097 "hex", 1098 "humantime 2.1.0", 1099 "humantime-serde", 1100 "immutable-chunkmap", 1101 "indicatif", 1102 "libc", 1103 "libflate", 1104 "linked-hash-map", 1105 "log", 1106 "minimad", 1107 "native-tls", 1108 "nix 0.24.2", 1109 "num-bigint", 1110 "once_cell", 1111 "open", 1112 "openssl", 1113 "os-release", 1114 "pem 1.1.0", 1115 "predicates 2.1.1", 1116 "pretty_assertions", 1117 "prettytable-rs", 1118 "rand 0.8.5", 1119 "regex", 1120 "reqwest", 1121 "rexpect", 1122 "ring", 1123 "rpassword", 1124 "rustls 0.20.6", 1125 "rustyline", 1126 "scram", 1127 "semver 1.0.13", 1128 "serde", 1129 "serde_json", 1130 "serde_millis", 1131 "serde_path_to_error", 1132 "serde_str", 1133 "sha1 0.10.1", 1134 "sha2 0.10.2", 1135 "shell-escape", 1136 "shutdown_hooks", 1137 "signal", 1138 "signal-hook", 1139 "snafu", 1140 "strsim", 1141 "surf", 1142 "tar", 1143 "tempfile", 1144 "term", 1145 "term_size", 1146 "termcolor", 1147 "termimad", 1148 "test-case", 1149 "textwrap 0.15.0", 1150 "thiserror", 1151 "tokio", 1152 "toml", 1153 "unicode-segmentation", 1154 "url", 1155 "urlencoding", 1156 "uuid", 1157 "wait-timeout", 1158 "warp", 1159 "webpki 0.22.0", 1160 "which", 1161 "whoami", 1162 "winapi", 1163 "winreg", 1164 "wslapi", 1165 "zip", 1166 "zstd", 1167] 1168 1169[[package]] 1170name = "edgedb-cli-derive" 1171version = "0.3.0" 1172dependencies = [ 1173 "clap", 1174 "clap_generate", 1175 "heck", 1176 "linked-hash-map", 1177 "proc-macro-error", 1178 "proc-macro2", 1179 "quote", 1180 "syn", 1181 "termimad", 1182 "trybuild", 1183] 1184 1185[[package]] 1186name = "edgedb-client" 1187version = "0.3.0" 1188dependencies = [ 1189 "anyhow", 1190 "async-std", 1191 "async-trait", 1192 "bytes", 1193 "dirs", 1194 "edgedb-derive", 1195 "edgedb-errors", 1196 "edgedb-protocol", 1197 "env_logger 0.9.0", 1198 "futures-util", 1199 "log", 1200 "rand 0.8.5", 1201 "rustls 0.20.6", 1202 "rustls-native-certs", 1203 "rustls-pemfile 0.3.0", 1204 "scram", 1205 "serde", 1206 "serde_json", 1207 "sha1 0.10.1", 1208 "snafu", 1209 "tls-api", 1210 "tls-api-not-tls", 1211 "tls-api-rustls", 1212 "typemap", 1213 "url", 1214 "webpki 0.22.0", 1215 "webpki-roots", 1216] 1217 1218[[package]] 1219name = "edgedb-derive" 1220version = "0.4.0" 1221source = "git+https://github.com/edgedb/edgedb-rust#fe0af0edd3ab2fd075d9159857ebebec5573cbed" 1222dependencies = [ 1223 "proc-macro2", 1224 "quote", 1225 "syn", 1226 "trybuild", 1227] 1228 1229[[package]] 1230name = "edgedb-errors" 1231version = "0.3.0" 1232source = "git+https://github.com/edgedb/edgedb-rust#fe0af0edd3ab2fd075d9159857ebebec5573cbed" 1233dependencies = [ 1234 "bytes", 1235] 1236 1237[[package]] 1238name = "edgedb-protocol" 1239version = "0.4.0" 1240source = "git+https://github.com/edgedb/edgedb-rust#fe0af0edd3ab2fd075d9159857ebebec5573cbed" 1241dependencies = [ 1242 "bigdecimal", 1243 "bitflags", 1244 "bytes", 1245 "chrono", 1246 "edgedb-errors", 1247 "num-bigint", 1248 "num-traits", 1249 "snafu", 1250 "uuid", 1251] 1252 1253[[package]] 1254name = "edgeql-parser" 1255version = "0.1.0" 1256source = "git+https://github.com/edgedb/edgedb#168891d7e8320acb87075d0518eec32f29964619" 1257dependencies = [ 1258 "base32", 1259 "combine", 1260 "sha2 0.10.2", 1261 "snafu", 1262 "thiserror", 1263 "twoway", 1264 "unicode-width", 1265] 1266 1267[[package]] 1268name = "either" 1269version = "1.7.0" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" 1272 1273[[package]] 1274name = "encode_unicode" 1275version = "0.3.6" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1278 1279[[package]] 1280name = "encode_unicode" 1281version = "1.0.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1284 1285[[package]] 1286name = "encoding_rs" 1287version = "0.8.31" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 1290dependencies = [ 1291 "cfg-if 1.0.0", 1292] 1293 1294[[package]] 1295name = "endian-type" 1296version = "0.1.2" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1299 1300[[package]] 1301name = "env_logger" 1302version = "0.5.13" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" 1305dependencies = [ 1306 "atty", 1307 "humantime 1.3.0", 1308 "log", 1309 "regex", 1310 "termcolor", 1311] 1312 1313[[package]] 1314name = "env_logger" 1315version = "0.9.0" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 1318dependencies = [ 1319 "atty", 1320 "humantime 2.1.0", 1321 "log", 1322 "regex", 1323 "termcolor", 1324] 1325 1326[[package]] 1327name = "errno" 1328version = "0.2.8" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1331dependencies = [ 1332 "errno-dragonfly", 1333 "libc", 1334 "winapi", 1335] 1336 1337[[package]] 1338name = "errno-dragonfly" 1339version = "0.1.2" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1342dependencies = [ 1343 "cc", 1344 "libc", 1345] 1346 1347[[package]] 1348name = "error-chain" 1349version = "0.12.4" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 1352dependencies = [ 1353 "backtrace", 1354 "version_check", 1355] 1356 1357[[package]] 1358name = "event-listener" 1359version = "2.5.3" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1362 1363[[package]] 1364name = "fastrand" 1365version = "1.8.0" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1368dependencies = [ 1369 "instant", 1370] 1371 1372[[package]] 1373name = "fd-lock" 1374version = "2.0.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06" 1377dependencies = [ 1378 "libc", 1379 "winapi", 1380] 1381 1382[[package]] 1383name = "fd-lock" 1384version = "3.0.6" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517" 1387dependencies = [ 1388 "cfg-if 1.0.0", 1389 "rustix 0.35.7", 1390 "windows-sys 0.36.1", 1391] 1392 1393[[package]] 1394name = "filetime" 1395version = "0.2.17" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" 1398dependencies = [ 1399 "cfg-if 1.0.0", 1400 "libc", 1401 "redox_syscall", 1402 "windows-sys 0.36.1", 1403] 1404 1405[[package]] 1406name = "flate2" 1407version = "1.0.24" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 1410dependencies = [ 1411 "crc32fast", 1412 "miniz_oxide", 1413] 1414 1415[[package]] 1416name = "float-cmp" 1417version = "0.9.0" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1420dependencies = [ 1421 "num-traits", 1422] 1423 1424[[package]] 1425name = "fn-error-context" 1426version = "0.2.0" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "236b4e4ae2b8be5f7a5652f6108c4a0f2627c569db4e7923333d31c7dbfed0fb" 1429dependencies = [ 1430 "proc-macro2", 1431 "quote", 1432 "syn", 1433] 1434 1435[[package]] 1436name = "fnv" 1437version = "1.0.7" 1438source = "registry+https://github.com/rust-lang/crates.io-index" 1439checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1440 1441[[package]] 1442name = "foreign-types" 1443version = "0.3.2" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1446dependencies = [ 1447 "foreign-types-shared", 1448] 1449 1450[[package]] 1451name = "foreign-types-shared" 1452version = "0.1.1" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1455 1456[[package]] 1457name = "form_urlencoded" 1458version = "1.0.1" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 1461dependencies = [ 1462 "matches", 1463 "percent-encoding", 1464] 1465 1466[[package]] 1467name = "fs-err" 1468version = "2.7.0" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e" 1471 1472[[package]] 1473name = "fuchsia-cprng" 1474version = "0.1.1" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 1477 1478[[package]] 1479name = "futures" 1480version = "0.3.21" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 1483dependencies = [ 1484 "futures-channel", 1485 "futures-core", 1486 "futures-executor", 1487 "futures-io", 1488 "futures-sink", 1489 "futures-task", 1490 "futures-util", 1491] 1492 1493[[package]] 1494name = "futures-channel" 1495version = "0.3.21" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 1498dependencies = [ 1499 "futures-core", 1500 "futures-sink", 1501] 1502 1503[[package]] 1504name = "futures-core" 1505version = "0.3.21" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 1508 1509[[package]] 1510name = "futures-executor" 1511version = "0.3.21" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 1514dependencies = [ 1515 "futures-core", 1516 "futures-task", 1517 "futures-util", 1518] 1519 1520[[package]] 1521name = "futures-io" 1522version = "0.3.21" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" 1525 1526[[package]] 1527name = "futures-lite" 1528version = "1.12.0" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1531dependencies = [ 1532 "fastrand", 1533 "futures-core", 1534 "futures-io", 1535 "memchr", 1536 "parking", 1537 "pin-project-lite", 1538 "waker-fn", 1539] 1540 1541[[package]] 1542name = "futures-macro" 1543version = "0.3.21" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" 1546dependencies = [ 1547 "proc-macro2", 1548 "quote", 1549 "syn", 1550] 1551 1552[[package]] 1553name = "futures-sink" 1554version = "0.3.21" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 1557 1558[[package]] 1559name = "futures-task" 1560version = "0.3.21" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 1563 1564[[package]] 1565name = "futures-util" 1566version = "0.3.21" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 1569dependencies = [ 1570 "futures-channel", 1571 "futures-core", 1572 "futures-io", 1573 "futures-macro", 1574 "futures-sink", 1575 "futures-task", 1576 "memchr", 1577 "pin-project-lite", 1578 "pin-utils", 1579 "slab", 1580] 1581 1582[[package]] 1583name = "generic-array" 1584version = "0.14.6" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1587dependencies = [ 1588 "typenum", 1589 "version_check", 1590] 1591 1592[[package]] 1593name = "getrandom" 1594version = "0.1.16" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1597dependencies = [ 1598 "cfg-if 1.0.0", 1599 "libc", 1600 "wasi 0.9.0+wasi-snapshot-preview1", 1601] 1602 1603[[package]] 1604name = "getrandom" 1605version = "0.2.7" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 1608dependencies = [ 1609 "cfg-if 1.0.0", 1610 "libc", 1611 "wasi 0.11.0+wasi-snapshot-preview1", 1612] 1613 1614[[package]] 1615name = "ghash" 1616version = "0.3.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" 1619dependencies = [ 1620 "opaque-debug", 1621 "polyval", 1622] 1623 1624[[package]] 1625name = "gimli" 1626version = "0.26.2" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1629 1630[[package]] 1631name = "glob" 1632version = "0.3.0" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1635 1636[[package]] 1637name = "gloo-timers" 1638version = "0.2.4" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9" 1641dependencies = [ 1642 "futures-channel", 1643 "futures-core", 1644 "js-sys", 1645 "wasm-bindgen", 1646] 1647 1648[[package]] 1649name = "h2" 1650version = "0.3.13" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 1653dependencies = [ 1654 "bytes", 1655 "fnv", 1656 "futures-core", 1657 "futures-sink", 1658 "futures-util", 1659 "http", 1660 "indexmap", 1661 "slab", 1662 "tokio", 1663 "tokio-util 0.7.3", 1664 "tracing", 1665] 1666 1667[[package]] 1668name = "hashbrown" 1669version = "0.12.3" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1672 1673[[package]] 1674name = "headers" 1675version = "0.3.7" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" 1678dependencies = [ 1679 "base64", 1680 "bitflags", 1681 "bytes", 1682 "headers-core", 1683 "http", 1684 "httpdate", 1685 "mime", 1686 "sha-1", 1687] 1688 1689[[package]] 1690name = "headers-core" 1691version = "0.2.0" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1694dependencies = [ 1695 "http", 1696] 1697 1698[[package]] 1699name = "heck" 1700version = "0.4.0" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1703 1704[[package]] 1705name = "hermit-abi" 1706version = "0.1.19" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1709dependencies = [ 1710 "libc", 1711] 1712 1713[[package]] 1714name = "hermit-abi" 1715version = "0.3.1" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1718 1719[[package]] 1720name = "hex" 1721version = "0.4.3" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1724dependencies = [ 1725 "serde", 1726] 1727 1728[[package]] 1729name = "hkdf" 1730version = "0.10.0" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f" 1733dependencies = [ 1734 "digest 0.9.0", 1735 "hmac 0.10.1", 1736] 1737 1738[[package]] 1739name = "hmac" 1740version = "0.10.1" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" 1743dependencies = [ 1744 "crypto-mac", 1745 "digest 0.9.0", 1746] 1747 1748[[package]] 1749name = "hmac" 1750version = "0.12.1" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1753dependencies = [ 1754 "digest 0.10.3", 1755] 1756 1757[[package]] 1758name = "http" 1759version = "0.2.8" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1762dependencies = [ 1763 "bytes", 1764 "fnv", 1765 "itoa", 1766] 1767 1768[[package]] 1769name = "http-body" 1770version = "0.4.5" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1773dependencies = [ 1774 "bytes", 1775 "http", 1776 "pin-project-lite", 1777] 1778 1779[[package]] 1780name = "http-client" 1781version = "6.5.3" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "1947510dc91e2bf586ea5ffb412caad7673264e14bb39fb9078da114a94ce1a5" 1784dependencies = [ 1785 "async-h1", 1786 "async-native-tls", 1787 "async-std", 1788 "async-trait", 1789 "cfg-if 1.0.0", 1790 "dashmap", 1791 "deadpool", 1792 "futures", 1793 "http-types", 1794 "log", 1795] 1796 1797[[package]] 1798name = "http-types" 1799version = "2.12.0" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 1802dependencies = [ 1803 "anyhow", 1804 "async-channel", 1805 "async-std", 1806 "base64", 1807 "cookie", 1808 "futures-lite", 1809 "infer", 1810 "pin-project-lite", 1811 "rand 0.7.3", 1812 "serde", 1813 "serde_json", 1814 "serde_qs", 1815 "serde_urlencoded", 1816 "url", 1817] 1818 1819[[package]] 1820name = "httparse" 1821version = "1.7.1" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" 1824 1825[[package]] 1826name = "httpdate" 1827version = "1.0.2" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1830 1831[[package]] 1832name = "humantime" 1833version = "1.3.0" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 1836dependencies = [ 1837 "quick-error", 1838] 1839 1840[[package]] 1841name = "humantime" 1842version = "2.1.0" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1845 1846[[package]] 1847name = "humantime-serde" 1848version = "1.1.1" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 1851dependencies = [ 1852 "humantime 2.1.0", 1853 "serde", 1854] 1855 1856[[package]] 1857name = "hyper" 1858version = "0.14.20" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1861dependencies = [ 1862 "bytes", 1863 "futures-channel", 1864 "futures-core", 1865 "futures-util", 1866 "h2", 1867 "http", 1868 "http-body", 1869 "httparse", 1870 "httpdate", 1871 "itoa", 1872 "pin-project-lite", 1873 "socket2", 1874 "tokio", 1875 "tower-service", 1876 "tracing", 1877 "want", 1878] 1879 1880[[package]] 1881name = "hyper-tls" 1882version = "0.5.0" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1885dependencies = [ 1886 "bytes", 1887 "hyper", 1888 "native-tls", 1889 "tokio", 1890 "tokio-native-tls", 1891] 1892 1893[[package]] 1894name = "idna" 1895version = "0.2.3" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1898dependencies = [ 1899 "matches", 1900 "unicode-bidi", 1901 "unicode-normalization", 1902] 1903 1904[[package]] 1905name = "immutable-chunkmap" 1906version = "1.0.1" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "9f4935d692a73e65f929e34b6b801bbc158647a017882c2c28624d121a1a1162" 1909dependencies = [ 1910 "arrayvec 0.7.2", 1911 "packed_struct", 1912 "packed_struct_codegen", 1913] 1914 1915[[package]] 1916name = "indexmap" 1917version = "1.9.1" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 1920dependencies = [ 1921 "autocfg", 1922 "hashbrown", 1923] 1924 1925[[package]] 1926name = "indicatif" 1927version = "0.17.0" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" 1930dependencies = [ 1931 "console", 1932 "number_prefix", 1933 "unicode-width", 1934] 1935 1936[[package]] 1937name = "infer" 1938version = "0.2.3" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 1941 1942[[package]] 1943name = "instant" 1944version = "0.1.12" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1947dependencies = [ 1948 "cfg-if 1.0.0", 1949] 1950 1951[[package]] 1952name = "io-lifetimes" 1953version = "0.7.2" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb" 1956 1957[[package]] 1958name = "io-lifetimes" 1959version = "1.0.5" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 1962dependencies = [ 1963 "libc", 1964 "windows-sys 0.45.0", 1965] 1966 1967[[package]] 1968name = "ipnet" 1969version = "2.5.0" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 1972 1973[[package]] 1974name = "is-terminal" 1975version = "0.4.3" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 1978dependencies = [ 1979 "hermit-abi 0.3.1", 1980 "io-lifetimes 1.0.5", 1981 "rustix 0.36.8", 1982 "windows-sys 0.45.0", 1983] 1984 1985[[package]] 1986name = "itertools" 1987version = "0.10.3" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 1990dependencies = [ 1991 "either", 1992] 1993 1994[[package]] 1995name = "itoa" 1996version = "1.0.3" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 1999 2000[[package]] 2001name = "jobserver" 2002version = "0.1.24" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" 2005dependencies = [ 2006 "libc", 2007] 2008 2009[[package]] 2010name = "js-sys" 2011version = "0.3.59" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 2014dependencies = [ 2015 "wasm-bindgen", 2016] 2017 2018[[package]] 2019name = "kv-log-macro" 2020version = "1.0.7" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2023dependencies = [ 2024 "log", 2025] 2026 2027[[package]] 2028name = "lazy_static" 2029version = "1.4.0" 2030source = "registry+https://github.com/rust-lang/crates.io-index" 2031checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2032 2033[[package]] 2034name = "lexical-core" 2035version = "0.7.6" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" 2038dependencies = [ 2039 "arrayvec 0.5.2", 2040 "bitflags", 2041 "cfg-if 1.0.0", 2042 "ryu", 2043 "static_assertions", 2044] 2045 2046[[package]] 2047name = "libc" 2048version = "0.2.139" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 2051 2052[[package]] 2053name = "libflate" 2054version = "1.2.0" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093" 2057dependencies = [ 2058 "adler32", 2059 "crc32fast", 2060 "libflate_lz77", 2061] 2062 2063[[package]] 2064name = "libflate_lz77" 2065version = "1.1.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a" 2068dependencies = [ 2069 "rle-decode-fast", 2070] 2071 2072[[package]] 2073name = "linked-hash-map" 2074version = "0.5.6" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2077dependencies = [ 2078 "serde", 2079] 2080 2081[[package]] 2082name = "linux-raw-sys" 2083version = "0.0.46" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 2086 2087[[package]] 2088name = "linux-raw-sys" 2089version = "0.1.4" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 2092 2093[[package]] 2094name = "lock_api" 2095version = "0.4.7" 2096source = "registry+https://github.com/rust-lang/crates.io-index" 2097checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 2098dependencies = [ 2099 "autocfg", 2100 "scopeguard", 2101] 2102 2103[[package]] 2104name = "log" 2105version = "0.4.17" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2108dependencies = [ 2109 "cfg-if 1.0.0", 2110 "value-bag", 2111] 2112 2113[[package]] 2114name = "matches" 2115version = "0.1.9" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 2118 2119[[package]] 2120name = "memchr" 2121version = "2.5.0" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2124 2125[[package]] 2126name = "memoffset" 2127version = "0.6.5" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2130dependencies = [ 2131 "autocfg", 2132] 2133 2134[[package]] 2135name = "mime" 2136version = "0.3.16" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2139 2140[[package]] 2141name = "mime_guess" 2142version = "2.0.4" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2145dependencies = [ 2146 "mime", 2147 "unicase", 2148] 2149 2150[[package]] 2151name = "minidl" 2152version = "0.1.4" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "5ea5c42a75297faf23962781d2bb23caaf2ede8fd7337842fef63ee3ffdca5c9" 2155 2156[[package]] 2157name = "minimad" 2158version = "0.9.0" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "cd37b2e65fbd459544194d8f52ed84027e031684335a062c708774c09d172b0b" 2161dependencies = [ 2162 "once_cell", 2163] 2164 2165[[package]] 2166name = "miniz_oxide" 2167version = "0.5.3" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 2170dependencies = [ 2171 "adler", 2172] 2173 2174[[package]] 2175name = "mio" 2176version = "0.8.4" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 2179dependencies = [ 2180 "libc", 2181 "log", 2182 "wasi 0.11.0+wasi-snapshot-preview1", 2183 "windows-sys 0.36.1", 2184] 2185 2186[[package]] 2187name = "native-tls" 2188version = "0.2.10" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2191dependencies = [ 2192 "lazy_static", 2193 "libc", 2194 "log", 2195 "openssl", 2196 "openssl-probe", 2197 "openssl-sys", 2198 "schannel", 2199 "security-framework", 2200 "security-framework-sys", 2201 "tempfile", 2202] 2203 2204[[package]] 2205name = "nibble_vec" 2206version = "0.1.0" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2209dependencies = [ 2210 "smallvec", 2211] 2212 2213[[package]] 2214name = "nix" 2215version = "0.14.1" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" 2218dependencies = [ 2219 "bitflags", 2220 "cc", 2221 "cfg-if 0.1.10", 2222 "libc", 2223 "void", 2224] 2225 2226[[package]] 2227name = "nix" 2228version = "0.20.0" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" 2231dependencies = [ 2232 "bitflags", 2233 "cc", 2234 "cfg-if 1.0.0", 2235 "libc", 2236] 2237 2238[[package]] 2239name = "nix" 2240version = "0.24.2" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" 2243dependencies = [ 2244 "bitflags", 2245 "cfg-if 1.0.0", 2246 "libc", 2247 "memoffset", 2248] 2249 2250[[package]] 2251name = "nom" 2252version = "5.1.2" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" 2255dependencies = [ 2256 "lexical-core", 2257 "memchr", 2258 "version_check", 2259] 2260 2261[[package]] 2262name = "normalize-line-endings" 2263version = "0.3.0" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 2266 2267[[package]] 2268name = "num-bigint" 2269version = "0.4.3" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 2272dependencies = [ 2273 "autocfg", 2274 "num-integer", 2275 "num-traits", 2276] 2277 2278[[package]] 2279name = "num-integer" 2280version = "0.1.45" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2283dependencies = [ 2284 "autocfg", 2285 "num-traits", 2286] 2287 2288[[package]] 2289name = "num-traits" 2290version = "0.2.15" 2291source = "registry+https://github.com/rust-lang/crates.io-index" 2292checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 2293dependencies = [ 2294 "autocfg", 2295] 2296 2297[[package]] 2298name = "num_cpus" 2299version = "1.13.1" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 2302dependencies = [ 2303 "hermit-abi 0.1.19", 2304 "libc", 2305] 2306 2307[[package]] 2308name = "num_threads" 2309version = "0.1.6" 2310source = "registry+https://github.com/rust-lang/crates.io-index" 2311checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2312dependencies = [ 2313 "libc", 2314] 2315 2316[[package]] 2317name = "number_prefix" 2318version = "0.4.0" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2321 2322[[package]] 2323name = "object" 2324version = "0.29.0" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 2327dependencies = [ 2328 "memchr", 2329] 2330 2331[[package]] 2332name = "once_cell" 2333version = "1.13.0" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 2336 2337[[package]] 2338name = "opaque-debug" 2339version = "0.3.0" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2342 2343[[package]] 2344name = "open" 2345version = "3.0.2" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "f23a407004a1033f53e93f9b45580d14de23928faad187384f891507c9b0c045" 2348dependencies = [ 2349 "pathdiff", 2350 "windows-sys 0.36.1", 2351] 2352 2353[[package]] 2354name = "openssl" 2355version = "0.10.41" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 2358dependencies = [ 2359 "bitflags", 2360 "cfg-if 1.0.0", 2361 "foreign-types", 2362 "libc", 2363 "once_cell", 2364 "openssl-macros", 2365 "openssl-sys", 2366] 2367 2368[[package]] 2369name = "openssl-macros" 2370version = "0.1.0" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2373dependencies = [ 2374 "proc-macro2", 2375 "quote", 2376 "syn", 2377] 2378 2379[[package]] 2380name = "openssl-probe" 2381version = "0.1.5" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2384 2385[[package]] 2386name = "openssl-src" 2387version = "111.22.0+1.1.1q" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" 2390dependencies = [ 2391 "cc", 2392] 2393 2394[[package]] 2395name = "openssl-sys" 2396version = "0.9.75" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 2399dependencies = [ 2400 "autocfg", 2401 "cc", 2402 "libc", 2403 "openssl-src", 2404 "pkg-config", 2405 "vcpkg", 2406] 2407 2408[[package]] 2409name = "os-release" 2410version = "0.1.0" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27" 2413dependencies = [ 2414 "lazy_static", 2415] 2416 2417[[package]] 2418name = "os_str_bytes" 2419version = "6.2.0" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4" 2422 2423[[package]] 2424name = "output_vt100" 2425version = "0.1.3" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 2428dependencies = [ 2429 "winapi", 2430] 2431 2432[[package]] 2433name = "packed_struct" 2434version = "0.6.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "d4e1e99bfad1f9eb1d5d775ce5f73694a93178376b6dc34c30eddce6f1bcf5f2" 2437dependencies = [ 2438 "packed_struct_codegen", 2439 "serde", 2440] 2441 2442[[package]] 2443name = "packed_struct_codegen" 2444version = "0.6.1" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "f8731210ac3e7bff5f86094b9f5b83a84d44965ce3e0b6c3ea827854a28d696c" 2447dependencies = [ 2448 "proc-macro2", 2449 "quote", 2450 "syn", 2451] 2452 2453[[package]] 2454name = "parking" 2455version = "2.0.0" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 2458 2459[[package]] 2460name = "parking_lot" 2461version = "0.12.1" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2464dependencies = [ 2465 "lock_api", 2466 "parking_lot_core", 2467] 2468 2469[[package]] 2470name = "parking_lot_core" 2471version = "0.9.3" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 2474dependencies = [ 2475 "cfg-if 1.0.0", 2476 "libc", 2477 "redox_syscall", 2478 "smallvec", 2479 "windows-sys 0.36.1", 2480] 2481 2482[[package]] 2483name = "password-hash" 2484version = "0.3.2" 2485source = "registry+https://github.com/rust-lang/crates.io-index" 2486checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8" 2487dependencies = [ 2488 "base64ct", 2489 "rand_core 0.6.3", 2490 "subtle", 2491] 2492 2493[[package]] 2494name = "pathdiff" 2495version = "0.2.1" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2498 2499[[package]] 2500name = "pbkdf2" 2501version = "0.10.1" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7" 2504dependencies = [ 2505 "digest 0.10.3", 2506 "hmac 0.12.1", 2507 "password-hash", 2508 "sha2 0.10.2", 2509] 2510 2511[[package]] 2512name = "pem" 2513version = "0.8.3" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" 2516dependencies = [ 2517 "base64", 2518 "once_cell", 2519 "regex", 2520] 2521 2522[[package]] 2523name = "pem" 2524version = "1.1.0" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4" 2527dependencies = [ 2528 "base64", 2529] 2530 2531[[package]] 2532name = "percent-encoding" 2533version = "2.1.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 2536 2537[[package]] 2538name = "pin-project" 2539version = "1.0.11" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" 2542dependencies = [ 2543 "pin-project-internal", 2544] 2545 2546[[package]] 2547name = "pin-project-internal" 2548version = "1.0.11" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" 2551dependencies = [ 2552 "proc-macro2", 2553 "quote", 2554 "syn", 2555] 2556 2557[[package]] 2558name = "pin-project-lite" 2559version = "0.2.9" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2562 2563[[package]] 2564name = "pin-utils" 2565version = "0.1.0" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2568 2569[[package]] 2570name = "pkg-config" 2571version = "0.3.25" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 2574 2575[[package]] 2576name = "polling" 2577version = "2.2.0" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" 2580dependencies = [ 2581 "cfg-if 1.0.0", 2582 "libc", 2583 "log", 2584 "wepoll-ffi", 2585 "winapi", 2586] 2587 2588[[package]] 2589name = "polyval" 2590version = "0.4.5" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" 2593dependencies = [ 2594 "cpuid-bool", 2595 "opaque-debug", 2596 "universal-hash", 2597] 2598 2599[[package]] 2600name = "ppv-lite86" 2601version = "0.2.16" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 2604 2605[[package]] 2606name = "predicates" 2607version = "1.0.8" 2608source = "registry+https://github.com/rust-lang/crates.io-index" 2609checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" 2610dependencies = [ 2611 "difference", 2612 "predicates-core", 2613] 2614 2615[[package]] 2616name = "predicates" 2617version = "2.1.1" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" 2620dependencies = [ 2621 "difflib", 2622 "float-cmp", 2623 "itertools", 2624 "normalize-line-endings", 2625 "predicates-core", 2626 "regex", 2627] 2628 2629[[package]] 2630name = "predicates-core" 2631version = "1.0.3" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb" 2634 2635[[package]] 2636name = "predicates-tree" 2637version = "1.0.5" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032" 2640dependencies = [ 2641 "predicates-core", 2642 "termtree", 2643] 2644 2645[[package]] 2646name = "pretty_assertions" 2647version = "1.2.1" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" 2650dependencies = [ 2651 "ansi_term", 2652 "ctor", 2653 "diff", 2654 "output_vt100", 2655] 2656 2657[[package]] 2658name = "prettytable-rs" 2659version = "0.10.0" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 2662dependencies = [ 2663 "encode_unicode 1.0.0", 2664 "is-terminal", 2665 "lazy_static", 2666 "term", 2667 "unicode-width", 2668] 2669 2670[[package]] 2671name = "proc-macro-error" 2672version = "1.0.4" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2675dependencies = [ 2676 "proc-macro-error-attr", 2677 "proc-macro2", 2678 "quote", 2679 "syn", 2680 "version_check", 2681] 2682 2683[[package]] 2684name = "proc-macro-error-attr" 2685version = "1.0.4" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2688dependencies = [ 2689 "proc-macro2", 2690 "quote", 2691 "version_check", 2692] 2693 2694[[package]] 2695name = "proc-macro-hack" 2696version = "0.5.19" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 2699 2700[[package]] 2701name = "proc-macro2" 2702version = "1.0.43" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 2705dependencies = [ 2706 "unicode-ident", 2707] 2708 2709[[package]] 2710name = "quick-error" 2711version = "1.2.3" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2714 2715[[package]] 2716name = "quote" 2717version = "1.0.21" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 2720dependencies = [ 2721 "proc-macro2", 2722] 2723 2724[[package]] 2725name = "radix_trie" 2726version = "0.2.1" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 2729dependencies = [ 2730 "endian-type", 2731 "nibble_vec", 2732] 2733 2734[[package]] 2735name = "rand" 2736version = "0.4.6" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 2739dependencies = [ 2740 "fuchsia-cprng", 2741 "libc", 2742 "rand_core 0.3.1", 2743 "rdrand", 2744 "winapi", 2745] 2746 2747[[package]] 2748name = "rand" 2749version = "0.7.3" 2750source = "registry+https://github.com/rust-lang/crates.io-index" 2751checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2752dependencies = [ 2753 "getrandom 0.1.16", 2754 "libc", 2755 "rand_chacha 0.2.2", 2756 "rand_core 0.5.1", 2757 "rand_hc", 2758] 2759 2760[[package]] 2761name = "rand" 2762version = "0.8.5" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2765dependencies = [ 2766 "libc", 2767 "rand_chacha 0.3.1", 2768 "rand_core 0.6.3", 2769] 2770 2771[[package]] 2772name = "rand_chacha" 2773version = "0.2.2" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2776dependencies = [ 2777 "ppv-lite86", 2778 "rand_core 0.5.1", 2779] 2780 2781[[package]] 2782name = "rand_chacha" 2783version = "0.3.1" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2786dependencies = [ 2787 "ppv-lite86", 2788 "rand_core 0.6.3", 2789] 2790 2791[[package]] 2792name = "rand_core" 2793version = "0.3.1" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 2796dependencies = [ 2797 "rand_core 0.4.2", 2798] 2799 2800[[package]] 2801name = "rand_core" 2802version = "0.4.2" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 2805 2806[[package]] 2807name = "rand_core" 2808version = "0.5.1" 2809source = "registry+https://github.com/rust-lang/crates.io-index" 2810checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2811dependencies = [ 2812 "getrandom 0.1.16", 2813] 2814 2815[[package]] 2816name = "rand_core" 2817version = "0.6.3" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 2820dependencies = [ 2821 "getrandom 0.2.7", 2822] 2823 2824[[package]] 2825name = "rand_hc" 2826version = "0.2.0" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2829dependencies = [ 2830 "rand_core 0.5.1", 2831] 2832 2833[[package]] 2834name = "rdrand" 2835version = "0.4.0" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 2838dependencies = [ 2839 "rand_core 0.3.1", 2840] 2841 2842[[package]] 2843name = "redox_syscall" 2844version = "0.2.16" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2847dependencies = [ 2848 "bitflags", 2849] 2850 2851[[package]] 2852name = "redox_users" 2853version = "0.4.3" 2854source = "registry+https://github.com/rust-lang/crates.io-index" 2855checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2856dependencies = [ 2857 "getrandom 0.2.7", 2858 "redox_syscall", 2859 "thiserror", 2860] 2861 2862[[package]] 2863name = "regex" 2864version = "1.6.0" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 2867dependencies = [ 2868 "aho-corasick", 2869 "memchr", 2870 "regex-syntax", 2871] 2872 2873[[package]] 2874name = "regex-syntax" 2875version = "0.6.27" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 2878 2879[[package]] 2880name = "remove_dir_all" 2881version = "0.5.3" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2884dependencies = [ 2885 "winapi", 2886] 2887 2888[[package]] 2889name = "reqwest" 2890version = "0.11.11" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 2893dependencies = [ 2894 "base64", 2895 "bytes", 2896 "encoding_rs", 2897 "futures-core", 2898 "futures-util", 2899 "h2", 2900 "http", 2901 "http-body", 2902 "hyper", 2903 "hyper-tls", 2904 "ipnet", 2905 "js-sys", 2906 "lazy_static", 2907 "log", 2908 "mime", 2909 "native-tls", 2910 "percent-encoding", 2911 "pin-project-lite", 2912 "serde", 2913 "serde_json", 2914 "serde_urlencoded", 2915 "tokio", 2916 "tokio-native-tls", 2917 "tower-service", 2918 "url", 2919 "wasm-bindgen", 2920 "wasm-bindgen-futures", 2921 "web-sys", 2922 "winreg", 2923] 2924 2925[[package]] 2926name = "rexpect" 2927version = "0.3.0" 2928source = "git+https://github.com/tailhook/rexpect?branch=default_terminal_size#a9526163bdb833f7b25beb363430042b11e42493" 2929dependencies = [ 2930 "error-chain", 2931 "nix 0.14.1", 2932 "regex", 2933 "tempfile", 2934] 2935 2936[[package]] 2937name = "ring" 2938version = "0.16.20" 2939source = "registry+https://github.com/rust-lang/crates.io-index" 2940checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2941dependencies = [ 2942 "cc", 2943 "libc", 2944 "once_cell", 2945 "spin", 2946 "untrusted 0.7.1", 2947 "web-sys", 2948 "winapi", 2949] 2950 2951[[package]] 2952name = "rle-decode-fast" 2953version = "1.0.3" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 2956 2957[[package]] 2958name = "rpassword" 2959version = "6.0.1" 2960source = "registry+https://github.com/rust-lang/crates.io-index" 2961checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956" 2962dependencies = [ 2963 "libc", 2964 "serde", 2965 "serde_json", 2966 "winapi", 2967] 2968 2969[[package]] 2970name = "rustc-demangle" 2971version = "0.1.21" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2974 2975[[package]] 2976name = "rustc_version" 2977version = "0.2.3" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 2980dependencies = [ 2981 "semver 0.9.0", 2982] 2983 2984[[package]] 2985name = "rustix" 2986version = "0.35.7" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787" 2989dependencies = [ 2990 "bitflags", 2991 "errno", 2992 "io-lifetimes 0.7.2", 2993 "libc", 2994 "linux-raw-sys 0.0.46", 2995 "windows-sys 0.36.1", 2996] 2997 2998[[package]] 2999name = "rustix" 3000version = "0.36.8" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 3003dependencies = [ 3004 "bitflags", 3005 "errno", 3006 "io-lifetimes 1.0.5", 3007 "libc", 3008 "linux-raw-sys 0.1.4", 3009 "windows-sys 0.45.0", 3010] 3011 3012[[package]] 3013name = "rustls" 3014version = "0.19.1" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" 3017dependencies = [ 3018 "base64", 3019 "log", 3020 "ring", 3021 "sct 0.6.1", 3022 "webpki 0.21.4", 3023] 3024 3025[[package]] 3026name = "rustls" 3027version = "0.20.6" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3030dependencies = [ 3031 "log", 3032 "ring", 3033 "sct 0.7.0", 3034 "webpki 0.22.0", 3035] 3036 3037[[package]] 3038name = "rustls-native-certs" 3039version = "0.6.2" 3040source = "registry+https://github.com/rust-lang/crates.io-index" 3041checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 3042dependencies = [ 3043 "openssl-probe", 3044 "rustls-pemfile 1.0.1", 3045 "schannel", 3046 "security-framework", 3047] 3048 3049[[package]] 3050name = "rustls-pemfile" 3051version = "0.3.0" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360" 3054dependencies = [ 3055 "base64", 3056] 3057 3058[[package]] 3059name = "rustls-pemfile" 3060version = "1.0.1" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 3063dependencies = [ 3064 "base64", 3065] 3066 3067[[package]] 3068name = "rustversion" 3069version = "1.0.9" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" 3072 3073[[package]] 3074name = "rustyline" 3075version = "8.0.0" 3076source = "git+https://github.com/tailhook/rustyline?branch=edgedb_20210403#257bb4bb5c0f647412103e4f336d553b97472849" 3077dependencies = [ 3078 "bitflags", 3079 "cfg-if 1.0.0", 3080 "dirs-next", 3081 "fd-lock 2.0.0", 3082 "libc", 3083 "log", 3084 "memchr", 3085 "nix 0.20.0", 3086 "radix_trie", 3087 "scopeguard", 3088 "smallvec", 3089 "unicode-segmentation", 3090 "unicode-width", 3091 "utf8parse", 3092 "winapi", 3093] 3094 3095[[package]] 3096name = "ryu" 3097version = "1.0.11" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 3100 3101[[package]] 3102name = "schannel" 3103version = "0.1.20" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 3106dependencies = [ 3107 "lazy_static", 3108 "windows-sys 0.36.1", 3109] 3110 3111[[package]] 3112name = "scoped-tls" 3113version = "1.0.0" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 3116 3117[[package]] 3118name = "scopeguard" 3119version = "1.1.0" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3122 3123[[package]] 3124name = "scram" 3125version = "0.6.0" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "7679a5e6b97bac99b2c208894ba0d34b17d9657f0b728c1cd3bf1c5f7f6ebe88" 3128dependencies = [ 3129 "base64", 3130 "rand 0.8.5", 3131 "ring", 3132] 3133 3134[[package]] 3135name = "sct" 3136version = "0.6.1" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" 3139dependencies = [ 3140 "ring", 3141 "untrusted 0.7.1", 3142] 3143 3144[[package]] 3145name = "sct" 3146version = "0.7.0" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3149dependencies = [ 3150 "ring", 3151 "untrusted 0.7.1", 3152] 3153 3154[[package]] 3155name = "security-framework" 3156version = "2.6.1" 3157source = "registry+https://github.com/rust-lang/crates.io-index" 3158checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" 3159dependencies = [ 3160 "bitflags", 3161 "core-foundation", 3162 "core-foundation-sys", 3163 "libc", 3164 "security-framework-sys", 3165] 3166 3167[[package]] 3168name = "security-framework-sys" 3169version = "2.6.1" 3170source = "registry+https://github.com/rust-lang/crates.io-index" 3171checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 3172dependencies = [ 3173 "core-foundation-sys", 3174 "libc", 3175] 3176 3177[[package]] 3178name = "semver" 3179version = "0.9.0" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 3182dependencies = [ 3183 "semver-parser", 3184] 3185 3186[[package]] 3187name = "semver" 3188version = "1.0.13" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" 3191dependencies = [ 3192 "serde", 3193] 3194 3195[[package]] 3196name = "semver-parser" 3197version = "0.7.0" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 3200 3201[[package]] 3202name = "serde" 3203version = "1.0.142" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2" 3206dependencies = [ 3207 "serde_derive", 3208] 3209 3210[[package]] 3211name = "serde_derive" 3212version = "1.0.142" 3213source = "registry+https://github.com/rust-lang/crates.io-index" 3214checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e" 3215dependencies = [ 3216 "proc-macro2", 3217 "quote", 3218 "syn", 3219] 3220 3221[[package]] 3222name = "serde_json" 3223version = "1.0.83" 3224source = "registry+https://github.com/rust-lang/crates.io-index" 3225checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" 3226dependencies = [ 3227 "itoa", 3228 "ryu", 3229 "serde", 3230] 3231 3232[[package]] 3233name = "serde_millis" 3234version = "0.1.1" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "e6e2dc780ca5ee2c369d1d01d100270203c4ff923d2a4264812d723766434d00" 3237dependencies = [ 3238 "serde", 3239] 3240 3241[[package]] 3242name = "serde_path_to_error" 3243version = "0.1.8" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "184c643044780f7ceb59104cef98a5a6f12cb2288a7bc701ab93a362b49fd47d" 3246dependencies = [ 3247 "serde", 3248] 3249 3250[[package]] 3251name = "serde_qs" 3252version = "0.8.5" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 3255dependencies = [ 3256 "percent-encoding", 3257 "serde", 3258 "thiserror", 3259] 3260 3261[[package]] 3262name = "serde_str" 3263version = "1.0.0" 3264source = "git+https://github.com/tailhook/serde-str#d48076ec69a86e82abeca5f44c0b73ada1fda848" 3265dependencies = [ 3266 "serde", 3267] 3268 3269[[package]] 3270name = "serde_urlencoded" 3271version = "0.7.1" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3274dependencies = [ 3275 "form_urlencoded", 3276 "itoa", 3277 "ryu", 3278 "serde", 3279] 3280 3281[[package]] 3282name = "sha-1" 3283version = "0.10.0" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" 3286dependencies = [ 3287 "cfg-if 1.0.0", 3288 "cpufeatures", 3289 "digest 0.10.3", 3290] 3291 3292[[package]] 3293name = "sha1" 3294version = "0.6.1" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 3297dependencies = [ 3298 "sha1_smol", 3299] 3300 3301[[package]] 3302name = "sha1" 3303version = "0.10.1" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3306dependencies = [ 3307 "cfg-if 1.0.0", 3308 "cpufeatures", 3309 "digest 0.10.3", 3310] 3311 3312[[package]] 3313name = "sha1_smol" 3314version = "1.0.0" 3315source = "registry+https://github.com/rust-lang/crates.io-index" 3316checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 3317 3318[[package]] 3319name = "sha2" 3320version = "0.9.9" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 3323dependencies = [ 3324 "block-buffer 0.9.0", 3325 "cfg-if 1.0.0", 3326 "cpufeatures", 3327 "digest 0.9.0", 3328 "opaque-debug", 3329] 3330 3331[[package]] 3332name = "sha2" 3333version = "0.10.2" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" 3336dependencies = [ 3337 "cfg-if 1.0.0", 3338 "cpufeatures", 3339 "digest 0.10.3", 3340] 3341 3342[[package]] 3343name = "shell-escape" 3344version = "0.1.5" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 3347 3348[[package]] 3349name = "shutdown_hooks" 3350version = "0.1.0" 3351source = "registry+https://github.com/rust-lang/crates.io-index" 3352checksum = "6057adedbec913419c92996f395ba69931acbd50b7d56955394cd3f7bedbfa45" 3353 3354[[package]] 3355name = "signal" 3356version = "0.7.0" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9" 3359dependencies = [ 3360 "libc", 3361 "nix 0.14.1", 3362] 3363 3364[[package]] 3365name = "signal-hook" 3366version = "0.3.14" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 3369dependencies = [ 3370 "libc", 3371 "signal-hook-registry", 3372] 3373 3374[[package]] 3375name = "signal-hook-mio" 3376version = "0.2.3" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 3379dependencies = [ 3380 "libc", 3381 "mio", 3382 "signal-hook", 3383] 3384 3385[[package]] 3386name = "signal-hook-registry" 3387version = "1.4.0" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3390dependencies = [ 3391 "libc", 3392] 3393 3394[[package]] 3395name = "simple-mutex" 3396version = "1.1.5" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6" 3399dependencies = [ 3400 "event-listener", 3401] 3402 3403[[package]] 3404name = "slab" 3405version = "0.4.7" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 3408dependencies = [ 3409 "autocfg", 3410] 3411 3412[[package]] 3413name = "smallvec" 3414version = "1.9.0" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 3417 3418[[package]] 3419name = "smawk" 3420version = "0.3.1" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 3423 3424[[package]] 3425name = "snafu" 3426version = "0.7.1" 3427source = "registry+https://github.com/rust-lang/crates.io-index" 3428checksum = "5177903bf45656592d9eb5c0e22f408fc023aae51dbe2088889b71633ba451f2" 3429dependencies = [ 3430 "backtrace", 3431 "doc-comment", 3432 "snafu-derive", 3433] 3434 3435[[package]] 3436name = "snafu-derive" 3437version = "0.7.1" 3438source = "registry+https://github.com/rust-lang/crates.io-index" 3439checksum = "410b26ed97440d90ced3e2488c868d56a86e2064f5d7d6f417909b286afe25e5" 3440dependencies = [ 3441 "heck", 3442 "proc-macro2", 3443 "quote", 3444 "syn", 3445] 3446 3447[[package]] 3448name = "socket2" 3449version = "0.4.4" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 3452dependencies = [ 3453 "libc", 3454 "winapi", 3455] 3456 3457[[package]] 3458name = "spin" 3459version = "0.5.2" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3462 3463[[package]] 3464name = "standback" 3465version = "0.2.17" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" 3468dependencies = [ 3469 "version_check", 3470] 3471 3472[[package]] 3473name = "static_assertions" 3474version = "1.1.0" 3475source = "registry+https://github.com/rust-lang/crates.io-index" 3476checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3477 3478[[package]] 3479name = "stdweb" 3480version = "0.4.20" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" 3483dependencies = [ 3484 "discard", 3485 "rustc_version", 3486 "stdweb-derive", 3487 "stdweb-internal-macros", 3488 "stdweb-internal-runtime", 3489 "wasm-bindgen", 3490] 3491 3492[[package]] 3493name = "stdweb-derive" 3494version = "0.5.3" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 3497dependencies = [ 3498 "proc-macro2", 3499 "quote", 3500 "serde", 3501 "serde_derive", 3502 "syn", 3503] 3504 3505[[package]] 3506name = "stdweb-internal-macros" 3507version = "0.2.9" 3508source = "registry+https://github.com/rust-lang/crates.io-index" 3509checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 3510dependencies = [ 3511 "base-x", 3512 "proc-macro2", 3513 "quote", 3514 "serde", 3515 "serde_derive", 3516 "serde_json", 3517 "sha1 0.6.1", 3518 "syn", 3519] 3520 3521[[package]] 3522name = "stdweb-internal-runtime" 3523version = "0.1.5" 3524source = "registry+https://github.com/rust-lang/crates.io-index" 3525checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" 3526 3527[[package]] 3528name = "strsim" 3529version = "0.10.0" 3530source = "registry+https://github.com/rust-lang/crates.io-index" 3531checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3532 3533[[package]] 3534name = "subtle" 3535version = "2.4.1" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 3538 3539[[package]] 3540name = "surf" 3541version = "2.3.2" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7" 3544dependencies = [ 3545 "async-native-tls", 3546 "async-std", 3547 "async-trait", 3548 "cfg-if 1.0.0", 3549 "futures-util", 3550 "getrandom 0.2.7", 3551 "http-client", 3552 "http-types", 3553 "log", 3554 "mime_guess", 3555 "once_cell", 3556 "pin-project-lite", 3557 "serde", 3558 "serde_json", 3559] 3560 3561[[package]] 3562name = "syn" 3563version = "1.0.99" 3564source = "registry+https://github.com/rust-lang/crates.io-index" 3565checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 3566dependencies = [ 3567 "proc-macro2", 3568 "quote", 3569 "unicode-ident", 3570] 3571 3572[[package]] 3573name = "tar" 3574version = "0.4.38" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 3577dependencies = [ 3578 "filetime", 3579 "libc", 3580 "xattr", 3581] 3582 3583[[package]] 3584name = "tempdir" 3585version = "0.3.7" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 3588dependencies = [ 3589 "rand 0.4.6", 3590 "remove_dir_all", 3591] 3592 3593[[package]] 3594name = "tempfile" 3595version = "3.3.0" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 3598dependencies = [ 3599 "cfg-if 1.0.0", 3600 "fastrand", 3601 "libc", 3602 "redox_syscall", 3603 "remove_dir_all", 3604 "winapi", 3605] 3606 3607[[package]] 3608name = "term" 3609version = "0.7.0" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 3612dependencies = [ 3613 "dirs-next", 3614 "rustversion", 3615 "winapi", 3616] 3617 3618[[package]] 3619name = "term_size" 3620version = "0.3.2" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 3623dependencies = [ 3624 "libc", 3625 "winapi", 3626] 3627 3628[[package]] 3629name = "termcolor" 3630version = "1.1.3" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 3633dependencies = [ 3634 "winapi-util", 3635] 3636 3637[[package]] 3638name = "termimad" 3639version = "0.20.2" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "c8a16d7de8d4c97a4149cc3b9d3681c5dba36011c303745bb1af19636e89ba39" 3642dependencies = [ 3643 "coolor", 3644 "crossbeam", 3645 "crossterm", 3646 "minimad", 3647 "thiserror", 3648 "unicode-width", 3649] 3650 3651[[package]] 3652name = "terminal_size" 3653version = "0.1.17" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 3656dependencies = [ 3657 "libc", 3658 "winapi", 3659] 3660 3661[[package]] 3662name = "termtree" 3663version = "0.2.4" 3664source = "registry+https://github.com/rust-lang/crates.io-index" 3665checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" 3666 3667[[package]] 3668name = "test-case" 3669version = "2.2.1" 3670source = "registry+https://github.com/rust-lang/crates.io-index" 3671checksum = "07aea929e9488998b64adc414c29fe5620398f01c2e3f58164122b17e567a6d5" 3672dependencies = [ 3673 "test-case-macros", 3674] 3675 3676[[package]] 3677name = "test-case-macros" 3678version = "2.2.1" 3679source = "registry+https://github.com/rust-lang/crates.io-index" 3680checksum = "c95968eedc6fc4f5c21920e0f4264f78ec5e4c56bb394f319becc1a5830b3e54" 3681dependencies = [ 3682 "cfg-if 1.0.0", 3683 "proc-macro-error", 3684 "proc-macro2", 3685 "quote", 3686 "syn", 3687] 3688 3689[[package]] 3690name = "test-cert-gen" 3691version = "0.7.0" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "3208d0ae2e3736d4ac2f6ba2229c4d9bbd54080e228e662a7684eabcf13ff419" 3694dependencies = [ 3695 "pem 0.8.3", 3696 "tempdir", 3697] 3698 3699[[package]] 3700name = "textwrap" 3701version = "0.15.0" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 3704dependencies = [ 3705 "smawk", 3706 "terminal_size", 3707 "unicode-linebreak", 3708 "unicode-width", 3709] 3710 3711[[package]] 3712name = "textwrap" 3713version = "0.16.0" 3714source = "registry+https://github.com/rust-lang/crates.io-index" 3715checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 3716 3717[[package]] 3718name = "thiserror" 3719version = "1.0.32" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" 3722dependencies = [ 3723 "thiserror-impl", 3724] 3725 3726[[package]] 3727name = "thiserror-impl" 3728version = "1.0.32" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" 3731dependencies = [ 3732 "proc-macro2", 3733 "quote", 3734 "syn", 3735] 3736 3737[[package]] 3738name = "time" 3739version = "0.1.44" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 3742dependencies = [ 3743 "libc", 3744 "wasi 0.10.0+wasi-snapshot-preview1", 3745 "winapi", 3746] 3747 3748[[package]] 3749name = "time" 3750version = "0.2.27" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" 3753dependencies = [ 3754 "const_fn", 3755 "libc", 3756 "standback", 3757 "stdweb", 3758 "time-macros 0.1.1", 3759 "version_check", 3760 "winapi", 3761] 3762 3763[[package]] 3764name = "time" 3765version = "0.3.12" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "74b7cc93fc23ba97fde84f7eea56c55d1ba183f495c6715defdfc7b9cb8c870f" 3768dependencies = [ 3769 "itoa", 3770 "js-sys", 3771 "libc", 3772 "num_threads", 3773 "time-macros 0.2.4", 3774] 3775 3776[[package]] 3777name = "time-macros" 3778version = "0.1.1" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" 3781dependencies = [ 3782 "proc-macro-hack", 3783 "time-macros-impl", 3784] 3785 3786[[package]] 3787name = "time-macros" 3788version = "0.2.4" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" 3791 3792[[package]] 3793name = "time-macros-impl" 3794version = "0.1.2" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 3797dependencies = [ 3798 "proc-macro-hack", 3799 "proc-macro2", 3800 "quote", 3801 "standback", 3802 "syn", 3803] 3804 3805[[package]] 3806name = "tinyvec" 3807version = "1.6.0" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3810dependencies = [ 3811 "tinyvec_macros", 3812] 3813 3814[[package]] 3815name = "tinyvec_macros" 3816version = "0.1.0" 3817source = "registry+https://github.com/rust-lang/crates.io-index" 3818checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3819 3820[[package]] 3821name = "tls-api" 3822version = "0.7.0" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "b7dded74ddc6d4a98f9f94f17f1c4d796e4af3cb5fba9e7655f157a036ee7de0" 3825dependencies = [ 3826 "anyhow", 3827 "futures-util", 3828 "log", 3829 "pem 0.8.3", 3830 "tempdir", 3831 "thiserror", 3832 "void", 3833 "webpki 0.22.0", 3834] 3835 3836[[package]] 3837name = "tls-api-not-tls" 3838version = "0.7.0" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "b9026a0d37898cc761deb9aa92e727c61412f24c490853337a5dcba95f1e9adf" 3841dependencies = [ 3842 "anyhow", 3843 "async-std", 3844 "thiserror", 3845 "tls-api", 3846 "tls-api-test", 3847] 3848 3849[[package]] 3850name = "tls-api-rustls" 3851version = "0.7.0" 3852source = "registry+https://github.com/rust-lang/crates.io-index" 3853checksum = "9eeadd40cf3e8d610d3ccc5cc71443629ac0aa2c66aee7bc085c7d0b03c706a6" 3854dependencies = [ 3855 "anyhow", 3856 "async-std", 3857 "rustls 0.20.6", 3858 "thiserror", 3859 "tls-api", 3860 "tls-api-test", 3861 "webpki 0.22.0", 3862 "webpki-roots", 3863] 3864 3865[[package]] 3866name = "tls-api-test" 3867version = "0.7.0" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "344ab291be7ed9ab296fc28153fe3ac1e430f44c4dfb3f1324a3c09bbbb5f104" 3870dependencies = [ 3871 "anyhow", 3872 "async-std", 3873 "env_logger 0.5.13", 3874 "log", 3875 "pem 0.8.3", 3876 "test-cert-gen", 3877 "tls-api", 3878 "untrusted 0.6.2", 3879 "webpki 0.22.0", 3880] 3881 3882[[package]] 3883name = "tokio" 3884version = "1.20.1" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 3887dependencies = [ 3888 "autocfg", 3889 "bytes", 3890 "libc", 3891 "memchr", 3892 "mio", 3893 "num_cpus", 3894 "once_cell", 3895 "pin-project-lite", 3896 "socket2", 3897 "tokio-macros", 3898 "winapi", 3899] 3900 3901[[package]] 3902name = "tokio-macros" 3903version = "1.8.0" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 3906dependencies = [ 3907 "proc-macro2", 3908 "quote", 3909 "syn", 3910] 3911 3912[[package]] 3913name = "tokio-native-tls" 3914version = "0.3.0" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 3917dependencies = [ 3918 "native-tls", 3919 "tokio", 3920] 3921 3922[[package]] 3923name = "tokio-rustls" 3924version = "0.22.0" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" 3927dependencies = [ 3928 "rustls 0.19.1", 3929 "tokio", 3930 "webpki 0.21.4", 3931] 3932 3933[[package]] 3934name = "tokio-stream" 3935version = "0.1.9" 3936source = "registry+https://github.com/rust-lang/crates.io-index" 3937checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 3938dependencies = [ 3939 "futures-core", 3940 "pin-project-lite", 3941 "tokio", 3942] 3943 3944[[package]] 3945name = "tokio-util" 3946version = "0.6.10" 3947source = "registry+https://github.com/rust-lang/crates.io-index" 3948checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 3949dependencies = [ 3950 "bytes", 3951 "futures-core", 3952 "futures-sink", 3953 "log", 3954 "pin-project-lite", 3955 "tokio", 3956] 3957 3958[[package]] 3959name = "tokio-util" 3960version = "0.7.3" 3961source = "registry+https://github.com/rust-lang/crates.io-index" 3962checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 3963dependencies = [ 3964 "bytes", 3965 "futures-core", 3966 "futures-sink", 3967 "pin-project-lite", 3968 "tokio", 3969 "tracing", 3970] 3971 3972[[package]] 3973name = "toml" 3974version = "0.5.9" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 3977dependencies = [ 3978 "serde", 3979] 3980 3981[[package]] 3982name = "tower-service" 3983version = "0.3.2" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3986 3987[[package]] 3988name = "tracing" 3989version = "0.1.36" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 3992dependencies = [ 3993 "cfg-if 1.0.0", 3994 "log", 3995 "pin-project-lite", 3996 "tracing-core", 3997] 3998 3999[[package]] 4000name = "tracing-core" 4001version = "0.1.29" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" 4004dependencies = [ 4005 "once_cell", 4006] 4007 4008[[package]] 4009name = "traitobject" 4010version = "0.1.0" 4011source = "registry+https://github.com/rust-lang/crates.io-index" 4012checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 4013 4014[[package]] 4015name = "try-lock" 4016version = "0.2.3" 4017source = "registry+https://github.com/rust-lang/crates.io-index" 4018checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4019 4020[[package]] 4021name = "trybuild" 4022version = "1.0.64" 4023source = "registry+https://github.com/rust-lang/crates.io-index" 4024checksum = "e7f408301c7480f9e6294eb779cfc907f54bd901a9660ef24d7f233ed5376485" 4025dependencies = [ 4026 "glob", 4027 "once_cell", 4028 "serde", 4029 "serde_derive", 4030 "serde_json", 4031 "termcolor", 4032 "toml", 4033] 4034 4035[[package]] 4036name = "twoway" 4037version = "0.2.2" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47" 4040dependencies = [ 4041 "memchr", 4042 "unchecked-index", 4043] 4044 4045[[package]] 4046name = "typemap" 4047version = "0.3.3" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 4050dependencies = [ 4051 "unsafe-any", 4052] 4053 4054[[package]] 4055name = "typenum" 4056version = "1.15.0" 4057source = "registry+https://github.com/rust-lang/crates.io-index" 4058checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 4059 4060[[package]] 4061name = "unchecked-index" 4062version = "0.2.2" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c" 4065 4066[[package]] 4067name = "unicase" 4068version = "2.6.0" 4069source = "registry+https://github.com/rust-lang/crates.io-index" 4070checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4071dependencies = [ 4072 "version_check", 4073] 4074 4075[[package]] 4076name = "unicode-bidi" 4077version = "0.3.8" 4078source = "registry+https://github.com/rust-lang/crates.io-index" 4079checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 4080 4081[[package]] 4082name = "unicode-ident" 4083version = "1.0.3" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 4086 4087[[package]] 4088name = "unicode-linebreak" 4089version = "0.1.2" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f" 4092dependencies = [ 4093 "regex", 4094] 4095 4096[[package]] 4097name = "unicode-normalization" 4098version = "0.1.21" 4099source = "registry+https://github.com/rust-lang/crates.io-index" 4100checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 4101dependencies = [ 4102 "tinyvec", 4103] 4104 4105[[package]] 4106name = "unicode-segmentation" 4107version = "1.9.0" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 4110 4111[[package]] 4112name = "unicode-width" 4113version = "0.1.9" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 4116 4117[[package]] 4118name = "universal-hash" 4119version = "0.4.1" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 4122dependencies = [ 4123 "generic-array", 4124 "subtle", 4125] 4126 4127[[package]] 4128name = "unsafe-any" 4129version = "0.4.2" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 4132dependencies = [ 4133 "traitobject", 4134] 4135 4136[[package]] 4137name = "untrusted" 4138version = "0.6.2" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" 4141 4142[[package]] 4143name = "untrusted" 4144version = "0.7.1" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4147 4148[[package]] 4149name = "url" 4150version = "2.2.2" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 4153dependencies = [ 4154 "form_urlencoded", 4155 "idna", 4156 "matches", 4157 "percent-encoding", 4158 "serde", 4159] 4160 4161[[package]] 4162name = "urlencoding" 4163version = "2.1.0" 4164source = "registry+https://github.com/rust-lang/crates.io-index" 4165checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821" 4166 4167[[package]] 4168name = "utf8parse" 4169version = "0.2.0" 4170source = "registry+https://github.com/rust-lang/crates.io-index" 4171checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 4172 4173[[package]] 4174name = "uuid" 4175version = "1.1.2" 4176source = "registry+https://github.com/rust-lang/crates.io-index" 4177checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" 4178 4179[[package]] 4180name = "value-bag" 4181version = "1.0.0-alpha.9" 4182source = "registry+https://github.com/rust-lang/crates.io-index" 4183checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 4184dependencies = [ 4185 "ctor", 4186 "version_check", 4187] 4188 4189[[package]] 4190name = "vcpkg" 4191version = "0.2.15" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4194 4195[[package]] 4196name = "version_check" 4197version = "0.9.4" 4198source = "registry+https://github.com/rust-lang/crates.io-index" 4199checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4200 4201[[package]] 4202name = "void" 4203version = "1.0.2" 4204source = "registry+https://github.com/rust-lang/crates.io-index" 4205checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 4206 4207[[package]] 4208name = "wait-timeout" 4209version = "0.2.0" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 4212dependencies = [ 4213 "libc", 4214] 4215 4216[[package]] 4217name = "waker-fn" 4218version = "1.1.0" 4219source = "registry+https://github.com/rust-lang/crates.io-index" 4220checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 4221 4222[[package]] 4223name = "want" 4224version = "0.3.0" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4227dependencies = [ 4228 "log", 4229 "try-lock", 4230] 4231 4232[[package]] 4233name = "warp" 4234version = "0.3.2" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e" 4237dependencies = [ 4238 "bytes", 4239 "futures-channel", 4240 "futures-util", 4241 "headers", 4242 "http", 4243 "hyper", 4244 "log", 4245 "mime", 4246 "mime_guess", 4247 "percent-encoding", 4248 "pin-project", 4249 "scoped-tls", 4250 "serde", 4251 "serde_json", 4252 "serde_urlencoded", 4253 "tokio", 4254 "tokio-rustls", 4255 "tokio-stream", 4256 "tokio-util 0.6.10", 4257 "tower-service", 4258 "tracing", 4259] 4260 4261[[package]] 4262name = "wasi" 4263version = "0.9.0+wasi-snapshot-preview1" 4264source = "registry+https://github.com/rust-lang/crates.io-index" 4265checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4266 4267[[package]] 4268name = "wasi" 4269version = "0.10.0+wasi-snapshot-preview1" 4270source = "registry+https://github.com/rust-lang/crates.io-index" 4271checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 4272 4273[[package]] 4274name = "wasi" 4275version = "0.11.0+wasi-snapshot-preview1" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4278 4279[[package]] 4280name = "wasm-bindgen" 4281version = "0.2.82" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 4284dependencies = [ 4285 "cfg-if 1.0.0", 4286 "wasm-bindgen-macro", 4287] 4288 4289[[package]] 4290name = "wasm-bindgen-backend" 4291version = "0.2.82" 4292source = "registry+https://github.com/rust-lang/crates.io-index" 4293checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 4294dependencies = [ 4295 "bumpalo", 4296 "log", 4297 "once_cell", 4298 "proc-macro2", 4299 "quote", 4300 "syn", 4301 "wasm-bindgen-shared", 4302] 4303 4304[[package]] 4305name = "wasm-bindgen-futures" 4306version = "0.4.32" 4307source = "registry+https://github.com/rust-lang/crates.io-index" 4308checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" 4309dependencies = [ 4310 "cfg-if 1.0.0", 4311 "js-sys", 4312 "wasm-bindgen", 4313 "web-sys", 4314] 4315 4316[[package]] 4317name = "wasm-bindgen-macro" 4318version = "0.2.82" 4319source = "registry+https://github.com/rust-lang/crates.io-index" 4320checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 4321dependencies = [ 4322 "quote", 4323 "wasm-bindgen-macro-support", 4324] 4325 4326[[package]] 4327name = "wasm-bindgen-macro-support" 4328version = "0.2.82" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 4331dependencies = [ 4332 "proc-macro2", 4333 "quote", 4334 "syn", 4335 "wasm-bindgen-backend", 4336 "wasm-bindgen-shared", 4337] 4338 4339[[package]] 4340name = "wasm-bindgen-shared" 4341version = "0.2.82" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 4344 4345[[package]] 4346name = "wchar" 4347version = "0.6.1" 4348source = "registry+https://github.com/rust-lang/crates.io-index" 4349checksum = "c74d010bf16569f942b0b7d3c777dd674f8ee539b48d809dc548b3453039c2df" 4350dependencies = [ 4351 "proc-macro-hack", 4352 "wchar-impl", 4353] 4354 4355[[package]] 4356name = "wchar-impl" 4357version = "0.6.0" 4358source = "registry+https://github.com/rust-lang/crates.io-index" 4359checksum = "f135922b9303f899bfa446fce1eb149f43462f1e9ac7f50e24ea6b913416dd84" 4360dependencies = [ 4361 "proc-macro-hack", 4362 "proc-macro2", 4363 "quote", 4364 "syn", 4365] 4366 4367[[package]] 4368name = "web-sys" 4369version = "0.3.59" 4370source = "registry+https://github.com/rust-lang/crates.io-index" 4371checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 4372dependencies = [ 4373 "js-sys", 4374 "wasm-bindgen", 4375] 4376 4377[[package]] 4378name = "webpki" 4379version = "0.21.4" 4380source = "registry+https://github.com/rust-lang/crates.io-index" 4381checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" 4382dependencies = [ 4383 "ring", 4384 "untrusted 0.7.1", 4385] 4386 4387[[package]] 4388name = "webpki" 4389version = "0.22.0" 4390source = "registry+https://github.com/rust-lang/crates.io-index" 4391checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4392dependencies = [ 4393 "ring", 4394 "untrusted 0.7.1", 4395] 4396 4397[[package]] 4398name = "webpki-roots" 4399version = "0.22.4" 4400source = "registry+https://github.com/rust-lang/crates.io-index" 4401checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 4402dependencies = [ 4403 "webpki 0.22.0", 4404] 4405 4406[[package]] 4407name = "wepoll-ffi" 4408version = "0.1.2" 4409source = "registry+https://github.com/rust-lang/crates.io-index" 4410checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 4411dependencies = [ 4412 "cc", 4413] 4414 4415[[package]] 4416name = "which" 4417version = "4.2.5" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" 4420dependencies = [ 4421 "either", 4422 "lazy_static", 4423 "libc", 4424] 4425 4426[[package]] 4427name = "whoami" 4428version = "1.2.1" 4429source = "registry+https://github.com/rust-lang/crates.io-index" 4430checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8" 4431dependencies = [ 4432 "wasm-bindgen", 4433 "web-sys", 4434] 4435 4436[[package]] 4437name = "winapi" 4438version = "0.3.9" 4439source = "registry+https://github.com/rust-lang/crates.io-index" 4440checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4441dependencies = [ 4442 "winapi-i686-pc-windows-gnu", 4443 "winapi-x86_64-pc-windows-gnu", 4444] 4445 4446[[package]] 4447name = "winapi-i686-pc-windows-gnu" 4448version = "0.4.0" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4451 4452[[package]] 4453name = "winapi-util" 4454version = "0.1.5" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4457dependencies = [ 4458 "winapi", 4459] 4460 4461[[package]] 4462name = "winapi-x86_64-pc-windows-gnu" 4463version = "0.4.0" 4464source = "registry+https://github.com/rust-lang/crates.io-index" 4465checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4466 4467[[package]] 4468name = "windows-sys" 4469version = "0.36.1" 4470source = "registry+https://github.com/rust-lang/crates.io-index" 4471checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4472dependencies = [ 4473 "windows_aarch64_msvc 0.36.1", 4474 "windows_i686_gnu 0.36.1", 4475 "windows_i686_msvc 0.36.1", 4476 "windows_x86_64_gnu 0.36.1", 4477 "windows_x86_64_msvc 0.36.1", 4478] 4479 4480[[package]] 4481name = "windows-sys" 4482version = "0.45.0" 4483source = "registry+https://github.com/rust-lang/crates.io-index" 4484checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4485dependencies = [ 4486 "windows-targets", 4487] 4488 4489[[package]] 4490name = "windows-targets" 4491version = "0.42.1" 4492source = "registry+https://github.com/rust-lang/crates.io-index" 4493checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 4494dependencies = [ 4495 "windows_aarch64_gnullvm", 4496 "windows_aarch64_msvc 0.42.1", 4497 "windows_i686_gnu 0.42.1", 4498 "windows_i686_msvc 0.42.1", 4499 "windows_x86_64_gnu 0.42.1", 4500 "windows_x86_64_gnullvm", 4501 "windows_x86_64_msvc 0.42.1", 4502] 4503 4504[[package]] 4505name = "windows_aarch64_gnullvm" 4506version = "0.42.1" 4507source = "registry+https://github.com/rust-lang/crates.io-index" 4508checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 4509 4510[[package]] 4511name = "windows_aarch64_msvc" 4512version = "0.36.1" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 4515 4516[[package]] 4517name = "windows_aarch64_msvc" 4518version = "0.42.1" 4519source = "registry+https://github.com/rust-lang/crates.io-index" 4520checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 4521 4522[[package]] 4523name = "windows_i686_gnu" 4524version = "0.36.1" 4525source = "registry+https://github.com/rust-lang/crates.io-index" 4526checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 4527 4528[[package]] 4529name = "windows_i686_gnu" 4530version = "0.42.1" 4531source = "registry+https://github.com/rust-lang/crates.io-index" 4532checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 4533 4534[[package]] 4535name = "windows_i686_msvc" 4536version = "0.36.1" 4537source = "registry+https://github.com/rust-lang/crates.io-index" 4538checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 4539 4540[[package]] 4541name = "windows_i686_msvc" 4542version = "0.42.1" 4543source = "registry+https://github.com/rust-lang/crates.io-index" 4544checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 4545 4546[[package]] 4547name = "windows_x86_64_gnu" 4548version = "0.36.1" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 4551 4552[[package]] 4553name = "windows_x86_64_gnu" 4554version = "0.42.1" 4555source = "registry+https://github.com/rust-lang/crates.io-index" 4556checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 4557 4558[[package]] 4559name = "windows_x86_64_gnullvm" 4560version = "0.42.1" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 4563 4564[[package]] 4565name = "windows_x86_64_msvc" 4566version = "0.36.1" 4567source = "registry+https://github.com/rust-lang/crates.io-index" 4568checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 4569 4570[[package]] 4571name = "windows_x86_64_msvc" 4572version = "0.42.1" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 4575 4576[[package]] 4577name = "winreg" 4578version = "0.10.1" 4579source = "registry+https://github.com/rust-lang/crates.io-index" 4580checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 4581dependencies = [ 4582 "winapi", 4583] 4584 4585[[package]] 4586name = "wslapi" 4587version = "0.1.3" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "afc9c51137636a37c388bb01765a0eae1362915d82a5e238e1a356c400f9f619" 4590dependencies = [ 4591 "minidl", 4592 "wchar", 4593 "winapi", 4594] 4595 4596[[package]] 4597name = "xattr" 4598version = "0.2.3" 4599source = "registry+https://github.com/rust-lang/crates.io-index" 4600checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 4601dependencies = [ 4602 "libc", 4603] 4604 4605[[package]] 4606name = "zip" 4607version = "0.6.2" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d" 4610dependencies = [ 4611 "aes 0.7.5", 4612 "byteorder", 4613 "bzip2", 4614 "constant_time_eq", 4615 "crc32fast", 4616 "crossbeam-utils", 4617 "flate2", 4618 "hmac 0.12.1", 4619 "pbkdf2", 4620 "sha1 0.10.1", 4621 "time 0.3.12", 4622 "zstd", 4623] 4624 4625[[package]] 4626name = "zstd" 4627version = "0.10.2+zstd.1.5.2" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847" 4630dependencies = [ 4631 "zstd-safe", 4632] 4633 4634[[package]] 4635name = "zstd-safe" 4636version = "4.1.6+zstd.1.5.2" 4637source = "registry+https://github.com/rust-lang/crates.io-index" 4638checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb" 4639dependencies = [ 4640 "libc", 4641 "zstd-sys", 4642] 4643 4644[[package]] 4645name = "zstd-sys" 4646version = "1.6.3+zstd.1.5.2" 4647source = "registry+https://github.com/rust-lang/crates.io-index" 4648checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8" 4649dependencies = [ 4650 "cc", 4651 "libc", 4652]