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.20.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" 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 = "ahash" 22version = "0.4.8" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289" 25 26[[package]] 27name = "android-tzdata" 28version = "0.1.1" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 31 32[[package]] 33name = "android_system_properties" 34version = "0.1.5" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 37dependencies = [ 38 "libc", 39] 40 41[[package]] 42name = "async-trait" 43version = "0.1.74" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" 46dependencies = [ 47 "proc-macro2", 48 "quote", 49 "syn", 50] 51 52[[package]] 53name = "autocfg" 54version = "1.1.0" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 57 58[[package]] 59name = "backtrace" 60version = "0.3.68" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" 63dependencies = [ 64 "addr2line", 65 "cc", 66 "cfg-if 1.0.0", 67 "libc", 68 "miniz_oxide", 69 "object", 70 "rustc-demangle", 71] 72 73[[package]] 74name = "base64" 75version = "0.13.1" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 78 79[[package]] 80name = "base64" 81version = "0.21.5" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 84 85[[package]] 86name = "bitflags" 87version = "1.3.2" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 90 91[[package]] 92name = "bitflags" 93version = "2.4.1" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 96 97[[package]] 98name = "block-buffer" 99version = "0.10.4" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 102dependencies = [ 103 "generic-array", 104] 105 106[[package]] 107name = "bumpalo" 108version = "3.12.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 111 112[[package]] 113name = "byteorder" 114version = "1.4.3" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 117 118[[package]] 119name = "bytes" 120version = "1.5.0" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 123 124[[package]] 125name = "cc" 126version = "1.0.83" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 129dependencies = [ 130 "libc", 131] 132 133[[package]] 134name = "cfg-if" 135version = "0.1.10" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 138 139[[package]] 140name = "cfg-if" 141version = "1.0.0" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 144 145[[package]] 146name = "chrono" 147version = "0.4.26" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 150dependencies = [ 151 "android-tzdata", 152 "iana-time-zone", 153 "js-sys", 154 "num-traits", 155 "serde", 156 "time", 157 "wasm-bindgen", 158 "winapi 0.3.9", 159] 160 161[[package]] 162name = "config" 163version = "0.13.3" 164dependencies = [ 165 "async-trait", 166 "chrono", 167 "float-cmp", 168 "futures", 169 "glob", 170 "indexmap", 171 "json5", 172 "lazy_static", 173 "nom", 174 "notify", 175 "pathdiff", 176 "reqwest", 177 "ron", 178 "rust-ini", 179 "serde", 180 "serde_derive", 181 "serde_json", 182 "temp-env", 183 "tokio", 184 "toml", 185 "warp", 186 "yaml-rust", 187] 188 189[[package]] 190name = "core-foundation" 191version = "0.9.3" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 194dependencies = [ 195 "core-foundation-sys", 196 "libc", 197] 198 199[[package]] 200name = "core-foundation-sys" 201version = "0.8.4" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 204 205[[package]] 206name = "cpufeatures" 207version = "0.2.11" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 210dependencies = [ 211 "libc", 212] 213 214[[package]] 215name = "crypto-common" 216version = "0.1.6" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 219dependencies = [ 220 "generic-array", 221 "typenum", 222] 223 224[[package]] 225name = "digest" 226version = "0.10.7" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 229dependencies = [ 230 "block-buffer", 231 "crypto-common", 232] 233 234[[package]] 235name = "dlv-list" 236version = "0.2.3" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b" 239dependencies = [ 240 "rand", 241] 242 243[[package]] 244name = "encoding_rs" 245version = "0.8.33" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 248dependencies = [ 249 "cfg-if 1.0.0", 250] 251 252[[package]] 253name = "errno" 254version = "0.3.5" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 257dependencies = [ 258 "libc", 259 "windows-sys", 260] 261 262[[package]] 263name = "fastrand" 264version = "1.9.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 267dependencies = [ 268 "instant", 269] 270 271[[package]] 272name = "filetime" 273version = "0.2.22" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 276dependencies = [ 277 "cfg-if 1.0.0", 278 "libc", 279 "redox_syscall", 280 "windows-sys", 281] 282 283[[package]] 284name = "float-cmp" 285version = "0.9.0" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 288dependencies = [ 289 "num-traits", 290] 291 292[[package]] 293name = "fnv" 294version = "1.0.7" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 297 298[[package]] 299name = "foreign-types" 300version = "0.3.2" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 303dependencies = [ 304 "foreign-types-shared", 305] 306 307[[package]] 308name = "foreign-types-shared" 309version = "0.1.1" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 312 313[[package]] 314name = "form_urlencoded" 315version = "1.2.0" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 318dependencies = [ 319 "percent-encoding", 320] 321 322[[package]] 323name = "fsevent" 324version = "0.4.0" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 327dependencies = [ 328 "bitflags 1.3.2", 329 "fsevent-sys", 330] 331 332[[package]] 333name = "fsevent-sys" 334version = "2.0.1" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 337dependencies = [ 338 "libc", 339] 340 341[[package]] 342name = "fuchsia-zircon" 343version = "0.3.3" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 346dependencies = [ 347 "bitflags 1.3.2", 348 "fuchsia-zircon-sys", 349] 350 351[[package]] 352name = "fuchsia-zircon-sys" 353version = "0.3.3" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 356 357[[package]] 358name = "futures" 359version = "0.3.29" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 362dependencies = [ 363 "futures-channel", 364 "futures-core", 365 "futures-executor", 366 "futures-io", 367 "futures-sink", 368 "futures-task", 369 "futures-util", 370] 371 372[[package]] 373name = "futures-channel" 374version = "0.3.29" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 377dependencies = [ 378 "futures-core", 379 "futures-sink", 380] 381 382[[package]] 383name = "futures-core" 384version = "0.3.29" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 387 388[[package]] 389name = "futures-executor" 390version = "0.3.29" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 393dependencies = [ 394 "futures-core", 395 "futures-task", 396 "futures-util", 397] 398 399[[package]] 400name = "futures-io" 401version = "0.3.29" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 404 405[[package]] 406name = "futures-macro" 407version = "0.3.29" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 410dependencies = [ 411 "proc-macro2", 412 "quote", 413 "syn", 414] 415 416[[package]] 417name = "futures-sink" 418version = "0.3.29" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 421 422[[package]] 423name = "futures-task" 424version = "0.3.29" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 427 428[[package]] 429name = "futures-util" 430version = "0.3.29" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 433dependencies = [ 434 "futures-channel", 435 "futures-core", 436 "futures-io", 437 "futures-macro", 438 "futures-sink", 439 "futures-task", 440 "memchr", 441 "pin-project-lite", 442 "pin-utils", 443 "slab", 444] 445 446[[package]] 447name = "generic-array" 448version = "0.14.7" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 451dependencies = [ 452 "typenum", 453 "version_check", 454] 455 456[[package]] 457name = "getrandom" 458version = "0.2.10" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 461dependencies = [ 462 "cfg-if 1.0.0", 463 "libc", 464 "wasi 0.11.0+wasi-snapshot-preview1", 465] 466 467[[package]] 468name = "gimli" 469version = "0.27.3" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" 472 473[[package]] 474name = "glob" 475version = "0.3.1" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 478 479[[package]] 480name = "h2" 481version = "0.3.20" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" 484dependencies = [ 485 "bytes", 486 "fnv", 487 "futures-core", 488 "futures-sink", 489 "futures-util", 490 "http", 491 "indexmap", 492 "slab", 493 "tokio", 494 "tokio-util", 495 "tracing", 496] 497 498[[package]] 499name = "hashbrown" 500version = "0.9.1" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 503dependencies = [ 504 "ahash", 505] 506 507[[package]] 508name = "hashbrown" 509version = "0.12.3" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 512 513[[package]] 514name = "headers" 515version = "0.3.9" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 518dependencies = [ 519 "base64 0.21.5", 520 "bytes", 521 "headers-core", 522 "http", 523 "httpdate", 524 "mime", 525 "sha1", 526] 527 528[[package]] 529name = "headers-core" 530version = "0.2.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 533dependencies = [ 534 "http", 535] 536 537[[package]] 538name = "hermit-abi" 539version = "0.3.3" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 542 543[[package]] 544name = "http" 545version = "0.2.9" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 548dependencies = [ 549 "bytes", 550 "fnv", 551 "itoa", 552] 553 554[[package]] 555name = "http-body" 556version = "0.4.5" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 559dependencies = [ 560 "bytes", 561 "http", 562 "pin-project-lite", 563] 564 565[[package]] 566name = "httparse" 567version = "1.8.0" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 570 571[[package]] 572name = "httpdate" 573version = "1.0.3" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 576 577[[package]] 578name = "hyper" 579version = "0.14.27" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 582dependencies = [ 583 "bytes", 584 "futures-channel", 585 "futures-core", 586 "futures-util", 587 "h2", 588 "http", 589 "http-body", 590 "httparse", 591 "httpdate", 592 "itoa", 593 "pin-project-lite", 594 "socket2", 595 "tokio", 596 "tower-service", 597 "tracing", 598 "want", 599] 600 601[[package]] 602name = "hyper-tls" 603version = "0.5.0" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 606dependencies = [ 607 "bytes", 608 "hyper", 609 "native-tls", 610 "tokio", 611 "tokio-native-tls", 612] 613 614[[package]] 615name = "iana-time-zone" 616version = "0.1.58" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" 619dependencies = [ 620 "android_system_properties", 621 "core-foundation-sys", 622 "iana-time-zone-haiku", 623 "js-sys", 624 "wasm-bindgen", 625 "windows-core", 626] 627 628[[package]] 629name = "iana-time-zone-haiku" 630version = "0.1.2" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 633dependencies = [ 634 "cc", 635] 636 637[[package]] 638name = "idna" 639version = "0.4.0" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 642dependencies = [ 643 "unicode-bidi", 644 "unicode-normalization", 645] 646 647[[package]] 648name = "indexmap" 649version = "1.9.3" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 652dependencies = [ 653 "autocfg", 654 "hashbrown 0.12.3", 655 "serde", 656] 657 658[[package]] 659name = "inotify" 660version = "0.7.1" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 663dependencies = [ 664 "bitflags 1.3.2", 665 "inotify-sys", 666 "libc", 667] 668 669[[package]] 670name = "inotify-sys" 671version = "0.1.5" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 674dependencies = [ 675 "libc", 676] 677 678[[package]] 679name = "instant" 680version = "0.1.12" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 683dependencies = [ 684 "cfg-if 1.0.0", 685] 686 687[[package]] 688name = "io-lifetimes" 689version = "1.0.11" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 692dependencies = [ 693 "hermit-abi", 694 "libc", 695 "windows-sys", 696] 697 698[[package]] 699name = "iovec" 700version = "0.1.4" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 703dependencies = [ 704 "libc", 705] 706 707[[package]] 708name = "ipnet" 709version = "2.9.0" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 712 713[[package]] 714name = "itoa" 715version = "1.0.9" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 718 719[[package]] 720name = "js-sys" 721version = "0.3.64" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 724dependencies = [ 725 "wasm-bindgen", 726] 727 728[[package]] 729name = "json5" 730version = "0.4.1" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" 733dependencies = [ 734 "pest", 735 "pest_derive", 736 "serde", 737] 738 739[[package]] 740name = "kernel32-sys" 741version = "0.2.2" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 744dependencies = [ 745 "winapi 0.2.8", 746 "winapi-build", 747] 748 749[[package]] 750name = "lazy_static" 751version = "1.4.0" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 754 755[[package]] 756name = "lazycell" 757version = "1.3.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 760 761[[package]] 762name = "libc" 763version = "0.2.150" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 766 767[[package]] 768name = "linked-hash-map" 769version = "0.5.6" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 772 773[[package]] 774name = "linux-raw-sys" 775version = "0.3.8" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 778 779[[package]] 780name = "log" 781version = "0.4.18" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 784 785[[package]] 786name = "memchr" 787version = "2.5.0" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 790 791[[package]] 792name = "mime" 793version = "0.3.17" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 796 797[[package]] 798name = "mime_guess" 799version = "2.0.4" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 802dependencies = [ 803 "mime", 804 "unicase", 805] 806 807[[package]] 808name = "minimal-lexical" 809version = "0.2.1" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 812 813[[package]] 814name = "miniz_oxide" 815version = "0.7.1" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 818dependencies = [ 819 "adler", 820] 821 822[[package]] 823name = "mio" 824version = "0.6.23" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 827dependencies = [ 828 "cfg-if 0.1.10", 829 "fuchsia-zircon", 830 "fuchsia-zircon-sys", 831 "iovec", 832 "kernel32-sys", 833 "libc", 834 "log", 835 "miow", 836 "net2", 837 "slab", 838 "winapi 0.2.8", 839] 840 841[[package]] 842name = "mio" 843version = "0.8.9" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" 846dependencies = [ 847 "libc", 848 "wasi 0.11.0+wasi-snapshot-preview1", 849 "windows-sys", 850] 851 852[[package]] 853name = "mio-extras" 854version = "2.0.6" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 857dependencies = [ 858 "lazycell", 859 "log", 860 "mio 0.6.23", 861 "slab", 862] 863 864[[package]] 865name = "miow" 866version = "0.2.2" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 869dependencies = [ 870 "kernel32-sys", 871 "net2", 872 "winapi 0.2.8", 873 "ws2_32-sys", 874] 875 876[[package]] 877name = "multer" 878version = "2.1.0" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" 881dependencies = [ 882 "bytes", 883 "encoding_rs", 884 "futures-util", 885 "http", 886 "httparse", 887 "log", 888 "memchr", 889 "mime", 890 "spin", 891 "version_check", 892] 893 894[[package]] 895name = "native-tls" 896version = "0.2.11" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 899dependencies = [ 900 "lazy_static", 901 "libc", 902 "log", 903 "openssl", 904 "openssl-probe", 905 "openssl-sys", 906 "schannel", 907 "security-framework", 908 "security-framework-sys", 909 "tempfile", 910] 911 912[[package]] 913name = "net2" 914version = "0.2.39" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" 917dependencies = [ 918 "cfg-if 0.1.10", 919 "libc", 920 "winapi 0.3.9", 921] 922 923[[package]] 924name = "nom" 925version = "7.1.3" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 928dependencies = [ 929 "memchr", 930 "minimal-lexical", 931] 932 933[[package]] 934name = "notify" 935version = "4.0.17" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 938dependencies = [ 939 "bitflags 1.3.2", 940 "filetime", 941 "fsevent", 942 "fsevent-sys", 943 "inotify", 944 "libc", 945 "mio 0.6.23", 946 "mio-extras", 947 "walkdir", 948 "winapi 0.3.9", 949] 950 951[[package]] 952name = "num-traits" 953version = "0.2.17" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 956dependencies = [ 957 "autocfg", 958] 959 960[[package]] 961name = "num_cpus" 962version = "1.16.0" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 965dependencies = [ 966 "hermit-abi", 967 "libc", 968] 969 970[[package]] 971name = "object" 972version = "0.31.1" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 975dependencies = [ 976 "memchr", 977] 978 979[[package]] 980name = "once_cell" 981version = "1.17.2" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" 984 985[[package]] 986name = "openssl" 987version = "0.10.59" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33" 990dependencies = [ 991 "bitflags 2.4.1", 992 "cfg-if 1.0.0", 993 "foreign-types", 994 "libc", 995 "once_cell", 996 "openssl-macros", 997 "openssl-sys", 998] 999 1000[[package]] 1001name = "openssl-macros" 1002version = "0.1.1" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1005dependencies = [ 1006 "proc-macro2", 1007 "quote", 1008 "syn", 1009] 1010 1011[[package]] 1012name = "openssl-probe" 1013version = "0.1.5" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1016 1017[[package]] 1018name = "openssl-sys" 1019version = "0.9.95" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9" 1022dependencies = [ 1023 "cc", 1024 "libc", 1025 "pkg-config", 1026 "vcpkg", 1027] 1028 1029[[package]] 1030name = "ordered-multimap" 1031version = "0.4.0" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "a4657a5de9fa4b604a67321074da8443fc75296bb368811e1d16d5d0895f2db3" 1034dependencies = [ 1035 "dlv-list", 1036 "hashbrown 0.9.1", 1037] 1038 1039[[package]] 1040name = "pathdiff" 1041version = "0.2.1" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1044 1045[[package]] 1046name = "percent-encoding" 1047version = "2.3.0" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1050 1051[[package]] 1052name = "pest" 1053version = "2.5.7" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122" 1056dependencies = [ 1057 "thiserror", 1058 "ucd-trie", 1059] 1060 1061[[package]] 1062name = "pest_derive" 1063version = "2.5.7" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15" 1066dependencies = [ 1067 "pest", 1068 "pest_generator", 1069] 1070 1071[[package]] 1072name = "pest_generator" 1073version = "2.5.7" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e" 1076dependencies = [ 1077 "pest", 1078 "pest_meta", 1079 "proc-macro2", 1080 "quote", 1081 "syn", 1082] 1083 1084[[package]] 1085name = "pest_meta" 1086version = "2.5.7" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e" 1089dependencies = [ 1090 "once_cell", 1091 "pest", 1092 "sha2", 1093] 1094 1095[[package]] 1096name = "pin-project" 1097version = "1.1.3" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 1100dependencies = [ 1101 "pin-project-internal", 1102] 1103 1104[[package]] 1105name = "pin-project-internal" 1106version = "1.1.3" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 1109dependencies = [ 1110 "proc-macro2", 1111 "quote", 1112 "syn", 1113] 1114 1115[[package]] 1116name = "pin-project-lite" 1117version = "0.2.13" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1120 1121[[package]] 1122name = "pin-utils" 1123version = "0.1.0" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1126 1127[[package]] 1128name = "pkg-config" 1129version = "0.3.27" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1132 1133[[package]] 1134name = "ppv-lite86" 1135version = "0.2.17" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1138 1139[[package]] 1140name = "proc-macro2" 1141version = "1.0.69" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 1144dependencies = [ 1145 "unicode-ident", 1146] 1147 1148[[package]] 1149name = "quote" 1150version = "1.0.33" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1153dependencies = [ 1154 "proc-macro2", 1155] 1156 1157[[package]] 1158name = "rand" 1159version = "0.8.5" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1162dependencies = [ 1163 "libc", 1164 "rand_chacha", 1165 "rand_core", 1166] 1167 1168[[package]] 1169name = "rand_chacha" 1170version = "0.3.1" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1173dependencies = [ 1174 "ppv-lite86", 1175 "rand_core", 1176] 1177 1178[[package]] 1179name = "rand_core" 1180version = "0.6.4" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1183dependencies = [ 1184 "getrandom", 1185] 1186 1187[[package]] 1188name = "redox_syscall" 1189version = "0.3.5" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1192dependencies = [ 1193 "bitflags 1.3.2", 1194] 1195 1196[[package]] 1197name = "reqwest" 1198version = "0.11.15" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" 1201dependencies = [ 1202 "base64 0.21.5", 1203 "bytes", 1204 "encoding_rs", 1205 "futures-core", 1206 "futures-util", 1207 "h2", 1208 "http", 1209 "http-body", 1210 "hyper", 1211 "hyper-tls", 1212 "ipnet", 1213 "js-sys", 1214 "log", 1215 "mime", 1216 "native-tls", 1217 "once_cell", 1218 "percent-encoding", 1219 "pin-project-lite", 1220 "serde", 1221 "serde_json", 1222 "serde_urlencoded", 1223 "tokio", 1224 "tokio-native-tls", 1225 "tower-service", 1226 "url", 1227 "wasm-bindgen", 1228 "wasm-bindgen-futures", 1229 "web-sys", 1230 "winreg", 1231] 1232 1233[[package]] 1234name = "ron" 1235version = "0.7.1" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" 1238dependencies = [ 1239 "base64 0.13.1", 1240 "bitflags 1.3.2", 1241 "indexmap", 1242 "serde", 1243] 1244 1245[[package]] 1246name = "rust-ini" 1247version = "0.18.0" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 1250dependencies = [ 1251 "cfg-if 1.0.0", 1252 "ordered-multimap", 1253] 1254 1255[[package]] 1256name = "rustc-demangle" 1257version = "0.1.23" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1260 1261[[package]] 1262name = "rustix" 1263version = "0.37.27" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 1266dependencies = [ 1267 "bitflags 1.3.2", 1268 "errno", 1269 "io-lifetimes", 1270 "libc", 1271 "linux-raw-sys", 1272 "windows-sys", 1273] 1274 1275[[package]] 1276name = "rustls-pemfile" 1277version = "1.0.3" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 1280dependencies = [ 1281 "base64 0.21.5", 1282] 1283 1284[[package]] 1285name = "ryu" 1286version = "1.0.15" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1289 1290[[package]] 1291name = "same-file" 1292version = "1.0.6" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1295dependencies = [ 1296 "winapi-util", 1297] 1298 1299[[package]] 1300name = "schannel" 1301version = "0.1.22" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1304dependencies = [ 1305 "windows-sys", 1306] 1307 1308[[package]] 1309name = "scoped-tls" 1310version = "1.0.0" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 1313 1314[[package]] 1315name = "security-framework" 1316version = "2.8.1" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "7c4437699b6d34972de58652c68b98cb5b53a4199ab126db8e20ec8ded29a721" 1319dependencies = [ 1320 "bitflags 1.3.2", 1321 "core-foundation", 1322 "core-foundation-sys", 1323 "libc", 1324 "security-framework-sys", 1325] 1326 1327[[package]] 1328name = "security-framework-sys" 1329version = "2.9.1" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1332dependencies = [ 1333 "core-foundation-sys", 1334 "libc", 1335] 1336 1337[[package]] 1338name = "serde" 1339version = "1.0.192" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" 1342dependencies = [ 1343 "serde_derive", 1344] 1345 1346[[package]] 1347name = "serde_derive" 1348version = "1.0.192" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" 1351dependencies = [ 1352 "proc-macro2", 1353 "quote", 1354 "syn", 1355] 1356 1357[[package]] 1358name = "serde_json" 1359version = "1.0.97" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" 1362dependencies = [ 1363 "indexmap", 1364 "itoa", 1365 "ryu", 1366 "serde", 1367] 1368 1369[[package]] 1370name = "serde_urlencoded" 1371version = "0.7.1" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1374dependencies = [ 1375 "form_urlencoded", 1376 "itoa", 1377 "ryu", 1378 "serde", 1379] 1380 1381[[package]] 1382name = "sha1" 1383version = "0.10.6" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1386dependencies = [ 1387 "cfg-if 1.0.0", 1388 "cpufeatures", 1389 "digest", 1390] 1391 1392[[package]] 1393name = "sha2" 1394version = "0.10.8" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 1397dependencies = [ 1398 "cfg-if 1.0.0", 1399 "cpufeatures", 1400 "digest", 1401] 1402 1403[[package]] 1404name = "slab" 1405version = "0.4.9" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1408dependencies = [ 1409 "autocfg", 1410] 1411 1412[[package]] 1413name = "socket2" 1414version = "0.4.10" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 1417dependencies = [ 1418 "libc", 1419 "winapi 0.3.9", 1420] 1421 1422[[package]] 1423name = "spin" 1424version = "0.9.8" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1427 1428[[package]] 1429name = "syn" 1430version = "2.0.39" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 1433dependencies = [ 1434 "proc-macro2", 1435 "quote", 1436 "unicode-ident", 1437] 1438 1439[[package]] 1440name = "temp-env" 1441version = "0.2.0" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "45107136c2ddf8c4b87453c02294fd0adf41751796e81e8ba3f7fd951977ab57" 1444dependencies = [ 1445 "once_cell", 1446] 1447 1448[[package]] 1449name = "tempfile" 1450version = "3.6.0" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1453dependencies = [ 1454 "autocfg", 1455 "cfg-if 1.0.0", 1456 "fastrand", 1457 "redox_syscall", 1458 "rustix", 1459 "windows-sys", 1460] 1461 1462[[package]] 1463name = "thiserror" 1464version = "1.0.50" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 1467dependencies = [ 1468 "thiserror-impl", 1469] 1470 1471[[package]] 1472name = "thiserror-impl" 1473version = "1.0.50" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 1476dependencies = [ 1477 "proc-macro2", 1478 "quote", 1479 "syn", 1480] 1481 1482[[package]] 1483name = "time" 1484version = "0.1.45" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1487dependencies = [ 1488 "libc", 1489 "wasi 0.10.0+wasi-snapshot-preview1", 1490 "winapi 0.3.9", 1491] 1492 1493[[package]] 1494name = "tinyvec" 1495version = "1.6.0" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1498dependencies = [ 1499 "tinyvec_macros", 1500] 1501 1502[[package]] 1503name = "tinyvec_macros" 1504version = "0.1.1" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1507 1508[[package]] 1509name = "tokio" 1510version = "1.29.1" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" 1513dependencies = [ 1514 "autocfg", 1515 "backtrace", 1516 "bytes", 1517 "libc", 1518 "mio 0.8.9", 1519 "num_cpus", 1520 "pin-project-lite", 1521 "socket2", 1522 "tokio-macros", 1523 "windows-sys", 1524] 1525 1526[[package]] 1527name = "tokio-macros" 1528version = "2.1.0" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 1531dependencies = [ 1532 "proc-macro2", 1533 "quote", 1534 "syn", 1535] 1536 1537[[package]] 1538name = "tokio-native-tls" 1539version = "0.3.1" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1542dependencies = [ 1543 "native-tls", 1544 "tokio", 1545] 1546 1547[[package]] 1548name = "tokio-stream" 1549version = "0.1.14" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 1552dependencies = [ 1553 "futures-core", 1554 "pin-project-lite", 1555 "tokio", 1556] 1557 1558[[package]] 1559name = "tokio-tungstenite" 1560version = "0.18.0" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 1563dependencies = [ 1564 "futures-util", 1565 "log", 1566 "tokio", 1567 "tungstenite", 1568] 1569 1570[[package]] 1571name = "tokio-util" 1572version = "0.7.8" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 1575dependencies = [ 1576 "bytes", 1577 "futures-core", 1578 "futures-sink", 1579 "pin-project-lite", 1580 "tokio", 1581 "tracing", 1582] 1583 1584[[package]] 1585name = "toml" 1586version = "0.5.11" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1589dependencies = [ 1590 "indexmap", 1591 "serde", 1592] 1593 1594[[package]] 1595name = "tower-service" 1596version = "0.3.2" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1599 1600[[package]] 1601name = "tracing" 1602version = "0.1.40" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 1605dependencies = [ 1606 "log", 1607 "pin-project-lite", 1608 "tracing-core", 1609] 1610 1611[[package]] 1612name = "tracing-core" 1613version = "0.1.32" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 1616dependencies = [ 1617 "once_cell", 1618] 1619 1620[[package]] 1621name = "try-lock" 1622version = "0.2.4" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1625 1626[[package]] 1627name = "tungstenite" 1628version = "0.18.0" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 1631dependencies = [ 1632 "base64 0.13.1", 1633 "byteorder", 1634 "bytes", 1635 "http", 1636 "httparse", 1637 "log", 1638 "rand", 1639 "sha1", 1640 "thiserror", 1641 "url", 1642 "utf-8", 1643] 1644 1645[[package]] 1646name = "typenum" 1647version = "1.17.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1650 1651[[package]] 1652name = "ucd-trie" 1653version = "0.1.6" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 1656 1657[[package]] 1658name = "unicase" 1659version = "2.7.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 1662dependencies = [ 1663 "version_check", 1664] 1665 1666[[package]] 1667name = "unicode-bidi" 1668version = "0.3.13" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1671 1672[[package]] 1673name = "unicode-ident" 1674version = "1.0.12" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1677 1678[[package]] 1679name = "unicode-normalization" 1680version = "0.1.22" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1683dependencies = [ 1684 "tinyvec", 1685] 1686 1687[[package]] 1688name = "url" 1689version = "2.4.1" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 1692dependencies = [ 1693 "form_urlencoded", 1694 "idna", 1695 "percent-encoding", 1696] 1697 1698[[package]] 1699name = "utf-8" 1700version = "0.7.6" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1703 1704[[package]] 1705name = "vcpkg" 1706version = "0.2.15" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1709 1710[[package]] 1711name = "version_check" 1712version = "0.9.4" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1715 1716[[package]] 1717name = "walkdir" 1718version = "2.4.0" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 1721dependencies = [ 1722 "same-file", 1723 "winapi-util", 1724] 1725 1726[[package]] 1727name = "want" 1728version = "0.3.1" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1731dependencies = [ 1732 "try-lock", 1733] 1734 1735[[package]] 1736name = "warp" 1737version = "0.3.5" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69" 1740dependencies = [ 1741 "bytes", 1742 "futures-channel", 1743 "futures-util", 1744 "headers", 1745 "http", 1746 "hyper", 1747 "log", 1748 "mime", 1749 "mime_guess", 1750 "multer", 1751 "percent-encoding", 1752 "pin-project", 1753 "rustls-pemfile", 1754 "scoped-tls", 1755 "serde", 1756 "serde_json", 1757 "serde_urlencoded", 1758 "tokio", 1759 "tokio-stream", 1760 "tokio-tungstenite", 1761 "tokio-util", 1762 "tower-service", 1763 "tracing", 1764] 1765 1766[[package]] 1767name = "wasi" 1768version = "0.10.0+wasi-snapshot-preview1" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1771 1772[[package]] 1773name = "wasi" 1774version = "0.11.0+wasi-snapshot-preview1" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1777 1778[[package]] 1779name = "wasm-bindgen" 1780version = "0.2.87" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 1783dependencies = [ 1784 "cfg-if 1.0.0", 1785 "wasm-bindgen-macro", 1786] 1787 1788[[package]] 1789name = "wasm-bindgen-backend" 1790version = "0.2.87" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 1793dependencies = [ 1794 "bumpalo", 1795 "log", 1796 "once_cell", 1797 "proc-macro2", 1798 "quote", 1799 "syn", 1800 "wasm-bindgen-shared", 1801] 1802 1803[[package]] 1804name = "wasm-bindgen-futures" 1805version = "0.4.37" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 1808dependencies = [ 1809 "cfg-if 1.0.0", 1810 "js-sys", 1811 "wasm-bindgen", 1812 "web-sys", 1813] 1814 1815[[package]] 1816name = "wasm-bindgen-macro" 1817version = "0.2.87" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 1820dependencies = [ 1821 "quote", 1822 "wasm-bindgen-macro-support", 1823] 1824 1825[[package]] 1826name = "wasm-bindgen-macro-support" 1827version = "0.2.87" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 1830dependencies = [ 1831 "proc-macro2", 1832 "quote", 1833 "syn", 1834 "wasm-bindgen-backend", 1835 "wasm-bindgen-shared", 1836] 1837 1838[[package]] 1839name = "wasm-bindgen-shared" 1840version = "0.2.87" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 1843 1844[[package]] 1845name = "web-sys" 1846version = "0.3.64" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 1849dependencies = [ 1850 "js-sys", 1851 "wasm-bindgen", 1852] 1853 1854[[package]] 1855name = "winapi" 1856version = "0.2.8" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1859 1860[[package]] 1861name = "winapi" 1862version = "0.3.9" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1865dependencies = [ 1866 "winapi-i686-pc-windows-gnu", 1867 "winapi-x86_64-pc-windows-gnu", 1868] 1869 1870[[package]] 1871name = "winapi-build" 1872version = "0.1.1" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1875 1876[[package]] 1877name = "winapi-i686-pc-windows-gnu" 1878version = "0.4.0" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1881 1882[[package]] 1883name = "winapi-util" 1884version = "0.1.6" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1887dependencies = [ 1888 "winapi 0.3.9", 1889] 1890 1891[[package]] 1892name = "winapi-x86_64-pc-windows-gnu" 1893version = "0.4.0" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1896 1897[[package]] 1898name = "windows-core" 1899version = "0.51.1" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 1902dependencies = [ 1903 "windows-targets", 1904] 1905 1906[[package]] 1907name = "windows-sys" 1908version = "0.48.0" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1911dependencies = [ 1912 "windows-targets", 1913] 1914 1915[[package]] 1916name = "windows-targets" 1917version = "0.48.5" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1920dependencies = [ 1921 "windows_aarch64_gnullvm", 1922 "windows_aarch64_msvc", 1923 "windows_i686_gnu", 1924 "windows_i686_msvc", 1925 "windows_x86_64_gnu", 1926 "windows_x86_64_gnullvm", 1927 "windows_x86_64_msvc", 1928] 1929 1930[[package]] 1931name = "windows_aarch64_gnullvm" 1932version = "0.48.5" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1935 1936[[package]] 1937name = "windows_aarch64_msvc" 1938version = "0.48.5" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1941 1942[[package]] 1943name = "windows_i686_gnu" 1944version = "0.48.5" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1947 1948[[package]] 1949name = "windows_i686_msvc" 1950version = "0.48.5" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1953 1954[[package]] 1955name = "windows_x86_64_gnu" 1956version = "0.48.5" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1959 1960[[package]] 1961name = "windows_x86_64_gnullvm" 1962version = "0.48.5" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1965 1966[[package]] 1967name = "windows_x86_64_msvc" 1968version = "0.48.5" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1971 1972[[package]] 1973name = "winreg" 1974version = "0.10.1" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 1977dependencies = [ 1978 "winapi 0.3.9", 1979] 1980 1981[[package]] 1982name = "ws2_32-sys" 1983version = "0.2.1" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1986dependencies = [ 1987 "winapi 0.2.8", 1988 "winapi-build", 1989] 1990 1991[[package]] 1992name = "yaml-rust" 1993version = "0.4.5" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1996dependencies = [ 1997 "linked-hash-map", 1998] 1999