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.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 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 = "autocfg" 22version = "1.1.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 25 26[[package]] 27name = "backtrace" 28version = "0.3.69" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 31dependencies = [ 32 "addr2line", 33 "cc", 34 "cfg-if", 35 "libc", 36 "miniz_oxide", 37 "object", 38 "rustc-demangle", 39] 40 41[[package]] 42name = "bytes" 43version = "1.5.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 46 47[[package]] 48name = "cc" 49version = "1.0.83" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 52dependencies = [ 53 "libc", 54] 55 56[[package]] 57name = "cfg-if" 58version = "1.0.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 61 62[[package]] 63name = "env_logger" 64version = "0.10.0" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 67dependencies = [ 68 "log", 69] 70 71[[package]] 72name = "equivalent" 73version = "1.0.1" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 76 77[[package]] 78name = "fnv" 79version = "1.0.7" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 82 83[[package]] 84name = "futures-core" 85version = "0.3.29" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 88 89[[package]] 90name = "futures-sink" 91version = "0.3.29" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 94 95[[package]] 96name = "futures-task" 97version = "0.3.29" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 100 101[[package]] 102name = "futures-util" 103version = "0.3.29" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 106dependencies = [ 107 "futures-core", 108 "futures-task", 109 "pin-project-lite", 110 "pin-utils", 111] 112 113[[package]] 114name = "getrandom" 115version = "0.2.10" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 118dependencies = [ 119 "cfg-if", 120 "libc", 121 "wasi", 122] 123 124[[package]] 125name = "gimli" 126version = "0.28.0" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 129 130[[package]] 131name = "h2" 132version = "0.4.4" 133dependencies = [ 134 "bytes", 135 "env_logger", 136 "fnv", 137 "futures-core", 138 "futures-sink", 139 "futures-util", 140 "hex", 141 "http", 142 "indexmap", 143 "quickcheck", 144 "rand", 145 "serde", 146 "serde_json", 147 "slab", 148 "tokio", 149 "tokio-rustls", 150 "tokio-util", 151 "tracing", 152 "walkdir", 153 "webpki-roots", 154] 155 156[[package]] 157name = "hashbrown" 158version = "0.14.2" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" 161 162[[package]] 163name = "hermit-abi" 164version = "0.3.3" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 167 168[[package]] 169name = "hex" 170version = "0.4.3" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 173 174[[package]] 175name = "http" 176version = "1.1.0" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 179dependencies = [ 180 "bytes", 181 "fnv", 182 "itoa", 183] 184 185[[package]] 186name = "indexmap" 187version = "2.0.2" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" 190dependencies = [ 191 "equivalent", 192 "hashbrown", 193] 194 195[[package]] 196name = "itoa" 197version = "1.0.9" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 200 201[[package]] 202name = "libc" 203version = "0.2.149" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 206 207[[package]] 208name = "log" 209version = "0.4.20" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 212 213[[package]] 214name = "memchr" 215version = "2.6.4" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 218 219[[package]] 220name = "miniz_oxide" 221version = "0.7.1" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 224dependencies = [ 225 "adler", 226] 227 228[[package]] 229name = "mio" 230version = "0.8.9" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" 233dependencies = [ 234 "libc", 235 "wasi", 236 "windows-sys", 237] 238 239[[package]] 240name = "num_cpus" 241version = "1.16.0" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 244dependencies = [ 245 "hermit-abi", 246 "libc", 247] 248 249[[package]] 250name = "object" 251version = "0.32.1" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 254dependencies = [ 255 "memchr", 256] 257 258[[package]] 259name = "once_cell" 260version = "1.18.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 263 264[[package]] 265name = "pin-project-lite" 266version = "0.2.13" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 269 270[[package]] 271name = "pin-utils" 272version = "0.1.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 275 276[[package]] 277name = "ppv-lite86" 278version = "0.2.17" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 281 282[[package]] 283name = "proc-macro2" 284version = "1.0.69" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 287dependencies = [ 288 "unicode-ident", 289] 290 291[[package]] 292name = "quickcheck" 293version = "1.0.3" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 296dependencies = [ 297 "rand", 298] 299 300[[package]] 301name = "quote" 302version = "1.0.33" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 305dependencies = [ 306 "proc-macro2", 307] 308 309[[package]] 310name = "rand" 311version = "0.8.5" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 314dependencies = [ 315 "libc", 316 "rand_chacha", 317 "rand_core", 318] 319 320[[package]] 321name = "rand_chacha" 322version = "0.3.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 325dependencies = [ 326 "ppv-lite86", 327 "rand_core", 328] 329 330[[package]] 331name = "rand_core" 332version = "0.6.4" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 335dependencies = [ 336 "getrandom", 337] 338 339[[package]] 340name = "ring" 341version = "0.17.5" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 344dependencies = [ 345 "cc", 346 "getrandom", 347 "libc", 348 "spin", 349 "untrusted", 350 "windows-sys", 351] 352 353[[package]] 354name = "rustc-demangle" 355version = "0.1.23" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 358 359[[package]] 360name = "rustls" 361version = "0.21.8" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" 364dependencies = [ 365 "log", 366 "ring", 367 "rustls-webpki", 368 "sct", 369] 370 371[[package]] 372name = "rustls-webpki" 373version = "0.101.7" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 376dependencies = [ 377 "ring", 378 "untrusted", 379] 380 381[[package]] 382name = "ryu" 383version = "1.0.15" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 386 387[[package]] 388name = "same-file" 389version = "1.0.6" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 392dependencies = [ 393 "winapi-util", 394] 395 396[[package]] 397name = "sct" 398version = "0.7.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 401dependencies = [ 402 "ring", 403 "untrusted", 404] 405 406[[package]] 407name = "serde" 408version = "1.0.190" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" 411dependencies = [ 412 "serde_derive", 413] 414 415[[package]] 416name = "serde_derive" 417version = "1.0.190" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" 420dependencies = [ 421 "proc-macro2", 422 "quote", 423 "syn", 424] 425 426[[package]] 427name = "serde_json" 428version = "1.0.107" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 431dependencies = [ 432 "itoa", 433 "ryu", 434 "serde", 435] 436 437[[package]] 438name = "slab" 439version = "0.4.9" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 442dependencies = [ 443 "autocfg", 444] 445 446[[package]] 447name = "socket2" 448version = "0.5.5" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 451dependencies = [ 452 "libc", 453 "windows-sys", 454] 455 456[[package]] 457name = "spin" 458version = "0.9.8" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 461 462[[package]] 463name = "syn" 464version = "2.0.38" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 467dependencies = [ 468 "proc-macro2", 469 "quote", 470 "unicode-ident", 471] 472 473[[package]] 474name = "tokio" 475version = "1.33.0" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" 478dependencies = [ 479 "backtrace", 480 "bytes", 481 "libc", 482 "mio", 483 "num_cpus", 484 "pin-project-lite", 485 "socket2", 486 "tokio-macros", 487 "windows-sys", 488] 489 490[[package]] 491name = "tokio-macros" 492version = "2.1.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 495dependencies = [ 496 "proc-macro2", 497 "quote", 498 "syn", 499] 500 501[[package]] 502name = "tokio-rustls" 503version = "0.24.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 506dependencies = [ 507 "rustls", 508 "tokio", 509] 510 511[[package]] 512name = "tokio-util" 513version = "0.7.10" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 516dependencies = [ 517 "bytes", 518 "futures-core", 519 "futures-sink", 520 "pin-project-lite", 521 "tokio", 522 "tracing", 523] 524 525[[package]] 526name = "tracing" 527version = "0.1.40" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 530dependencies = [ 531 "pin-project-lite", 532 "tracing-core", 533] 534 535[[package]] 536name = "tracing-core" 537version = "0.1.32" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 540dependencies = [ 541 "once_cell", 542] 543 544[[package]] 545name = "unicode-ident" 546version = "1.0.12" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 549 550[[package]] 551name = "untrusted" 552version = "0.9.0" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 555 556[[package]] 557name = "walkdir" 558version = "2.4.0" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 561dependencies = [ 562 "same-file", 563 "winapi-util", 564] 565 566[[package]] 567name = "wasi" 568version = "0.11.0+wasi-snapshot-preview1" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 571 572[[package]] 573name = "webpki-roots" 574version = "0.25.2" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 577 578[[package]] 579name = "winapi" 580version = "0.3.9" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 583dependencies = [ 584 "winapi-i686-pc-windows-gnu", 585 "winapi-x86_64-pc-windows-gnu", 586] 587 588[[package]] 589name = "winapi-i686-pc-windows-gnu" 590version = "0.4.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 593 594[[package]] 595name = "winapi-util" 596version = "0.1.6" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 599dependencies = [ 600 "winapi", 601] 602 603[[package]] 604name = "winapi-x86_64-pc-windows-gnu" 605version = "0.4.0" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 608 609[[package]] 610name = "windows-sys" 611version = "0.48.0" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 614dependencies = [ 615 "windows-targets", 616] 617 618[[package]] 619name = "windows-targets" 620version = "0.48.5" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 623dependencies = [ 624 "windows_aarch64_gnullvm", 625 "windows_aarch64_msvc", 626 "windows_i686_gnu", 627 "windows_i686_msvc", 628 "windows_x86_64_gnu", 629 "windows_x86_64_gnullvm", 630 "windows_x86_64_msvc", 631] 632 633[[package]] 634name = "windows_aarch64_gnullvm" 635version = "0.48.5" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 638 639[[package]] 640name = "windows_aarch64_msvc" 641version = "0.48.5" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 644 645[[package]] 646name = "windows_i686_gnu" 647version = "0.48.5" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 650 651[[package]] 652name = "windows_i686_msvc" 653version = "0.48.5" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 656 657[[package]] 658name = "windows_x86_64_gnu" 659version = "0.48.5" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 662 663[[package]] 664name = "windows_x86_64_gnullvm" 665version = "0.48.5" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 668 669[[package]] 670name = "windows_x86_64_msvc" 671version = "0.48.5" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 674