at 24.11-pre 4276 lines 106 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.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 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 = "aes" 28version = "0.8.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" 31dependencies = [ 32 "cfg-if", 33 "cipher", 34 "cpufeatures", 35] 36 37[[package]] 38name = "ahash" 39version = "0.7.6" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 42dependencies = [ 43 "getrandom", 44 "once_cell", 45 "version_check", 46] 47 48[[package]] 49name = "aho-corasick" 50version = "1.0.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 53dependencies = [ 54 "memchr", 55] 56 57[[package]] 58name = "android-tzdata" 59version = "0.1.1" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 62 63[[package]] 64name = "ansi-escapes" 65version = "0.1.1" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "7e3c0daaaae24df5995734b689627f8fa02101bc5bbc768be3055b66a010d7af" 68 69[[package]] 70name = "anstream" 71version = "0.6.4" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 74dependencies = [ 75 "anstyle", 76 "anstyle-parse", 77 "anstyle-query", 78 "anstyle-wincon", 79 "colorchoice", 80 "utf8parse", 81] 82 83[[package]] 84name = "anstyle" 85version = "1.0.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 88 89[[package]] 90name = "anstyle-parse" 91version = "0.2.2" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" 94dependencies = [ 95 "utf8parse", 96] 97 98[[package]] 99name = "anstyle-query" 100version = "1.0.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 103dependencies = [ 104 "windows-sys 0.48.0", 105] 106 107[[package]] 108name = "anstyle-wincon" 109version = "3.0.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 112dependencies = [ 113 "anstyle", 114 "windows-sys 0.48.0", 115] 116 117[[package]] 118name = "anyhow" 119version = "1.0.71" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 122 123[[package]] 124name = "append-only-vec" 125version = "0.1.2" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "5608767d94038891df4c7bb82f6b1beb55fe3d204735985e20de329bc35d5fee" 128 129[[package]] 130name = "arc-swap" 131version = "1.6.0" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 134 135[[package]] 136name = "arrayref" 137version = "0.3.6" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 140 141[[package]] 142name = "arrayvec" 143version = "0.7.2" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 146 147[[package]] 148name = "assert_cmd" 149version = "2.0.11" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 152dependencies = [ 153 "anstyle", 154 "bstr", 155 "doc-comment", 156 "predicates 3.0.3", 157 "predicates-core", 158 "predicates-tree", 159 "wait-timeout", 160] 161 162[[package]] 163name = "async-channel" 164version = "1.8.0" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 167dependencies = [ 168 "concurrent-queue", 169 "event-listener", 170 "futures-core", 171] 172 173[[package]] 174name = "async-executor" 175version = "1.5.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 178dependencies = [ 179 "async-lock", 180 "async-task", 181 "concurrent-queue", 182 "fastrand", 183 "futures-lite", 184 "slab", 185] 186 187[[package]] 188name = "async-global-executor" 189version = "2.3.1" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 192dependencies = [ 193 "async-channel", 194 "async-executor", 195 "async-io", 196 "async-lock", 197 "blocking", 198 "futures-lite", 199 "once_cell", 200] 201 202[[package]] 203name = "async-io" 204version = "1.12.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" 207dependencies = [ 208 "async-lock", 209 "autocfg", 210 "concurrent-queue", 211 "futures-lite", 212 "libc", 213 "log", 214 "parking", 215 "polling", 216 "slab", 217 "socket2", 218 "waker-fn", 219 "windows-sys 0.42.0", 220] 221 222[[package]] 223name = "async-listen" 224version = "0.2.1" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "c0eff11d7d3dbf808fb25952cc54a0bcf50b501ae6d6ea98a817009b330d0a2a" 227dependencies = [ 228 "async-std", 229] 230 231[[package]] 232name = "async-lock" 233version = "2.7.0" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 236dependencies = [ 237 "event-listener", 238] 239 240[[package]] 241name = "async-std" 242version = "1.12.0" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 245dependencies = [ 246 "async-channel", 247 "async-global-executor", 248 "async-io", 249 "async-lock", 250 "crossbeam-utils", 251 "futures-channel", 252 "futures-core", 253 "futures-io", 254 "futures-lite", 255 "gloo-timers", 256 "kv-log-macro", 257 "log", 258 "memchr", 259 "once_cell", 260 "pin-project-lite", 261 "pin-utils", 262 "slab", 263 "wasm-bindgen-futures", 264] 265 266[[package]] 267name = "async-task" 268version = "4.3.0" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 271 272[[package]] 273name = "async-trait" 274version = "0.1.66" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc" 277dependencies = [ 278 "proc-macro2", 279 "quote", 280 "syn 1.0.109", 281] 282 283[[package]] 284name = "atomic-waker" 285version = "1.1.0" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 288 289[[package]] 290name = "atty" 291version = "0.2.14" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 294dependencies = [ 295 "hermit-abi 0.1.19", 296 "libc", 297 "winapi", 298] 299 300[[package]] 301name = "autocfg" 302version = "1.1.0" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 305 306[[package]] 307name = "backtrace" 308version = "0.3.67" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 311dependencies = [ 312 "addr2line", 313 "cc", 314 "cfg-if", 315 "libc", 316 "miniz_oxide", 317 "object", 318 "rustc-demangle", 319] 320 321[[package]] 322name = "base16ct" 323version = "0.2.0" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 326 327[[package]] 328name = "base32" 329version = "0.4.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" 332 333[[package]] 334name = "base64" 335version = "0.13.1" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 338 339[[package]] 340name = "base64" 341version = "0.21.2" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 344 345[[package]] 346name = "base64ct" 347version = "1.0.1" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" 350 351[[package]] 352name = "basic-toml" 353version = "0.1.2" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" 356dependencies = [ 357 "serde", 358] 359 360[[package]] 361name = "bigdecimal" 362version = "0.3.1" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa" 365dependencies = [ 366 "num-bigint 0.4.3", 367 "num-integer", 368 "num-traits", 369 "serde", 370] 371 372[[package]] 373name = "bitflags" 374version = "1.3.2" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 377 378[[package]] 379name = "bitflags" 380version = "2.4.0" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 383 384[[package]] 385name = "bitvec" 386version = "1.0.1" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 389dependencies = [ 390 "funty", 391 "radium", 392 "tap", 393 "wyz", 394] 395 396[[package]] 397name = "blake2b_simd" 398version = "1.0.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" 401dependencies = [ 402 "arrayref", 403 "arrayvec", 404 "constant_time_eq 0.2.4", 405] 406 407[[package]] 408name = "blake3" 409version = "1.4.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888" 412dependencies = [ 413 "arrayref", 414 "arrayvec", 415 "cc", 416 "cfg-if", 417 "constant_time_eq 0.2.4", 418 "digest", 419] 420 421[[package]] 422name = "block-buffer" 423version = "0.10.4" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 426dependencies = [ 427 "generic-array", 428] 429 430[[package]] 431name = "blocking" 432version = "1.3.0" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 435dependencies = [ 436 "async-channel", 437 "async-lock", 438 "async-task", 439 "atomic-waker", 440 "fastrand", 441 "futures-lite", 442] 443 444[[package]] 445name = "bstr" 446version = "1.3.0" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 449dependencies = [ 450 "memchr", 451 "once_cell", 452 "regex-automata", 453 "serde", 454] 455 456[[package]] 457name = "bumpalo" 458version = "3.13.0" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 461 462[[package]] 463name = "byteorder" 464version = "1.4.3" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 467 468[[package]] 469name = "bytes" 470version = "1.4.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 473 474[[package]] 475name = "bzip2" 476version = "0.4.4" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 479dependencies = [ 480 "bzip2-sys", 481 "libc", 482] 483 484[[package]] 485name = "bzip2-sys" 486version = "0.1.11+1.0.8" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 489dependencies = [ 490 "cc", 491 "libc", 492 "pkg-config", 493] 494 495[[package]] 496name = "cc" 497version = "1.0.79" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 500dependencies = [ 501 "jobserver", 502] 503 504[[package]] 505name = "cfg-if" 506version = "1.0.0" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 509 510[[package]] 511name = "chrono" 512version = "0.4.26" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 515dependencies = [ 516 "android-tzdata", 517 "num-traits", 518] 519 520[[package]] 521name = "cipher" 522version = "0.4.4" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 525dependencies = [ 526 "crypto-common", 527 "inout", 528] 529 530[[package]] 531name = "clap" 532version = "3.2.25" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 535dependencies = [ 536 "bitflags 1.3.2", 537 "clap_lex 0.2.4", 538 "indexmap 1.9.3", 539 "textwrap", 540] 541 542[[package]] 543name = "clap" 544version = "4.4.6" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" 547dependencies = [ 548 "clap_builder", 549 "clap_derive", 550] 551 552[[package]] 553name = "clap_builder" 554version = "4.4.6" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" 557dependencies = [ 558 "anstream", 559 "anstyle", 560 "clap_lex 0.5.1", 561 "strsim", 562 "terminal_size 0.3.0", 563] 564 565[[package]] 566name = "clap_complete" 567version = "3.2.5" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8" 570dependencies = [ 571 "clap 3.2.25", 572] 573 574[[package]] 575name = "clap_complete" 576version = "4.4.3" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7" 579dependencies = [ 580 "clap 4.4.6", 581] 582 583[[package]] 584name = "clap_derive" 585version = "4.4.2" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" 588dependencies = [ 589 "heck", 590 "proc-macro2", 591 "quote", 592 "syn 2.0.18", 593] 594 595[[package]] 596name = "clap_generate" 597version = "3.0.3" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "8e1b28c4a802ac3628604fd267cac62aaea74dc61af3410db6b1c44c03b42599" 600dependencies = [ 601 "clap 3.2.25", 602 "clap_complete 3.2.5", 603] 604 605[[package]] 606name = "clap_lex" 607version = "0.2.4" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 610dependencies = [ 611 "os_str_bytes", 612] 613 614[[package]] 615name = "clap_lex" 616version = "0.5.1" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 619 620[[package]] 621name = "clicolors-control" 622version = "1.0.1" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 625dependencies = [ 626 "atty", 627 "lazy_static", 628 "libc", 629 "winapi", 630] 631 632[[package]] 633name = "codespan-reporting" 634version = "0.11.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 637dependencies = [ 638 "termcolor", 639 "unicode-width", 640] 641 642[[package]] 643name = "color-print" 644version = "0.3.5" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" 647dependencies = [ 648 "color-print-proc-macro", 649] 650 651[[package]] 652name = "color-print-proc-macro" 653version = "0.3.5" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" 656dependencies = [ 657 "nom", 658 "proc-macro2", 659 "quote", 660 "syn 1.0.109", 661] 662 663[[package]] 664name = "colorchoice" 665version = "1.0.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 668 669[[package]] 670name = "colorful" 671version = "0.2.2" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "97af0562545a7d7f3d9222fcf909963bec36dcb502afaacab98c6ffac8da47ce" 674 675[[package]] 676name = "combine" 677version = "4.6.6" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 680dependencies = [ 681 "bytes", 682 "memchr", 683] 684 685[[package]] 686name = "comma" 687version = "1.0.0" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" 690 691[[package]] 692name = "concurrent-queue" 693version = "2.1.0" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 696dependencies = [ 697 "crossbeam-utils", 698] 699 700[[package]] 701name = "console" 702version = "0.15.5" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 705dependencies = [ 706 "encode_unicode 0.3.6", 707 "lazy_static", 708 "libc", 709 "unicode-width", 710 "windows-sys 0.42.0", 711] 712 713[[package]] 714name = "constant_time_eq" 715version = "0.1.5" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 718 719[[package]] 720name = "constant_time_eq" 721version = "0.2.4" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" 724 725[[package]] 726name = "coolor" 727version = "0.5.0" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "af4d7a805ca0d92f8c61a31c809d4323fdaa939b0b440e544d21db7797c5aaad" 730dependencies = [ 731 "crossterm", 732] 733 734[[package]] 735name = "core-foundation" 736version = "0.9.3" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 739dependencies = [ 740 "core-foundation-sys", 741 "libc", 742] 743 744[[package]] 745name = "core-foundation-sys" 746version = "0.8.3" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 749 750[[package]] 751name = "cpufeatures" 752version = "0.2.5" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 755dependencies = [ 756 "libc", 757] 758 759[[package]] 760name = "crc16" 761version = "0.4.0" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff" 764 765[[package]] 766name = "crc32fast" 767version = "1.3.2" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 770dependencies = [ 771 "cfg-if", 772] 773 774[[package]] 775name = "crossbeam" 776version = "0.8.2" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 779dependencies = [ 780 "cfg-if", 781 "crossbeam-channel", 782 "crossbeam-deque", 783 "crossbeam-epoch", 784 "crossbeam-queue", 785 "crossbeam-utils", 786] 787 788[[package]] 789name = "crossbeam-channel" 790version = "0.5.8" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 793dependencies = [ 794 "cfg-if", 795 "crossbeam-utils", 796] 797 798[[package]] 799name = "crossbeam-deque" 800version = "0.8.3" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 803dependencies = [ 804 "cfg-if", 805 "crossbeam-epoch", 806 "crossbeam-utils", 807] 808 809[[package]] 810name = "crossbeam-epoch" 811version = "0.9.14" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 814dependencies = [ 815 "autocfg", 816 "cfg-if", 817 "crossbeam-utils", 818 "memoffset 0.8.0", 819 "scopeguard", 820] 821 822[[package]] 823name = "crossbeam-queue" 824version = "0.3.8" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" 827dependencies = [ 828 "cfg-if", 829 "crossbeam-utils", 830] 831 832[[package]] 833name = "crossbeam-utils" 834version = "0.8.16" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 837dependencies = [ 838 "cfg-if", 839] 840 841[[package]] 842name = "crossterm" 843version = "0.23.2" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17" 846dependencies = [ 847 "bitflags 1.3.2", 848 "crossterm_winapi", 849 "libc", 850 "mio", 851 "parking_lot", 852 "signal-hook", 853 "signal-hook-mio", 854 "winapi", 855] 856 857[[package]] 858name = "crossterm_winapi" 859version = "0.9.0" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 862dependencies = [ 863 "winapi", 864] 865 866[[package]] 867name = "crypto-common" 868version = "0.1.6" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 871dependencies = [ 872 "generic-array", 873 "typenum", 874] 875 876[[package]] 877name = "ctor" 878version = "0.1.26" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 881dependencies = [ 882 "quote", 883 "syn 1.0.109", 884] 885 886[[package]] 887name = "ctrlc" 888version = "3.4.0" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 891dependencies = [ 892 "nix", 893 "windows-sys 0.48.0", 894] 895 896[[package]] 897name = "diff" 898version = "0.1.13" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 901 902[[package]] 903name = "difflib" 904version = "0.4.0" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 907 908[[package]] 909name = "digest" 910version = "0.10.6" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 913dependencies = [ 914 "block-buffer", 915 "crypto-common", 916 "subtle", 917] 918 919[[package]] 920name = "dirs" 921version = "4.0.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 924dependencies = [ 925 "dirs-sys 0.3.7", 926] 927 928[[package]] 929name = "dirs" 930version = "5.0.1" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 933dependencies = [ 934 "dirs-sys 0.4.1", 935] 936 937[[package]] 938name = "dirs-next" 939version = "2.0.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 942dependencies = [ 943 "cfg-if", 944 "dirs-sys-next", 945] 946 947[[package]] 948name = "dirs-sys" 949version = "0.3.7" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 952dependencies = [ 953 "libc", 954 "redox_users", 955 "winapi", 956] 957 958[[package]] 959name = "dirs-sys" 960version = "0.4.1" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 963dependencies = [ 964 "libc", 965 "option-ext", 966 "redox_users", 967 "windows-sys 0.48.0", 968] 969 970[[package]] 971name = "dirs-sys-next" 972version = "0.1.2" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 975dependencies = [ 976 "libc", 977 "redox_users", 978 "winapi", 979] 980 981[[package]] 982name = "dissimilar" 983version = "1.0.6" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e" 986 987[[package]] 988name = "doc-comment" 989version = "0.3.3" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 992 993[[package]] 994name = "downcast-rs" 995version = "1.2.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 998 999[[package]] 1000name = "edgedb-cli" 1001version = "4.1.1" 1002dependencies = [ 1003 "ansi-escapes", 1004 "anyhow", 1005 "arc-swap", 1006 "assert_cmd", 1007 "async-listen", 1008 "backtrace", 1009 "base32", 1010 "base64 0.13.1", 1011 "bigdecimal", 1012 "bitvec", 1013 "blake2b_simd", 1014 "blake3", 1015 "bytes", 1016 "chrono", 1017 "clap 4.4.6", 1018 "clap_complete 4.4.3", 1019 "clicolors-control", 1020 "codespan-reporting", 1021 "color-print", 1022 "colorful", 1023 "combine", 1024 "crossbeam-utils", 1025 "crossterm", 1026 "ctrlc", 1027 "dirs 4.0.0", 1028 "dissimilar", 1029 "downcast-rs", 1030 "edgedb-cli-derive", 1031 "edgedb-derive", 1032 "edgedb-errors", 1033 "edgedb-protocol", 1034 "edgedb-tokio", 1035 "edgeql-parser", 1036 "env_logger 0.10.0", 1037 "fd-lock 3.0.12", 1038 "fn-error-context", 1039 "fs-err", 1040 "futures-util", 1041 "gethostname", 1042 "hex", 1043 "humantime 2.1.0", 1044 "humantime-serde", 1045 "immutable-chunkmap", 1046 "indexmap 2.0.0-pre", 1047 "indicatif", 1048 "is-terminal", 1049 "libc", 1050 "libflate", 1051 "log", 1052 "minimad", 1053 "native-tls", 1054 "nix", 1055 "notify", 1056 "num-bigint 0.4.3", 1057 "once_cell", 1058 "open", 1059 "openssl", 1060 "os-release", 1061 "pem 1.1.1", 1062 "predicates 2.1.5", 1063 "pretty_assertions", 1064 "prettytable-rs", 1065 "rand", 1066 "regex", 1067 "reqwest", 1068 "rexpect", 1069 "ring", 1070 "rpassword", 1071 "rustls", 1072 "rustyline", 1073 "scram", 1074 "semver", 1075 "serde", 1076 "serde_json", 1077 "serde_millis", 1078 "serde_path_to_error", 1079 "serde_str", 1080 "sha1", 1081 "sha2", 1082 "shell-escape", 1083 "shutdown_hooks", 1084 "signal-hook", 1085 "snafu", 1086 "strsim", 1087 "tar", 1088 "tempfile", 1089 "term", 1090 "termcolor", 1091 "termimad", 1092 "terminal_size 0.2.6", 1093 "test-case", 1094 "textwrap", 1095 "thiserror", 1096 "tokio", 1097 "tokio-stream", 1098 "toml", 1099 "unicode-segmentation", 1100 "unicode-width", 1101 "url", 1102 "urlencoding", 1103 "uuid", 1104 "wait-timeout", 1105 "warp", 1106 "webpki", 1107 "which", 1108 "whoami", 1109 "winapi", 1110 "winreg", 1111 "wslapi", 1112 "zip", 1113 "zstd 0.12.3+zstd.1.5.2", 1114] 1115 1116[[package]] 1117name = "edgedb-cli-derive" 1118version = "0.4.0" 1119dependencies = [ 1120 "clap 4.4.6", 1121 "clap_generate", 1122 "heck", 1123 "indexmap 1.9.3", 1124 "proc-macro-error", 1125 "proc-macro2", 1126 "quote", 1127 "syn 1.0.109", 1128 "termimad", 1129 "trybuild", 1130] 1131 1132[[package]] 1133name = "edgedb-derive" 1134version = "0.5.1" 1135source = "git+https://github.com/edgedb/edgedb-rust/#a1094916fe28d090156c006722ca660cc29e06ad" 1136dependencies = [ 1137 "proc-macro2", 1138 "quote", 1139 "syn 2.0.18", 1140 "trybuild", 1141] 1142 1143[[package]] 1144name = "edgedb-errors" 1145version = "0.4.1" 1146source = "git+https://github.com/edgedb/edgedb-rust/#a1094916fe28d090156c006722ca660cc29e06ad" 1147dependencies = [ 1148 "bytes", 1149] 1150 1151[[package]] 1152name = "edgedb-protocol" 1153version = "0.6.0" 1154source = "git+https://github.com/edgedb/edgedb-rust/#a1094916fe28d090156c006722ca660cc29e06ad" 1155dependencies = [ 1156 "bigdecimal", 1157 "bitflags 2.4.0", 1158 "bytes", 1159 "chrono", 1160 "edgedb-errors", 1161 "num-bigint 0.4.3", 1162 "num-traits", 1163 "snafu", 1164 "uuid", 1165] 1166 1167[[package]] 1168name = "edgedb-tokio" 1169version = "0.5.0" 1170source = "git+https://github.com/edgedb/edgedb-rust/#a1094916fe28d090156c006722ca660cc29e06ad" 1171dependencies = [ 1172 "anyhow", 1173 "arc-swap", 1174 "async-trait", 1175 "base16ct", 1176 "base64 0.21.2", 1177 "bytes", 1178 "crc16", 1179 "dirs 5.0.1", 1180 "edgedb-derive", 1181 "edgedb-errors", 1182 "edgedb-protocol", 1183 "log", 1184 "once_cell", 1185 "rand", 1186 "rustls", 1187 "rustls-native-certs", 1188 "rustls-pemfile", 1189 "scram", 1190 "serde", 1191 "serde_json", 1192 "sha1", 1193 "tls-api", 1194 "tls-api-not-tls", 1195 "tls-api-rustls", 1196 "tokio", 1197 "tokio-stream", 1198 "url", 1199 "webpki", 1200 "webpki-roots", 1201] 1202 1203[[package]] 1204name = "edgeql-parser" 1205version = "0.1.0" 1206source = "git+https://github.com/edgedb/edgedb#6f6b4cd1174daff8a1c1a7065659bb7837599b3e" 1207dependencies = [ 1208 "append-only-vec", 1209 "base32", 1210 "bigdecimal", 1211 "bumpalo", 1212 "indexmap 1.9.3", 1213 "memchr", 1214 "num-bigint 0.3.3", 1215 "phf", 1216 "serde_json", 1217 "sha2", 1218 "snafu", 1219 "thiserror", 1220 "unicode-width", 1221] 1222 1223[[package]] 1224name = "either" 1225version = "1.8.1" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1228 1229[[package]] 1230name = "encode_unicode" 1231version = "0.3.6" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1234 1235[[package]] 1236name = "encode_unicode" 1237version = "1.0.0" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1240 1241[[package]] 1242name = "encoding_rs" 1243version = "0.8.32" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 1246dependencies = [ 1247 "cfg-if", 1248] 1249 1250[[package]] 1251name = "endian-type" 1252version = "0.1.2" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1255 1256[[package]] 1257name = "env_logger" 1258version = "0.5.13" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" 1261dependencies = [ 1262 "atty", 1263 "humantime 1.3.0", 1264 "log", 1265 "regex", 1266 "termcolor", 1267] 1268 1269[[package]] 1270name = "env_logger" 1271version = "0.10.0" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1274dependencies = [ 1275 "humantime 2.1.0", 1276 "is-terminal", 1277 "log", 1278 "regex", 1279 "termcolor", 1280] 1281 1282[[package]] 1283name = "errno" 1284version = "0.3.1" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 1287dependencies = [ 1288 "errno-dragonfly", 1289 "libc", 1290 "windows-sys 0.48.0", 1291] 1292 1293[[package]] 1294name = "errno-dragonfly" 1295version = "0.1.2" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1298dependencies = [ 1299 "cc", 1300 "libc", 1301] 1302 1303[[package]] 1304name = "event-listener" 1305version = "2.5.3" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1308 1309[[package]] 1310name = "fastrand" 1311version = "1.9.0" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1314dependencies = [ 1315 "instant", 1316] 1317 1318[[package]] 1319name = "fd-lock" 1320version = "2.0.0" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06" 1323dependencies = [ 1324 "libc", 1325 "winapi", 1326] 1327 1328[[package]] 1329name = "fd-lock" 1330version = "3.0.12" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" 1333dependencies = [ 1334 "cfg-if", 1335 "rustix 0.37.7", 1336 "windows-sys 0.48.0", 1337] 1338 1339[[package]] 1340name = "filetime" 1341version = "0.2.20" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 1344dependencies = [ 1345 "cfg-if", 1346 "libc", 1347 "redox_syscall 0.2.16", 1348 "windows-sys 0.45.0", 1349] 1350 1351[[package]] 1352name = "flate2" 1353version = "1.0.25" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1356dependencies = [ 1357 "crc32fast", 1358 "miniz_oxide", 1359] 1360 1361[[package]] 1362name = "float-cmp" 1363version = "0.9.0" 1364source = "registry+https://github.com/rust-lang/crates.io-index" 1365checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1366dependencies = [ 1367 "num-traits", 1368] 1369 1370[[package]] 1371name = "fn-error-context" 1372version = "0.2.1" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41" 1375dependencies = [ 1376 "proc-macro2", 1377 "quote", 1378 "syn 2.0.18", 1379] 1380 1381[[package]] 1382name = "fnv" 1383version = "1.0.7" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1386 1387[[package]] 1388name = "foreign-types" 1389version = "0.3.2" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1392dependencies = [ 1393 "foreign-types-shared", 1394] 1395 1396[[package]] 1397name = "foreign-types-shared" 1398version = "0.1.1" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1401 1402[[package]] 1403name = "form_urlencoded" 1404version = "1.1.0" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1407dependencies = [ 1408 "percent-encoding", 1409] 1410 1411[[package]] 1412name = "fs-err" 1413version = "2.9.0" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" 1416 1417[[package]] 1418name = "fsevent-sys" 1419version = "4.1.0" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1422dependencies = [ 1423 "libc", 1424] 1425 1426[[package]] 1427name = "funty" 1428version = "2.0.0" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1431 1432[[package]] 1433name = "futures-channel" 1434version = "0.3.26" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 1437dependencies = [ 1438 "futures-core", 1439 "futures-sink", 1440] 1441 1442[[package]] 1443name = "futures-core" 1444version = "0.3.26" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 1447 1448[[package]] 1449name = "futures-io" 1450version = "0.3.26" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 1453 1454[[package]] 1455name = "futures-lite" 1456version = "1.12.0" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1459dependencies = [ 1460 "fastrand", 1461 "futures-core", 1462 "futures-io", 1463 "memchr", 1464 "parking", 1465 "pin-project-lite", 1466 "waker-fn", 1467] 1468 1469[[package]] 1470name = "futures-macro" 1471version = "0.3.26" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" 1474dependencies = [ 1475 "proc-macro2", 1476 "quote", 1477 "syn 1.0.109", 1478] 1479 1480[[package]] 1481name = "futures-sink" 1482version = "0.3.26" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 1485 1486[[package]] 1487name = "futures-task" 1488version = "0.3.26" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 1491 1492[[package]] 1493name = "futures-util" 1494version = "0.3.26" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 1497dependencies = [ 1498 "futures-core", 1499 "futures-macro", 1500 "futures-sink", 1501 "futures-task", 1502 "pin-project-lite", 1503 "pin-utils", 1504 "slab", 1505] 1506 1507[[package]] 1508name = "generic-array" 1509version = "0.14.6" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1512dependencies = [ 1513 "typenum", 1514 "version_check", 1515] 1516 1517[[package]] 1518name = "gethostname" 1519version = "0.4.3" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1522dependencies = [ 1523 "libc", 1524 "windows-targets 0.48.0", 1525] 1526 1527[[package]] 1528name = "getrandom" 1529version = "0.2.8" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1532dependencies = [ 1533 "cfg-if", 1534 "libc", 1535 "wasi", 1536] 1537 1538[[package]] 1539name = "gimli" 1540version = "0.27.2" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 1543 1544[[package]] 1545name = "glob" 1546version = "0.3.1" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1549 1550[[package]] 1551name = "gloo-timers" 1552version = "0.2.6" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1555dependencies = [ 1556 "futures-channel", 1557 "futures-core", 1558 "js-sys", 1559 "wasm-bindgen", 1560] 1561 1562[[package]] 1563name = "h2" 1564version = "0.3.19" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1567dependencies = [ 1568 "bytes", 1569 "fnv", 1570 "futures-core", 1571 "futures-sink", 1572 "futures-util", 1573 "http", 1574 "indexmap 1.9.3", 1575 "slab", 1576 "tokio", 1577 "tokio-util", 1578 "tracing", 1579] 1580 1581[[package]] 1582name = "hashbrown" 1583version = "0.12.3" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1586dependencies = [ 1587 "ahash", 1588] 1589 1590[[package]] 1591name = "hashbrown" 1592version = "0.13.2" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1595 1596[[package]] 1597name = "headers" 1598version = "0.3.8" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" 1601dependencies = [ 1602 "base64 0.13.1", 1603 "bitflags 1.3.2", 1604 "bytes", 1605 "headers-core", 1606 "http", 1607 "httpdate", 1608 "mime", 1609 "sha1", 1610] 1611 1612[[package]] 1613name = "headers-core" 1614version = "0.2.0" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1617dependencies = [ 1618 "http", 1619] 1620 1621[[package]] 1622name = "heck" 1623version = "0.4.1" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1626 1627[[package]] 1628name = "hermit-abi" 1629version = "0.1.19" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1632dependencies = [ 1633 "libc", 1634] 1635 1636[[package]] 1637name = "hermit-abi" 1638version = "0.2.6" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1641dependencies = [ 1642 "libc", 1643] 1644 1645[[package]] 1646name = "hermit-abi" 1647version = "0.3.1" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1650 1651[[package]] 1652name = "hex" 1653version = "0.4.3" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1656dependencies = [ 1657 "serde", 1658] 1659 1660[[package]] 1661name = "hmac" 1662version = "0.12.1" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1665dependencies = [ 1666 "digest", 1667] 1668 1669[[package]] 1670name = "http" 1671version = "0.2.9" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1674dependencies = [ 1675 "bytes", 1676 "fnv", 1677 "itoa", 1678] 1679 1680[[package]] 1681name = "http-body" 1682version = "0.4.5" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1685dependencies = [ 1686 "bytes", 1687 "http", 1688 "pin-project-lite", 1689] 1690 1691[[package]] 1692name = "httparse" 1693version = "1.8.0" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1696 1697[[package]] 1698name = "httpdate" 1699version = "1.0.2" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1702 1703[[package]] 1704name = "humantime" 1705version = "1.3.0" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 1708dependencies = [ 1709 "quick-error", 1710] 1711 1712[[package]] 1713name = "humantime" 1714version = "2.1.0" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1717 1718[[package]] 1719name = "humantime-serde" 1720version = "1.1.1" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 1723dependencies = [ 1724 "humantime 2.1.0", 1725 "serde", 1726] 1727 1728[[package]] 1729name = "hyper" 1730version = "0.14.24" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 1733dependencies = [ 1734 "bytes", 1735 "futures-channel", 1736 "futures-core", 1737 "futures-util", 1738 "h2", 1739 "http", 1740 "http-body", 1741 "httparse", 1742 "httpdate", 1743 "itoa", 1744 "pin-project-lite", 1745 "socket2", 1746 "tokio", 1747 "tower-service", 1748 "tracing", 1749 "want", 1750] 1751 1752[[package]] 1753name = "hyper-tls" 1754version = "0.5.0" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1757dependencies = [ 1758 "bytes", 1759 "hyper", 1760 "native-tls", 1761 "tokio", 1762 "tokio-native-tls", 1763] 1764 1765[[package]] 1766name = "idna" 1767version = "0.3.0" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1770dependencies = [ 1771 "unicode-bidi", 1772 "unicode-normalization", 1773] 1774 1775[[package]] 1776name = "immutable-chunkmap" 1777version = "1.0.5" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "7617eb072b88069788fa9d5cadae34faebca64e5325ec5deaa2b4c96510f9e8c" 1780dependencies = [ 1781 "arrayvec", 1782 "packed_struct", 1783 "packed_struct_codegen", 1784] 1785 1786[[package]] 1787name = "indexmap" 1788version = "1.9.3" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1791dependencies = [ 1792 "autocfg", 1793 "hashbrown 0.12.3", 1794] 1795 1796[[package]] 1797name = "indexmap" 1798version = "2.0.0-pre" 1799source = "git+https://github.com/bluss/indexmap?rev=11ac52c#11ac52c3c828a42d69c5fb3248198511836bfd2f" 1800dependencies = [ 1801 "hashbrown 0.13.2", 1802 "serde", 1803] 1804 1805[[package]] 1806name = "indicatif" 1807version = "0.17.5" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" 1810dependencies = [ 1811 "console", 1812 "instant", 1813 "number_prefix", 1814 "portable-atomic", 1815 "unicode-width", 1816] 1817 1818[[package]] 1819name = "inotify" 1820version = "0.9.6" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 1823dependencies = [ 1824 "bitflags 1.3.2", 1825 "inotify-sys", 1826 "libc", 1827] 1828 1829[[package]] 1830name = "inotify-sys" 1831version = "0.1.5" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1834dependencies = [ 1835 "libc", 1836] 1837 1838[[package]] 1839name = "inout" 1840version = "0.1.3" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1843dependencies = [ 1844 "generic-array", 1845] 1846 1847[[package]] 1848name = "instant" 1849version = "0.1.12" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1852dependencies = [ 1853 "cfg-if", 1854] 1855 1856[[package]] 1857name = "io-lifetimes" 1858version = "1.0.6" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3" 1861dependencies = [ 1862 "libc", 1863 "windows-sys 0.45.0", 1864] 1865 1866[[package]] 1867name = "ipnet" 1868version = "2.7.1" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 1871 1872[[package]] 1873name = "is-terminal" 1874version = "0.4.7" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1877dependencies = [ 1878 "hermit-abi 0.3.1", 1879 "io-lifetimes", 1880 "rustix 0.37.7", 1881 "windows-sys 0.48.0", 1882] 1883 1884[[package]] 1885name = "itertools" 1886version = "0.10.5" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1889dependencies = [ 1890 "either", 1891] 1892 1893[[package]] 1894name = "itoa" 1895version = "1.0.6" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1898 1899[[package]] 1900name = "jobserver" 1901version = "0.1.26" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1904dependencies = [ 1905 "libc", 1906] 1907 1908[[package]] 1909name = "js-sys" 1910version = "0.3.61" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1913dependencies = [ 1914 "wasm-bindgen", 1915] 1916 1917[[package]] 1918name = "kqueue" 1919version = "1.0.7" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 1922dependencies = [ 1923 "kqueue-sys", 1924 "libc", 1925] 1926 1927[[package]] 1928name = "kqueue-sys" 1929version = "1.0.3" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 1932dependencies = [ 1933 "bitflags 1.3.2", 1934 "libc", 1935] 1936 1937[[package]] 1938name = "kv-log-macro" 1939version = "1.0.7" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1942dependencies = [ 1943 "log", 1944] 1945 1946[[package]] 1947name = "lazy_static" 1948version = "1.4.0" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1951 1952[[package]] 1953name = "libc" 1954version = "0.2.146" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 1957 1958[[package]] 1959name = "libflate" 1960version = "1.4.0" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18" 1963dependencies = [ 1964 "adler32", 1965 "crc32fast", 1966 "libflate_lz77", 1967] 1968 1969[[package]] 1970name = "libflate_lz77" 1971version = "1.2.0" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" 1974dependencies = [ 1975 "rle-decode-fast", 1976] 1977 1978[[package]] 1979name = "linux-raw-sys" 1980version = "0.3.8" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1983 1984[[package]] 1985name = "linux-raw-sys" 1986version = "0.4.10" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 1989 1990[[package]] 1991name = "lock_api" 1992version = "0.4.9" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1995dependencies = [ 1996 "autocfg", 1997 "scopeguard", 1998] 1999 2000[[package]] 2001name = "log" 2002version = "0.4.19" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 2005dependencies = [ 2006 "value-bag", 2007] 2008 2009[[package]] 2010name = "memchr" 2011version = "2.5.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2014 2015[[package]] 2016name = "memoffset" 2017version = "0.7.1" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2020dependencies = [ 2021 "autocfg", 2022] 2023 2024[[package]] 2025name = "memoffset" 2026version = "0.8.0" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 2029dependencies = [ 2030 "autocfg", 2031] 2032 2033[[package]] 2034name = "mime" 2035version = "0.3.16" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2038 2039[[package]] 2040name = "mime_guess" 2041version = "2.0.4" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2044dependencies = [ 2045 "mime", 2046 "unicase", 2047] 2048 2049[[package]] 2050name = "minidl" 2051version = "0.1.5" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "87d3d8666e5ed22230c0096edcccf7097905b1e2975869e1b9fe5df40d26d801" 2054 2055[[package]] 2056name = "minimad" 2057version = "0.9.1" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "277639f0198568f70f8fe4ab88a52a67c96bca12f27ba5c17a76acdcb8b45834" 2060dependencies = [ 2061 "once_cell", 2062] 2063 2064[[package]] 2065name = "minimal-lexical" 2066version = "0.2.1" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2069 2070[[package]] 2071name = "miniz_oxide" 2072version = "0.6.2" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 2075dependencies = [ 2076 "adler", 2077] 2078 2079[[package]] 2080name = "mio" 2081version = "0.8.6" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 2084dependencies = [ 2085 "libc", 2086 "log", 2087 "wasi", 2088 "windows-sys 0.45.0", 2089] 2090 2091[[package]] 2092name = "native-tls" 2093version = "0.2.11" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2096dependencies = [ 2097 "lazy_static", 2098 "libc", 2099 "log", 2100 "openssl", 2101 "openssl-probe", 2102 "openssl-sys", 2103 "schannel", 2104 "security-framework", 2105 "security-framework-sys", 2106 "tempfile", 2107] 2108 2109[[package]] 2110name = "nibble_vec" 2111version = "0.1.0" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2114dependencies = [ 2115 "smallvec", 2116] 2117 2118[[package]] 2119name = "nix" 2120version = "0.26.2" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2123dependencies = [ 2124 "bitflags 1.3.2", 2125 "cfg-if", 2126 "libc", 2127 "memoffset 0.7.1", 2128 "pin-utils", 2129 "static_assertions", 2130] 2131 2132[[package]] 2133name = "nom" 2134version = "7.1.3" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2137dependencies = [ 2138 "memchr", 2139 "minimal-lexical", 2140] 2141 2142[[package]] 2143name = "normalize-line-endings" 2144version = "0.3.0" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 2147 2148[[package]] 2149name = "notify" 2150version = "5.2.0" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" 2153dependencies = [ 2154 "bitflags 1.3.2", 2155 "crossbeam-channel", 2156 "filetime", 2157 "fsevent-sys", 2158 "inotify", 2159 "kqueue", 2160 "libc", 2161 "mio", 2162 "walkdir", 2163 "windows-sys 0.45.0", 2164] 2165 2166[[package]] 2167name = "num-bigint" 2168version = "0.3.3" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" 2171dependencies = [ 2172 "autocfg", 2173 "num-integer", 2174 "num-traits", 2175 "serde", 2176] 2177 2178[[package]] 2179name = "num-bigint" 2180version = "0.4.3" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 2183dependencies = [ 2184 "autocfg", 2185 "num-integer", 2186 "num-traits", 2187] 2188 2189[[package]] 2190name = "num-integer" 2191version = "0.1.45" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2194dependencies = [ 2195 "autocfg", 2196 "num-traits", 2197] 2198 2199[[package]] 2200name = "num-traits" 2201version = "0.2.15" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 2204dependencies = [ 2205 "autocfg", 2206] 2207 2208[[package]] 2209name = "num_cpus" 2210version = "1.15.0" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2213dependencies = [ 2214 "hermit-abi 0.2.6", 2215 "libc", 2216] 2217 2218[[package]] 2219name = "number_prefix" 2220version = "0.4.0" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2223 2224[[package]] 2225name = "object" 2226version = "0.30.3" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 2229dependencies = [ 2230 "memchr", 2231] 2232 2233[[package]] 2234name = "once_cell" 2235version = "1.18.0" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2238 2239[[package]] 2240name = "open" 2241version = "3.2.0" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 2244dependencies = [ 2245 "pathdiff", 2246 "windows-sys 0.42.0", 2247] 2248 2249[[package]] 2250name = "openssl" 2251version = "0.10.54" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" 2254dependencies = [ 2255 "bitflags 1.3.2", 2256 "cfg-if", 2257 "foreign-types", 2258 "libc", 2259 "once_cell", 2260 "openssl-macros", 2261 "openssl-sys", 2262] 2263 2264[[package]] 2265name = "openssl-macros" 2266version = "0.1.0" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2269dependencies = [ 2270 "proc-macro2", 2271 "quote", 2272 "syn 1.0.109", 2273] 2274 2275[[package]] 2276name = "openssl-probe" 2277version = "0.1.5" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2280 2281[[package]] 2282name = "openssl-src" 2283version = "111.25.1+1.1.1t" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "1ef9a9cc6ea7d9d5e7c4a913dc4b48d0e359eddf01af1dfec96ba7064b4aba10" 2286dependencies = [ 2287 "cc", 2288] 2289 2290[[package]] 2291name = "openssl-sys" 2292version = "0.9.88" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 2295dependencies = [ 2296 "cc", 2297 "libc", 2298 "openssl-src", 2299 "pkg-config", 2300 "vcpkg", 2301] 2302 2303[[package]] 2304name = "option-ext" 2305version = "0.2.0" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2308 2309[[package]] 2310name = "os-release" 2311version = "0.1.0" 2312source = "registry+https://github.com/rust-lang/crates.io-index" 2313checksum = "82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27" 2314dependencies = [ 2315 "lazy_static", 2316] 2317 2318[[package]] 2319name = "os_str_bytes" 2320version = "6.4.1" 2321source = "registry+https://github.com/rust-lang/crates.io-index" 2322checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 2323 2324[[package]] 2325name = "output_vt100" 2326version = "0.1.3" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 2329dependencies = [ 2330 "winapi", 2331] 2332 2333[[package]] 2334name = "packed_struct" 2335version = "0.10.1" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "36b29691432cc9eff8b282278473b63df73bea49bc3ec5e67f31a3ae9c3ec190" 2338dependencies = [ 2339 "bitvec", 2340 "packed_struct_codegen", 2341] 2342 2343[[package]] 2344name = "packed_struct_codegen" 2345version = "0.10.1" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "9cd6706dfe50d53e0f6aa09e12c034c44faacd23e966ae5a209e8bdb8f179f98" 2348dependencies = [ 2349 "proc-macro2", 2350 "quote", 2351 "syn 1.0.109", 2352] 2353 2354[[package]] 2355name = "parking" 2356version = "2.0.0" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 2359 2360[[package]] 2361name = "parking_lot" 2362version = "0.12.1" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2365dependencies = [ 2366 "lock_api", 2367 "parking_lot_core", 2368] 2369 2370[[package]] 2371name = "parking_lot_core" 2372version = "0.9.7" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 2375dependencies = [ 2376 "cfg-if", 2377 "libc", 2378 "redox_syscall 0.2.16", 2379 "smallvec", 2380 "windows-sys 0.45.0", 2381] 2382 2383[[package]] 2384name = "password-hash" 2385version = "0.4.2" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 2388dependencies = [ 2389 "base64ct", 2390 "rand_core", 2391 "subtle", 2392] 2393 2394[[package]] 2395name = "pathdiff" 2396version = "0.2.1" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2399 2400[[package]] 2401name = "pbkdf2" 2402version = "0.11.0" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 2405dependencies = [ 2406 "digest", 2407 "hmac", 2408 "password-hash", 2409 "sha2", 2410] 2411 2412[[package]] 2413name = "pem" 2414version = "0.8.3" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" 2417dependencies = [ 2418 "base64 0.13.1", 2419 "once_cell", 2420 "regex", 2421] 2422 2423[[package]] 2424name = "pem" 2425version = "1.1.1" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 2428dependencies = [ 2429 "base64 0.13.1", 2430] 2431 2432[[package]] 2433name = "percent-encoding" 2434version = "2.2.0" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2437 2438[[package]] 2439name = "phf" 2440version = "0.11.2" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2443dependencies = [ 2444 "phf_macros", 2445 "phf_shared", 2446] 2447 2448[[package]] 2449name = "phf_generator" 2450version = "0.11.2" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2453dependencies = [ 2454 "phf_shared", 2455 "rand", 2456] 2457 2458[[package]] 2459name = "phf_macros" 2460version = "0.11.2" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 2463dependencies = [ 2464 "phf_generator", 2465 "phf_shared", 2466 "proc-macro2", 2467 "quote", 2468 "syn 2.0.18", 2469] 2470 2471[[package]] 2472name = "phf_shared" 2473version = "0.11.2" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2476dependencies = [ 2477 "siphasher", 2478] 2479 2480[[package]] 2481name = "pin-project" 2482version = "1.0.12" 2483source = "registry+https://github.com/rust-lang/crates.io-index" 2484checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2485dependencies = [ 2486 "pin-project-internal", 2487] 2488 2489[[package]] 2490name = "pin-project-internal" 2491version = "1.0.12" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2494dependencies = [ 2495 "proc-macro2", 2496 "quote", 2497 "syn 1.0.109", 2498] 2499 2500[[package]] 2501name = "pin-project-lite" 2502version = "0.2.9" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2505 2506[[package]] 2507name = "pin-utils" 2508version = "0.1.0" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2511 2512[[package]] 2513name = "pkg-config" 2514version = "0.3.26" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 2517 2518[[package]] 2519name = "polling" 2520version = "2.6.0" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 2523dependencies = [ 2524 "autocfg", 2525 "bitflags 1.3.2", 2526 "cfg-if", 2527 "concurrent-queue", 2528 "libc", 2529 "log", 2530 "pin-project-lite", 2531 "windows-sys 0.45.0", 2532] 2533 2534[[package]] 2535name = "portable-atomic" 2536version = "1.3.3" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794" 2539 2540[[package]] 2541name = "ppv-lite86" 2542version = "0.2.17" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2545 2546[[package]] 2547name = "predicates" 2548version = "2.1.5" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 2551dependencies = [ 2552 "difflib", 2553 "float-cmp", 2554 "itertools", 2555 "normalize-line-endings", 2556 "predicates-core", 2557 "regex", 2558] 2559 2560[[package]] 2561name = "predicates" 2562version = "3.0.3" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 2565dependencies = [ 2566 "anstyle", 2567 "difflib", 2568 "itertools", 2569 "predicates-core", 2570] 2571 2572[[package]] 2573name = "predicates-core" 2574version = "1.0.6" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 2577 2578[[package]] 2579name = "predicates-tree" 2580version = "1.0.7" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d" 2583dependencies = [ 2584 "predicates-core", 2585 "termtree", 2586] 2587 2588[[package]] 2589name = "pretty_assertions" 2590version = "1.3.0" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 2593dependencies = [ 2594 "ctor", 2595 "diff", 2596 "output_vt100", 2597 "yansi", 2598] 2599 2600[[package]] 2601name = "prettytable-rs" 2602version = "0.10.0" 2603source = "registry+https://github.com/rust-lang/crates.io-index" 2604checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 2605dependencies = [ 2606 "encode_unicode 1.0.0", 2607 "is-terminal", 2608 "lazy_static", 2609 "term", 2610 "unicode-width", 2611] 2612 2613[[package]] 2614name = "proc-macro-error" 2615version = "1.0.4" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2618dependencies = [ 2619 "proc-macro-error-attr", 2620 "proc-macro2", 2621 "quote", 2622 "syn 1.0.109", 2623 "version_check", 2624] 2625 2626[[package]] 2627name = "proc-macro-error-attr" 2628version = "1.0.4" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2631dependencies = [ 2632 "proc-macro2", 2633 "quote", 2634 "version_check", 2635] 2636 2637[[package]] 2638name = "proc-macro-hack" 2639version = "0.5.20+deprecated" 2640source = "registry+https://github.com/rust-lang/crates.io-index" 2641checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2642 2643[[package]] 2644name = "proc-macro2" 2645version = "1.0.78" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 2648dependencies = [ 2649 "unicode-ident", 2650] 2651 2652[[package]] 2653name = "quick-error" 2654version = "1.2.3" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2657 2658[[package]] 2659name = "quote" 2660version = "1.0.28" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 2663dependencies = [ 2664 "proc-macro2", 2665] 2666 2667[[package]] 2668name = "radium" 2669version = "0.7.0" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 2672 2673[[package]] 2674name = "radix_trie" 2675version = "0.2.1" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 2678dependencies = [ 2679 "endian-type", 2680 "nibble_vec", 2681] 2682 2683[[package]] 2684name = "rand" 2685version = "0.8.5" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2688dependencies = [ 2689 "libc", 2690 "rand_chacha", 2691 "rand_core", 2692] 2693 2694[[package]] 2695name = "rand_chacha" 2696version = "0.3.1" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2699dependencies = [ 2700 "ppv-lite86", 2701 "rand_core", 2702] 2703 2704[[package]] 2705name = "rand_core" 2706version = "0.6.4" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2709dependencies = [ 2710 "getrandom", 2711] 2712 2713[[package]] 2714name = "redox_syscall" 2715version = "0.2.16" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2718dependencies = [ 2719 "bitflags 1.3.2", 2720] 2721 2722[[package]] 2723name = "redox_syscall" 2724version = "0.3.5" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2727dependencies = [ 2728 "bitflags 1.3.2", 2729] 2730 2731[[package]] 2732name = "redox_users" 2733version = "0.4.3" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2736dependencies = [ 2737 "getrandom", 2738 "redox_syscall 0.2.16", 2739 "thiserror", 2740] 2741 2742[[package]] 2743name = "regex" 2744version = "1.8.4" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 2747dependencies = [ 2748 "aho-corasick", 2749 "memchr", 2750 "regex-syntax", 2751] 2752 2753[[package]] 2754name = "regex-automata" 2755version = "0.1.10" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2758 2759[[package]] 2760name = "regex-syntax" 2761version = "0.7.2" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 2764 2765[[package]] 2766name = "reqwest" 2767version = "0.11.18" 2768source = "registry+https://github.com/rust-lang/crates.io-index" 2769checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2770dependencies = [ 2771 "base64 0.21.2", 2772 "bytes", 2773 "encoding_rs", 2774 "futures-core", 2775 "futures-util", 2776 "h2", 2777 "http", 2778 "http-body", 2779 "hyper", 2780 "hyper-tls", 2781 "ipnet", 2782 "js-sys", 2783 "log", 2784 "mime", 2785 "native-tls", 2786 "once_cell", 2787 "percent-encoding", 2788 "pin-project-lite", 2789 "serde", 2790 "serde_json", 2791 "serde_urlencoded", 2792 "tokio", 2793 "tokio-native-tls", 2794 "tower-service", 2795 "url", 2796 "wasm-bindgen", 2797 "wasm-bindgen-futures", 2798 "web-sys", 2799 "winreg", 2800] 2801 2802[[package]] 2803name = "rexpect" 2804version = "0.5.0" 2805source = "git+https://github.com/tailhook/rexpect?branch=default_terminal_size#7643379e581e8019b49070782e5b6df34d762178" 2806dependencies = [ 2807 "comma", 2808 "nix", 2809 "regex", 2810 "tempfile", 2811 "thiserror", 2812] 2813 2814[[package]] 2815name = "ring" 2816version = "0.16.20" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2819dependencies = [ 2820 "cc", 2821 "libc", 2822 "once_cell", 2823 "spin", 2824 "untrusted 0.7.1", 2825 "web-sys", 2826 "winapi", 2827] 2828 2829[[package]] 2830name = "rle-decode-fast" 2831version = "1.0.3" 2832source = "registry+https://github.com/rust-lang/crates.io-index" 2833checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 2834 2835[[package]] 2836name = "rpassword" 2837version = "6.0.1" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956" 2840dependencies = [ 2841 "libc", 2842 "serde", 2843 "serde_json", 2844 "winapi", 2845] 2846 2847[[package]] 2848name = "rustc-demangle" 2849version = "0.1.21" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2852 2853[[package]] 2854name = "rustix" 2855version = "0.37.7" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 2858dependencies = [ 2859 "bitflags 1.3.2", 2860 "errno", 2861 "io-lifetimes", 2862 "libc", 2863 "linux-raw-sys 0.3.8", 2864 "windows-sys 0.45.0", 2865] 2866 2867[[package]] 2868name = "rustix" 2869version = "0.38.3" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4" 2872dependencies = [ 2873 "bitflags 2.4.0", 2874 "errno", 2875 "libc", 2876 "linux-raw-sys 0.4.10", 2877 "windows-sys 0.48.0", 2878] 2879 2880[[package]] 2881name = "rustls" 2882version = "0.20.8" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 2885dependencies = [ 2886 "log", 2887 "ring", 2888 "sct", 2889 "webpki", 2890] 2891 2892[[package]] 2893name = "rustls-native-certs" 2894version = "0.6.2" 2895source = "registry+https://github.com/rust-lang/crates.io-index" 2896checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 2897dependencies = [ 2898 "openssl-probe", 2899 "rustls-pemfile", 2900 "schannel", 2901 "security-framework", 2902] 2903 2904[[package]] 2905name = "rustls-pemfile" 2906version = "1.0.2" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 2909dependencies = [ 2910 "base64 0.21.2", 2911] 2912 2913[[package]] 2914name = "rustversion" 2915version = "1.0.12" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2918 2919[[package]] 2920name = "rustyline" 2921version = "8.0.0" 2922source = "git+https://github.com/tailhook/rustyline?branch=edgedb_20210403#8c0afd236b4869f9fbf41a6a322149feacbe49bd" 2923dependencies = [ 2924 "bitflags 1.3.2", 2925 "cfg-if", 2926 "dirs-next", 2927 "fd-lock 2.0.0", 2928 "libc", 2929 "log", 2930 "memchr", 2931 "nix", 2932 "radix_trie", 2933 "scopeguard", 2934 "smallvec", 2935 "unicode-segmentation", 2936 "unicode-width", 2937 "utf8parse", 2938 "winapi", 2939] 2940 2941[[package]] 2942name = "ryu" 2943version = "1.0.13" 2944source = "registry+https://github.com/rust-lang/crates.io-index" 2945checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2946 2947[[package]] 2948name = "same-file" 2949version = "1.0.6" 2950source = "registry+https://github.com/rust-lang/crates.io-index" 2951checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2952dependencies = [ 2953 "winapi-util", 2954] 2955 2956[[package]] 2957name = "schannel" 2958version = "0.1.21" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 2961dependencies = [ 2962 "windows-sys 0.42.0", 2963] 2964 2965[[package]] 2966name = "scoped-tls" 2967version = "1.0.1" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2970 2971[[package]] 2972name = "scopeguard" 2973version = "1.1.0" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2976 2977[[package]] 2978name = "scram" 2979version = "0.6.0" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "7679a5e6b97bac99b2c208894ba0d34b17d9657f0b728c1cd3bf1c5f7f6ebe88" 2982dependencies = [ 2983 "base64 0.13.1", 2984 "rand", 2985 "ring", 2986] 2987 2988[[package]] 2989name = "sct" 2990version = "0.7.0" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 2993dependencies = [ 2994 "ring", 2995 "untrusted 0.7.1", 2996] 2997 2998[[package]] 2999name = "security-framework" 3000version = "2.8.2" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 3003dependencies = [ 3004 "bitflags 1.3.2", 3005 "core-foundation", 3006 "core-foundation-sys", 3007 "libc", 3008 "security-framework-sys", 3009] 3010 3011[[package]] 3012name = "security-framework-sys" 3013version = "2.8.0" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 3016dependencies = [ 3017 "core-foundation-sys", 3018 "libc", 3019] 3020 3021[[package]] 3022name = "semver" 3023version = "1.0.17" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 3026dependencies = [ 3027 "serde", 3028] 3029 3030[[package]] 3031name = "serde" 3032version = "1.0.164" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 3035dependencies = [ 3036 "serde_derive", 3037] 3038 3039[[package]] 3040name = "serde_derive" 3041version = "1.0.164" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 3044dependencies = [ 3045 "proc-macro2", 3046 "quote", 3047 "syn 2.0.18", 3048] 3049 3050[[package]] 3051name = "serde_json" 3052version = "1.0.96" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 3055dependencies = [ 3056 "indexmap 1.9.3", 3057 "itoa", 3058 "ryu", 3059 "serde", 3060] 3061 3062[[package]] 3063name = "serde_millis" 3064version = "0.1.1" 3065source = "registry+https://github.com/rust-lang/crates.io-index" 3066checksum = "e6e2dc780ca5ee2c369d1d01d100270203c4ff923d2a4264812d723766434d00" 3067dependencies = [ 3068 "serde", 3069] 3070 3071[[package]] 3072name = "serde_path_to_error" 3073version = "0.1.11" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 3076dependencies = [ 3077 "serde", 3078] 3079 3080[[package]] 3081name = "serde_str" 3082version = "1.0.0" 3083source = "git+https://github.com/tailhook/serde-str#d48076ec69a86e82abeca5f44c0b73ada1fda848" 3084dependencies = [ 3085 "serde", 3086] 3087 3088[[package]] 3089name = "serde_urlencoded" 3090version = "0.7.1" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3093dependencies = [ 3094 "form_urlencoded", 3095 "itoa", 3096 "ryu", 3097 "serde", 3098] 3099 3100[[package]] 3101name = "sha1" 3102version = "0.10.5" 3103source = "registry+https://github.com/rust-lang/crates.io-index" 3104checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 3105dependencies = [ 3106 "cfg-if", 3107 "cpufeatures", 3108 "digest", 3109] 3110 3111[[package]] 3112name = "sha2" 3113version = "0.10.6" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 3116dependencies = [ 3117 "cfg-if", 3118 "cpufeatures", 3119 "digest", 3120] 3121 3122[[package]] 3123name = "shell-escape" 3124version = "0.1.5" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 3127 3128[[package]] 3129name = "shutdown_hooks" 3130version = "0.1.0" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "6057adedbec913419c92996f395ba69931acbd50b7d56955394cd3f7bedbfa45" 3133 3134[[package]] 3135name = "signal-hook" 3136version = "0.3.15" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 3139dependencies = [ 3140 "libc", 3141 "signal-hook-registry", 3142] 3143 3144[[package]] 3145name = "signal-hook-mio" 3146version = "0.2.3" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 3149dependencies = [ 3150 "libc", 3151 "mio", 3152 "signal-hook", 3153] 3154 3155[[package]] 3156name = "signal-hook-registry" 3157version = "1.4.1" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3160dependencies = [ 3161 "libc", 3162] 3163 3164[[package]] 3165name = "siphasher" 3166version = "0.3.10" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 3169 3170[[package]] 3171name = "slab" 3172version = "0.4.8" 3173source = "registry+https://github.com/rust-lang/crates.io-index" 3174checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 3175dependencies = [ 3176 "autocfg", 3177] 3178 3179[[package]] 3180name = "smallvec" 3181version = "1.10.0" 3182source = "registry+https://github.com/rust-lang/crates.io-index" 3183checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 3184 3185[[package]] 3186name = "smawk" 3187version = "0.3.1" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 3190 3191[[package]] 3192name = "snafu" 3193version = "0.7.4" 3194source = "registry+https://github.com/rust-lang/crates.io-index" 3195checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045" 3196dependencies = [ 3197 "backtrace", 3198 "doc-comment", 3199 "snafu-derive", 3200] 3201 3202[[package]] 3203name = "snafu-derive" 3204version = "0.7.4" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2" 3207dependencies = [ 3208 "heck", 3209 "proc-macro2", 3210 "quote", 3211 "syn 1.0.109", 3212] 3213 3214[[package]] 3215name = "socket2" 3216version = "0.4.9" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3219dependencies = [ 3220 "libc", 3221 "winapi", 3222] 3223 3224[[package]] 3225name = "spin" 3226version = "0.5.2" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3229 3230[[package]] 3231name = "static_assertions" 3232version = "1.1.0" 3233source = "registry+https://github.com/rust-lang/crates.io-index" 3234checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3235 3236[[package]] 3237name = "strsim" 3238version = "0.10.0" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3241 3242[[package]] 3243name = "subtle" 3244version = "2.4.1" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 3247 3248[[package]] 3249name = "syn" 3250version = "1.0.109" 3251source = "registry+https://github.com/rust-lang/crates.io-index" 3252checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3253dependencies = [ 3254 "proc-macro2", 3255 "quote", 3256 "unicode-ident", 3257] 3258 3259[[package]] 3260name = "syn" 3261version = "2.0.18" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 3264dependencies = [ 3265 "proc-macro2", 3266 "quote", 3267 "unicode-ident", 3268] 3269 3270[[package]] 3271name = "tap" 3272version = "1.0.1" 3273source = "registry+https://github.com/rust-lang/crates.io-index" 3274checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3275 3276[[package]] 3277name = "tar" 3278version = "0.4.38" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 3281dependencies = [ 3282 "filetime", 3283 "libc", 3284 "xattr", 3285] 3286 3287[[package]] 3288name = "tempfile" 3289version = "3.5.0" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 3292dependencies = [ 3293 "cfg-if", 3294 "fastrand", 3295 "redox_syscall 0.3.5", 3296 "rustix 0.37.7", 3297 "windows-sys 0.45.0", 3298] 3299 3300[[package]] 3301name = "term" 3302version = "0.7.0" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 3305dependencies = [ 3306 "dirs-next", 3307 "rustversion", 3308 "winapi", 3309] 3310 3311[[package]] 3312name = "termcolor" 3313version = "1.2.0" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3316dependencies = [ 3317 "winapi-util", 3318] 3319 3320[[package]] 3321name = "termimad" 3322version = "0.20.6" 3323source = "registry+https://github.com/rust-lang/crates.io-index" 3324checksum = "cfab44b4bc17601cf226cce31c87462a4a5bd5d325948c8ebbc9e715660a1287" 3325dependencies = [ 3326 "coolor", 3327 "crossbeam", 3328 "crossterm", 3329 "minimad", 3330 "thiserror", 3331 "unicode-width", 3332] 3333 3334[[package]] 3335name = "terminal_size" 3336version = "0.2.6" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 3339dependencies = [ 3340 "rustix 0.37.7", 3341 "windows-sys 0.48.0", 3342] 3343 3344[[package]] 3345name = "terminal_size" 3346version = "0.3.0" 3347source = "registry+https://github.com/rust-lang/crates.io-index" 3348checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 3349dependencies = [ 3350 "rustix 0.38.3", 3351 "windows-sys 0.48.0", 3352] 3353 3354[[package]] 3355name = "termtree" 3356version = "0.4.0" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" 3359 3360[[package]] 3361name = "test-case" 3362version = "2.2.2" 3363source = "registry+https://github.com/rust-lang/crates.io-index" 3364checksum = "21d6cf5a7dffb3f9dceec8e6b8ca528d9bd71d36c9f074defb548ce161f598c0" 3365dependencies = [ 3366 "test-case-macros", 3367] 3368 3369[[package]] 3370name = "test-case-macros" 3371version = "2.2.2" 3372source = "registry+https://github.com/rust-lang/crates.io-index" 3373checksum = "e45b7bf6e19353ddd832745c8fcf77a17a93171df7151187f26623f2b75b5b26" 3374dependencies = [ 3375 "cfg-if", 3376 "proc-macro-error", 3377 "proc-macro2", 3378 "quote", 3379 "syn 1.0.109", 3380] 3381 3382[[package]] 3383name = "test-cert-gen" 3384version = "0.9.0" 3385source = "registry+https://github.com/rust-lang/crates.io-index" 3386checksum = "345f92b7cac59507cdaba298c5493f7c40e2063d31f6fc621105183344d5d50a" 3387dependencies = [ 3388 "once_cell", 3389 "pem 0.8.3", 3390 "tempfile", 3391] 3392 3393[[package]] 3394name = "textwrap" 3395version = "0.16.0" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 3398dependencies = [ 3399 "smawk", 3400 "terminal_size 0.2.6", 3401 "unicode-linebreak", 3402 "unicode-width", 3403] 3404 3405[[package]] 3406name = "thiserror" 3407version = "1.0.40" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 3410dependencies = [ 3411 "thiserror-impl", 3412] 3413 3414[[package]] 3415name = "thiserror-impl" 3416version = "1.0.40" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3419dependencies = [ 3420 "proc-macro2", 3421 "quote", 3422 "syn 2.0.18", 3423] 3424 3425[[package]] 3426name = "time" 3427version = "0.3.20" 3428source = "registry+https://github.com/rust-lang/crates.io-index" 3429checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 3430dependencies = [ 3431 "serde", 3432 "time-core", 3433] 3434 3435[[package]] 3436name = "time-core" 3437version = "0.1.0" 3438source = "registry+https://github.com/rust-lang/crates.io-index" 3439checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 3440 3441[[package]] 3442name = "tinyvec" 3443version = "1.6.0" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3446dependencies = [ 3447 "tinyvec_macros", 3448] 3449 3450[[package]] 3451name = "tinyvec_macros" 3452version = "0.1.1" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3455 3456[[package]] 3457name = "tls-api" 3458version = "0.9.0" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "66d1b3dfb0a60da3e8a130c9f2432063d9979928a05c2b2cdcfc9fd05e4f53a3" 3461dependencies = [ 3462 "anyhow", 3463 "log", 3464 "pem 0.8.3", 3465 "tempfile", 3466 "thiserror", 3467 "tokio", 3468 "void", 3469 "webpki", 3470] 3471 3472[[package]] 3473name = "tls-api-not-tls" 3474version = "0.9.0" 3475source = "registry+https://github.com/rust-lang/crates.io-index" 3476checksum = "529dda0254aa61462ebe3937ecf877b6b1d7e745d25b74c18ba98593aefd7086" 3477dependencies = [ 3478 "anyhow", 3479 "thiserror", 3480 "tls-api", 3481 "tls-api-test", 3482 "tokio", 3483] 3484 3485[[package]] 3486name = "tls-api-rustls" 3487version = "0.9.0" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "afcd7905a7d9603bc4c1bcf4710141d463cde70f027ab7900bc1d0012712444d" 3490dependencies = [ 3491 "anyhow", 3492 "rustls", 3493 "thiserror", 3494 "tls-api", 3495 "tls-api-test", 3496 "tokio", 3497 "webpki", 3498 "webpki-roots", 3499] 3500 3501[[package]] 3502name = "tls-api-test" 3503version = "0.9.0" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "9df107843d725428d76bb159040fbae6d1524dcf25d5b24c56daa6b37ce9dbb5" 3506dependencies = [ 3507 "anyhow", 3508 "env_logger 0.5.13", 3509 "log", 3510 "pem 0.8.3", 3511 "test-cert-gen", 3512 "tls-api", 3513 "tokio", 3514 "untrusted 0.6.2", 3515 "webpki", 3516] 3517 3518[[package]] 3519name = "tokio" 3520version = "1.28.2" 3521source = "registry+https://github.com/rust-lang/crates.io-index" 3522checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 3523dependencies = [ 3524 "autocfg", 3525 "bytes", 3526 "libc", 3527 "mio", 3528 "num_cpus", 3529 "pin-project-lite", 3530 "signal-hook-registry", 3531 "socket2", 3532 "tokio-macros", 3533 "windows-sys 0.48.0", 3534] 3535 3536[[package]] 3537name = "tokio-macros" 3538version = "2.1.0" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3541dependencies = [ 3542 "proc-macro2", 3543 "quote", 3544 "syn 2.0.18", 3545] 3546 3547[[package]] 3548name = "tokio-native-tls" 3549version = "0.3.1" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3552dependencies = [ 3553 "native-tls", 3554 "tokio", 3555] 3556 3557[[package]] 3558name = "tokio-rustls" 3559version = "0.23.4" 3560source = "registry+https://github.com/rust-lang/crates.io-index" 3561checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 3562dependencies = [ 3563 "rustls", 3564 "tokio", 3565 "webpki", 3566] 3567 3568[[package]] 3569name = "tokio-stream" 3570version = "0.1.14" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 3573dependencies = [ 3574 "futures-core", 3575 "pin-project-lite", 3576 "tokio", 3577] 3578 3579[[package]] 3580name = "tokio-util" 3581version = "0.7.7" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 3584dependencies = [ 3585 "bytes", 3586 "futures-core", 3587 "futures-sink", 3588 "pin-project-lite", 3589 "tokio", 3590 "tracing", 3591] 3592 3593[[package]] 3594name = "toml" 3595version = "0.5.11" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3598dependencies = [ 3599 "serde", 3600] 3601 3602[[package]] 3603name = "tower-service" 3604version = "0.3.2" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3607 3608[[package]] 3609name = "tracing" 3610version = "0.1.37" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3613dependencies = [ 3614 "cfg-if", 3615 "log", 3616 "pin-project-lite", 3617 "tracing-core", 3618] 3619 3620[[package]] 3621name = "tracing-core" 3622version = "0.1.30" 3623source = "registry+https://github.com/rust-lang/crates.io-index" 3624checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 3625dependencies = [ 3626 "once_cell", 3627] 3628 3629[[package]] 3630name = "try-lock" 3631version = "0.2.4" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 3634 3635[[package]] 3636name = "trybuild" 3637version = "1.0.79" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "db3115bddce1b5f52dd4b5e0ec8298a66ce733e4cc6759247dc2d1c11508ec38" 3640dependencies = [ 3641 "basic-toml", 3642 "glob", 3643 "once_cell", 3644 "serde", 3645 "serde_derive", 3646 "serde_json", 3647 "termcolor", 3648] 3649 3650[[package]] 3651name = "typenum" 3652version = "1.16.0" 3653source = "registry+https://github.com/rust-lang/crates.io-index" 3654checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 3655 3656[[package]] 3657name = "unicase" 3658version = "2.6.0" 3659source = "registry+https://github.com/rust-lang/crates.io-index" 3660checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 3661dependencies = [ 3662 "version_check", 3663] 3664 3665[[package]] 3666name = "unicode-bidi" 3667version = "0.3.11" 3668source = "registry+https://github.com/rust-lang/crates.io-index" 3669checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c" 3670 3671[[package]] 3672name = "unicode-ident" 3673version = "1.0.8" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 3676 3677[[package]] 3678name = "unicode-linebreak" 3679version = "0.1.4" 3680source = "registry+https://github.com/rust-lang/crates.io-index" 3681checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" 3682dependencies = [ 3683 "hashbrown 0.12.3", 3684 "regex", 3685] 3686 3687[[package]] 3688name = "unicode-normalization" 3689version = "0.1.22" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3692dependencies = [ 3693 "tinyvec", 3694] 3695 3696[[package]] 3697name = "unicode-segmentation" 3698version = "1.10.1" 3699source = "registry+https://github.com/rust-lang/crates.io-index" 3700checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 3701 3702[[package]] 3703name = "unicode-width" 3704version = "0.1.10" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 3707 3708[[package]] 3709name = "untrusted" 3710version = "0.6.2" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" 3713 3714[[package]] 3715name = "untrusted" 3716version = "0.7.1" 3717source = "registry+https://github.com/rust-lang/crates.io-index" 3718checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3719 3720[[package]] 3721name = "url" 3722version = "2.3.1" 3723source = "registry+https://github.com/rust-lang/crates.io-index" 3724checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3725dependencies = [ 3726 "form_urlencoded", 3727 "idna", 3728 "percent-encoding", 3729 "serde", 3730] 3731 3732[[package]] 3733name = "urlencoding" 3734version = "2.1.2" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 3737 3738[[package]] 3739name = "utf8parse" 3740version = "0.2.1" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3743 3744[[package]] 3745name = "uuid" 3746version = "1.3.4" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" 3749dependencies = [ 3750 "serde", 3751] 3752 3753[[package]] 3754name = "value-bag" 3755version = "1.4.0" 3756source = "registry+https://github.com/rust-lang/crates.io-index" 3757checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e" 3758 3759[[package]] 3760name = "vcpkg" 3761version = "0.2.15" 3762source = "registry+https://github.com/rust-lang/crates.io-index" 3763checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3764 3765[[package]] 3766name = "version_check" 3767version = "0.9.4" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3770 3771[[package]] 3772name = "void" 3773version = "1.0.2" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 3776 3777[[package]] 3778name = "wait-timeout" 3779version = "0.2.0" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 3782dependencies = [ 3783 "libc", 3784] 3785 3786[[package]] 3787name = "waker-fn" 3788version = "1.1.0" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3791 3792[[package]] 3793name = "walkdir" 3794version = "2.3.2" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 3797dependencies = [ 3798 "same-file", 3799 "winapi", 3800 "winapi-util", 3801] 3802 3803[[package]] 3804name = "want" 3805version = "0.3.0" 3806source = "registry+https://github.com/rust-lang/crates.io-index" 3807checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 3808dependencies = [ 3809 "log", 3810 "try-lock", 3811] 3812 3813[[package]] 3814name = "warp" 3815version = "0.3.5" 3816source = "registry+https://github.com/rust-lang/crates.io-index" 3817checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69" 3818dependencies = [ 3819 "bytes", 3820 "futures-channel", 3821 "futures-util", 3822 "headers", 3823 "http", 3824 "hyper", 3825 "log", 3826 "mime", 3827 "mime_guess", 3828 "percent-encoding", 3829 "pin-project", 3830 "rustls-pemfile", 3831 "scoped-tls", 3832 "serde", 3833 "serde_json", 3834 "serde_urlencoded", 3835 "tokio", 3836 "tokio-rustls", 3837 "tokio-stream", 3838 "tokio-util", 3839 "tower-service", 3840 "tracing", 3841] 3842 3843[[package]] 3844name = "wasi" 3845version = "0.11.0+wasi-snapshot-preview1" 3846source = "registry+https://github.com/rust-lang/crates.io-index" 3847checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3848 3849[[package]] 3850name = "wasm-bindgen" 3851version = "0.2.84" 3852source = "registry+https://github.com/rust-lang/crates.io-index" 3853checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3854dependencies = [ 3855 "cfg-if", 3856 "wasm-bindgen-macro", 3857] 3858 3859[[package]] 3860name = "wasm-bindgen-backend" 3861version = "0.2.84" 3862source = "registry+https://github.com/rust-lang/crates.io-index" 3863checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3864dependencies = [ 3865 "bumpalo", 3866 "log", 3867 "once_cell", 3868 "proc-macro2", 3869 "quote", 3870 "syn 1.0.109", 3871 "wasm-bindgen-shared", 3872] 3873 3874[[package]] 3875name = "wasm-bindgen-futures" 3876version = "0.4.34" 3877source = "registry+https://github.com/rust-lang/crates.io-index" 3878checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3879dependencies = [ 3880 "cfg-if", 3881 "js-sys", 3882 "wasm-bindgen", 3883 "web-sys", 3884] 3885 3886[[package]] 3887name = "wasm-bindgen-macro" 3888version = "0.2.84" 3889source = "registry+https://github.com/rust-lang/crates.io-index" 3890checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3891dependencies = [ 3892 "quote", 3893 "wasm-bindgen-macro-support", 3894] 3895 3896[[package]] 3897name = "wasm-bindgen-macro-support" 3898version = "0.2.84" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3901dependencies = [ 3902 "proc-macro2", 3903 "quote", 3904 "syn 1.0.109", 3905 "wasm-bindgen-backend", 3906 "wasm-bindgen-shared", 3907] 3908 3909[[package]] 3910name = "wasm-bindgen-shared" 3911version = "0.2.84" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3914 3915[[package]] 3916name = "wchar" 3917version = "0.6.1" 3918source = "registry+https://github.com/rust-lang/crates.io-index" 3919checksum = "c74d010bf16569f942b0b7d3c777dd674f8ee539b48d809dc548b3453039c2df" 3920dependencies = [ 3921 "proc-macro-hack", 3922 "wchar-impl", 3923] 3924 3925[[package]] 3926name = "wchar-impl" 3927version = "0.6.0" 3928source = "registry+https://github.com/rust-lang/crates.io-index" 3929checksum = "f135922b9303f899bfa446fce1eb149f43462f1e9ac7f50e24ea6b913416dd84" 3930dependencies = [ 3931 "proc-macro-hack", 3932 "proc-macro2", 3933 "quote", 3934 "syn 1.0.109", 3935] 3936 3937[[package]] 3938name = "web-sys" 3939version = "0.3.61" 3940source = "registry+https://github.com/rust-lang/crates.io-index" 3941checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3942dependencies = [ 3943 "js-sys", 3944 "wasm-bindgen", 3945] 3946 3947[[package]] 3948name = "webpki" 3949version = "0.22.0" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 3952dependencies = [ 3953 "ring", 3954 "untrusted 0.7.1", 3955] 3956 3957[[package]] 3958name = "webpki-roots" 3959version = "0.22.6" 3960source = "registry+https://github.com/rust-lang/crates.io-index" 3961checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 3962dependencies = [ 3963 "webpki", 3964] 3965 3966[[package]] 3967name = "which" 3968version = "4.4.0" 3969source = "registry+https://github.com/rust-lang/crates.io-index" 3970checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3971dependencies = [ 3972 "either", 3973 "libc", 3974 "once_cell", 3975] 3976 3977[[package]] 3978name = "whoami" 3979version = "1.4.0" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68" 3982dependencies = [ 3983 "wasm-bindgen", 3984 "web-sys", 3985] 3986 3987[[package]] 3988name = "winapi" 3989version = "0.3.9" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3992dependencies = [ 3993 "winapi-i686-pc-windows-gnu", 3994 "winapi-x86_64-pc-windows-gnu", 3995] 3996 3997[[package]] 3998name = "winapi-i686-pc-windows-gnu" 3999version = "0.4.0" 4000source = "registry+https://github.com/rust-lang/crates.io-index" 4001checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4002 4003[[package]] 4004name = "winapi-util" 4005version = "0.1.5" 4006source = "registry+https://github.com/rust-lang/crates.io-index" 4007checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4008dependencies = [ 4009 "winapi", 4010] 4011 4012[[package]] 4013name = "winapi-x86_64-pc-windows-gnu" 4014version = "0.4.0" 4015source = "registry+https://github.com/rust-lang/crates.io-index" 4016checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4017 4018[[package]] 4019name = "windows-sys" 4020version = "0.42.0" 4021source = "registry+https://github.com/rust-lang/crates.io-index" 4022checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4023dependencies = [ 4024 "windows_aarch64_gnullvm 0.42.1", 4025 "windows_aarch64_msvc 0.42.1", 4026 "windows_i686_gnu 0.42.1", 4027 "windows_i686_msvc 0.42.1", 4028 "windows_x86_64_gnu 0.42.1", 4029 "windows_x86_64_gnullvm 0.42.1", 4030 "windows_x86_64_msvc 0.42.1", 4031] 4032 4033[[package]] 4034name = "windows-sys" 4035version = "0.45.0" 4036source = "registry+https://github.com/rust-lang/crates.io-index" 4037checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4038dependencies = [ 4039 "windows-targets 0.42.1", 4040] 4041 4042[[package]] 4043name = "windows-sys" 4044version = "0.48.0" 4045source = "registry+https://github.com/rust-lang/crates.io-index" 4046checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4047dependencies = [ 4048 "windows-targets 0.48.0", 4049] 4050 4051[[package]] 4052name = "windows-targets" 4053version = "0.42.1" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 4056dependencies = [ 4057 "windows_aarch64_gnullvm 0.42.1", 4058 "windows_aarch64_msvc 0.42.1", 4059 "windows_i686_gnu 0.42.1", 4060 "windows_i686_msvc 0.42.1", 4061 "windows_x86_64_gnu 0.42.1", 4062 "windows_x86_64_gnullvm 0.42.1", 4063 "windows_x86_64_msvc 0.42.1", 4064] 4065 4066[[package]] 4067name = "windows-targets" 4068version = "0.48.0" 4069source = "registry+https://github.com/rust-lang/crates.io-index" 4070checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 4071dependencies = [ 4072 "windows_aarch64_gnullvm 0.48.0", 4073 "windows_aarch64_msvc 0.48.0", 4074 "windows_i686_gnu 0.48.0", 4075 "windows_i686_msvc 0.48.0", 4076 "windows_x86_64_gnu 0.48.0", 4077 "windows_x86_64_gnullvm 0.48.0", 4078 "windows_x86_64_msvc 0.48.0", 4079] 4080 4081[[package]] 4082name = "windows_aarch64_gnullvm" 4083version = "0.42.1" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 4086 4087[[package]] 4088name = "windows_aarch64_gnullvm" 4089version = "0.48.0" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4092 4093[[package]] 4094name = "windows_aarch64_msvc" 4095version = "0.42.1" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 4098 4099[[package]] 4100name = "windows_aarch64_msvc" 4101version = "0.48.0" 4102source = "registry+https://github.com/rust-lang/crates.io-index" 4103checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4104 4105[[package]] 4106name = "windows_i686_gnu" 4107version = "0.42.1" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 4110 4111[[package]] 4112name = "windows_i686_gnu" 4113version = "0.48.0" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4116 4117[[package]] 4118name = "windows_i686_msvc" 4119version = "0.42.1" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 4122 4123[[package]] 4124name = "windows_i686_msvc" 4125version = "0.48.0" 4126source = "registry+https://github.com/rust-lang/crates.io-index" 4127checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4128 4129[[package]] 4130name = "windows_x86_64_gnu" 4131version = "0.42.1" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 4134 4135[[package]] 4136name = "windows_x86_64_gnu" 4137version = "0.48.0" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4140 4141[[package]] 4142name = "windows_x86_64_gnullvm" 4143version = "0.42.1" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 4146 4147[[package]] 4148name = "windows_x86_64_gnullvm" 4149version = "0.48.0" 4150source = "registry+https://github.com/rust-lang/crates.io-index" 4151checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4152 4153[[package]] 4154name = "windows_x86_64_msvc" 4155version = "0.42.1" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 4158 4159[[package]] 4160name = "windows_x86_64_msvc" 4161version = "0.48.0" 4162source = "registry+https://github.com/rust-lang/crates.io-index" 4163checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4164 4165[[package]] 4166name = "winreg" 4167version = "0.10.1" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 4170dependencies = [ 4171 "winapi", 4172] 4173 4174[[package]] 4175name = "wslapi" 4176version = "0.1.3" 4177source = "registry+https://github.com/rust-lang/crates.io-index" 4178checksum = "afc9c51137636a37c388bb01765a0eae1362915d82a5e238e1a356c400f9f619" 4179dependencies = [ 4180 "minidl", 4181 "wchar", 4182 "winapi", 4183] 4184 4185[[package]] 4186name = "wyz" 4187version = "0.5.1" 4188source = "registry+https://github.com/rust-lang/crates.io-index" 4189checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 4190dependencies = [ 4191 "tap", 4192] 4193 4194[[package]] 4195name = "xattr" 4196version = "0.2.3" 4197source = "registry+https://github.com/rust-lang/crates.io-index" 4198checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 4199dependencies = [ 4200 "libc", 4201] 4202 4203[[package]] 4204name = "yansi" 4205version = "0.5.1" 4206source = "registry+https://github.com/rust-lang/crates.io-index" 4207checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 4208 4209[[package]] 4210name = "zip" 4211version = "0.6.6" 4212source = "registry+https://github.com/rust-lang/crates.io-index" 4213checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 4214dependencies = [ 4215 "aes", 4216 "byteorder", 4217 "bzip2", 4218 "constant_time_eq 0.1.5", 4219 "crc32fast", 4220 "crossbeam-utils", 4221 "flate2", 4222 "hmac", 4223 "pbkdf2", 4224 "sha1", 4225 "time", 4226 "zstd 0.11.2+zstd.1.5.2", 4227] 4228 4229[[package]] 4230name = "zstd" 4231version = "0.11.2+zstd.1.5.2" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 4234dependencies = [ 4235 "zstd-safe 5.0.2+zstd.1.5.2", 4236] 4237 4238[[package]] 4239name = "zstd" 4240version = "0.12.3+zstd.1.5.2" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" 4243dependencies = [ 4244 "zstd-safe 6.0.5+zstd.1.5.4", 4245] 4246 4247[[package]] 4248name = "zstd-safe" 4249version = "5.0.2+zstd.1.5.2" 4250source = "registry+https://github.com/rust-lang/crates.io-index" 4251checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 4252dependencies = [ 4253 "libc", 4254 "zstd-sys", 4255] 4256 4257[[package]] 4258name = "zstd-safe" 4259version = "6.0.5+zstd.1.5.4" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" 4262dependencies = [ 4263 "libc", 4264 "zstd-sys", 4265] 4266 4267[[package]] 4268name = "zstd-sys" 4269version = "2.0.8+zstd.1.5.5" 4270source = "registry+https://github.com/rust-lang/crates.io-index" 4271checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 4272dependencies = [ 4273 "cc", 4274 "libc", 4275 "pkg-config", 4276]