lol

Merge pull request #259813 from figsoda/component

cargo-component: unstable-2023-09-20 -> 0.2.0

authored by

Mario Rodas and committed by
GitHub
9034d478 af90946e

+7 -4010
-4000
pkgs/development/tools/rust/cargo-component/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aes" 22 - version = "0.7.5" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 25 - dependencies = [ 26 - "cfg-if", 27 - "cipher", 28 - "cpufeatures", 29 - "opaque-debug", 30 - ] 31 - 32 - [[package]] 33 - name = "aho-corasick" 34 - version = "1.1.0" 35 - source = "registry+https://github.com/rust-lang/crates.io-index" 36 - checksum = "0f2135563fb5c609d2b2b87c1e8ce7bc41b0b45430fa9661f457981503dd5bf0" 37 - dependencies = [ 38 - "memchr", 39 - ] 40 - 41 - [[package]] 42 - name = "android-tzdata" 43 - version = "0.1.1" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 46 - 47 - [[package]] 48 - name = "android_system_properties" 49 - version = "0.1.5" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 52 - dependencies = [ 53 - "libc", 54 - ] 55 - 56 - [[package]] 57 - name = "anstream" 58 - version = "0.5.0" 59 - source = "registry+https://github.com/rust-lang/crates.io-index" 60 - checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 61 - dependencies = [ 62 - "anstyle", 63 - "anstyle-parse", 64 - "anstyle-query", 65 - "anstyle-wincon", 66 - "colorchoice", 67 - "utf8parse", 68 - ] 69 - 70 - [[package]] 71 - name = "anstyle" 72 - version = "1.0.3" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" 75 - 76 - [[package]] 77 - name = "anstyle-parse" 78 - version = "0.2.1" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 81 - dependencies = [ 82 - "utf8parse", 83 - ] 84 - 85 - [[package]] 86 - name = "anstyle-query" 87 - version = "1.0.0" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 90 - dependencies = [ 91 - "windows-sys", 92 - ] 93 - 94 - [[package]] 95 - name = "anstyle-wincon" 96 - version = "2.1.0" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 99 - dependencies = [ 100 - "anstyle", 101 - "windows-sys", 102 - ] 103 - 104 - [[package]] 105 - name = "anyhow" 106 - version = "1.0.75" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 109 - 110 - [[package]] 111 - name = "assert_cmd" 112 - version = "2.0.12" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 115 - dependencies = [ 116 - "anstyle", 117 - "bstr", 118 - "doc-comment", 119 - "predicates", 120 - "predicates-core", 121 - "predicates-tree", 122 - "wait-timeout", 123 - ] 124 - 125 - [[package]] 126 - name = "async-broadcast" 127 - version = "0.5.1" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 130 - dependencies = [ 131 - "event-listener", 132 - "futures-core", 133 - ] 134 - 135 - [[package]] 136 - name = "async-channel" 137 - version = "1.9.0" 138 - source = "registry+https://github.com/rust-lang/crates.io-index" 139 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 140 - dependencies = [ 141 - "concurrent-queue", 142 - "event-listener", 143 - "futures-core", 144 - ] 145 - 146 - [[package]] 147 - name = "async-executor" 148 - version = "1.5.1" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 151 - dependencies = [ 152 - "async-lock", 153 - "async-task", 154 - "concurrent-queue", 155 - "fastrand 1.9.0", 156 - "futures-lite", 157 - "slab", 158 - ] 159 - 160 - [[package]] 161 - name = "async-fs" 162 - version = "1.6.0" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 165 - dependencies = [ 166 - "async-lock", 167 - "autocfg", 168 - "blocking", 169 - "futures-lite", 170 - ] 171 - 172 - [[package]] 173 - name = "async-io" 174 - version = "1.13.0" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 177 - dependencies = [ 178 - "async-lock", 179 - "autocfg", 180 - "cfg-if", 181 - "concurrent-queue", 182 - "futures-lite", 183 - "log", 184 - "parking", 185 - "polling", 186 - "rustix 0.37.23", 187 - "slab", 188 - "socket2 0.4.9", 189 - "waker-fn", 190 - ] 191 - 192 - [[package]] 193 - name = "async-lock" 194 - version = "2.8.0" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 197 - dependencies = [ 198 - "event-listener", 199 - ] 200 - 201 - [[package]] 202 - name = "async-process" 203 - version = "1.7.0" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 206 - dependencies = [ 207 - "async-io", 208 - "async-lock", 209 - "autocfg", 210 - "blocking", 211 - "cfg-if", 212 - "event-listener", 213 - "futures-lite", 214 - "rustix 0.37.23", 215 - "signal-hook", 216 - "windows-sys", 217 - ] 218 - 219 - [[package]] 220 - name = "async-recursion" 221 - version = "1.0.5" 222 - source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 224 - dependencies = [ 225 - "proc-macro2", 226 - "quote", 227 - "syn 2.0.37", 228 - ] 229 - 230 - [[package]] 231 - name = "async-task" 232 - version = "4.4.0" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 235 - 236 - [[package]] 237 - name = "async-trait" 238 - version = "0.1.73" 239 - source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 241 - dependencies = [ 242 - "proc-macro2", 243 - "quote", 244 - "syn 2.0.37", 245 - ] 246 - 247 - [[package]] 248 - name = "atomic-waker" 249 - version = "1.1.1" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 252 - 253 - [[package]] 254 - name = "autocfg" 255 - version = "1.1.0" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 258 - 259 - [[package]] 260 - name = "axum" 261 - version = "0.6.20" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 264 - dependencies = [ 265 - "async-trait", 266 - "axum-core", 267 - "axum-macros", 268 - "bitflags 1.3.2", 269 - "bytes", 270 - "futures-util", 271 - "headers", 272 - "http", 273 - "http-body", 274 - "hyper", 275 - "itoa", 276 - "matchit", 277 - "memchr", 278 - "mime", 279 - "percent-encoding", 280 - "pin-project-lite", 281 - "rustversion", 282 - "serde", 283 - "serde_json", 284 - "serde_path_to_error", 285 - "serde_urlencoded", 286 - "sync_wrapper", 287 - "tokio", 288 - "tower", 289 - "tower-layer", 290 - "tower-service", 291 - ] 292 - 293 - [[package]] 294 - name = "axum-core" 295 - version = "0.3.4" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 298 - dependencies = [ 299 - "async-trait", 300 - "bytes", 301 - "futures-util", 302 - "http", 303 - "http-body", 304 - "mime", 305 - "rustversion", 306 - "tower-layer", 307 - "tower-service", 308 - ] 309 - 310 - [[package]] 311 - name = "axum-macros" 312 - version = "0.3.8" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62" 315 - dependencies = [ 316 - "heck", 317 - "proc-macro2", 318 - "quote", 319 - "syn 2.0.37", 320 - ] 321 - 322 - [[package]] 323 - name = "backtrace" 324 - version = "0.3.69" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 327 - dependencies = [ 328 - "addr2line", 329 - "cc", 330 - "cfg-if", 331 - "libc", 332 - "miniz_oxide", 333 - "object", 334 - "rustc-demangle", 335 - ] 336 - 337 - [[package]] 338 - name = "base16ct" 339 - version = "0.2.0" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 342 - 343 - [[package]] 344 - name = "base64" 345 - version = "0.13.1" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 348 - 349 - [[package]] 350 - name = "base64" 351 - version = "0.21.4" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" 354 - 355 - [[package]] 356 - name = "base64ct" 357 - version = "1.6.0" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 360 - 361 - [[package]] 362 - name = "beef" 363 - version = "0.5.2" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" 366 - 367 - [[package]] 368 - name = "bitflags" 369 - version = "1.3.2" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 372 - 373 - [[package]] 374 - name = "bitflags" 375 - version = "2.4.0" 376 - source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 378 - 379 - [[package]] 380 - name = "block-buffer" 381 - version = "0.10.4" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 384 - dependencies = [ 385 - "generic-array", 386 - ] 387 - 388 - [[package]] 389 - name = "block-modes" 390 - version = "0.8.1" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" 393 - dependencies = [ 394 - "block-padding", 395 - "cipher", 396 - ] 397 - 398 - [[package]] 399 - name = "block-padding" 400 - version = "0.2.1" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" 403 - 404 - [[package]] 405 - name = "blocking" 406 - version = "1.3.1" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" 409 - dependencies = [ 410 - "async-channel", 411 - "async-lock", 412 - "async-task", 413 - "atomic-waker", 414 - "fastrand 1.9.0", 415 - "futures-lite", 416 - "log", 417 - ] 418 - 419 - [[package]] 420 - name = "bstr" 421 - version = "1.6.2" 422 - source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" 424 - dependencies = [ 425 - "memchr", 426 - "regex-automata", 427 - "serde", 428 - ] 429 - 430 - [[package]] 431 - name = "bumpalo" 432 - version = "3.14.0" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 435 - 436 - [[package]] 437 - name = "byteorder" 438 - version = "1.4.3" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 441 - 442 - [[package]] 443 - name = "bytes" 444 - version = "1.5.0" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 447 - 448 - [[package]] 449 - name = "camino" 450 - version = "1.1.6" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 453 - dependencies = [ 454 - "serde", 455 - ] 456 - 457 - [[package]] 458 - name = "cargo-component" 459 - version = "0.1.0" 460 - dependencies = [ 461 - "anyhow", 462 - "assert_cmd", 463 - "bytes", 464 - "cargo-component-core", 465 - "cargo_metadata", 466 - "clap", 467 - "futures", 468 - "heck", 469 - "indexmap 2.0.0", 470 - "libc", 471 - "log", 472 - "p256", 473 - "parse_arg", 474 - "predicates", 475 - "pretty_env_logger", 476 - "rand_core", 477 - "rpassword", 478 - "semver", 479 - "serde", 480 - "serde_json", 481 - "tokio", 482 - "tokio-util", 483 - "toml_edit 0.20.0", 484 - "url", 485 - "warg-client", 486 - "warg-crypto", 487 - "warg-protocol", 488 - "warg-server", 489 - "wasm-metadata", 490 - "wasmparser 0.113.1", 491 - "wat", 492 - "wit-bindgen-rust-lib", 493 - "wit-component", 494 - "wit-parser", 495 - ] 496 - 497 - [[package]] 498 - name = "cargo-component-bindings" 499 - version = "0.1.0" 500 - dependencies = [ 501 - "cargo-component-macro", 502 - "wit-bindgen", 503 - ] 504 - 505 - [[package]] 506 - name = "cargo-component-core" 507 - version = "0.1.0" 508 - dependencies = [ 509 - "anyhow", 510 - "clap", 511 - "futures", 512 - "indexmap 2.0.0", 513 - "keyring", 514 - "libc", 515 - "log", 516 - "owo-colors", 517 - "semver", 518 - "serde", 519 - "tokio", 520 - "toml_edit 0.20.0", 521 - "unicode-width", 522 - "url", 523 - "warg-client", 524 - "warg-crypto", 525 - "warg-protocol", 526 - "windows-sys", 527 - "wit-component", 528 - "wit-parser", 529 - ] 530 - 531 - [[package]] 532 - name = "cargo-component-macro" 533 - version = "0.1.0" 534 - dependencies = [ 535 - "heck", 536 - "proc-macro2", 537 - "quote", 538 - "syn 2.0.37", 539 - "wit-bindgen-core", 540 - "wit-bindgen-rust", 541 - "wit-bindgen-rust-lib", 542 - "wit-component", 543 - ] 544 - 545 - [[package]] 546 - name = "cargo-platform" 547 - version = "0.1.3" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" 550 - dependencies = [ 551 - "serde", 552 - ] 553 - 554 - [[package]] 555 - name = "cargo_metadata" 556 - version = "0.18.0" 557 - source = "registry+https://github.com/rust-lang/crates.io-index" 558 - checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8" 559 - dependencies = [ 560 - "camino", 561 - "cargo-platform", 562 - "semver", 563 - "serde", 564 - "serde_json", 565 - "thiserror", 566 - ] 567 - 568 - [[package]] 569 - name = "cc" 570 - version = "1.0.83" 571 - source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 573 - dependencies = [ 574 - "libc", 575 - ] 576 - 577 - [[package]] 578 - name = "cfg-if" 579 - version = "1.0.0" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 582 - 583 - [[package]] 584 - name = "chrono" 585 - version = "0.4.31" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 588 - dependencies = [ 589 - "android-tzdata", 590 - "iana-time-zone", 591 - "num-traits", 592 - "serde", 593 - "windows-targets", 594 - ] 595 - 596 - [[package]] 597 - name = "cipher" 598 - version = "0.3.0" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 601 - dependencies = [ 602 - "generic-array", 603 - ] 604 - 605 - [[package]] 606 - name = "clap" 607 - version = "4.4.4" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" 610 - dependencies = [ 611 - "clap_builder", 612 - "clap_derive", 613 - ] 614 - 615 - [[package]] 616 - name = "clap_builder" 617 - version = "4.4.4" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" 620 - dependencies = [ 621 - "anstream", 622 - "anstyle", 623 - "clap_lex", 624 - "strsim", 625 - ] 626 - 627 - [[package]] 628 - name = "clap_derive" 629 - version = "4.4.2" 630 - source = "registry+https://github.com/rust-lang/crates.io-index" 631 - checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" 632 - dependencies = [ 633 - "heck", 634 - "proc-macro2", 635 - "quote", 636 - "syn 2.0.37", 637 - ] 638 - 639 - [[package]] 640 - name = "clap_lex" 641 - version = "0.5.1" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 644 - 645 - [[package]] 646 - name = "colorchoice" 647 - version = "1.0.0" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 650 - 651 - [[package]] 652 - name = "concurrent-queue" 653 - version = "2.2.0" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 656 - dependencies = [ 657 - "crossbeam-utils", 658 - ] 659 - 660 - [[package]] 661 - name = "const-oid" 662 - version = "0.9.5" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" 665 - 666 - [[package]] 667 - name = "core-foundation" 668 - version = "0.9.3" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 671 - dependencies = [ 672 - "core-foundation-sys", 673 - "libc", 674 - ] 675 - 676 - [[package]] 677 - name = "core-foundation-sys" 678 - version = "0.8.4" 679 - source = "registry+https://github.com/rust-lang/crates.io-index" 680 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 681 - 682 - [[package]] 683 - name = "cpufeatures" 684 - version = "0.2.9" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 687 - dependencies = [ 688 - "libc", 689 - ] 690 - 691 - [[package]] 692 - name = "crossbeam-utils" 693 - version = "0.8.16" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 696 - dependencies = [ 697 - "cfg-if", 698 - ] 699 - 700 - [[package]] 701 - name = "crypto-bigint" 702 - version = "0.5.3" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" 705 - dependencies = [ 706 - "generic-array", 707 - "rand_core", 708 - "subtle", 709 - "zeroize", 710 - ] 711 - 712 - [[package]] 713 - name = "crypto-common" 714 - version = "0.1.6" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 717 - dependencies = [ 718 - "generic-array", 719 - "typenum", 720 - ] 721 - 722 - [[package]] 723 - name = "darling" 724 - version = "0.20.3" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 727 - dependencies = [ 728 - "darling_core", 729 - "darling_macro", 730 - ] 731 - 732 - [[package]] 733 - name = "darling_core" 734 - version = "0.20.3" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 737 - dependencies = [ 738 - "fnv", 739 - "ident_case", 740 - "proc-macro2", 741 - "quote", 742 - "strsim", 743 - "syn 2.0.37", 744 - ] 745 - 746 - [[package]] 747 - name = "darling_macro" 748 - version = "0.20.3" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 751 - dependencies = [ 752 - "darling_core", 753 - "quote", 754 - "syn 2.0.37", 755 - ] 756 - 757 - [[package]] 758 - name = "der" 759 - version = "0.7.8" 760 - source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" 762 - dependencies = [ 763 - "const-oid", 764 - "pem-rfc7468", 765 - "zeroize", 766 - ] 767 - 768 - [[package]] 769 - name = "deranged" 770 - version = "0.3.8" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 773 - dependencies = [ 774 - "serde", 775 - ] 776 - 777 - [[package]] 778 - name = "derivative" 779 - version = "2.2.0" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 782 - dependencies = [ 783 - "proc-macro2", 784 - "quote", 785 - "syn 1.0.109", 786 - ] 787 - 788 - [[package]] 789 - name = "difflib" 790 - version = "0.4.0" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 793 - 794 - [[package]] 795 - name = "digest" 796 - version = "0.10.7" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 799 - dependencies = [ 800 - "block-buffer", 801 - "const-oid", 802 - "crypto-common", 803 - "subtle", 804 - ] 805 - 806 - [[package]] 807 - name = "dirs" 808 - version = "5.0.1" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 811 - dependencies = [ 812 - "dirs-sys", 813 - ] 814 - 815 - [[package]] 816 - name = "dirs-sys" 817 - version = "0.4.1" 818 - source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 820 - dependencies = [ 821 - "libc", 822 - "option-ext", 823 - "redox_users", 824 - "windows-sys", 825 - ] 826 - 827 - [[package]] 828 - name = "doc-comment" 829 - version = "0.3.3" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 832 - 833 - [[package]] 834 - name = "ecdsa" 835 - version = "0.16.8" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" 838 - dependencies = [ 839 - "der", 840 - "digest", 841 - "elliptic-curve", 842 - "rfc6979", 843 - "signature", 844 - "spki", 845 - ] 846 - 847 - [[package]] 848 - name = "either" 849 - version = "1.9.0" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 852 - 853 - [[package]] 854 - name = "elliptic-curve" 855 - version = "0.13.5" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" 858 - dependencies = [ 859 - "base16ct", 860 - "crypto-bigint", 861 - "digest", 862 - "ff", 863 - "generic-array", 864 - "group", 865 - "pem-rfc7468", 866 - "pkcs8", 867 - "rand_core", 868 - "sec1", 869 - "subtle", 870 - "zeroize", 871 - ] 872 - 873 - [[package]] 874 - name = "encoding_rs" 875 - version = "0.8.33" 876 - source = "registry+https://github.com/rust-lang/crates.io-index" 877 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 878 - dependencies = [ 879 - "cfg-if", 880 - ] 881 - 882 - [[package]] 883 - name = "enumflags2" 884 - version = "0.7.8" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" 887 - dependencies = [ 888 - "enumflags2_derive", 889 - "serde", 890 - ] 891 - 892 - [[package]] 893 - name = "enumflags2_derive" 894 - version = "0.7.8" 895 - source = "registry+https://github.com/rust-lang/crates.io-index" 896 - checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" 897 - dependencies = [ 898 - "proc-macro2", 899 - "quote", 900 - "syn 2.0.37", 901 - ] 902 - 903 - [[package]] 904 - name = "env_logger" 905 - version = "0.10.0" 906 - source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 908 - dependencies = [ 909 - "humantime", 910 - "is-terminal", 911 - "log", 912 - "regex", 913 - "termcolor", 914 - ] 915 - 916 - [[package]] 917 - name = "equivalent" 918 - version = "1.0.1" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 921 - 922 - [[package]] 923 - name = "errno" 924 - version = "0.3.3" 925 - source = "registry+https://github.com/rust-lang/crates.io-index" 926 - checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 927 - dependencies = [ 928 - "errno-dragonfly", 929 - "libc", 930 - "windows-sys", 931 - ] 932 - 933 - [[package]] 934 - name = "errno-dragonfly" 935 - version = "0.1.2" 936 - source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 938 - dependencies = [ 939 - "cc", 940 - "libc", 941 - ] 942 - 943 - [[package]] 944 - name = "event-listener" 945 - version = "2.5.3" 946 - source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 948 - 949 - [[package]] 950 - name = "fastrand" 951 - version = "1.9.0" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 954 - dependencies = [ 955 - "instant", 956 - ] 957 - 958 - [[package]] 959 - name = "fastrand" 960 - version = "2.0.0" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 963 - 964 - [[package]] 965 - name = "ff" 966 - version = "0.13.0" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 969 - dependencies = [ 970 - "rand_core", 971 - "subtle", 972 - ] 973 - 974 - [[package]] 975 - name = "fixedbitset" 976 - version = "0.4.2" 977 - source = "registry+https://github.com/rust-lang/crates.io-index" 978 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 979 - 980 - [[package]] 981 - name = "float-cmp" 982 - version = "0.9.0" 983 - source = "registry+https://github.com/rust-lang/crates.io-index" 984 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 985 - dependencies = [ 986 - "num-traits", 987 - ] 988 - 989 - [[package]] 990 - name = "fnv" 991 - version = "1.0.7" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 994 - 995 - [[package]] 996 - name = "foreign-types" 997 - version = "0.3.2" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1000 - dependencies = [ 1001 - "foreign-types-shared", 1002 - ] 1003 - 1004 - [[package]] 1005 - name = "foreign-types-shared" 1006 - version = "0.1.1" 1007 - source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1009 - 1010 - [[package]] 1011 - name = "form_urlencoded" 1012 - version = "1.2.0" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1015 - dependencies = [ 1016 - "percent-encoding", 1017 - ] 1018 - 1019 - [[package]] 1020 - name = "futures" 1021 - version = "0.3.28" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1024 - dependencies = [ 1025 - "futures-channel", 1026 - "futures-core", 1027 - "futures-executor", 1028 - "futures-io", 1029 - "futures-sink", 1030 - "futures-task", 1031 - "futures-util", 1032 - ] 1033 - 1034 - [[package]] 1035 - name = "futures-channel" 1036 - version = "0.3.28" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1039 - dependencies = [ 1040 - "futures-core", 1041 - "futures-sink", 1042 - ] 1043 - 1044 - [[package]] 1045 - name = "futures-core" 1046 - version = "0.3.28" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1049 - 1050 - [[package]] 1051 - name = "futures-executor" 1052 - version = "0.3.28" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1055 - dependencies = [ 1056 - "futures-core", 1057 - "futures-task", 1058 - "futures-util", 1059 - ] 1060 - 1061 - [[package]] 1062 - name = "futures-io" 1063 - version = "0.3.28" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1066 - 1067 - [[package]] 1068 - name = "futures-lite" 1069 - version = "1.13.0" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1072 - dependencies = [ 1073 - "fastrand 1.9.0", 1074 - "futures-core", 1075 - "futures-io", 1076 - "memchr", 1077 - "parking", 1078 - "pin-project-lite", 1079 - "waker-fn", 1080 - ] 1081 - 1082 - [[package]] 1083 - name = "futures-macro" 1084 - version = "0.3.28" 1085 - source = "registry+https://github.com/rust-lang/crates.io-index" 1086 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1087 - dependencies = [ 1088 - "proc-macro2", 1089 - "quote", 1090 - "syn 2.0.37", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "futures-sink" 1095 - version = "0.3.28" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1098 - 1099 - [[package]] 1100 - name = "futures-task" 1101 - version = "0.3.28" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1104 - 1105 - [[package]] 1106 - name = "futures-util" 1107 - version = "0.3.28" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1110 - dependencies = [ 1111 - "futures-channel", 1112 - "futures-core", 1113 - "futures-io", 1114 - "futures-macro", 1115 - "futures-sink", 1116 - "futures-task", 1117 - "memchr", 1118 - "pin-project-lite", 1119 - "pin-utils", 1120 - "slab", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "generic-array" 1125 - version = "0.14.7" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1128 - dependencies = [ 1129 - "typenum", 1130 - "version_check", 1131 - "zeroize", 1132 - ] 1133 - 1134 - [[package]] 1135 - name = "getrandom" 1136 - version = "0.2.10" 1137 - source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1139 - dependencies = [ 1140 - "cfg-if", 1141 - "libc", 1142 - "wasi", 1143 - ] 1144 - 1145 - [[package]] 1146 - name = "gimli" 1147 - version = "0.28.0" 1148 - source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1150 - 1151 - [[package]] 1152 - name = "group" 1153 - version = "0.13.0" 1154 - source = "registry+https://github.com/rust-lang/crates.io-index" 1155 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1156 - dependencies = [ 1157 - "ff", 1158 - "rand_core", 1159 - "subtle", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "h2" 1164 - version = "0.3.21" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 1167 - dependencies = [ 1168 - "bytes", 1169 - "fnv", 1170 - "futures-core", 1171 - "futures-sink", 1172 - "futures-util", 1173 - "http", 1174 - "indexmap 1.9.3", 1175 - "slab", 1176 - "tokio", 1177 - "tokio-util", 1178 - "tracing", 1179 - ] 1180 - 1181 - [[package]] 1182 - name = "hashbrown" 1183 - version = "0.12.3" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1186 - 1187 - [[package]] 1188 - name = "hashbrown" 1189 - version = "0.14.0" 1190 - source = "registry+https://github.com/rust-lang/crates.io-index" 1191 - checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1192 - 1193 - [[package]] 1194 - name = "headers" 1195 - version = "0.3.9" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 1198 - dependencies = [ 1199 - "base64 0.21.4", 1200 - "bytes", 1201 - "headers-core", 1202 - "http", 1203 - "httpdate", 1204 - "mime", 1205 - "sha1", 1206 - ] 1207 - 1208 - [[package]] 1209 - name = "headers-core" 1210 - version = "0.2.0" 1211 - source = "registry+https://github.com/rust-lang/crates.io-index" 1212 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1213 - dependencies = [ 1214 - "http", 1215 - ] 1216 - 1217 - [[package]] 1218 - name = "heck" 1219 - version = "0.4.1" 1220 - source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1222 - dependencies = [ 1223 - "unicode-segmentation", 1224 - ] 1225 - 1226 - [[package]] 1227 - name = "hermit-abi" 1228 - version = "0.3.2" 1229 - source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1231 - 1232 - [[package]] 1233 - name = "hex" 1234 - version = "0.4.3" 1235 - source = "registry+https://github.com/rust-lang/crates.io-index" 1236 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1237 - 1238 - [[package]] 1239 - name = "hkdf" 1240 - version = "0.12.3" 1241 - source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1243 - dependencies = [ 1244 - "hmac", 1245 - ] 1246 - 1247 - [[package]] 1248 - name = "hmac" 1249 - version = "0.12.1" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1252 - dependencies = [ 1253 - "digest", 1254 - ] 1255 - 1256 - [[package]] 1257 - name = "home" 1258 - version = "0.5.5" 1259 - source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1261 - dependencies = [ 1262 - "windows-sys", 1263 - ] 1264 - 1265 - [[package]] 1266 - name = "http" 1267 - version = "0.2.9" 1268 - source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1270 - dependencies = [ 1271 - "bytes", 1272 - "fnv", 1273 - "itoa", 1274 - ] 1275 - 1276 - [[package]] 1277 - name = "http-body" 1278 - version = "0.4.5" 1279 - source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1281 - dependencies = [ 1282 - "bytes", 1283 - "http", 1284 - "pin-project-lite", 1285 - ] 1286 - 1287 - [[package]] 1288 - name = "http-range-header" 1289 - version = "0.3.1" 1290 - source = "registry+https://github.com/rust-lang/crates.io-index" 1291 - checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 1292 - 1293 - [[package]] 1294 - name = "httparse" 1295 - version = "1.8.0" 1296 - source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1298 - 1299 - [[package]] 1300 - name = "httpdate" 1301 - version = "1.0.3" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1304 - 1305 - [[package]] 1306 - name = "humantime" 1307 - version = "2.1.0" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1310 - 1311 - [[package]] 1312 - name = "hyper" 1313 - version = "0.14.27" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1316 - dependencies = [ 1317 - "bytes", 1318 - "futures-channel", 1319 - "futures-core", 1320 - "futures-util", 1321 - "h2", 1322 - "http", 1323 - "http-body", 1324 - "httparse", 1325 - "httpdate", 1326 - "itoa", 1327 - "pin-project-lite", 1328 - "socket2 0.4.9", 1329 - "tokio", 1330 - "tower-service", 1331 - "tracing", 1332 - "want", 1333 - ] 1334 - 1335 - [[package]] 1336 - name = "hyper-tls" 1337 - version = "0.5.0" 1338 - source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1340 - dependencies = [ 1341 - "bytes", 1342 - "hyper", 1343 - "native-tls", 1344 - "tokio", 1345 - "tokio-native-tls", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "iana-time-zone" 1350 - version = "0.1.57" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1353 - dependencies = [ 1354 - "android_system_properties", 1355 - "core-foundation-sys", 1356 - "iana-time-zone-haiku", 1357 - "js-sys", 1358 - "wasm-bindgen", 1359 - "windows", 1360 - ] 1361 - 1362 - [[package]] 1363 - name = "iana-time-zone-haiku" 1364 - version = "0.1.2" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1367 - dependencies = [ 1368 - "cc", 1369 - ] 1370 - 1371 - [[package]] 1372 - name = "id-arena" 1373 - version = "2.2.1" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1376 - 1377 - [[package]] 1378 - name = "ident_case" 1379 - version = "1.0.1" 1380 - source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1382 - 1383 - [[package]] 1384 - name = "idna" 1385 - version = "0.4.0" 1386 - source = "registry+https://github.com/rust-lang/crates.io-index" 1387 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1388 - dependencies = [ 1389 - "unicode-bidi", 1390 - "unicode-normalization", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "indexmap" 1395 - version = "1.9.3" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1398 - dependencies = [ 1399 - "autocfg", 1400 - "hashbrown 0.12.3", 1401 - "serde", 1402 - ] 1403 - 1404 - [[package]] 1405 - name = "indexmap" 1406 - version = "2.0.0" 1407 - source = "registry+https://github.com/rust-lang/crates.io-index" 1408 - checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1409 - dependencies = [ 1410 - "equivalent", 1411 - "hashbrown 0.14.0", 1412 - "serde", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "instant" 1417 - version = "0.1.12" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1420 - dependencies = [ 1421 - "cfg-if", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "io-lifetimes" 1426 - version = "1.0.11" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1429 - dependencies = [ 1430 - "hermit-abi", 1431 - "libc", 1432 - "windows-sys", 1433 - ] 1434 - 1435 - [[package]] 1436 - name = "ipnet" 1437 - version = "2.8.0" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 1440 - 1441 - [[package]] 1442 - name = "is-terminal" 1443 - version = "0.4.9" 1444 - source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1446 - dependencies = [ 1447 - "hermit-abi", 1448 - "rustix 0.38.13", 1449 - "windows-sys", 1450 - ] 1451 - 1452 - [[package]] 1453 - name = "itertools" 1454 - version = "0.10.5" 1455 - source = "registry+https://github.com/rust-lang/crates.io-index" 1456 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1457 - dependencies = [ 1458 - "either", 1459 - ] 1460 - 1461 - [[package]] 1462 - name = "itertools" 1463 - version = "0.11.0" 1464 - source = "registry+https://github.com/rust-lang/crates.io-index" 1465 - checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1466 - dependencies = [ 1467 - "either", 1468 - ] 1469 - 1470 - [[package]] 1471 - name = "itoa" 1472 - version = "1.0.9" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1475 - 1476 - [[package]] 1477 - name = "js-sys" 1478 - version = "0.3.64" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1481 - dependencies = [ 1482 - "wasm-bindgen", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "keyring" 1487 - version = "2.0.5" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "9549a129bd08149e0a71b2d1ce2729780d47127991bfd0a78cc1df697ec72492" 1490 - dependencies = [ 1491 - "byteorder", 1492 - "lazy_static", 1493 - "linux-keyutils", 1494 - "secret-service", 1495 - "security-framework", 1496 - "winapi", 1497 - ] 1498 - 1499 - [[package]] 1500 - name = "lazy_static" 1501 - version = "1.4.0" 1502 - source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1504 - 1505 - [[package]] 1506 - name = "leb128" 1507 - version = "0.2.5" 1508 - source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 1510 - 1511 - [[package]] 1512 - name = "libc" 1513 - version = "0.2.148" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 1516 - 1517 - [[package]] 1518 - name = "linux-keyutils" 1519 - version = "0.2.3" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "3f27bb67f6dd1d0bb5ab582868e4f65052e58da6401188a08f0da09cf512b84b" 1522 - dependencies = [ 1523 - "bitflags 1.3.2", 1524 - "libc", 1525 - ] 1526 - 1527 - [[package]] 1528 - name = "linux-raw-sys" 1529 - version = "0.3.8" 1530 - source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1532 - 1533 - [[package]] 1534 - name = "linux-raw-sys" 1535 - version = "0.4.7" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" 1538 - 1539 - [[package]] 1540 - name = "lock_api" 1541 - version = "0.4.10" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 1544 - dependencies = [ 1545 - "autocfg", 1546 - "scopeguard", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "log" 1551 - version = "0.4.20" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1554 - 1555 - [[package]] 1556 - name = "logos" 1557 - version = "0.13.0" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1" 1560 - dependencies = [ 1561 - "logos-derive", 1562 - ] 1563 - 1564 - [[package]] 1565 - name = "logos-codegen" 1566 - version = "0.13.0" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68" 1569 - dependencies = [ 1570 - "beef", 1571 - "fnv", 1572 - "proc-macro2", 1573 - "quote", 1574 - "regex-syntax 0.6.29", 1575 - "syn 2.0.37", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "logos-derive" 1580 - version = "0.13.0" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e" 1583 - dependencies = [ 1584 - "logos-codegen", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "matchit" 1589 - version = "0.7.2" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef" 1592 - 1593 - [[package]] 1594 - name = "memchr" 1595 - version = "2.6.3" 1596 - source = "registry+https://github.com/rust-lang/crates.io-index" 1597 - checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1598 - 1599 - [[package]] 1600 - name = "memoffset" 1601 - version = "0.7.1" 1602 - source = "registry+https://github.com/rust-lang/crates.io-index" 1603 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1604 - dependencies = [ 1605 - "autocfg", 1606 - ] 1607 - 1608 - [[package]] 1609 - name = "miette" 1610 - version = "5.10.0" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" 1613 - dependencies = [ 1614 - "miette-derive", 1615 - "once_cell", 1616 - "thiserror", 1617 - "unicode-width", 1618 - ] 1619 - 1620 - [[package]] 1621 - name = "miette-derive" 1622 - version = "5.10.0" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" 1625 - dependencies = [ 1626 - "proc-macro2", 1627 - "quote", 1628 - "syn 2.0.37", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "mime" 1633 - version = "0.3.17" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1636 - 1637 - [[package]] 1638 - name = "mime_guess" 1639 - version = "2.0.4" 1640 - source = "registry+https://github.com/rust-lang/crates.io-index" 1641 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1642 - dependencies = [ 1643 - "mime", 1644 - "unicase", 1645 - ] 1646 - 1647 - [[package]] 1648 - name = "miniz_oxide" 1649 - version = "0.7.1" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1652 - dependencies = [ 1653 - "adler", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "mio" 1658 - version = "0.8.8" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1661 - dependencies = [ 1662 - "libc", 1663 - "wasi", 1664 - "windows-sys", 1665 - ] 1666 - 1667 - [[package]] 1668 - name = "multimap" 1669 - version = "0.8.3" 1670 - source = "registry+https://github.com/rust-lang/crates.io-index" 1671 - checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 1672 - 1673 - [[package]] 1674 - name = "native-tls" 1675 - version = "0.2.11" 1676 - source = "registry+https://github.com/rust-lang/crates.io-index" 1677 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1678 - dependencies = [ 1679 - "lazy_static", 1680 - "libc", 1681 - "log", 1682 - "openssl", 1683 - "openssl-probe", 1684 - "openssl-sys", 1685 - "schannel", 1686 - "security-framework", 1687 - "security-framework-sys", 1688 - "tempfile", 1689 - ] 1690 - 1691 - [[package]] 1692 - name = "nix" 1693 - version = "0.26.4" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 1696 - dependencies = [ 1697 - "bitflags 1.3.2", 1698 - "cfg-if", 1699 - "libc", 1700 - "memoffset", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "normalize-line-endings" 1705 - version = "0.3.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 1708 - 1709 - [[package]] 1710 - name = "normpath" 1711 - version = "1.1.1" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5" 1714 - dependencies = [ 1715 - "windows-sys", 1716 - ] 1717 - 1718 - [[package]] 1719 - name = "nu-ansi-term" 1720 - version = "0.46.0" 1721 - source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1723 - dependencies = [ 1724 - "overload", 1725 - "winapi", 1726 - ] 1727 - 1728 - [[package]] 1729 - name = "num" 1730 - version = "0.4.1" 1731 - source = "registry+https://github.com/rust-lang/crates.io-index" 1732 - checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" 1733 - dependencies = [ 1734 - "num-bigint", 1735 - "num-complex", 1736 - "num-integer", 1737 - "num-iter", 1738 - "num-rational", 1739 - "num-traits", 1740 - ] 1741 - 1742 - [[package]] 1743 - name = "num-bigint" 1744 - version = "0.4.4" 1745 - source = "registry+https://github.com/rust-lang/crates.io-index" 1746 - checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 1747 - dependencies = [ 1748 - "autocfg", 1749 - "num-integer", 1750 - "num-traits", 1751 - ] 1752 - 1753 - [[package]] 1754 - name = "num-complex" 1755 - version = "0.4.4" 1756 - source = "registry+https://github.com/rust-lang/crates.io-index" 1757 - checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 1758 - dependencies = [ 1759 - "num-traits", 1760 - ] 1761 - 1762 - [[package]] 1763 - name = "num-integer" 1764 - version = "0.1.45" 1765 - source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1767 - dependencies = [ 1768 - "autocfg", 1769 - "num-traits", 1770 - ] 1771 - 1772 - [[package]] 1773 - name = "num-iter" 1774 - version = "0.1.43" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 1777 - dependencies = [ 1778 - "autocfg", 1779 - "num-integer", 1780 - "num-traits", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "num-rational" 1785 - version = "0.4.1" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1788 - dependencies = [ 1789 - "autocfg", 1790 - "num-bigint", 1791 - "num-integer", 1792 - "num-traits", 1793 - ] 1794 - 1795 - [[package]] 1796 - name = "num-traits" 1797 - version = "0.2.16" 1798 - source = "registry+https://github.com/rust-lang/crates.io-index" 1799 - checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1800 - dependencies = [ 1801 - "autocfg", 1802 - ] 1803 - 1804 - [[package]] 1805 - name = "num_cpus" 1806 - version = "1.16.0" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1809 - dependencies = [ 1810 - "hermit-abi", 1811 - "libc", 1812 - ] 1813 - 1814 - [[package]] 1815 - name = "object" 1816 - version = "0.32.1" 1817 - source = "registry+https://github.com/rust-lang/crates.io-index" 1818 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 1819 - dependencies = [ 1820 - "memchr", 1821 - ] 1822 - 1823 - [[package]] 1824 - name = "once_cell" 1825 - version = "1.18.0" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1828 - 1829 - [[package]] 1830 - name = "opaque-debug" 1831 - version = "0.3.0" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 1834 - 1835 - [[package]] 1836 - name = "openssl" 1837 - version = "0.10.57" 1838 - source = "registry+https://github.com/rust-lang/crates.io-index" 1839 - checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" 1840 - dependencies = [ 1841 - "bitflags 2.4.0", 1842 - "cfg-if", 1843 - "foreign-types", 1844 - "libc", 1845 - "once_cell", 1846 - "openssl-macros", 1847 - "openssl-sys", 1848 - ] 1849 - 1850 - [[package]] 1851 - name = "openssl-macros" 1852 - version = "0.1.1" 1853 - source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1855 - dependencies = [ 1856 - "proc-macro2", 1857 - "quote", 1858 - "syn 2.0.37", 1859 - ] 1860 - 1861 - [[package]] 1862 - name = "openssl-probe" 1863 - version = "0.1.5" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1866 - 1867 - [[package]] 1868 - name = "openssl-sys" 1869 - version = "0.9.93" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" 1872 - dependencies = [ 1873 - "cc", 1874 - "libc", 1875 - "pkg-config", 1876 - "vcpkg", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "option-ext" 1881 - version = "0.2.0" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1884 - 1885 - [[package]] 1886 - name = "ordered-stream" 1887 - version = "0.2.0" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 1890 - dependencies = [ 1891 - "futures-core", 1892 - "pin-project-lite", 1893 - ] 1894 - 1895 - [[package]] 1896 - name = "overload" 1897 - version = "0.1.1" 1898 - source = "registry+https://github.com/rust-lang/crates.io-index" 1899 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1900 - 1901 - [[package]] 1902 - name = "owo-colors" 1903 - version = "3.5.0" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 1906 - 1907 - [[package]] 1908 - name = "p256" 1909 - version = "0.13.2" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1912 - dependencies = [ 1913 - "ecdsa", 1914 - "elliptic-curve", 1915 - "primeorder", 1916 - "sha2", 1917 - ] 1918 - 1919 - [[package]] 1920 - name = "parking" 1921 - version = "2.1.0" 1922 - source = "registry+https://github.com/rust-lang/crates.io-index" 1923 - checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" 1924 - 1925 - [[package]] 1926 - name = "parking_lot" 1927 - version = "0.12.1" 1928 - source = "registry+https://github.com/rust-lang/crates.io-index" 1929 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1930 - dependencies = [ 1931 - "lock_api", 1932 - "parking_lot_core", 1933 - ] 1934 - 1935 - [[package]] 1936 - name = "parking_lot_core" 1937 - version = "0.9.8" 1938 - source = "registry+https://github.com/rust-lang/crates.io-index" 1939 - checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 1940 - dependencies = [ 1941 - "cfg-if", 1942 - "libc", 1943 - "redox_syscall 0.3.5", 1944 - "smallvec", 1945 - "windows-targets", 1946 - ] 1947 - 1948 - [[package]] 1949 - name = "parse_arg" 1950 - version = "0.1.4" 1951 - source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "14248cc8eced350e20122a291613de29e4fa129ba2731818c4cdbb44fccd3e55" 1953 - 1954 - [[package]] 1955 - name = "pathdiff" 1956 - version = "0.2.1" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1959 - 1960 - [[package]] 1961 - name = "pbjson" 1962 - version = "0.5.1" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "048f9ac93c1eab514f9470c4bc8d97ca2a0a236b84f45cc19d69a59fc11467f6" 1965 - dependencies = [ 1966 - "base64 0.13.1", 1967 - "serde", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "pbjson-build" 1972 - version = "0.5.1" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "bdbb7b706f2afc610f3853550cdbbf6372fd324824a087806bd4480ea4996e24" 1975 - dependencies = [ 1976 - "heck", 1977 - "itertools 0.10.5", 1978 - "prost", 1979 - "prost-types", 1980 - ] 1981 - 1982 - [[package]] 1983 - name = "pbjson-types" 1984 - version = "0.5.1" 1985 - source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "4a88c8d87f99a4ac14325e7a4c24af190fca261956e3b82dd7ed67e77e6c7043" 1987 - dependencies = [ 1988 - "bytes", 1989 - "chrono", 1990 - "pbjson", 1991 - "pbjson-build", 1992 - "prost", 1993 - "prost-build", 1994 - "serde", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "pem-rfc7468" 1999 - version = "0.7.0" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2002 - dependencies = [ 2003 - "base64ct", 2004 - ] 2005 - 2006 - [[package]] 2007 - name = "percent-encoding" 2008 - version = "2.3.0" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2011 - 2012 - [[package]] 2013 - name = "petgraph" 2014 - version = "0.6.4" 2015 - source = "registry+https://github.com/rust-lang/crates.io-index" 2016 - checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2017 - dependencies = [ 2018 - "fixedbitset", 2019 - "indexmap 2.0.0", 2020 - ] 2021 - 2022 - [[package]] 2023 - name = "pin-project" 2024 - version = "1.1.3" 2025 - source = "registry+https://github.com/rust-lang/crates.io-index" 2026 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 2027 - dependencies = [ 2028 - "pin-project-internal", 2029 - ] 2030 - 2031 - [[package]] 2032 - name = "pin-project-internal" 2033 - version = "1.1.3" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 2036 - dependencies = [ 2037 - "proc-macro2", 2038 - "quote", 2039 - "syn 2.0.37", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "pin-project-lite" 2044 - version = "0.2.13" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2047 - 2048 - [[package]] 2049 - name = "pin-utils" 2050 - version = "0.1.0" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2053 - 2054 - [[package]] 2055 - name = "pkcs8" 2056 - version = "0.10.2" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2059 - dependencies = [ 2060 - "der", 2061 - "spki", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "pkg-config" 2066 - version = "0.3.27" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 2069 - 2070 - [[package]] 2071 - name = "polling" 2072 - version = "2.8.0" 2073 - source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 2075 - dependencies = [ 2076 - "autocfg", 2077 - "bitflags 1.3.2", 2078 - "cfg-if", 2079 - "concurrent-queue", 2080 - "libc", 2081 - "log", 2082 - "pin-project-lite", 2083 - "windows-sys", 2084 - ] 2085 - 2086 - [[package]] 2087 - name = "ppv-lite86" 2088 - version = "0.2.17" 2089 - source = "registry+https://github.com/rust-lang/crates.io-index" 2090 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2091 - 2092 - [[package]] 2093 - name = "predicates" 2094 - version = "3.0.4" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" 2097 - dependencies = [ 2098 - "anstyle", 2099 - "difflib", 2100 - "float-cmp", 2101 - "itertools 0.11.0", 2102 - "normalize-line-endings", 2103 - "predicates-core", 2104 - "regex", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "predicates-core" 2109 - version = "1.0.6" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 2112 - 2113 - [[package]] 2114 - name = "predicates-tree" 2115 - version = "1.0.9" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 2118 - dependencies = [ 2119 - "predicates-core", 2120 - "termtree", 2121 - ] 2122 - 2123 - [[package]] 2124 - name = "pretty_env_logger" 2125 - version = "0.5.0" 2126 - source = "registry+https://github.com/rust-lang/crates.io-index" 2127 - checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c" 2128 - dependencies = [ 2129 - "env_logger", 2130 - "log", 2131 - ] 2132 - 2133 - [[package]] 2134 - name = "prettyplease" 2135 - version = "0.1.25" 2136 - source = "registry+https://github.com/rust-lang/crates.io-index" 2137 - checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 2138 - dependencies = [ 2139 - "proc-macro2", 2140 - "syn 1.0.109", 2141 - ] 2142 - 2143 - [[package]] 2144 - name = "primeorder" 2145 - version = "0.13.2" 2146 - source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" 2148 - dependencies = [ 2149 - "elliptic-curve", 2150 - ] 2151 - 2152 - [[package]] 2153 - name = "proc-macro-crate" 2154 - version = "1.3.1" 2155 - source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2157 - dependencies = [ 2158 - "once_cell", 2159 - "toml_edit 0.19.15", 2160 - ] 2161 - 2162 - [[package]] 2163 - name = "proc-macro2" 2164 - version = "1.0.67" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 2167 - dependencies = [ 2168 - "unicode-ident", 2169 - ] 2170 - 2171 - [[package]] 2172 - name = "prost" 2173 - version = "0.11.9" 2174 - source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 2176 - dependencies = [ 2177 - "bytes", 2178 - "prost-derive", 2179 - ] 2180 - 2181 - [[package]] 2182 - name = "prost-build" 2183 - version = "0.11.9" 2184 - source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 2186 - dependencies = [ 2187 - "bytes", 2188 - "heck", 2189 - "itertools 0.10.5", 2190 - "lazy_static", 2191 - "log", 2192 - "multimap", 2193 - "petgraph", 2194 - "prettyplease", 2195 - "prost", 2196 - "prost-types", 2197 - "regex", 2198 - "syn 1.0.109", 2199 - "tempfile", 2200 - "which", 2201 - ] 2202 - 2203 - [[package]] 2204 - name = "prost-derive" 2205 - version = "0.11.9" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 2208 - dependencies = [ 2209 - "anyhow", 2210 - "itertools 0.10.5", 2211 - "proc-macro2", 2212 - "quote", 2213 - "syn 1.0.109", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "prost-reflect" 2218 - version = "0.11.5" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "6b823de344848e011658ac981009100818b322421676740546f8b52ed5249428" 2221 - dependencies = [ 2222 - "logos", 2223 - "miette", 2224 - "once_cell", 2225 - "prost", 2226 - "prost-types", 2227 - ] 2228 - 2229 - [[package]] 2230 - name = "prost-types" 2231 - version = "0.11.9" 2232 - source = "registry+https://github.com/rust-lang/crates.io-index" 2233 - checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 2234 - dependencies = [ 2235 - "prost", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "protox" 2240 - version = "0.4.1" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "06a5aacd1f6147ceac5e3896e0c766187dc6a9645f3b93ec821fabbaf821b887" 2243 - dependencies = [ 2244 - "bytes", 2245 - "miette", 2246 - "prost", 2247 - "prost-reflect", 2248 - "prost-types", 2249 - "protox-parse", 2250 - "thiserror", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "protox-parse" 2255 - version = "0.4.1" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "30fc6d0af2dec2c39da31eb02cc78cbc05b843b04f30ad78ccc6e8a342ec5518" 2258 - dependencies = [ 2259 - "logos", 2260 - "miette", 2261 - "prost-types", 2262 - "thiserror", 2263 - ] 2264 - 2265 - [[package]] 2266 - name = "pulldown-cmark" 2267 - version = "0.9.3" 2268 - source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" 2270 - dependencies = [ 2271 - "bitflags 1.3.2", 2272 - "memchr", 2273 - "unicase", 2274 - ] 2275 - 2276 - [[package]] 2277 - name = "quote" 2278 - version = "1.0.33" 2279 - source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2281 - dependencies = [ 2282 - "proc-macro2", 2283 - ] 2284 - 2285 - [[package]] 2286 - name = "rand" 2287 - version = "0.8.5" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2290 - dependencies = [ 2291 - "libc", 2292 - "rand_chacha", 2293 - "rand_core", 2294 - ] 2295 - 2296 - [[package]] 2297 - name = "rand_chacha" 2298 - version = "0.3.1" 2299 - source = "registry+https://github.com/rust-lang/crates.io-index" 2300 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2301 - dependencies = [ 2302 - "ppv-lite86", 2303 - "rand_core", 2304 - ] 2305 - 2306 - [[package]] 2307 - name = "rand_core" 2308 - version = "0.6.4" 2309 - source = "registry+https://github.com/rust-lang/crates.io-index" 2310 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2311 - dependencies = [ 2312 - "getrandom", 2313 - ] 2314 - 2315 - [[package]] 2316 - name = "redox_syscall" 2317 - version = "0.2.16" 2318 - source = "registry+https://github.com/rust-lang/crates.io-index" 2319 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2320 - dependencies = [ 2321 - "bitflags 1.3.2", 2322 - ] 2323 - 2324 - [[package]] 2325 - name = "redox_syscall" 2326 - version = "0.3.5" 2327 - source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2329 - dependencies = [ 2330 - "bitflags 1.3.2", 2331 - ] 2332 - 2333 - [[package]] 2334 - name = "redox_users" 2335 - version = "0.4.3" 2336 - source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2338 - dependencies = [ 2339 - "getrandom", 2340 - "redox_syscall 0.2.16", 2341 - "thiserror", 2342 - ] 2343 - 2344 - [[package]] 2345 - name = "regex" 2346 - version = "1.9.5" 2347 - source = "registry+https://github.com/rust-lang/crates.io-index" 2348 - checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 2349 - dependencies = [ 2350 - "aho-corasick", 2351 - "memchr", 2352 - "regex-automata", 2353 - "regex-syntax 0.7.5", 2354 - ] 2355 - 2356 - [[package]] 2357 - name = "regex-automata" 2358 - version = "0.3.8" 2359 - source = "registry+https://github.com/rust-lang/crates.io-index" 2360 - checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 2361 - dependencies = [ 2362 - "aho-corasick", 2363 - "memchr", 2364 - "regex-syntax 0.7.5", 2365 - ] 2366 - 2367 - [[package]] 2368 - name = "regex-syntax" 2369 - version = "0.6.29" 2370 - source = "registry+https://github.com/rust-lang/crates.io-index" 2371 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2372 - 2373 - [[package]] 2374 - name = "regex-syntax" 2375 - version = "0.7.5" 2376 - source = "registry+https://github.com/rust-lang/crates.io-index" 2377 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 2378 - 2379 - [[package]] 2380 - name = "reqwest" 2381 - version = "0.11.20" 2382 - source = "registry+https://github.com/rust-lang/crates.io-index" 2383 - checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 2384 - dependencies = [ 2385 - "base64 0.21.4", 2386 - "bytes", 2387 - "encoding_rs", 2388 - "futures-core", 2389 - "futures-util", 2390 - "h2", 2391 - "http", 2392 - "http-body", 2393 - "hyper", 2394 - "hyper-tls", 2395 - "ipnet", 2396 - "js-sys", 2397 - "log", 2398 - "mime", 2399 - "native-tls", 2400 - "once_cell", 2401 - "percent-encoding", 2402 - "pin-project-lite", 2403 - "serde", 2404 - "serde_json", 2405 - "serde_urlencoded", 2406 - "tokio", 2407 - "tokio-native-tls", 2408 - "tokio-util", 2409 - "tower-service", 2410 - "url", 2411 - "wasm-bindgen", 2412 - "wasm-bindgen-futures", 2413 - "wasm-streams", 2414 - "web-sys", 2415 - "winreg", 2416 - ] 2417 - 2418 - [[package]] 2419 - name = "rfc6979" 2420 - version = "0.4.0" 2421 - source = "registry+https://github.com/rust-lang/crates.io-index" 2422 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2423 - dependencies = [ 2424 - "hmac", 2425 - "subtle", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "rpassword" 2430 - version = "7.2.0" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" 2433 - dependencies = [ 2434 - "libc", 2435 - "rtoolbox", 2436 - "winapi", 2437 - ] 2438 - 2439 - [[package]] 2440 - name = "rtoolbox" 2441 - version = "0.0.1" 2442 - source = "registry+https://github.com/rust-lang/crates.io-index" 2443 - checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" 2444 - dependencies = [ 2445 - "libc", 2446 - "winapi", 2447 - ] 2448 - 2449 - [[package]] 2450 - name = "rustc-demangle" 2451 - version = "0.1.23" 2452 - source = "registry+https://github.com/rust-lang/crates.io-index" 2453 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2454 - 2455 - [[package]] 2456 - name = "rustix" 2457 - version = "0.37.23" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 2460 - dependencies = [ 2461 - "bitflags 1.3.2", 2462 - "errno", 2463 - "io-lifetimes", 2464 - "libc", 2465 - "linux-raw-sys 0.3.8", 2466 - "windows-sys", 2467 - ] 2468 - 2469 - [[package]] 2470 - name = "rustix" 2471 - version = "0.38.13" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662" 2474 - dependencies = [ 2475 - "bitflags 2.4.0", 2476 - "errno", 2477 - "libc", 2478 - "linux-raw-sys 0.4.7", 2479 - "windows-sys", 2480 - ] 2481 - 2482 - [[package]] 2483 - name = "rustversion" 2484 - version = "1.0.14" 2485 - source = "registry+https://github.com/rust-lang/crates.io-index" 2486 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 2487 - 2488 - [[package]] 2489 - name = "ryu" 2490 - version = "1.0.15" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 2493 - 2494 - [[package]] 2495 - name = "same-file" 2496 - version = "1.0.6" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2499 - dependencies = [ 2500 - "winapi-util", 2501 - ] 2502 - 2503 - [[package]] 2504 - name = "schannel" 2505 - version = "0.1.22" 2506 - source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 2508 - dependencies = [ 2509 - "windows-sys", 2510 - ] 2511 - 2512 - [[package]] 2513 - name = "scopeguard" 2514 - version = "1.2.0" 2515 - source = "registry+https://github.com/rust-lang/crates.io-index" 2516 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2517 - 2518 - [[package]] 2519 - name = "sec1" 2520 - version = "0.7.3" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2523 - dependencies = [ 2524 - "base16ct", 2525 - "der", 2526 - "generic-array", 2527 - "pkcs8", 2528 - "subtle", 2529 - "zeroize", 2530 - ] 2531 - 2532 - [[package]] 2533 - name = "secrecy" 2534 - version = "0.8.0" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 2537 - dependencies = [ 2538 - "zeroize", 2539 - ] 2540 - 2541 - [[package]] 2542 - name = "secret-service" 2543 - version = "3.0.1" 2544 - source = "registry+https://github.com/rust-lang/crates.io-index" 2545 - checksum = "5da1a5ad4d28c03536f82f77d9f36603f5e37d8869ac98f0a750d5b5686d8d95" 2546 - dependencies = [ 2547 - "aes", 2548 - "block-modes", 2549 - "futures-util", 2550 - "generic-array", 2551 - "hkdf", 2552 - "num", 2553 - "once_cell", 2554 - "rand", 2555 - "serde", 2556 - "sha2", 2557 - "zbus", 2558 - ] 2559 - 2560 - [[package]] 2561 - name = "security-framework" 2562 - version = "2.9.2" 2563 - source = "registry+https://github.com/rust-lang/crates.io-index" 2564 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 2565 - dependencies = [ 2566 - "bitflags 1.3.2", 2567 - "core-foundation", 2568 - "core-foundation-sys", 2569 - "libc", 2570 - "security-framework-sys", 2571 - ] 2572 - 2573 - [[package]] 2574 - name = "security-framework-sys" 2575 - version = "2.9.1" 2576 - source = "registry+https://github.com/rust-lang/crates.io-index" 2577 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 2578 - dependencies = [ 2579 - "core-foundation-sys", 2580 - "libc", 2581 - ] 2582 - 2583 - [[package]] 2584 - name = "semver" 2585 - version = "1.0.18" 2586 - source = "registry+https://github.com/rust-lang/crates.io-index" 2587 - checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 2588 - dependencies = [ 2589 - "serde", 2590 - ] 2591 - 2592 - [[package]] 2593 - name = "serde" 2594 - version = "1.0.188" 2595 - source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 2597 - dependencies = [ 2598 - "serde_derive", 2599 - ] 2600 - 2601 - [[package]] 2602 - name = "serde_derive" 2603 - version = "1.0.188" 2604 - source = "registry+https://github.com/rust-lang/crates.io-index" 2605 - checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 2606 - dependencies = [ 2607 - "proc-macro2", 2608 - "quote", 2609 - "syn 2.0.37", 2610 - ] 2611 - 2612 - [[package]] 2613 - name = "serde_json" 2614 - version = "1.0.107" 2615 - source = "registry+https://github.com/rust-lang/crates.io-index" 2616 - checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 2617 - dependencies = [ 2618 - "itoa", 2619 - "ryu", 2620 - "serde", 2621 - ] 2622 - 2623 - [[package]] 2624 - name = "serde_path_to_error" 2625 - version = "0.1.14" 2626 - source = "registry+https://github.com/rust-lang/crates.io-index" 2627 - checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" 2628 - dependencies = [ 2629 - "itoa", 2630 - "serde", 2631 - ] 2632 - 2633 - [[package]] 2634 - name = "serde_repr" 2635 - version = "0.1.16" 2636 - source = "registry+https://github.com/rust-lang/crates.io-index" 2637 - checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 2638 - dependencies = [ 2639 - "proc-macro2", 2640 - "quote", 2641 - "syn 2.0.37", 2642 - ] 2643 - 2644 - [[package]] 2645 - name = "serde_spanned" 2646 - version = "0.6.3" 2647 - source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 2649 - dependencies = [ 2650 - "serde", 2651 - ] 2652 - 2653 - [[package]] 2654 - name = "serde_urlencoded" 2655 - version = "0.7.1" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2658 - dependencies = [ 2659 - "form_urlencoded", 2660 - "itoa", 2661 - "ryu", 2662 - "serde", 2663 - ] 2664 - 2665 - [[package]] 2666 - name = "serde_with" 2667 - version = "3.3.0" 2668 - source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" 2670 - dependencies = [ 2671 - "base64 0.21.4", 2672 - "chrono", 2673 - "hex", 2674 - "indexmap 1.9.3", 2675 - "indexmap 2.0.0", 2676 - "serde", 2677 - "serde_json", 2678 - "serde_with_macros", 2679 - "time", 2680 - ] 2681 - 2682 - [[package]] 2683 - name = "serde_with_macros" 2684 - version = "3.3.0" 2685 - source = "registry+https://github.com/rust-lang/crates.io-index" 2686 - checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" 2687 - dependencies = [ 2688 - "darling", 2689 - "proc-macro2", 2690 - "quote", 2691 - "syn 2.0.37", 2692 - ] 2693 - 2694 - [[package]] 2695 - name = "sha1" 2696 - version = "0.10.5" 2697 - source = "registry+https://github.com/rust-lang/crates.io-index" 2698 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2699 - dependencies = [ 2700 - "cfg-if", 2701 - "cpufeatures", 2702 - "digest", 2703 - ] 2704 - 2705 - [[package]] 2706 - name = "sha2" 2707 - version = "0.10.7" 2708 - source = "registry+https://github.com/rust-lang/crates.io-index" 2709 - checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 2710 - dependencies = [ 2711 - "cfg-if", 2712 - "cpufeatures", 2713 - "digest", 2714 - ] 2715 - 2716 - [[package]] 2717 - name = "sharded-slab" 2718 - version = "0.1.4" 2719 - source = "registry+https://github.com/rust-lang/crates.io-index" 2720 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 2721 - dependencies = [ 2722 - "lazy_static", 2723 - ] 2724 - 2725 - [[package]] 2726 - name = "signal-hook" 2727 - version = "0.3.17" 2728 - source = "registry+https://github.com/rust-lang/crates.io-index" 2729 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2730 - dependencies = [ 2731 - "libc", 2732 - "signal-hook-registry", 2733 - ] 2734 - 2735 - [[package]] 2736 - name = "signal-hook-registry" 2737 - version = "1.4.1" 2738 - source = "registry+https://github.com/rust-lang/crates.io-index" 2739 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2740 - dependencies = [ 2741 - "libc", 2742 - ] 2743 - 2744 - [[package]] 2745 - name = "signature" 2746 - version = "2.1.0" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" 2749 - dependencies = [ 2750 - "digest", 2751 - "rand_core", 2752 - ] 2753 - 2754 - [[package]] 2755 - name = "slab" 2756 - version = "0.4.9" 2757 - source = "registry+https://github.com/rust-lang/crates.io-index" 2758 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2759 - dependencies = [ 2760 - "autocfg", 2761 - ] 2762 - 2763 - [[package]] 2764 - name = "smallvec" 2765 - version = "1.11.0" 2766 - source = "registry+https://github.com/rust-lang/crates.io-index" 2767 - checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 2768 - 2769 - [[package]] 2770 - name = "socket2" 2771 - version = "0.4.9" 2772 - source = "registry+https://github.com/rust-lang/crates.io-index" 2773 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2774 - dependencies = [ 2775 - "libc", 2776 - "winapi", 2777 - ] 2778 - 2779 - [[package]] 2780 - name = "socket2" 2781 - version = "0.5.4" 2782 - source = "registry+https://github.com/rust-lang/crates.io-index" 2783 - checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" 2784 - dependencies = [ 2785 - "libc", 2786 - "windows-sys", 2787 - ] 2788 - 2789 - [[package]] 2790 - name = "spdx" 2791 - version = "0.10.2" 2792 - source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "b19b32ed6d899ab23174302ff105c1577e45a06b08d4fe0a9dd13ce804bbbf71" 2794 - dependencies = [ 2795 - "smallvec", 2796 - ] 2797 - 2798 - [[package]] 2799 - name = "spki" 2800 - version = "0.7.2" 2801 - source = "registry+https://github.com/rust-lang/crates.io-index" 2802 - checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 2803 - dependencies = [ 2804 - "base64ct", 2805 - "der", 2806 - ] 2807 - 2808 - [[package]] 2809 - name = "static_assertions" 2810 - version = "1.1.0" 2811 - source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2813 - 2814 - [[package]] 2815 - name = "strsim" 2816 - version = "0.10.0" 2817 - source = "registry+https://github.com/rust-lang/crates.io-index" 2818 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2819 - 2820 - [[package]] 2821 - name = "subtle" 2822 - version = "2.5.0" 2823 - source = "registry+https://github.com/rust-lang/crates.io-index" 2824 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 2825 - 2826 - [[package]] 2827 - name = "syn" 2828 - version = "1.0.109" 2829 - source = "registry+https://github.com/rust-lang/crates.io-index" 2830 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2831 - dependencies = [ 2832 - "proc-macro2", 2833 - "quote", 2834 - "unicode-ident", 2835 - ] 2836 - 2837 - [[package]] 2838 - name = "syn" 2839 - version = "2.0.37" 2840 - source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 2842 - dependencies = [ 2843 - "proc-macro2", 2844 - "quote", 2845 - "unicode-ident", 2846 - ] 2847 - 2848 - [[package]] 2849 - name = "sync_wrapper" 2850 - version = "0.1.2" 2851 - source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2853 - 2854 - [[package]] 2855 - name = "tempfile" 2856 - version = "3.8.0" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 2859 - dependencies = [ 2860 - "cfg-if", 2861 - "fastrand 2.0.0", 2862 - "redox_syscall 0.3.5", 2863 - "rustix 0.38.13", 2864 - "windows-sys", 2865 - ] 2866 - 2867 - [[package]] 2868 - name = "termcolor" 2869 - version = "1.2.0" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2872 - dependencies = [ 2873 - "winapi-util", 2874 - ] 2875 - 2876 - [[package]] 2877 - name = "termtree" 2878 - version = "0.4.1" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 2881 - 2882 - [[package]] 2883 - name = "thiserror" 2884 - version = "1.0.48" 2885 - source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" 2887 - dependencies = [ 2888 - "thiserror-impl", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "thiserror-impl" 2893 - version = "1.0.48" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" 2896 - dependencies = [ 2897 - "proc-macro2", 2898 - "quote", 2899 - "syn 2.0.37", 2900 - ] 2901 - 2902 - [[package]] 2903 - name = "thread_local" 2904 - version = "1.1.7" 2905 - source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2907 - dependencies = [ 2908 - "cfg-if", 2909 - "once_cell", 2910 - ] 2911 - 2912 - [[package]] 2913 - name = "time" 2914 - version = "0.3.28" 2915 - source = "registry+https://github.com/rust-lang/crates.io-index" 2916 - checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" 2917 - dependencies = [ 2918 - "deranged", 2919 - "itoa", 2920 - "serde", 2921 - "time-core", 2922 - "time-macros", 2923 - ] 2924 - 2925 - [[package]] 2926 - name = "time-core" 2927 - version = "0.1.1" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 2930 - 2931 - [[package]] 2932 - name = "time-macros" 2933 - version = "0.2.14" 2934 - source = "registry+https://github.com/rust-lang/crates.io-index" 2935 - checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" 2936 - dependencies = [ 2937 - "time-core", 2938 - ] 2939 - 2940 - [[package]] 2941 - name = "tinyvec" 2942 - version = "1.6.0" 2943 - source = "registry+https://github.com/rust-lang/crates.io-index" 2944 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2945 - dependencies = [ 2946 - "tinyvec_macros", 2947 - ] 2948 - 2949 - [[package]] 2950 - name = "tinyvec_macros" 2951 - version = "0.1.1" 2952 - source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2954 - 2955 - [[package]] 2956 - name = "tokio" 2957 - version = "1.32.0" 2958 - source = "registry+https://github.com/rust-lang/crates.io-index" 2959 - checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 2960 - dependencies = [ 2961 - "backtrace", 2962 - "bytes", 2963 - "libc", 2964 - "mio", 2965 - "num_cpus", 2966 - "parking_lot", 2967 - "pin-project-lite", 2968 - "signal-hook-registry", 2969 - "socket2 0.5.4", 2970 - "tokio-macros", 2971 - "windows-sys", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "tokio-macros" 2976 - version = "2.1.0" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 2979 - dependencies = [ 2980 - "proc-macro2", 2981 - "quote", 2982 - "syn 2.0.37", 2983 - ] 2984 - 2985 - [[package]] 2986 - name = "tokio-native-tls" 2987 - version = "0.3.1" 2988 - source = "registry+https://github.com/rust-lang/crates.io-index" 2989 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2990 - dependencies = [ 2991 - "native-tls", 2992 - "tokio", 2993 - ] 2994 - 2995 - [[package]] 2996 - name = "tokio-util" 2997 - version = "0.7.8" 2998 - source = "registry+https://github.com/rust-lang/crates.io-index" 2999 - checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 3000 - dependencies = [ 3001 - "bytes", 3002 - "futures-core", 3003 - "futures-sink", 3004 - "pin-project-lite", 3005 - "tokio", 3006 - "tracing", 3007 - ] 3008 - 3009 - [[package]] 3010 - name = "toml" 3011 - version = "0.7.8" 3012 - source = "registry+https://github.com/rust-lang/crates.io-index" 3013 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 3014 - dependencies = [ 3015 - "serde", 3016 - "serde_spanned", 3017 - "toml_datetime", 3018 - "toml_edit 0.19.15", 3019 - ] 3020 - 3021 - [[package]] 3022 - name = "toml_datetime" 3023 - version = "0.6.3" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3026 - dependencies = [ 3027 - "serde", 3028 - ] 3029 - 3030 - [[package]] 3031 - name = "toml_edit" 3032 - version = "0.19.15" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3035 - dependencies = [ 3036 - "indexmap 2.0.0", 3037 - "serde", 3038 - "serde_spanned", 3039 - "toml_datetime", 3040 - "winnow", 3041 - ] 3042 - 3043 - [[package]] 3044 - name = "toml_edit" 3045 - version = "0.20.0" 3046 - source = "registry+https://github.com/rust-lang/crates.io-index" 3047 - checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" 3048 - dependencies = [ 3049 - "indexmap 2.0.0", 3050 - "serde", 3051 - "serde_spanned", 3052 - "toml_datetime", 3053 - "winnow", 3054 - ] 3055 - 3056 - [[package]] 3057 - name = "tower" 3058 - version = "0.4.13" 3059 - source = "registry+https://github.com/rust-lang/crates.io-index" 3060 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3061 - dependencies = [ 3062 - "futures-core", 3063 - "futures-util", 3064 - "pin-project", 3065 - "pin-project-lite", 3066 - "tokio", 3067 - "tower-layer", 3068 - "tower-service", 3069 - "tracing", 3070 - ] 3071 - 3072 - [[package]] 3073 - name = "tower-http" 3074 - version = "0.4.4" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 3077 - dependencies = [ 3078 - "bitflags 2.4.0", 3079 - "bytes", 3080 - "futures-core", 3081 - "futures-util", 3082 - "http", 3083 - "http-body", 3084 - "http-range-header", 3085 - "httpdate", 3086 - "mime", 3087 - "mime_guess", 3088 - "percent-encoding", 3089 - "pin-project-lite", 3090 - "tokio", 3091 - "tokio-util", 3092 - "tower-layer", 3093 - "tower-service", 3094 - "tracing", 3095 - ] 3096 - 3097 - [[package]] 3098 - name = "tower-layer" 3099 - version = "0.3.2" 3100 - source = "registry+https://github.com/rust-lang/crates.io-index" 3101 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 3102 - 3103 - [[package]] 3104 - name = "tower-service" 3105 - version = "0.3.2" 3106 - source = "registry+https://github.com/rust-lang/crates.io-index" 3107 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3108 - 3109 - [[package]] 3110 - name = "tracing" 3111 - version = "0.1.37" 3112 - source = "registry+https://github.com/rust-lang/crates.io-index" 3113 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3114 - dependencies = [ 3115 - "cfg-if", 3116 - "log", 3117 - "pin-project-lite", 3118 - "tracing-attributes", 3119 - "tracing-core", 3120 - ] 3121 - 3122 - [[package]] 3123 - name = "tracing-attributes" 3124 - version = "0.1.26" 3125 - source = "registry+https://github.com/rust-lang/crates.io-index" 3126 - checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 3127 - dependencies = [ 3128 - "proc-macro2", 3129 - "quote", 3130 - "syn 2.0.37", 3131 - ] 3132 - 3133 - [[package]] 3134 - name = "tracing-core" 3135 - version = "0.1.31" 3136 - source = "registry+https://github.com/rust-lang/crates.io-index" 3137 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 3138 - dependencies = [ 3139 - "once_cell", 3140 - "valuable", 3141 - ] 3142 - 3143 - [[package]] 3144 - name = "tracing-log" 3145 - version = "0.1.3" 3146 - source = "registry+https://github.com/rust-lang/crates.io-index" 3147 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 3148 - dependencies = [ 3149 - "lazy_static", 3150 - "log", 3151 - "tracing-core", 3152 - ] 3153 - 3154 - [[package]] 3155 - name = "tracing-subscriber" 3156 - version = "0.3.17" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 3159 - dependencies = [ 3160 - "nu-ansi-term", 3161 - "sharded-slab", 3162 - "smallvec", 3163 - "thread_local", 3164 - "tracing-core", 3165 - "tracing-log", 3166 - ] 3167 - 3168 - [[package]] 3169 - name = "try-lock" 3170 - version = "0.2.4" 3171 - source = "registry+https://github.com/rust-lang/crates.io-index" 3172 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 3173 - 3174 - [[package]] 3175 - name = "typenum" 3176 - version = "1.17.0" 3177 - source = "registry+https://github.com/rust-lang/crates.io-index" 3178 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3179 - 3180 - [[package]] 3181 - name = "uds_windows" 3182 - version = "1.0.2" 3183 - source = "registry+https://github.com/rust-lang/crates.io-index" 3184 - checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 3185 - dependencies = [ 3186 - "tempfile", 3187 - "winapi", 3188 - ] 3189 - 3190 - [[package]] 3191 - name = "unicase" 3192 - version = "2.7.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 3195 - dependencies = [ 3196 - "version_check", 3197 - ] 3198 - 3199 - [[package]] 3200 - name = "unicode-bidi" 3201 - version = "0.3.13" 3202 - source = "registry+https://github.com/rust-lang/crates.io-index" 3203 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3204 - 3205 - [[package]] 3206 - name = "unicode-ident" 3207 - version = "1.0.12" 3208 - source = "registry+https://github.com/rust-lang/crates.io-index" 3209 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3210 - 3211 - [[package]] 3212 - name = "unicode-normalization" 3213 - version = "0.1.22" 3214 - source = "registry+https://github.com/rust-lang/crates.io-index" 3215 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3216 - dependencies = [ 3217 - "tinyvec", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "unicode-segmentation" 3222 - version = "1.10.1" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 3225 - 3226 - [[package]] 3227 - name = "unicode-width" 3228 - version = "0.1.10" 3229 - source = "registry+https://github.com/rust-lang/crates.io-index" 3230 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 3231 - 3232 - [[package]] 3233 - name = "unicode-xid" 3234 - version = "0.2.4" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3237 - 3238 - [[package]] 3239 - name = "url" 3240 - version = "2.4.1" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 3243 - dependencies = [ 3244 - "form_urlencoded", 3245 - "idna", 3246 - "percent-encoding", 3247 - "serde", 3248 - ] 3249 - 3250 - [[package]] 3251 - name = "utf8parse" 3252 - version = "0.2.1" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3255 - 3256 - [[package]] 3257 - name = "valuable" 3258 - version = "0.1.0" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3261 - 3262 - [[package]] 3263 - name = "vcpkg" 3264 - version = "0.2.15" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3267 - 3268 - [[package]] 3269 - name = "version_check" 3270 - version = "0.9.4" 3271 - source = "registry+https://github.com/rust-lang/crates.io-index" 3272 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3273 - 3274 - [[package]] 3275 - name = "wait-timeout" 3276 - version = "0.2.0" 3277 - source = "registry+https://github.com/rust-lang/crates.io-index" 3278 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 3279 - dependencies = [ 3280 - "libc", 3281 - ] 3282 - 3283 - [[package]] 3284 - name = "waker-fn" 3285 - version = "1.1.0" 3286 - source = "registry+https://github.com/rust-lang/crates.io-index" 3287 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3288 - 3289 - [[package]] 3290 - name = "walkdir" 3291 - version = "2.4.0" 3292 - source = "registry+https://github.com/rust-lang/crates.io-index" 3293 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 3294 - dependencies = [ 3295 - "same-file", 3296 - "winapi-util", 3297 - ] 3298 - 3299 - [[package]] 3300 - name = "want" 3301 - version = "0.3.1" 3302 - source = "registry+https://github.com/rust-lang/crates.io-index" 3303 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3304 - dependencies = [ 3305 - "try-lock", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "warg-api" 3310 - version = "0.1.0" 3311 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3312 - dependencies = [ 3313 - "itertools 0.11.0", 3314 - "serde", 3315 - "serde_with", 3316 - "thiserror", 3317 - "warg-crypto", 3318 - "warg-protocol", 3319 - ] 3320 - 3321 - [[package]] 3322 - name = "warg-client" 3323 - version = "0.1.0" 3324 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3325 - dependencies = [ 3326 - "anyhow", 3327 - "async-trait", 3328 - "bytes", 3329 - "clap", 3330 - "dirs", 3331 - "futures-util", 3332 - "itertools 0.11.0", 3333 - "libc", 3334 - "normpath", 3335 - "once_cell", 3336 - "pathdiff", 3337 - "reqwest", 3338 - "serde", 3339 - "serde_json", 3340 - "tempfile", 3341 - "thiserror", 3342 - "tokio", 3343 - "tokio-util", 3344 - "tracing", 3345 - "url", 3346 - "walkdir", 3347 - "warg-api", 3348 - "warg-crypto", 3349 - "warg-protocol", 3350 - "warg-transparency", 3351 - "windows-sys", 3352 - ] 3353 - 3354 - [[package]] 3355 - name = "warg-crypto" 3356 - version = "0.1.0" 3357 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3358 - dependencies = [ 3359 - "anyhow", 3360 - "base64 0.21.4", 3361 - "digest", 3362 - "hex", 3363 - "leb128", 3364 - "once_cell", 3365 - "p256", 3366 - "rand_core", 3367 - "secrecy", 3368 - "serde", 3369 - "sha2", 3370 - "signature", 3371 - "thiserror", 3372 - ] 3373 - 3374 - [[package]] 3375 - name = "warg-protobuf" 3376 - version = "0.1.0" 3377 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3378 - dependencies = [ 3379 - "anyhow", 3380 - "pbjson", 3381 - "pbjson-build", 3382 - "pbjson-types", 3383 - "prost", 3384 - "prost-build", 3385 - "prost-types", 3386 - "protox", 3387 - "regex", 3388 - "serde", 3389 - "warg-crypto", 3390 - ] 3391 - 3392 - [[package]] 3393 - name = "warg-protocol" 3394 - version = "0.1.0" 3395 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3396 - dependencies = [ 3397 - "anyhow", 3398 - "base64 0.21.4", 3399 - "hex", 3400 - "indexmap 2.0.0", 3401 - "pbjson-types", 3402 - "prost", 3403 - "prost-types", 3404 - "semver", 3405 - "serde", 3406 - "serde_with", 3407 - "thiserror", 3408 - "warg-crypto", 3409 - "warg-protobuf", 3410 - "warg-transparency", 3411 - "wasmparser 0.108.0", 3412 - ] 3413 - 3414 - [[package]] 3415 - name = "warg-server" 3416 - version = "0.1.0" 3417 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3418 - dependencies = [ 3419 - "anyhow", 3420 - "axum", 3421 - "bytes", 3422 - "clap", 3423 - "futures", 3424 - "indexmap 2.0.0", 3425 - "secrecy", 3426 - "serde", 3427 - "tempfile", 3428 - "thiserror", 3429 - "tokio", 3430 - "tokio-util", 3431 - "toml", 3432 - "tower", 3433 - "tower-http", 3434 - "tracing", 3435 - "tracing-subscriber", 3436 - "url", 3437 - "warg-api", 3438 - "warg-crypto", 3439 - "warg-protocol", 3440 - "warg-transparency", 3441 - "wasmparser 0.108.0", 3442 - ] 3443 - 3444 - [[package]] 3445 - name = "warg-transparency" 3446 - version = "0.1.0" 3447 - source = "git+https://github.com/bytecodealliance/registry#028c5520e1bceb74db7c2a79b42e1e0624813294" 3448 - dependencies = [ 3449 - "anyhow", 3450 - "prost", 3451 - "thiserror", 3452 - "warg-crypto", 3453 - "warg-protobuf", 3454 - ] 3455 - 3456 - [[package]] 3457 - name = "wasi" 3458 - version = "0.11.0+wasi-snapshot-preview1" 3459 - source = "registry+https://github.com/rust-lang/crates.io-index" 3460 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3461 - 3462 - [[package]] 3463 - name = "wasm-bindgen" 3464 - version = "0.2.87" 3465 - source = "registry+https://github.com/rust-lang/crates.io-index" 3466 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 3467 - dependencies = [ 3468 - "cfg-if", 3469 - "wasm-bindgen-macro", 3470 - ] 3471 - 3472 - [[package]] 3473 - name = "wasm-bindgen-backend" 3474 - version = "0.2.87" 3475 - source = "registry+https://github.com/rust-lang/crates.io-index" 3476 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 3477 - dependencies = [ 3478 - "bumpalo", 3479 - "log", 3480 - "once_cell", 3481 - "proc-macro2", 3482 - "quote", 3483 - "syn 2.0.37", 3484 - "wasm-bindgen-shared", 3485 - ] 3486 - 3487 - [[package]] 3488 - name = "wasm-bindgen-futures" 3489 - version = "0.4.37" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 3492 - dependencies = [ 3493 - "cfg-if", 3494 - "js-sys", 3495 - "wasm-bindgen", 3496 - "web-sys", 3497 - ] 3498 - 3499 - [[package]] 3500 - name = "wasm-bindgen-macro" 3501 - version = "0.2.87" 3502 - source = "registry+https://github.com/rust-lang/crates.io-index" 3503 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 3504 - dependencies = [ 3505 - "quote", 3506 - "wasm-bindgen-macro-support", 3507 - ] 3508 - 3509 - [[package]] 3510 - name = "wasm-bindgen-macro-support" 3511 - version = "0.2.87" 3512 - source = "registry+https://github.com/rust-lang/crates.io-index" 3513 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 3514 - dependencies = [ 3515 - "proc-macro2", 3516 - "quote", 3517 - "syn 2.0.37", 3518 - "wasm-bindgen-backend", 3519 - "wasm-bindgen-shared", 3520 - ] 3521 - 3522 - [[package]] 3523 - name = "wasm-bindgen-shared" 3524 - version = "0.2.87" 3525 - source = "registry+https://github.com/rust-lang/crates.io-index" 3526 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 3527 - 3528 - [[package]] 3529 - name = "wasm-encoder" 3530 - version = "0.33.1" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "b39de0723a53d3c8f54bed106cfbc0d06b3e4d945c5c5022115a61e3b29183ae" 3533 - dependencies = [ 3534 - "leb128", 3535 - ] 3536 - 3537 - [[package]] 3538 - name = "wasm-metadata" 3539 - version = "0.10.5" 3540 - source = "registry+https://github.com/rust-lang/crates.io-index" 3541 - checksum = "9fab01638cbecc57afec7b53ce0e28620b44d7ae1dea53120c96dd08486c07ce" 3542 - dependencies = [ 3543 - "anyhow", 3544 - "indexmap 2.0.0", 3545 - "serde", 3546 - "serde_json", 3547 - "spdx", 3548 - "wasm-encoder", 3549 - "wasmparser 0.113.1", 3550 - ] 3551 - 3552 - [[package]] 3553 - name = "wasm-streams" 3554 - version = "0.3.0" 3555 - source = "registry+https://github.com/rust-lang/crates.io-index" 3556 - checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" 3557 - dependencies = [ 3558 - "futures-util", 3559 - "js-sys", 3560 - "wasm-bindgen", 3561 - "wasm-bindgen-futures", 3562 - "web-sys", 3563 - ] 3564 - 3565 - [[package]] 3566 - name = "wasmparser" 3567 - version = "0.108.0" 3568 - source = "registry+https://github.com/rust-lang/crates.io-index" 3569 - checksum = "76c956109dcb41436a39391139d9b6e2d0a5e0b158e1293ef352ec977e5e36c5" 3570 - dependencies = [ 3571 - "indexmap 2.0.0", 3572 - "semver", 3573 - ] 3574 - 3575 - [[package]] 3576 - name = "wasmparser" 3577 - version = "0.113.1" 3578 - source = "registry+https://github.com/rust-lang/crates.io-index" 3579 - checksum = "a128cea7b8516703ab41b10a0b1aa9ba18d0454cd3792341489947ddeee268db" 3580 - dependencies = [ 3581 - "indexmap 2.0.0", 3582 - "semver", 3583 - ] 3584 - 3585 - [[package]] 3586 - name = "wast" 3587 - version = "65.0.1" 3588 - source = "registry+https://github.com/rust-lang/crates.io-index" 3589 - checksum = "5fd8c1cbadf94a0b0d1071c581d3cfea1b7ed5192c79808dd15406e508dd0afb" 3590 - dependencies = [ 3591 - "leb128", 3592 - "memchr", 3593 - "unicode-width", 3594 - "wasm-encoder", 3595 - ] 3596 - 3597 - [[package]] 3598 - name = "wat" 3599 - version = "1.0.73" 3600 - source = "registry+https://github.com/rust-lang/crates.io-index" 3601 - checksum = "3209e35eeaf483714f4c6be93f4a03e69aad5f304e3fa66afa7cb90fe1c8051f" 3602 - dependencies = [ 3603 - "wast", 3604 - ] 3605 - 3606 - [[package]] 3607 - name = "web-sys" 3608 - version = "0.3.64" 3609 - source = "registry+https://github.com/rust-lang/crates.io-index" 3610 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 3611 - dependencies = [ 3612 - "js-sys", 3613 - "wasm-bindgen", 3614 - ] 3615 - 3616 - [[package]] 3617 - name = "which" 3618 - version = "4.4.2" 3619 - source = "registry+https://github.com/rust-lang/crates.io-index" 3620 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 3621 - dependencies = [ 3622 - "either", 3623 - "home", 3624 - "once_cell", 3625 - "rustix 0.38.13", 3626 - ] 3627 - 3628 - [[package]] 3629 - name = "winapi" 3630 - version = "0.3.9" 3631 - source = "registry+https://github.com/rust-lang/crates.io-index" 3632 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3633 - dependencies = [ 3634 - "winapi-i686-pc-windows-gnu", 3635 - "winapi-x86_64-pc-windows-gnu", 3636 - ] 3637 - 3638 - [[package]] 3639 - name = "winapi-i686-pc-windows-gnu" 3640 - version = "0.4.0" 3641 - source = "registry+https://github.com/rust-lang/crates.io-index" 3642 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3643 - 3644 - [[package]] 3645 - name = "winapi-util" 3646 - version = "0.1.5" 3647 - source = "registry+https://github.com/rust-lang/crates.io-index" 3648 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3649 - dependencies = [ 3650 - "winapi", 3651 - ] 3652 - 3653 - [[package]] 3654 - name = "winapi-x86_64-pc-windows-gnu" 3655 - version = "0.4.0" 3656 - source = "registry+https://github.com/rust-lang/crates.io-index" 3657 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3658 - 3659 - [[package]] 3660 - name = "windows" 3661 - version = "0.48.0" 3662 - source = "registry+https://github.com/rust-lang/crates.io-index" 3663 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3664 - dependencies = [ 3665 - "windows-targets", 3666 - ] 3667 - 3668 - [[package]] 3669 - name = "windows-sys" 3670 - version = "0.48.0" 3671 - source = "registry+https://github.com/rust-lang/crates.io-index" 3672 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3673 - dependencies = [ 3674 - "windows-targets", 3675 - ] 3676 - 3677 - [[package]] 3678 - name = "windows-targets" 3679 - version = "0.48.5" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3682 - dependencies = [ 3683 - "windows_aarch64_gnullvm", 3684 - "windows_aarch64_msvc", 3685 - "windows_i686_gnu", 3686 - "windows_i686_msvc", 3687 - "windows_x86_64_gnu", 3688 - "windows_x86_64_gnullvm", 3689 - "windows_x86_64_msvc", 3690 - ] 3691 - 3692 - [[package]] 3693 - name = "windows_aarch64_gnullvm" 3694 - version = "0.48.5" 3695 - source = "registry+https://github.com/rust-lang/crates.io-index" 3696 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3697 - 3698 - [[package]] 3699 - name = "windows_aarch64_msvc" 3700 - version = "0.48.5" 3701 - source = "registry+https://github.com/rust-lang/crates.io-index" 3702 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3703 - 3704 - [[package]] 3705 - name = "windows_i686_gnu" 3706 - version = "0.48.5" 3707 - source = "registry+https://github.com/rust-lang/crates.io-index" 3708 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3709 - 3710 - [[package]] 3711 - name = "windows_i686_msvc" 3712 - version = "0.48.5" 3713 - source = "registry+https://github.com/rust-lang/crates.io-index" 3714 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3715 - 3716 - [[package]] 3717 - name = "windows_x86_64_gnu" 3718 - version = "0.48.5" 3719 - source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3721 - 3722 - [[package]] 3723 - name = "windows_x86_64_gnullvm" 3724 - version = "0.48.5" 3725 - source = "registry+https://github.com/rust-lang/crates.io-index" 3726 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3727 - 3728 - [[package]] 3729 - name = "windows_x86_64_msvc" 3730 - version = "0.48.5" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3733 - 3734 - [[package]] 3735 - name = "winnow" 3736 - version = "0.5.15" 3737 - source = "registry+https://github.com/rust-lang/crates.io-index" 3738 - checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 3739 - dependencies = [ 3740 - "memchr", 3741 - ] 3742 - 3743 - [[package]] 3744 - name = "winreg" 3745 - version = "0.50.0" 3746 - source = "registry+https://github.com/rust-lang/crates.io-index" 3747 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3748 - dependencies = [ 3749 - "cfg-if", 3750 - "windows-sys", 3751 - ] 3752 - 3753 - [[package]] 3754 - name = "wit" 3755 - version = "0.1.0" 3756 - dependencies = [ 3757 - "anyhow", 3758 - "assert_cmd", 3759 - "bytes", 3760 - "cargo-component-core", 3761 - "clap", 3762 - "futures", 3763 - "indexmap 2.0.0", 3764 - "log", 3765 - "p256", 3766 - "predicates", 3767 - "pretty_env_logger", 3768 - "rand_core", 3769 - "rpassword", 3770 - "semver", 3771 - "serde", 3772 - "tokio", 3773 - "tokio-util", 3774 - "toml_edit 0.20.0", 3775 - "url", 3776 - "warg-client", 3777 - "warg-crypto", 3778 - "warg-protocol", 3779 - "warg-server", 3780 - "wasm-metadata", 3781 - "wasmparser 0.113.1", 3782 - "wit-component", 3783 - "wit-parser", 3784 - ] 3785 - 3786 - [[package]] 3787 - name = "wit-bindgen" 3788 - version = "0.12.0" 3789 - source = "registry+https://github.com/rust-lang/crates.io-index" 3790 - checksum = "b4f7c5d6f59ae013fc4c013c76eab667844a46e86b51987acb71b1e32953211a" 3791 - dependencies = [ 3792 - "bitflags 2.4.0", 3793 - "wit-bindgen-rust-macro", 3794 - ] 3795 - 3796 - [[package]] 3797 - name = "wit-bindgen-core" 3798 - version = "0.12.0" 3799 - source = "registry+https://github.com/rust-lang/crates.io-index" 3800 - checksum = "7f0371c47784e7559efb422f74473e395b49f7101725584e2673657e0b4fc104" 3801 - dependencies = [ 3802 - "anyhow", 3803 - "wit-component", 3804 - "wit-parser", 3805 - ] 3806 - 3807 - [[package]] 3808 - name = "wit-bindgen-rust" 3809 - version = "0.12.0" 3810 - source = "registry+https://github.com/rust-lang/crates.io-index" 3811 - checksum = "eeab5a09a85b1641690922ce05d79d868a2f2e78e9415a5302f58b9846fab8f1" 3812 - dependencies = [ 3813 - "anyhow", 3814 - "heck", 3815 - "wasm-metadata", 3816 - "wit-bindgen-core", 3817 - "wit-bindgen-rust-lib", 3818 - "wit-component", 3819 - ] 3820 - 3821 - [[package]] 3822 - name = "wit-bindgen-rust-lib" 3823 - version = "0.12.0" 3824 - source = "registry+https://github.com/rust-lang/crates.io-index" 3825 - checksum = "a13c89c9c1a93e164318745841026f63f889376f38664f86a7f678930280e728" 3826 - dependencies = [ 3827 - "heck", 3828 - "wit-bindgen-core", 3829 - ] 3830 - 3831 - [[package]] 3832 - name = "wit-bindgen-rust-macro" 3833 - version = "0.12.0" 3834 - source = "registry+https://github.com/rust-lang/crates.io-index" 3835 - checksum = "a70c97e09751a9a95a592bd8ef84e953e5cdce6ebbfdb35ceefa5cc511da3b71" 3836 - dependencies = [ 3837 - "anyhow", 3838 - "proc-macro2", 3839 - "syn 2.0.37", 3840 - "wit-bindgen-core", 3841 - "wit-bindgen-rust", 3842 - "wit-bindgen-rust-lib", 3843 - "wit-component", 3844 - ] 3845 - 3846 - [[package]] 3847 - name = "wit-component" 3848 - version = "0.14.2" 3849 - source = "registry+https://github.com/rust-lang/crates.io-index" 3850 - checksum = "af872ef43ecb73cc49c7bd2dd19ef9117168e183c78cf70000dca0e14b6a5473" 3851 - dependencies = [ 3852 - "anyhow", 3853 - "bitflags 2.4.0", 3854 - "indexmap 2.0.0", 3855 - "log", 3856 - "serde", 3857 - "serde_json", 3858 - "wasm-encoder", 3859 - "wasm-metadata", 3860 - "wasmparser 0.113.1", 3861 - "wit-parser", 3862 - ] 3863 - 3864 - [[package]] 3865 - name = "wit-parser" 3866 - version = "0.11.1" 3867 - source = "registry+https://github.com/rust-lang/crates.io-index" 3868 - checksum = "1dcd022610436a1873e60bfdd9b407763f2404adf7d1cb57912c7ae4059e57a5" 3869 - dependencies = [ 3870 - "anyhow", 3871 - "id-arena", 3872 - "indexmap 2.0.0", 3873 - "log", 3874 - "pulldown-cmark", 3875 - "semver", 3876 - "serde", 3877 - "serde_json", 3878 - "unicode-xid", 3879 - "url", 3880 - ] 3881 - 3882 - [[package]] 3883 - name = "xdg-home" 3884 - version = "1.0.0" 3885 - source = "registry+https://github.com/rust-lang/crates.io-index" 3886 - checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 3887 - dependencies = [ 3888 - "nix", 3889 - "winapi", 3890 - ] 3891 - 3892 - [[package]] 3893 - name = "zbus" 3894 - version = "3.14.1" 3895 - source = "registry+https://github.com/rust-lang/crates.io-index" 3896 - checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 3897 - dependencies = [ 3898 - "async-broadcast", 3899 - "async-executor", 3900 - "async-fs", 3901 - "async-io", 3902 - "async-lock", 3903 - "async-process", 3904 - "async-recursion", 3905 - "async-task", 3906 - "async-trait", 3907 - "blocking", 3908 - "byteorder", 3909 - "derivative", 3910 - "enumflags2", 3911 - "event-listener", 3912 - "futures-core", 3913 - "futures-sink", 3914 - "futures-util", 3915 - "hex", 3916 - "nix", 3917 - "once_cell", 3918 - "ordered-stream", 3919 - "rand", 3920 - "serde", 3921 - "serde_repr", 3922 - "sha1", 3923 - "static_assertions", 3924 - "tracing", 3925 - "uds_windows", 3926 - "winapi", 3927 - "xdg-home", 3928 - "zbus_macros", 3929 - "zbus_names", 3930 - "zvariant", 3931 - ] 3932 - 3933 - [[package]] 3934 - name = "zbus_macros" 3935 - version = "3.14.1" 3936 - source = "registry+https://github.com/rust-lang/crates.io-index" 3937 - checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 3938 - dependencies = [ 3939 - "proc-macro-crate", 3940 - "proc-macro2", 3941 - "quote", 3942 - "regex", 3943 - "syn 1.0.109", 3944 - "zvariant_utils", 3945 - ] 3946 - 3947 - [[package]] 3948 - name = "zbus_names" 3949 - version = "2.6.0" 3950 - source = "registry+https://github.com/rust-lang/crates.io-index" 3951 - checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 3952 - dependencies = [ 3953 - "serde", 3954 - "static_assertions", 3955 - "zvariant", 3956 - ] 3957 - 3958 - [[package]] 3959 - name = "zeroize" 3960 - version = "1.6.0" 3961 - source = "registry+https://github.com/rust-lang/crates.io-index" 3962 - checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" 3963 - 3964 - [[package]] 3965 - name = "zvariant" 3966 - version = "3.15.0" 3967 - source = "registry+https://github.com/rust-lang/crates.io-index" 3968 - checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 3969 - dependencies = [ 3970 - "byteorder", 3971 - "enumflags2", 3972 - "libc", 3973 - "serde", 3974 - "static_assertions", 3975 - "zvariant_derive", 3976 - ] 3977 - 3978 - [[package]] 3979 - name = "zvariant_derive" 3980 - version = "3.15.0" 3981 - source = "registry+https://github.com/rust-lang/crates.io-index" 3982 - checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 3983 - dependencies = [ 3984 - "proc-macro-crate", 3985 - "proc-macro2", 3986 - "quote", 3987 - "syn 1.0.109", 3988 - "zvariant_utils", 3989 - ] 3990 - 3991 - [[package]] 3992 - name = "zvariant_utils" 3993 - version = "1.0.1" 3994 - source = "registry+https://github.com/rust-lang/crates.io-index" 3995 - checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 3996 - dependencies = [ 3997 - "proc-macro2", 3998 - "quote", 3999 - "syn 1.0.109", 4000 - ]
+7 -10
pkgs/development/tools/rust/cargo-component/default.nix
··· 7 7 , darwin 8 8 }: 9 9 10 - rustPlatform.buildRustPackage { 10 + rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-component"; 12 - version = "unstable-2023-09-20"; 12 + version = "0.2.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bytecodealliance"; 16 16 repo = "cargo-component"; 17 - rev = "9bfbdeabee2e91894059c1f061f0c18931428823"; 18 - hash = "sha256-ZLhW2aIpibU4YX5f40BqQ0tKENY4row+FIl3d/hi3dY="; 17 + rev = "v${version}"; 18 + hash = "sha256-W5p2lE6YTspuVqXXzwT0fcZF1cv2GxceXZ5kMgpHKTA="; 19 19 }; 20 20 21 - cargoLock = { 22 - lockFile = ./Cargo.lock; 23 - outputHashes = { 24 - "warg-api-0.1.0" = "sha256-kzxvGZUMUOueR8t1tiCpGJlPxqEHQMb1m1jhPYoatbA="; 25 - }; 26 - }; 21 + cargoHash = "sha256-8OgksGuzc23/pB2x+zsXDpfByvfvMraJW6/wo4E1ZOQ="; 27 22 28 23 nativeBuildInputs = [ 29 24 pkg-config ··· 41 36 meta = with lib; { 42 37 description = "A Cargo subcommand for creating WebAssembly components based on the component model proposal"; 43 38 homepage = "https://github.com/bytecodealliance/cargo-component"; 39 + changelog = "https://github.com/bytecodealliance/cargo-component/releases/tag/${src.rev}"; 44 40 license = licenses.asl20; 45 41 maintainers = with maintainers; [ figsoda ]; 42 + mainProgram = "cargo-component"; 46 43 }; 47 44 }