| 16 | dependencies = [ | 16 | dependencies = [ |
| 17 | "bytes", | 17 | "bytes", |
| 18 | "crypto-common 0.1.6", | 18 | "crypto-common 0.1.6", |
| 19 | "generic-array", | 19 | "generic-array 0.14.9", |
| | 20 | ] |
| | 21 | |
| | 22 | [[package]] |
| | 23 | name = "aead" |
| | 24 | version = "0.6.1" |
| | 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 26 | checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99" |
| | 27 | dependencies = [ |
| | 28 | "crypto-common 0.2.2", |
| | 29 | "inout 0.2.2", |
| 20 | ] | 30 | ] |
| 21 | | 31 | |
| 22 | [[package]] | 32 | [[package]] |
| 26 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" | 36 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 27 | dependencies = [ | 37 | dependencies = [ |
| 28 | "cfg-if", | 38 | "cfg-if", |
| 29 | "cipher", | 39 | "cipher 0.4.4", |
| 30 | "cpufeatures 0.2.17", | 40 | "cpufeatures 0.2.17", |
| 31 | ] | 41 | ] |
| 32 | | 42 | |
| 33 | [[package]] | 43 | [[package]] |
| | 44 | name = "aes" |
| | 45 | version = "0.9.1" |
| | 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 47 | checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138" |
| | 48 | dependencies = [ |
| | 49 | "cipher 0.5.2", |
| | 50 | "cpubits", |
| | 51 | "cpufeatures 0.3.0", |
| | 52 | "zeroize", |
| | 53 | ] |
| | 54 | |
| | 55 | [[package]] |
| 34 | name = "aes-gcm" | 56 | name = "aes-gcm" |
| 35 | version = "0.10.3" | 57 | version = "0.10.3" |
| 36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 | checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" | 59 | checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| 38 | dependencies = [ | 60 | dependencies = [ |
| 39 | "aead", | 61 | "aead 0.5.2", |
| 40 | "aes", | 62 | "aes 0.8.4", |
| 41 | "cipher", | 63 | "cipher 0.4.4", |
| 42 | "ctr", | 64 | "ctr 0.9.2", |
| 43 | "ghash", | 65 | "ghash 0.5.1", |
| | 66 | "subtle", |
| | 67 | ] |
| | 68 | |
| | 69 | [[package]] |
| | 70 | name = "aes-gcm" |
| | 71 | version = "0.11.0" |
| | 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 73 | checksum = "fdf011db2e21ce0d575593d749db5554b47fed37aff429e4dc50bc91ac93a028" |
| | 74 | dependencies = [ |
| | 75 | "aead 0.6.1", |
| | 76 | "aes 0.9.1", |
| | 77 | "cipher 0.5.2", |
| | 78 | "ctr 0.10.1", |
| | 79 | "ghash 0.6.0", |
| 44 | "subtle", | 80 | "subtle", |
| | 81 | "zeroize", |
| 45 | ] | 82 | ] |
| 46 | | 83 | |
| 47 | [[package]] | 84 | [[package]] |
| 50 | source = "registry+https://github.com/rust-lang/crates.io-index" | 87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 | checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" | 88 | checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" |
| 52 | dependencies = [ | 89 | dependencies = [ |
| 53 | "aes", | 90 | "aes 0.8.4", |
| 54 | ] | 91 | ] |
| 55 | | 92 | |
| 56 | [[package]] | 93 | [[package]] |
| 94 | ] | 131 | ] |
| 95 | | 132 | |
| 96 | [[package]] | 133 | [[package]] |
| | 134 | name = "android_system_properties" |
| | 135 | version = "0.1.5" |
| | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 137 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| | 138 | dependencies = [ |
| | 139 | "libc", |
| | 140 | ] |
| | 141 | |
| | 142 | [[package]] |
| 97 | name = "anstream" | 143 | name = "anstream" |
| 98 | version = "1.0.0" | 144 | version = "1.0.0" |
| 99 | source = "registry+https://github.com/rust-lang/crates.io-index" | 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" | 206 | checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 161 | dependencies = [ | 207 | dependencies = [ |
| 162 | "base64ct", | 208 | "base64ct", |
| 163 | "blake2", | 209 | "blake2 0.10.6", |
| 164 | "cpufeatures 0.2.17", | 210 | "cpufeatures 0.2.17", |
| 165 | "password-hash", | 211 | "password-hash 0.5.0", |
| 166 | "zeroize", | 212 | "zeroize", |
| 167 | ] | 213 | ] |
| 168 | | 214 | |
| 169 | [[package]] | 215 | [[package]] |
| | 216 | name = "argon2" |
| | 217 | version = "0.6.0-rc.8" |
| | 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 219 | checksum = "7af50940b73bf4e16c15c448a2b121c63f2d68e3e54b6a8731673cb4aa0cdff5" |
| | 220 | dependencies = [ |
| | 221 | "base64ct", |
| | 222 | "blake2 0.11.0-rc.6", |
| | 223 | "cpufeatures 0.3.0", |
| | 224 | "password-hash 0.6.1", |
| | 225 | ] |
| | 226 | |
| | 227 | [[package]] |
| 170 | name = "async-compression" | 228 | name = "async-compression" |
| 171 | version = "0.4.42" | 229 | version = "0.4.42" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" | 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | name = "auth" | 275 | name = "auth" |
| 218 | version = "0.1.0" | 276 | version = "0.1.0" |
| 219 | dependencies = [ | 277 | dependencies = [ |
| 220 | "argon2", | 278 | "argon2 0.5.3", |
| 221 | "base64", | 279 | "base64", |
| 222 | "hmac 0.12.1", | 280 | "hmac 0.12.1", |
| 223 | "model", | 281 | "model", |
| 235 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" | 293 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 236 | | 294 | |
| 237 | [[package]] | 295 | [[package]] |
| | 296 | name = "aws-lc-rs" |
| | 297 | version = "1.17.3" |
| | 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 299 | checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" |
| | 300 | dependencies = [ |
| | 301 | "aws-lc-sys", |
| | 302 | "untrusted", |
| | 303 | "zeroize", |
| | 304 | ] |
| | 305 | |
| | 306 | [[package]] |
| | 307 | name = "aws-lc-sys" |
| | 308 | version = "0.43.0" |
| | 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 310 | checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" |
| | 311 | dependencies = [ |
| | 312 | "cc", |
| | 313 | "cmake", |
| | 314 | "dunce", |
| | 315 | "fs_extra", |
| | 316 | "pkg-config", |
| | 317 | ] |
| | 318 | |
| | 319 | [[package]] |
| 238 | name = "axum" | 320 | name = "axum" |
| 239 | version = "0.8.9" | 321 | version = "0.8.9" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" | 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" | 397 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| 316 | | 398 | |
| 317 | [[package]] | 399 | [[package]] |
| | 400 | name = "base16ct" |
| | 401 | version = "1.0.0" |
| | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 403 | checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6" |
| | 404 | |
| | 405 | [[package]] |
| 318 | name = "base64" | 406 | name = "base64" |
| 319 | version = "0.22.1" | 407 | version = "0.22.1" |
| 320 | source = "registry+https://github.com/rust-lang/crates.io-index" | 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 327 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" | 415 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 328 | | 416 | |
| 329 | [[package]] | 417 | [[package]] |
| | 418 | name = "bcrypt-pbkdf" |
| | 419 | version = "0.11.0" |
| | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 421 | checksum = "144e573728da132683b9488acd528274c790e07fc06ff81ee29f9d8f8b1041e0" |
| | 422 | dependencies = [ |
| | 423 | "blowfish 0.10.0", |
| | 424 | "pbkdf2", |
| | 425 | "sha2 0.11.0", |
| | 426 | ] |
| | 427 | |
| | 428 | [[package]] |
| 330 | name = "bitfields" | 429 | name = "bitfields" |
| 331 | version = "1.0.3" | 430 | version = "1.0.3" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" | 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | ] | 477 | ] |
| 379 | | 478 | |
| 380 | [[package]] | 479 | [[package]] |
| | 480 | name = "blake2" |
| | 481 | version = "0.11.0-rc.6" |
| | 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 483 | checksum = "061f1a09225e328e1ffbb378d2d49923c0ca5fee19fb5ac1cc9c1e9d52b93690" |
| | 484 | dependencies = [ |
| | 485 | "digest 0.11.3", |
| | 486 | ] |
| | 487 | |
| | 488 | [[package]] |
| 381 | name = "block-buffer" | 489 | name = "block-buffer" |
| 382 | version = "0.10.4" | 490 | version = "0.10.4" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" | 491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" | 492 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 385 | dependencies = [ | 493 | dependencies = [ |
| 386 | "generic-array", | 494 | "generic-array 0.14.9", |
| 387 | ] | 495 | ] |
| 388 | | 496 | |
| 389 | [[package]] | 497 | [[package]] |
| 393 | checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" | 501 | checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| 394 | dependencies = [ | 502 | dependencies = [ |
| 395 | "hybrid-array", | 503 | "hybrid-array", |
| | 504 | "zeroize", |
| 396 | ] | 505 | ] |
| 397 | | 506 | |
| 398 | [[package]] | 507 | [[package]] |
| 401 | source = "registry+https://github.com/rust-lang/crates.io-index" | 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 402 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" | 511 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 403 | dependencies = [ | 512 | dependencies = [ |
| 404 | "generic-array", | 513 | "generic-array 0.14.9", |
| | 514 | ] |
| | 515 | |
| | 516 | [[package]] |
| | 517 | name = "block-padding" |
| | 518 | version = "0.4.2" |
| | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 520 | checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b" |
| | 521 | dependencies = [ |
| | 522 | "hybrid-array", |
| 405 | ] | 523 | ] |
| 406 | | 524 | |
| 407 | [[package]] | 525 | [[package]] |
| 411 | checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" | 529 | checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" |
| 412 | dependencies = [ | 530 | dependencies = [ |
| 413 | "byteorder", | 531 | "byteorder", |
| 414 | "cipher", | 532 | "cipher 0.4.4", |
| | 533 | ] |
| | 534 | |
| | 535 | [[package]] |
| | 536 | name = "blowfish" |
| | 537 | version = "0.10.0" |
| | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 539 | checksum = "62ce3946557b35e71d1bbe07ec385073ce9eda05043f95de134eb578fcf1a298" |
| | 540 | dependencies = [ |
| | 541 | "byteorder", |
| | 542 | "cipher 0.5.2", |
| 415 | ] | 543 | ] |
| 416 | | 544 | |
| 417 | [[package]] | 545 | [[package]] |
| 473 | checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30" | 601 | checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30" |
| 474 | dependencies = [ | 602 | dependencies = [ |
| 475 | "byteorder", | 603 | "byteorder", |
| 476 | "cipher", | 604 | "cipher 0.4.4", |
| 477 | ] | 605 | ] |
| 478 | | 606 | |
| 479 | [[package]] | 607 | [[package]] |
| 491 | source = "registry+https://github.com/rust-lang/crates.io-index" | 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 492 | checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911" | 620 | checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911" |
| 493 | dependencies = [ | 621 | dependencies = [ |
| 494 | "cipher", | 622 | "cipher 0.4.4", |
| | 623 | ] |
| | 624 | |
| | 625 | [[package]] |
| | 626 | name = "cbc" |
| | 627 | version = "0.2.1" |
| | 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 629 | checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896" |
| | 630 | dependencies = [ |
| | 631 | "cipher 0.5.2", |
| 495 | ] | 632 | ] |
| 496 | | 633 | |
| 497 | [[package]] | 634 | [[package]] |
| 512 | source = "registry+https://github.com/rust-lang/crates.io-index" | 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 513 | checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330" | 650 | checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330" |
| 514 | dependencies = [ | 651 | dependencies = [ |
| 515 | "cipher", | 652 | "cipher 0.4.4", |
| 516 | ] | 653 | ] |
| 517 | | 654 | |
| 518 | [[package]] | 655 | [[package]] |
| 522 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | 659 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 523 | | 660 | |
| 524 | [[package]] | 661 | [[package]] |
| | 662 | name = "cfg_aliases" |
| | 663 | version = "0.2.2" |
| | 664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 665 | checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| | 666 | |
| | 667 | [[package]] |
| 525 | name = "chacha20" | 668 | name = "chacha20" |
| 526 | version = "0.10.1" | 669 | version = "0.10.1" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" | 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" | 671 | checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| 529 | dependencies = [ | 672 | dependencies = [ |
| 530 | "cfg-if", | 673 | "cfg-if", |
| | 674 | "cipher 0.5.2", |
| 531 | "cpufeatures 0.3.0", | 675 | "cpufeatures 0.3.0", |
| 532 | "rand_core 0.10.1", | 676 | "rand_core 0.10.1", |
| | 677 | "zeroize", |
| | 678 | ] |
| | 679 | |
| | 680 | [[package]] |
| | 681 | name = "chrono" |
| | 682 | version = "0.4.45" |
| | 683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 684 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| | 685 | dependencies = [ |
| | 686 | "iana-time-zone", |
| | 687 | "js-sys", |
| | 688 | "num-traits", |
| | 689 | "wasm-bindgen", |
| | 690 | "windows-link", |
| 533 | ] | 691 | ] |
| 534 | | 692 | |
| 535 | [[package]] | 693 | [[package]] |
| 539 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" | 697 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 540 | dependencies = [ | 698 | dependencies = [ |
| 541 | "crypto-common 0.1.6", | 699 | "crypto-common 0.1.6", |
| 542 | "inout", | 700 | "inout 0.1.4", |
| | 701 | ] |
| | 702 | |
| | 703 | [[package]] |
| | 704 | name = "cipher" |
| | 705 | version = "0.5.2" |
| | 706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 707 | checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" |
| | 708 | dependencies = [ |
| | 709 | "block-buffer 0.12.1", |
| | 710 | "crypto-common 0.2.2", |
| | 711 | "inout 0.2.2", |
| | 712 | "zeroize", |
| 543 | ] | 713 | ] |
| 544 | | 714 | |
| 545 | [[package]] | 715 | [[package]] |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" | 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa" | 778 | checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa" |
| 609 | dependencies = [ | 779 | dependencies = [ |
| 610 | "cipher", | 780 | "cipher 0.4.4", |
| 611 | "dbl", | 781 | "dbl", |
| 612 | "digest 0.10.7", | 782 | "digest 0.10.7", |
| 613 | ] | 783 | ] |
| 614 | | 784 | |
| 615 | [[package]] | 785 | [[package]] |
| | 786 | name = "cmake" |
| | 787 | version = "0.1.58" |
| | 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 789 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| | 790 | dependencies = [ |
| | 791 | "cc", |
| | 792 | ] |
| | 793 | |
| | 794 | [[package]] |
| 616 | name = "cmov" | 795 | name = "cmov" |
| 617 | version = "0.5.4" | 796 | version = "0.5.4" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | 917 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 739 | | 918 | |
| 740 | [[package]] | 919 | [[package]] |
| | 920 | name = "cpubits" |
| | 921 | version = "0.1.1" |
| | 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 923 | checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" |
| | 924 | |
| | 925 | [[package]] |
| 741 | name = "cpufeatures" | 926 | name = "cpufeatures" |
| 742 | version = "0.2.17" | 927 | version = "0.2.17" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" | 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 825 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" | 1010 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 826 | dependencies = [ | 1011 | dependencies = [ |
| 827 | "generic-array", | 1012 | "generic-array 0.14.9", |
| 828 | "rand_core 0.6.4", | 1013 | "rand_core 0.6.4", |
| 829 | "subtle", | 1014 | "subtle", |
| 830 | "zeroize", | 1015 | "zeroize", |
| 831 | ] | 1016 | ] |
| 832 | | 1017 | |
| 833 | [[package]] | 1018 | [[package]] |
| | 1019 | name = "crypto-bigint" |
| | 1020 | version = "0.7.5" |
| | 1021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1022 | checksum = "1a52aa3fcda4e6302a9f48734f234d35d4721b96f8fe07d073f07ce9df4f0271" |
| | 1023 | dependencies = [ |
| | 1024 | "cpubits", |
| | 1025 | "ctutils", |
| | 1026 | "getrandom 0.4.3", |
| | 1027 | "hybrid-array", |
| | 1028 | "num-traits", |
| | 1029 | "rand_core 0.10.1", |
| | 1030 | "serdect 0.4.3", |
| | 1031 | "subtle", |
| | 1032 | "zeroize", |
| | 1033 | ] |
| | 1034 | |
| | 1035 | [[package]] |
| 834 | name = "crypto-common" | 1036 | name = "crypto-common" |
| 835 | version = "0.1.6" | 1037 | version = "0.1.6" |
| 836 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 837 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | 1039 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 838 | dependencies = [ | 1040 | dependencies = [ |
| 839 | "generic-array", | 1041 | "generic-array 0.14.9", |
| 840 | "rand_core 0.6.4", | 1042 | "rand_core 0.6.4", |
| 841 | "typenum", | 1043 | "typenum", |
| 842 | ] | 1044 | ] |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" | 1050 | checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| 849 | dependencies = [ | 1051 | dependencies = [ |
| | 1052 | "getrandom 0.4.3", |
| 850 | "hybrid-array", | 1053 | "hybrid-array", |
| | 1054 | "rand_core 0.10.1", |
| | 1055 | ] |
| | 1056 | |
| | 1057 | [[package]] |
| | 1058 | name = "crypto-primes" |
| | 1059 | version = "0.7.2" |
| | 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1061 | checksum = "3633a51a39c69ebbaa4feaa694bd83d241e4093901c84a0963b19d9bb3f0cf8f" |
| | 1062 | dependencies = [ |
| | 1063 | "crypto-bigint 0.7.5", |
| | 1064 | "rand_core 0.10.1", |
| 851 | ] | 1065 | ] |
| 852 | | 1066 | |
| 853 | [[package]] | 1067 | [[package]] |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" | 1082 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| 869 | dependencies = [ | 1083 | dependencies = [ |
| 870 | "cipher", | 1084 | "cipher 0.4.4", |
| | 1085 | ] |
| | 1086 | |
| | 1087 | [[package]] |
| | 1088 | name = "ctr" |
| | 1089 | version = "0.10.1" |
| | 1090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1091 | checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" |
| | 1092 | dependencies = [ |
| | 1093 | "cipher 0.5.2", |
| 871 | ] | 1094 | ] |
| 872 | | 1095 | |
| 873 | [[package]] | 1096 | [[package]] |
| 877 | checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" | 1100 | checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| 878 | dependencies = [ | 1101 | dependencies = [ |
| 879 | "cmov", | 1102 | "cmov", |
| | 1103 | "subtle", |
| 880 | ] | 1104 | ] |
| 881 | | 1105 | |
| 882 | [[package]] | 1106 | [[package]] |
| 889 | "cpufeatures 0.2.17", | 1113 | "cpufeatures 0.2.17", |
| 890 | "curve25519-dalek-derive", | 1114 | "curve25519-dalek-derive", |
| 891 | "digest 0.10.7", | 1115 | "digest 0.10.7", |
| 892 | "fiat-crypto", | 1116 | "fiat-crypto 0.2.9", |
| | 1117 | "rustc_version", |
| | 1118 | "subtle", |
| | 1119 | "zeroize", |
| | 1120 | ] |
| | 1121 | |
| | 1122 | [[package]] |
| | 1123 | name = "curve25519-dalek" |
| | 1124 | version = "5.0.0" |
| | 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1126 | checksum = "b5eed333089e2e1c1ac8c6c0398e5e2497b4c9926ca6d0365ed1e099afa5bc23" |
| | 1127 | dependencies = [ |
| | 1128 | "cfg-if", |
| | 1129 | "cpufeatures 0.3.0", |
| | 1130 | "curve25519-dalek-derive", |
| | 1131 | "digest 0.11.3", |
| | 1132 | "fiat-crypto 0.3.0", |
| | 1133 | "rand_core 0.10.1", |
| 893 | "rustc_version", | 1134 | "rustc_version", |
| 894 | "subtle", | 1135 | "subtle", |
| 895 | "zeroize", | 1136 | "zeroize", |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "b4c0cf476284b03eb6c10e78787b21c7abb7d7d43cb2f02532ba6b831ed892fa" | 1154 | checksum = "b4c0cf476284b03eb6c10e78787b21c7abb7d7d43cb2f02532ba6b831ed892fa" |
| 914 | dependencies = [ | 1155 | dependencies = [ |
| 915 | "crypto-bigint", | 1156 | "crypto-bigint 0.5.5", |
| 916 | "elliptic-curve", | 1157 | "elliptic-curve 0.13.8", |
| 917 | "pkcs8", | 1158 | "pkcs8 0.10.2", |
| 918 | "rand_core 0.6.4", | 1159 | "rand_core 0.6.4", |
| 919 | "serdect 0.3.0", | 1160 | "serdect 0.3.0", |
| 920 | "sha3", | 1161 | "sha3 0.10.9", |
| 921 | "signature", | 1162 | "signature 2.2.0", |
| 922 | "subtle", | 1163 | "subtle", |
| 923 | "zeroize", | 1164 | "zeroize", |
| 924 | ] | 1165 | ] |
| 959 | ] | 1200 | ] |
| 960 | | 1201 | |
| 961 | [[package]] | 1202 | [[package]] |
| | 1203 | name = "data-encoding" |
| | 1204 | version = "2.11.0" |
| | 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1206 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| | 1207 | |
| | 1208 | [[package]] |
| 962 | name = "dbl" | 1209 | name = "dbl" |
| 963 | version = "0.3.2" | 1210 | version = "0.3.2" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9" | 1212 | checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9" |
| 966 | dependencies = [ | 1213 | dependencies = [ |
| 967 | "generic-array", | 1214 | "generic-array 0.14.9", |
| | 1215 | ] |
| | 1216 | |
| | 1217 | [[package]] |
| | 1218 | name = "delegate" |
| | 1219 | version = "0.13.5" |
| | 1220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1221 | checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370" |
| | 1222 | dependencies = [ |
| | 1223 | "proc-macro2", |
| | 1224 | "quote", |
| | 1225 | "syn 2.0.119", |
| 968 | ] | 1226 | ] |
| 969 | | 1227 | |
| 970 | [[package]] | 1228 | [[package]] |
| 974 | checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" | 1232 | checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 975 | dependencies = [ | 1233 | dependencies = [ |
| 976 | "const-oid 0.9.6", | 1234 | "const-oid 0.9.6", |
| 977 | "pem-rfc7468", | 1235 | "pem-rfc7468 0.7.0", |
| | 1236 | "zeroize", |
| | 1237 | ] |
| | 1238 | |
| | 1239 | [[package]] |
| | 1240 | name = "der" |
| | 1241 | version = "0.8.1" |
| | 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1243 | checksum = "a69dedd701da44b0536442edf09c81a64b0ab97a7a4a5e3d1971f00027cbc63d" |
| | 1244 | dependencies = [ |
| | 1245 | "const-oid 0.10.2", |
| | 1246 | "pem-rfc7468 1.0.0", |
| 978 | "zeroize", | 1247 | "zeroize", |
| 979 | ] | 1248 | ] |
| 980 | | 1249 | |
| 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 | checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" | 1317 | checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" |
| 1049 | dependencies = [ | 1318 | dependencies = [ |
| 1050 | "cipher", | 1319 | "cipher 0.4.4", |
| | 1320 | ] |
| | 1321 | |
| | 1322 | [[package]] |
| | 1323 | name = "des" |
| | 1324 | version = "0.9.0" |
| | 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1326 | checksum = "916a94e407b54f9034d71dd748234cd1e516ced6284009906ae246f177eafe5a" |
| | 1327 | dependencies = [ |
| | 1328 | "cipher 0.5.2", |
| 1051 | ] | 1329 | ] |
| 1052 | | 1330 | |
| 1053 | [[package]] | 1331 | [[package]] |
| 1100 | "digest 0.10.7", | 1378 | "digest 0.10.7", |
| 1101 | "num-bigint-dig", | 1379 | "num-bigint-dig", |
| 1102 | "num-traits", | 1380 | "num-traits", |
| 1103 | "pkcs8", | 1381 | "pkcs8 0.10.2", |
| 1104 | "rfc6979", | 1382 | "rfc6979 0.4.0", |
| 1105 | "sha2 0.10.9", | 1383 | "sha2 0.10.9", |
| 1106 | "signature", | 1384 | "signature 2.2.0", |
| 1107 | "zeroize", | 1385 | "zeroize", |
| 1108 | ] | 1386 | ] |
| 1109 | | 1387 | |
| 1123 | ] | 1401 | ] |
| 1124 | | 1402 | |
| 1125 | [[package]] | 1403 | [[package]] |
| | 1404 | name = "dunce" |
| | 1405 | version = "1.0.5" |
| | 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1407 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| | 1408 | |
| | 1409 | [[package]] |
| 1126 | name = "eax" | 1410 | name = "eax" |
| 1127 | version = "0.5.0" | 1411 | version = "0.5.0" |
| 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1129 | checksum = "9954fabd903b82b9d7a68f65f97dc96dd9ad368e40ccc907a7c19d53e6bfac28" | 1413 | checksum = "9954fabd903b82b9d7a68f65f97dc96dd9ad368e40ccc907a7c19d53e6bfac28" |
| 1130 | dependencies = [ | 1414 | dependencies = [ |
| 1131 | "aead", | 1415 | "aead 0.5.2", |
| 1132 | "cipher", | 1416 | "cipher 0.4.4", |
| 1133 | "cmac", | 1417 | "cmac", |
| 1134 | "ctr", | 1418 | "ctr 0.9.2", |
| 1135 | "subtle", | 1419 | "subtle", |
| 1136 | ] | 1420 | ] |
| 1137 | | 1421 | |
| 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 | checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" | 1426 | checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
| 1143 | dependencies = [ | 1427 | dependencies = [ |
| 1144 | "der", | 1428 | "der 0.7.10", |
| 1145 | "digest 0.10.7", | 1429 | "digest 0.10.7", |
| 1146 | "elliptic-curve", | 1430 | "elliptic-curve 0.13.8", |
| 1147 | "rfc6979", | 1431 | "rfc6979 0.4.0", |
| 1148 | "signature", | 1432 | "signature 2.2.0", |
| 1149 | "spki", | 1433 | "spki 0.7.3", |
| | 1434 | ] |
| | 1435 | |
| | 1436 | [[package]] |
| | 1437 | name = "ecdsa" |
| | 1438 | version = "0.17.0" |
| | 1439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1440 | checksum = "c0681a4fc24c767085329728d8dfba959af91228aa4610cca4f8ce317ba46ae0" |
| | 1441 | dependencies = [ |
| | 1442 | "der 0.8.1", |
| | 1443 | "digest 0.11.3", |
| | 1444 | "elliptic-curve 0.14.1", |
| | 1445 | "rfc6979 0.6.0", |
| | 1446 | "signature 3.0.0", |
| | 1447 | "spki 0.8.0", |
| | 1448 | "zeroize", |
| 1150 | ] | 1449 | ] |
| 1151 | | 1450 | |
| 1152 | [[package]] | 1451 | [[package]] |
| 1155 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" | 1455 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
| 1157 | dependencies = [ | 1456 | dependencies = [ |
| 1158 | "pkcs8", | 1457 | "pkcs8 0.10.2", |
| 1159 | "signature", | 1458 | "signature 2.2.0", |
| | 1459 | ] |
| | 1460 | |
| | 1461 | [[package]] |
| | 1462 | name = "ed25519" |
| | 1463 | version = "3.0.0" |
| | 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1465 | checksum = "29fcf32e6c73d1079f83ab4d782de2d81620346a5f38c6237a86a22f8368980a" |
| | 1466 | dependencies = [ |
| | 1467 | "pkcs8 0.11.0", |
| | 1468 | "signature 3.0.0", |
| 1160 | ] | 1469 | ] |
| 1161 | | 1470 | |
| 1162 | [[package]] | 1471 | [[package]] |
| 1165 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1166 | checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" | 1475 | checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" |
| 1167 | dependencies = [ | 1476 | dependencies = [ |
| 1168 | "curve25519-dalek", | 1477 | "curve25519-dalek 4.1.3", |
| 1169 | "ed25519", | 1478 | "ed25519 2.2.3", |
| 1170 | "rand_core 0.6.4", | 1479 | "rand_core 0.6.4", |
| 1171 | "serde", | 1480 | "serde", |
| 1172 | "sha2 0.10.9", | 1481 | "sha2 0.10.9", |
| 1175 | ] | 1484 | ] |
| 1176 | | 1485 | |
| 1177 | [[package]] | 1486 | [[package]] |
| | 1487 | name = "ed25519-dalek" |
| | 1488 | version = "3.0.0" |
| | 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1490 | checksum = "6ebaa1a2bf1290ab3bfe5a7b771d050ebffab2711c19a81691c683a5144a25de" |
| | 1491 | dependencies = [ |
| | 1492 | "curve25519-dalek 5.0.0", |
| | 1493 | "ed25519 3.0.0", |
| | 1494 | "rand_core 0.10.1", |
| | 1495 | "serde", |
| | 1496 | "sha2 0.11.0", |
| | 1497 | "signature 3.0.0", |
| | 1498 | "subtle", |
| | 1499 | "zeroize", |
| | 1500 | ] |
| | 1501 | |
| | 1502 | [[package]] |
| 1178 | name = "either" | 1503 | name = "either" |
| 1179 | version = "1.17.0" | 1504 | version = "1.17.0" |
| 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 | checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" | 1515 | checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
| 1191 | dependencies = [ | 1516 | dependencies = [ |
| 1192 | "base16ct", | 1517 | "base16ct 0.2.0", |
| 1193 | "base64ct", | 1518 | "base64ct", |
| 1194 | "crypto-bigint", | 1519 | "crypto-bigint 0.5.5", |
| 1195 | "digest 0.10.7", | 1520 | "digest 0.10.7", |
| 1196 | "ff", | 1521 | "ff 0.13.1", |
| 1197 | "generic-array", | 1522 | "generic-array 0.14.9", |
| 1198 | "group", | 1523 | "group 0.13.0", |
| 1199 | "hkdf 0.12.4", | 1524 | "hkdf 0.12.4", |
| 1200 | "pem-rfc7468", | 1525 | "pem-rfc7468 0.7.0", |
| 1201 | "pkcs8", | 1526 | "pkcs8 0.10.2", |
| 1202 | "rand_core 0.6.4", | 1527 | "rand_core 0.6.4", |
| 1203 | "sec1", | 1528 | "sec1 0.7.3", |
| 1204 | "serde_json", | 1529 | "serde_json", |
| 1205 | "serdect 0.2.0", | 1530 | "serdect 0.2.0", |
| 1206 | "subtle", | 1531 | "subtle", |
| 1209 | ] | 1534 | ] |
| 1210 | | 1535 | |
| 1211 | [[package]] | 1536 | [[package]] |
| | 1537 | name = "elliptic-curve" |
| | 1538 | version = "0.14.1" |
| | 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1540 | checksum = "9d65aa39b3a5c1c9c1b745c9a019234bb7a21b77abcb4f4d266d706e2d577d65" |
| | 1541 | dependencies = [ |
| | 1542 | "base16ct 1.0.0", |
| | 1543 | "crypto-bigint 0.7.5", |
| | 1544 | "crypto-common 0.2.2", |
| | 1545 | "digest 0.11.3", |
| | 1546 | "ff 0.14.0", |
| | 1547 | "group 0.14.0", |
| | 1548 | "hkdf 0.13.0", |
| | 1549 | "hybrid-array", |
| | 1550 | "pem-rfc7468 1.0.0", |
| | 1551 | "pkcs8 0.11.0", |
| | 1552 | "rand_core 0.10.1", |
| | 1553 | "sec1 0.8.1", |
| | 1554 | "subtle", |
| | 1555 | "zeroize", |
| | 1556 | ] |
| | 1557 | |
| | 1558 | [[package]] |
| 1212 | name = "email-encoding" | 1559 | name = "email-encoding" |
| 1213 | version = "0.4.1" | 1560 | version = "0.4.1" |
| 1214 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1237 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" | 1584 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
| 1238 | | 1585 | |
| 1239 | [[package]] | 1586 | [[package]] |
| | 1587 | name = "enum_dispatch" |
| | 1588 | version = "0.3.13" |
| | 1589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1590 | checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
| | 1591 | dependencies = [ |
| | 1592 | "once_cell", |
| | 1593 | "proc-macro2", |
| | 1594 | "quote", |
| | 1595 | "syn 2.0.119", |
| | 1596 | ] |
| | 1597 | |
| | 1598 | [[package]] |
| 1240 | name = "equivalent" | 1599 | name = "equivalent" |
| 1241 | version = "1.0.2" | 1600 | version = "1.0.2" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1280 | "anyhow", | 1639 | "anyhow", |
| 1281 | "cli", | 1640 | "cli", |
| 1282 | "config", | 1641 | "config", |
| | 1642 | "ssh", |
| 1283 | "store", | 1643 | "store", |
| 1284 | "tokio", | 1644 | "tokio", |
| 1285 | "web", | 1645 | "web", |
| 1303 | ] | 1663 | ] |
| 1304 | | 1664 | |
| 1305 | [[package]] | 1665 | [[package]] |
| | 1666 | name = "ff" |
| | 1667 | version = "0.14.0" |
| | 1668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1669 | checksum = "a1f686ab92a9fb0eaf188f6c6c87b89490baa6fdb0db4544ba4dc47f7942489f" |
| | 1670 | dependencies = [ |
| | 1671 | "rand_core 0.10.1", |
| | 1672 | "subtle", |
| | 1673 | ] |
| | 1674 | |
| | 1675 | [[package]] |
| 1306 | name = "fiat-crypto" | 1676 | name = "fiat-crypto" |
| 1307 | version = "0.2.9" | 1677 | version = "0.2.9" |
| 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1309 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" | 1679 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 1310 | | 1680 | |
| 1311 | [[package]] | 1681 | [[package]] |
| | 1682 | name = "fiat-crypto" |
| | 1683 | version = "0.3.0" |
| | 1684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1685 | checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" |
| | 1686 | |
| | 1687 | [[package]] |
| 1312 | name = "figment" | 1688 | name = "figment" |
| 1313 | version = "0.10.19" | 1689 | version = "0.10.19" |
| 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1395 | ] | 1771 | ] |
| 1396 | | 1772 | |
| 1397 | [[package]] | 1773 | [[package]] |
| | 1774 | name = "fs_extra" |
| | 1775 | version = "1.3.0" |
| | 1776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1777 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| | 1778 | |
| | 1779 | [[package]] |
| 1398 | name = "funty" | 1780 | name = "funty" |
| 1399 | version = "2.0.0" | 1781 | version = "2.0.0" |
| 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | 1783 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 1402 | | 1784 | |
| 1403 | [[package]] | 1785 | [[package]] |
| | 1786 | name = "futures" |
| | 1787 | version = "0.3.33" |
| | 1788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1789 | checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" |
| | 1790 | dependencies = [ |
| | 1791 | "futures-channel", |
| | 1792 | "futures-core", |
| | 1793 | "futures-executor", |
| | 1794 | "futures-io", |
| | 1795 | "futures-sink", |
| | 1796 | "futures-task", |
| | 1797 | "futures-util", |
| | 1798 | ] |
| | 1799 | |
| | 1800 | [[package]] |
| 1404 | name = "futures-channel" | 1801 | name = "futures-channel" |
| 1405 | version = "0.3.33" | 1802 | version = "0.3.33" |
| 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" | 1842 | checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" |
| 1446 | | 1843 | |
| 1447 | [[package]] | 1844 | [[package]] |
| | 1845 | name = "futures-macro" |
| | 1846 | version = "0.3.33" |
| | 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1848 | checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" |
| | 1849 | dependencies = [ |
| | 1850 | "proc-macro2", |
| | 1851 | "quote", |
| | 1852 | "syn 2.0.119", |
| | 1853 | ] |
| | 1854 | |
| | 1855 | [[package]] |
| 1448 | name = "futures-sink" | 1856 | name = "futures-sink" |
| 1449 | version = "0.3.33" | 1857 | version = "0.3.33" |
| 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1463 | checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" | 1871 | checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 1464 | dependencies = [ | 1872 | dependencies = [ |
| | 1873 | "futures-channel", |
| 1465 | "futures-core", | 1874 | "futures-core", |
| 1466 | "futures-io", | 1875 | "futures-io", |
| | 1876 | "futures-macro", |
| 1467 | "futures-sink", | 1877 | "futures-sink", |
| 1468 | "futures-task", | 1878 | "futures-task", |
| 1469 | "memchr", | 1879 | "memchr", |
| 1483 | ] | 1893 | ] |
| 1484 | | 1894 | |
| 1485 | [[package]] | 1895 | [[package]] |
| | 1896 | name = "generic-array" |
| | 1897 | version = "1.4.4" |
| | 1898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1899 | checksum = "ab4e5aa225bc56696909483320f0ff9b600f1a971b52e07a17d70f3d9b43254b" |
| | 1900 | dependencies = [ |
| | 1901 | "generic-array 0.14.9", |
| | 1902 | "rustversion", |
| | 1903 | "typenum", |
| | 1904 | ] |
| | 1905 | |
| | 1906 | [[package]] |
| 1486 | name = "getrandom" | 1907 | name = "getrandom" |
| 1487 | version = "0.2.17" | 1908 | version = "0.2.17" |
| 1488 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" | 1933 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 1513 | dependencies = [ | 1934 | dependencies = [ |
| 1514 | "cfg-if", | 1935 | "cfg-if", |
| | 1936 | "js-sys", |
| 1515 | "libc", | 1937 | "libc", |
| 1516 | "r-efi 6.0.0", | 1938 | "r-efi 6.0.0", |
| 1517 | "rand_core 0.10.1", | 1939 | "rand_core 0.10.1", |
| | 1940 | "wasm-bindgen", |
| 1518 | ] | 1941 | ] |
| 1519 | | 1942 | |
| 1520 | [[package]] | 1943 | [[package]] |
| 1524 | checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" | 1947 | checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| 1525 | dependencies = [ | 1948 | dependencies = [ |
| 1526 | "opaque-debug", | 1949 | "opaque-debug", |
| 1527 | "polyval", | 1950 | "polyval 0.6.2", |
| | 1951 | ] |
| | 1952 | |
| | 1953 | [[package]] |
| | 1954 | name = "ghash" |
| | 1955 | version = "0.6.0" |
| | 1956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 1957 | checksum = "2eecf2d5dc9b66b732b97707a0210906b1d30523eb773193ab777c0c84b3e8d5" |
| | 1958 | dependencies = [ |
| | 1959 | "polyval 0.7.3", |
| 1528 | ] | 1960 | ] |
| 1529 | | 1961 | |
| 1530 | [[package]] | 1962 | [[package]] |
| 1538 | "moka", | 1970 | "moka", |
| 1539 | "pgp", | 1971 | "pgp", |
| 1540 | "rand_core 0.6.4", | 1972 | "rand_core 0.6.4", |
| 1541 | "ssh-key", | 1973 | "ssh-key 0.6.7", |
| 1542 | "tempfile", | 1974 | "tempfile", |
| 1543 | "thiserror 2.0.19", | 1975 | "thiserror 2.0.19", |
| 1544 | "tokio", | 1976 | "tokio", |
| 1576 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1577 | checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" | 2009 | checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| 1578 | dependencies = [ | 2010 | dependencies = [ |
| 1579 | "ff", | 2011 | "ff 0.13.1", |
| 1580 | "rand_core 0.6.4", | 2012 | "rand_core 0.6.4", |
| 1581 | "subtle", | 2013 | "subtle", |
| 1582 | ] | 2014 | ] |
| 1583 | | 2015 | |
| 1584 | [[package]] | 2016 | [[package]] |
| | 2017 | name = "group" |
| | 2018 | version = "0.14.0" |
| | 2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2020 | checksum = "7fd1a1c7a5206c5b7a3f5a0d7ccd3ff85d0c8f5133d62a02680255b0004af5f4" |
| | 2021 | dependencies = [ |
| | 2022 | "ff 0.14.0", |
| | 2023 | "rand_core 0.10.1", |
| | 2024 | "subtle", |
| | 2025 | ] |
| | 2026 | |
| | 2027 | [[package]] |
| 1585 | name = "hashbrown" | 2028 | name = "hashbrown" |
| 1586 | version = "0.16.1" | 2029 | version = "0.16.1" |
| 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | 2063 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1621 | | 2064 | |
| 1622 | [[package]] | 2065 | [[package]] |
| | 2066 | name = "hex-literal" |
| | 2067 | version = "1.1.0" |
| | 2068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2069 | checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" |
| | 2070 | |
| | 2071 | [[package]] |
| 1623 | name = "highlight" | 2072 | name = "highlight" |
| 1624 | version = "0.1.0" | 2073 | version = "0.1.0" |
| 1625 | dependencies = [ | 2074 | dependencies = [ |
| 1735 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1736 | checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c" | 2185 | checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c" |
| 1737 | dependencies = [ | 2186 | dependencies = [ |
| | 2187 | "ctutils", |
| | 2188 | "subtle", |
| 1738 | "typenum", | 2189 | "typenum", |
| | 2190 | "zeroize", |
| 1739 | ] | 2191 | ] |
| 1740 | | 2192 | |
| 1741 | [[package]] | 2193 | [[package]] |
| 1774 | ] | 2226 | ] |
| 1775 | | 2227 | |
| 1776 | [[package]] | 2228 | [[package]] |
| | 2229 | name = "iana-time-zone" |
| | 2230 | version = "0.1.65" |
| | 2231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2232 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| | 2233 | dependencies = [ |
| | 2234 | "android_system_properties", |
| | 2235 | "core-foundation-sys", |
| | 2236 | "iana-time-zone-haiku", |
| | 2237 | "js-sys", |
| | 2238 | "log", |
| | 2239 | "wasm-bindgen", |
| | 2240 | "windows-core", |
| | 2241 | ] |
| | 2242 | |
| | 2243 | [[package]] |
| | 2244 | name = "iana-time-zone-haiku" |
| | 2245 | version = "0.1.2" |
| | 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2247 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| | 2248 | dependencies = [ |
| | 2249 | "cc", |
| | 2250 | ] |
| | 2251 | |
| | 2252 | [[package]] |
| 1777 | name = "icu_collections" | 2253 | name = "icu_collections" |
| 1778 | version = "2.1.1" | 2254 | version = "2.1.1" |
| 1779 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1861 | checksum = "075557004419d7f2031b8bb7f44bb43e55a83ca7b63076a8fb8fe75753836477" | 2337 | checksum = "075557004419d7f2031b8bb7f44bb43e55a83ca7b63076a8fb8fe75753836477" |
| 1862 | dependencies = [ | 2338 | dependencies = [ |
| 1863 | "cipher", | 2339 | "cipher 0.4.4", |
| 1864 | ] | 2340 | ] |
| 1865 | | 2341 | |
| 1866 | [[package]] | 2342 | [[package]] |
| 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" | 2406 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 1931 | dependencies = [ | 2407 | dependencies = [ |
| 1932 | "generic-array", | 2408 | "generic-array 0.14.9", |
| | 2409 | ] |
| | 2410 | |
| | 2411 | [[package]] |
| | 2412 | name = "inout" |
| | 2413 | version = "0.2.2" |
| | 2414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2415 | checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" |
| | 2416 | dependencies = [ |
| | 2417 | "block-padding 0.4.2", |
| | 2418 | "hybrid-array", |
| 1933 | ] | 2419 | ] |
| 1934 | | 2420 | |
| 1935 | [[package]] | 2421 | [[package]] |
| 1945 | ] | 2431 | ] |
| 1946 | | 2432 | |
| 1947 | [[package]] | 2433 | [[package]] |
| | 2434 | name = "internal-russh-num-bigint" |
| | 2435 | version = "0.5.0" |
| | 2436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2437 | checksum = "ae8e22120c32fb4d19ec55fba35015f57095cd95a2e3b732e44457f5915b2ee8" |
| | 2438 | dependencies = [ |
| | 2439 | "num-integer", |
| | 2440 | "num-traits", |
| | 2441 | "rand 0.10.2", |
| | 2442 | "rand_core 0.10.1", |
| | 2443 | ] |
| | 2444 | |
| | 2445 | [[package]] |
| 1948 | name = "is_terminal_polyfill" | 2446 | name = "is_terminal_polyfill" |
| 1949 | version = "1.70.2" | 2447 | version = "1.70.2" |
| 1950 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" | 2488 | checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" |
| 1991 | dependencies = [ | 2489 | dependencies = [ |
| 1992 | "cfg-if", | 2490 | "cfg-if", |
| 1993 | "ecdsa", | 2491 | "ecdsa 0.16.9", |
| 1994 | "elliptic-curve", | 2492 | "elliptic-curve 0.13.8", |
| 1995 | "once_cell", | 2493 | "once_cell", |
| 1996 | "sha2 0.10.9", | 2494 | "sha2 0.10.9", |
| 1997 | "signature", | 2495 | "signature 2.2.0", |
| 1998 | ] | 2496 | ] |
| 1999 | | 2497 | |
| 2000 | [[package]] | 2498 | [[package]] |
| 2007 | ] | 2505 | ] |
| 2008 | | 2506 | |
| 2009 | [[package]] | 2507 | [[package]] |
| | 2508 | name = "keccak" |
| | 2509 | version = "0.2.0" |
| | 2510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2511 | checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" |
| | 2512 | dependencies = [ |
| | 2513 | "cfg-if", |
| | 2514 | "cpufeatures 0.3.0", |
| | 2515 | ] |
| | 2516 | |
| | 2517 | [[package]] |
| | 2518 | name = "kem" |
| | 2519 | version = "0.3.0" |
| | 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2521 | checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd" |
| | 2522 | dependencies = [ |
| | 2523 | "crypto-common 0.2.2", |
| | 2524 | "rand_core 0.10.1", |
| | 2525 | ] |
| | 2526 | |
| | 2527 | [[package]] |
| 2010 | name = "lazy_static" | 2528 | name = "lazy_static" |
| 2011 | version = "1.5.0" | 2529 | version = "1.5.0" |
| 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2209 | ] | 2727 | ] |
| 2210 | | 2728 | |
| 2211 | [[package]] | 2729 | [[package]] |
| | 2730 | name = "md5" |
| | 2731 | version = "0.8.1" |
| | 2732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2733 | checksum = "7ebb8d8732c6a6df3d8f032a82911cfc747e00efb95cc46e8d0acd5b5b88570c" |
| | 2734 | |
| | 2735 | [[package]] |
| 2212 | name = "memchr" | 2736 | name = "memchr" |
| 2213 | version = "2.8.3" | 2737 | version = "2.8.3" |
| 2214 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2252 | ] | 2776 | ] |
| 2253 | | 2777 | |
| 2254 | [[package]] | 2778 | [[package]] |
| | 2779 | name = "ml-kem" |
| | 2780 | version = "0.3.2" |
| | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2782 | checksum = "5e15f3e5b957493873e396a66914e83e616b6afe335cdef7efe5c6e1216aba66" |
| | 2783 | dependencies = [ |
| | 2784 | "hybrid-array", |
| | 2785 | "kem", |
| | 2786 | "module-lattice", |
| | 2787 | "pkcs8 0.11.0", |
| | 2788 | "rand_core 0.10.1", |
| | 2789 | "sha3 0.11.0", |
| | 2790 | ] |
| | 2791 | |
| | 2792 | [[package]] |
| 2255 | name = "model" | 2793 | name = "model" |
| 2256 | version = "0.1.0" | 2794 | version = "0.1.0" |
| 2257 | dependencies = [ | 2795 | dependencies = [ |
| 2259 | ] | 2797 | ] |
| 2260 | | 2798 | |
| 2261 | [[package]] | 2799 | [[package]] |
| | 2800 | name = "module-lattice" |
| | 2801 | version = "0.2.3" |
| | 2802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2803 | checksum = "0c61b87c9683ab7cb1c6871d261ad5479b6b10ceb52c4352aaca3b5d35a8febe" |
| | 2804 | dependencies = [ |
| | 2805 | "ctutils", |
| | 2806 | "hybrid-array", |
| | 2807 | "num-traits", |
| | 2808 | ] |
| | 2809 | |
| | 2810 | [[package]] |
| 2262 | name = "moka" | 2811 | name = "moka" |
| 2263 | version = "0.12.15" | 2812 | version = "0.12.15" |
| 2264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2299 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" | 2848 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 2300 | | 2849 | |
| 2301 | [[package]] | 2850 | [[package]] |
| | 2851 | name = "nix" |
| | 2852 | version = "0.31.3" |
| | 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2854 | checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| | 2855 | dependencies = [ |
| | 2856 | "bitflags", |
| | 2857 | "cfg-if", |
| | 2858 | "cfg_aliases", |
| | 2859 | "libc", |
| | 2860 | ] |
| | 2861 | |
| | 2862 | [[package]] |
| 2302 | name = "nom" | 2863 | name = "nom" |
| 2303 | version = "8.0.0" | 2864 | version = "8.0.0" |
| 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 | ] | 2878 | ] |
| 2318 | | 2879 | |
| 2319 | [[package]] | 2880 | [[package]] |
| | 2881 | name = "num-bigint" |
| | 2882 | version = "0.4.8" |
| | 2883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 2884 | checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" |
| | 2885 | dependencies = [ |
| | 2886 | "num-integer", |
| | 2887 | "num-traits", |
| | 2888 | ] |
| | 2889 | |
| | 2890 | [[package]] |
| 2320 | name = "num-bigint-dig" | 2891 | name = "num-bigint-dig" |
| 2321 | version = "0.8.6" | 2892 | version = "0.8.6" |
| 2322 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2395 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2396 | checksum = "c196e0276c471c843dd5777e7543a36a298a4be942a2a688d8111cd43390dedb" | 2967 | checksum = "c196e0276c471c843dd5777e7543a36a298a4be942a2a688d8111cd43390dedb" |
| 2397 | dependencies = [ | 2968 | dependencies = [ |
| 2398 | "aead", | 2969 | "aead 0.5.2", |
| 2399 | "cipher", | 2970 | "cipher 0.4.4", |
| 2400 | "ctr", | 2971 | "ctr 0.9.2", |
| 2401 | "subtle", | 2972 | "subtle", |
| 2402 | ] | 2973 | ] |
| 2403 | | 2974 | |
| 2468 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2469 | checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" | 3040 | checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
| 2470 | dependencies = [ | 3041 | dependencies = [ |
| 2471 | "ecdsa", | 3042 | "ecdsa 0.16.9", |
| 2472 | "elliptic-curve", | 3043 | "elliptic-curve 0.13.8", |
| 2473 | "primeorder", | 3044 | "primeorder 0.13.6", |
| 2474 | "sha2 0.10.9", | 3045 | "sha2 0.10.9", |
| 2475 | ] | 3046 | ] |
| 2476 | | 3047 | |
| 2477 | [[package]] | 3048 | [[package]] |
| | 3049 | name = "p256" |
| | 3050 | version = "0.14.0" |
| | 3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3052 | checksum = "d2c9239b2dbc807adbbe147e8cf72ea7450c3a0aabe62cb8e75ff4ec22e1f72a" |
| | 3053 | dependencies = [ |
| | 3054 | "ecdsa 0.17.0", |
| | 3055 | "elliptic-curve 0.14.1", |
| | 3056 | "primefield", |
| | 3057 | "primeorder 0.14.0", |
| | 3058 | "sha2 0.11.0", |
| | 3059 | ] |
| | 3060 | |
| | 3061 | [[package]] |
| 2478 | name = "p384" | 3062 | name = "p384" |
| 2479 | version = "0.13.1" | 3063 | version = "0.13.1" |
| 2480 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2481 | checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" | 3065 | checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" |
| 2482 | dependencies = [ | 3066 | dependencies = [ |
| 2483 | "ecdsa", | 3067 | "ecdsa 0.16.9", |
| 2484 | "elliptic-curve", | 3068 | "elliptic-curve 0.13.8", |
| 2485 | "primeorder", | 3069 | "primeorder 0.13.6", |
| 2486 | "sha2 0.10.9", | 3070 | "sha2 0.10.9", |
| 2487 | ] | 3071 | ] |
| 2488 | | 3072 | |
| 2489 | [[package]] | 3073 | [[package]] |
| | 3074 | name = "p384" |
| | 3075 | version = "0.14.0" |
| | 3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3077 | checksum = "d17b851e6b3e378ab4ecb07fa2ed23f4d15f075735f8fec9fa1e7bdce5f8301f" |
| | 3078 | dependencies = [ |
| | 3079 | "ecdsa 0.17.0", |
| | 3080 | "elliptic-curve 0.14.1", |
| | 3081 | "fiat-crypto 0.3.0", |
| | 3082 | "primefield", |
| | 3083 | "primeorder 0.14.0", |
| | 3084 | "sha2 0.11.0", |
| | 3085 | ] |
| | 3086 | |
| | 3087 | [[package]] |
| 2490 | name = "p521" | 3088 | name = "p521" |
| 2491 | version = "0.13.3" | 3089 | version = "0.13.3" |
| 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2493 | checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" | 3091 | checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" |
| 2494 | dependencies = [ | 3092 | dependencies = [ |
| 2495 | "base16ct", | 3093 | "base16ct 0.2.0", |
| 2496 | "ecdsa", | 3094 | "ecdsa 0.16.9", |
| 2497 | "elliptic-curve", | 3095 | "elliptic-curve 0.13.8", |
| 2498 | "primeorder", | 3096 | "primeorder 0.13.6", |
| 2499 | "rand_core 0.6.4", | 3097 | "rand_core 0.6.4", |
| 2500 | "sha2 0.10.9", | 3098 | "sha2 0.10.9", |
| 2501 | ] | 3099 | ] |
| 2502 | | 3100 | |
| 2503 | [[package]] | 3101 | [[package]] |
| | 3102 | name = "p521" |
| | 3103 | version = "0.14.0" |
| | 3104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3105 | checksum = "4ad64cc32c2dc466317c12ee5853e61f159f9eab1fe7efade0395dc2e7b43449" |
| | 3106 | dependencies = [ |
| | 3107 | "base16ct 1.0.0", |
| | 3108 | "ecdsa 0.17.0", |
| | 3109 | "elliptic-curve 0.14.1", |
| | 3110 | "primefield", |
| | 3111 | "primeorder 0.14.0", |
| | 3112 | "sha2 0.11.0", |
| | 3113 | ] |
| | 3114 | |
| | 3115 | [[package]] |
| | 3116 | name = "pageant" |
| | 3117 | version = "0.2.1" |
| | 3118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3119 | checksum = "4f3a5ae18f65a85c67a77d18d42d3606c07948e3c17c1e5f74852b26589e88a5" |
| | 3120 | dependencies = [ |
| | 3121 | "base16ct 1.0.0", |
| | 3122 | "byteorder", |
| | 3123 | "bytes", |
| | 3124 | "delegate", |
| | 3125 | "futures", |
| | 3126 | "log", |
| | 3127 | "rand 0.10.2", |
| | 3128 | "sha2 0.11.0", |
| | 3129 | "thiserror 2.0.19", |
| | 3130 | "tokio", |
| | 3131 | "windows", |
| | 3132 | "windows-strings", |
| | 3133 | ] |
| | 3134 | |
| | 3135 | [[package]] |
| 2504 | name = "parking" | 3136 | name = "parking" |
| 2505 | version = "2.2.1" | 3137 | version = "2.2.1" |
| 2506 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | ] | 3173 | ] |
| 2542 | | 3174 | |
| 2543 | [[package]] | 3175 | [[package]] |
| | 3176 | name = "password-hash" |
| | 3177 | version = "0.6.1" |
| | 3178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3179 | checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b" |
| | 3180 | dependencies = [ |
| | 3181 | "phc", |
| | 3182 | ] |
| | 3183 | |
| | 3184 | [[package]] |
| | 3185 | name = "pbkdf2" |
| | 3186 | version = "0.13.0" |
| | 3187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3188 | checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629" |
| | 3189 | dependencies = [ |
| | 3190 | "digest 0.11.3", |
| | 3191 | "hmac 0.13.0", |
| | 3192 | ] |
| | 3193 | |
| | 3194 | [[package]] |
| 2544 | name = "pear" | 3195 | name = "pear" |
| 2545 | version = "0.2.9" | 3196 | version = "0.2.9" |
| 2546 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | ] | 3224 | ] |
| 2574 | | 3225 | |
| 2575 | [[package]] | 3226 | [[package]] |
| | 3227 | name = "pem-rfc7468" |
| | 3228 | version = "1.0.0" |
| | 3229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3230 | checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9" |
| | 3231 | dependencies = [ |
| | 3232 | "base64ct", |
| | 3233 | ] |
| | 3234 | |
| | 3235 | [[package]] |
| 2576 | name = "percent-encoding" | 3236 | name = "percent-encoding" |
| 2577 | version = "2.3.2" | 3237 | version = "2.3.2" |
| 2578 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2585 | checksum = "1cfa4743b28656065ff4c0ba09e46b357a65e8c00fc2341e89084b82f87cbdf1" | 3245 | checksum = "1cfa4743b28656065ff4c0ba09e46b357a65e8c00fc2341e89084b82f87cbdf1" |
| 2586 | dependencies = [ | 3246 | dependencies = [ |
| 2587 | "aead", | 3247 | "aead 0.5.2", |
| 2588 | "aes", | 3248 | "aes 0.8.4", |
| 2589 | "aes-gcm", | 3249 | "aes-gcm 0.10.3", |
| 2590 | "aes-kw", | 3250 | "aes-kw", |
| 2591 | "argon2", | 3251 | "argon2 0.5.3", |
| 2592 | "base64", | 3252 | "base64", |
| 2593 | "bitfields", | 3253 | "bitfields", |
| 2594 | "block-padding", | 3254 | "block-padding 0.3.3", |
| 2595 | "blowfish", | 3255 | "blowfish 0.9.1", |
| 2596 | "buffer-redux", | 3256 | "buffer-redux", |
| 2597 | "byteorder", | 3257 | "byteorder", |
| 2598 | "bytes", | 3258 | "bytes", |
| 2600 | "camellia", | 3260 | "camellia", |
| 2601 | "cast5", | 3261 | "cast5", |
| 2602 | "cfb-mode", | 3262 | "cfb-mode", |
| 2603 | "cipher", | 3263 | "cipher 0.4.4", |
| 2604 | "const-oid 0.9.6", | 3264 | "const-oid 0.9.6", |
| 2605 | "crc24", | 3265 | "crc24", |
| 2606 | "curve25519-dalek", | 3266 | "curve25519-dalek 4.1.3", |
| 2607 | "cx448", | 3267 | "cx448", |
| 2608 | "derive_builder", | 3268 | "derive_builder", |
| 2609 | "derive_more", | 3269 | "derive_more", |
| 2610 | "des", | 3270 | "des 0.8.1", |
| 2611 | "digest 0.10.7", | 3271 | "digest 0.10.7", |
| 2612 | "dsa", | 3272 | "dsa", |
| 2613 | "eax", | 3273 | "eax", |
| 2614 | "ecdsa", | 3274 | "ecdsa 0.16.9", |
| 2615 | "ed25519-dalek", | 3275 | "ed25519-dalek 2.2.0", |
| 2616 | "elliptic-curve", | 3276 | "elliptic-curve 0.13.8", |
| 2617 | "flate2", | 3277 | "flate2", |
| 2618 | "generic-array", | 3278 | "generic-array 0.14.9", |
| 2619 | "hex", | 3279 | "hex", |
| 2620 | "hkdf 0.12.4", | 3280 | "hkdf 0.12.4", |
| 2621 | "idea", | 3281 | "idea", |
| 2628 | "num-traits", | 3288 | "num-traits", |
| 2629 | "num_enum", | 3289 | "num_enum", |
| 2630 | "ocb3", | 3290 | "ocb3", |
| 2631 | "p256", | 3291 | "p256 0.13.2", |
| 2632 | "p384", | 3292 | "p384 0.13.1", |
| 2633 | "p521", | 3293 | "p521 0.13.3", |
| 2634 | "rand 0.8.7", | 3294 | "rand 0.8.7", |
| 2635 | "replace_with", | 3295 | "replace_with", |
| 2636 | "ripemd", | 3296 | "ripemd", |
| 2637 | "rsa", | 3297 | "rsa 0.9.10", |
| 2638 | "sha1 0.10.7", | 3298 | "sha1 0.10.7", |
| 2639 | "sha1-checked", | 3299 | "sha1-checked", |
| 2640 | "sha2 0.10.9", | 3300 | "sha2 0.10.9", |
| 2641 | "sha3", | 3301 | "sha3 0.10.9", |
| 2642 | "signature", | 3302 | "signature 2.2.0", |
| 2643 | "smallvec", | 3303 | "smallvec", |
| 2644 | "snafu", | 3304 | "snafu", |
| 2645 | "subtle", | 3305 | "subtle", |
| 2649 | ] | 3309 | ] |
| 2650 | | 3310 | |
| 2651 | [[package]] | 3311 | [[package]] |
| | 3312 | name = "phc" |
| | 3313 | version = "0.6.1" |
| | 3314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3315 | checksum = "44dc769b75f93afdddd8c7fa12d685292ddeff1e66f7f0f3a234cf1818afe892" |
| | 3316 | dependencies = [ |
| | 3317 | "base64ct", |
| | 3318 | "ctutils", |
| | 3319 | ] |
| | 3320 | |
| | 3321 | [[package]] |
| 2652 | name = "phf" | 3322 | name = "phf" |
| 2653 | version = "0.13.1" | 3323 | version = "0.13.1" |
| 2654 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2700 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" | 3370 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 2701 | dependencies = [ | 3371 | dependencies = [ |
| 2702 | "der", | 3372 | "der 0.7.10", |
| 2703 | "pkcs8", | 3373 | "pkcs8 0.10.2", |
| 2704 | "spki", | 3374 | "spki 0.7.3", |
| | 3375 | ] |
| | 3376 | |
| | 3377 | [[package]] |
| | 3378 | name = "pkcs1" |
| | 3379 | version = "0.8.0-rc.4" |
| | 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3381 | checksum = "986d2e952779af96ea048f160fd9194e1751b4faea78bcf3ceb456efe008088e" |
| | 3382 | dependencies = [ |
| | 3383 | "der 0.8.1", |
| | 3384 | "spki 0.8.0", |
| | 3385 | ] |
| | 3386 | |
| | 3387 | [[package]] |
| | 3388 | name = "pkcs5" |
| | 3389 | version = "0.8.1" |
| | 3390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3391 | checksum = "63d440a804ec8d6fafbb6b84471e013286658d373248927692ab3366686220ca" |
| | 3392 | dependencies = [ |
| | 3393 | "aes 0.9.1", |
| | 3394 | "aes-gcm 0.11.0", |
| | 3395 | "cbc", |
| | 3396 | "der 0.8.1", |
| | 3397 | "pbkdf2", |
| | 3398 | "rand_core 0.10.1", |
| | 3399 | "scrypt", |
| | 3400 | "sha2 0.11.0", |
| | 3401 | "spki 0.8.0", |
| 2705 | ] | 3402 | ] |
| 2706 | | 3403 | |
| 2707 | [[package]] | 3404 | [[package]] |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" | 3408 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 2712 | dependencies = [ | 3409 | dependencies = [ |
| 2713 | "der", | 3410 | "der 0.7.10", |
| 2714 | "spki", | 3411 | "spki 0.7.3", |
| | 3412 | ] |
| | 3413 | |
| | 3414 | [[package]] |
| | 3415 | name = "pkcs8" |
| | 3416 | version = "0.11.0" |
| | 3417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3418 | checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7" |
| | 3419 | dependencies = [ |
| | 3420 | "der 0.8.1", |
| | 3421 | "pkcs5", |
| | 3422 | "rand_core 0.10.1", |
| | 3423 | "spki 0.8.0", |
| 2715 | ] | 3424 | ] |
| 2716 | | 3425 | |
| 2717 | [[package]] | 3426 | [[package]] |
| 2721 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" | 3430 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 2722 | | 3431 | |
| 2723 | [[package]] | 3432 | [[package]] |
| | 3433 | name = "poly1305" |
| | 3434 | version = "0.9.1" |
| | 3435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3436 | checksum = "6e2d0073b297041425c7c3df6eb4792d598a15323fe63346852b092eca02904c" |
| | 3437 | dependencies = [ |
| | 3438 | "cpufeatures 0.3.0", |
| | 3439 | "universal-hash 0.6.1", |
| | 3440 | "zeroize", |
| | 3441 | ] |
| | 3442 | |
| | 3443 | [[package]] |
| 2724 | name = "polyval" | 3444 | name = "polyval" |
| 2725 | version = "0.6.2" | 3445 | version = "0.6.2" |
| 2726 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2729 | "cfg-if", | 3449 | "cfg-if", |
| 2730 | "cpufeatures 0.2.17", | 3450 | "cpufeatures 0.2.17", |
| 2731 | "opaque-debug", | 3451 | "opaque-debug", |
| 2732 | "universal-hash", | 3452 | "universal-hash 0.5.1", |
| | 3453 | ] |
| | 3454 | |
| | 3455 | [[package]] |
| | 3456 | name = "polyval" |
| | 3457 | version = "0.7.3" |
| | 3458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3459 | checksum = "f0fa31d631f2b2cb2a544d0aa321ce847a94764d701ca2becc411138b93d49cd" |
| | 3460 | dependencies = [ |
| | 3461 | "cpubits", |
| | 3462 | "cpufeatures 0.3.0", |
| | 3463 | "universal-hash 0.6.1", |
| 2733 | ] | 3464 | ] |
| 2734 | | 3465 | |
| 2735 | [[package]] | 3466 | [[package]] |
| 2769 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | 3500 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 2770 | | 3501 | |
| 2771 | [[package]] | 3502 | [[package]] |
| | 3503 | name = "primefield" |
| | 3504 | version = "0.14.0" |
| | 3505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3506 | checksum = "c555a6e4eb7d4e158fcb028c835c3b8642206ddc279b5c6b202ef9a8bdb592f4" |
| | 3507 | dependencies = [ |
| | 3508 | "crypto-bigint 0.7.5", |
| | 3509 | "crypto-common 0.2.2", |
| | 3510 | "ff 0.14.0", |
| | 3511 | "rand_core 0.10.1", |
| | 3512 | "subtle", |
| | 3513 | "zeroize", |
| | 3514 | ] |
| | 3515 | |
| | 3516 | [[package]] |
| 2772 | name = "primeorder" | 3517 | name = "primeorder" |
| 2773 | version = "0.13.6" | 3518 | version = "0.13.6" |
| 2774 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2775 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" | 3520 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
| 2776 | dependencies = [ | 3521 | dependencies = [ |
| 2777 | "elliptic-curve", | 3522 | "elliptic-curve 0.13.8", |
| | 3523 | ] |
| | 3524 | |
| | 3525 | [[package]] |
| | 3526 | name = "primeorder" |
| | 3527 | version = "0.14.0" |
| | 3528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3529 | checksum = "5c9f42978c78a00e3d68f69fc03e57a234debae69da4020a4fb588fcdcd07b06" |
| | 3530 | dependencies = [ |
| | 3531 | "elliptic-curve 0.14.1", |
| | 3532 | "once_cell", |
| | 3533 | "primefield", |
| | 3534 | "serdect 0.4.3", |
| | 3535 | "wnaf", |
| 2778 | ] | 3536 | ] |
| 2779 | | 3537 | |
| 2780 | [[package]] | 3538 | [[package]] |
| 2963 | ] | 3721 | ] |
| 2964 | | 3722 | |
| 2965 | [[package]] | 3723 | [[package]] |
| | 3724 | name = "rfc6979" |
| | 3725 | version = "0.6.0" |
| | 3726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3727 | checksum = "b4a459cddafb3fe76b31fd8f1108007566c40301feb64dc7b54656eb7388172b" |
| | 3728 | dependencies = [ |
| | 3729 | "crypto-bigint 0.7.5", |
| | 3730 | "hmac 0.13.0", |
| | 3731 | ] |
| | 3732 | |
| | 3733 | [[package]] |
| 2966 | name = "ripemd" | 3734 | name = "ripemd" |
| 2967 | version = "0.1.3" | 3735 | version = "0.1.3" |
| 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2975 | name = "rpassword" | 3743 | name = "rpassword" |
| 2976 | version = "7.5.4" | 3744 | version = "7.5.4" |
| 2977 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2978 | checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" | 3746 | checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" |
| | 3747 | dependencies = [ |
| | 3748 | "libc", |
| | 3749 | "rtoolbox", |
| | 3750 | "windows-sys 0.61.2", |
| | 3751 | ] |
| | 3752 | |
| | 3753 | [[package]] |
| | 3754 | name = "rsa" |
| | 3755 | version = "0.9.10" |
| | 3756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3757 | checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| | 3758 | dependencies = [ |
| | 3759 | "const-oid 0.9.6", |
| | 3760 | "digest 0.10.7", |
| | 3761 | "num-bigint-dig", |
| | 3762 | "num-integer", |
| | 3763 | "num-traits", |
| | 3764 | "pkcs1 0.7.5", |
| | 3765 | "pkcs8 0.10.2", |
| | 3766 | "rand_core 0.6.4", |
| | 3767 | "sha2 0.10.9", |
| | 3768 | "signature 2.2.0", |
| | 3769 | "spki 0.7.3", |
| | 3770 | "subtle", |
| | 3771 | "zeroize", |
| | 3772 | ] |
| | 3773 | |
| | 3774 | [[package]] |
| | 3775 | name = "rsa" |
| | 3776 | version = "0.10.0-rc.18" |
| | 3777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3778 | checksum = "30b2aa4ba0d89f73d1e332df05be0eeab8840351c36ca5654341dfdb57bb3caf" |
| | 3779 | dependencies = [ |
| | 3780 | "const-oid 0.10.2", |
| | 3781 | "crypto-bigint 0.7.5", |
| | 3782 | "crypto-primes", |
| | 3783 | "digest 0.11.3", |
| | 3784 | "pkcs1 0.8.0-rc.4", |
| | 3785 | "pkcs8 0.11.0", |
| | 3786 | "rand_core 0.10.1", |
| | 3787 | "sha2 0.11.0", |
| | 3788 | "signature 3.0.0", |
| | 3789 | "spki 0.8.0", |
| | 3790 | "zeroize", |
| | 3791 | ] |
| | 3792 | |
| | 3793 | [[package]] |
| | 3794 | name = "rtoolbox" |
| | 3795 | version = "0.0.5" |
| | 3796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3797 | checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" |
| 2979 | dependencies = [ | 3798 | dependencies = [ |
| 2980 | "libc", | 3799 | "libc", |
| 2981 | "rtoolbox", | 3800 | "windows-sys 0.59.0", |
| 2982 | "windows-sys 0.61.2", | | |
| 2983 | ] | 3801 | ] |
| 2984 | | 3802 | |
| 2985 | [[package]] | 3803 | [[package]] |
| 2986 | name = "rsa" | 3804 | name = "russh" |
| 2987 | version = "0.9.10" | 3805 | version = "0.62.4" |
| 2988 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2989 | checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" | 3807 | checksum = "b8b67b5a0d8068c89dcbe9d95df986af7a851d1f3c604525274c37468e60464f" |
| 2990 | dependencies = [ | 3808 | dependencies = [ |
| 2991 | "const-oid 0.9.6", | 3809 | "aes 0.9.1", |
| 2992 | "digest 0.10.7", | 3810 | "aws-lc-rs", |
| 2993 | "num-bigint-dig", | 3811 | "bitflags", |
| 2994 | "num-integer", | 3812 | "block-padding 0.4.2", |
| 2995 | "num-traits", | 3813 | "byteorder", |
| 2996 | "pkcs1", | 3814 | "bytes", |
| 2997 | "pkcs8", | 3815 | "cbc", |
| 2998 | "rand_core 0.6.4", | 3816 | "cipher 0.5.2", |
| 2999 | "sha2 0.10.9", | 3817 | "crypto-bigint 0.7.5", |
| 3000 | "signature", | 3818 | "ctr 0.10.1", |
| 3001 | "spki", | 3819 | "curve25519-dalek 5.0.0", |
| | 3820 | "data-encoding", |
| | 3821 | "delegate", |
| | 3822 | "der 0.8.1", |
| | 3823 | "digest 0.11.3", |
| | 3824 | "ecdsa 0.17.0", |
| | 3825 | "ed25519-dalek 3.0.0", |
| | 3826 | "elliptic-curve 0.14.1", |
| | 3827 | "enum_dispatch", |
| | 3828 | "flate2", |
| | 3829 | "futures", |
| | 3830 | "generic-array 1.4.4", |
| | 3831 | "getrandom 0.4.3", |
| | 3832 | "ghash 0.6.0", |
| | 3833 | "hex-literal", |
| | 3834 | "hmac 0.13.0", |
| | 3835 | "inout 0.2.2", |
| | 3836 | "internal-russh-num-bigint", |
| | 3837 | "keccak 0.2.0", |
| | 3838 | "log", |
| | 3839 | "md5", |
| | 3840 | "ml-kem", |
| | 3841 | "module-lattice", |
| | 3842 | "num-bigint", |
| | 3843 | "p256 0.14.0", |
| | 3844 | "p384 0.14.0", |
| | 3845 | "p521 0.14.0", |
| | 3846 | "pageant", |
| | 3847 | "pbkdf2", |
| | 3848 | "pkcs1 0.8.0-rc.4", |
| | 3849 | "pkcs5", |
| | 3850 | "pkcs8 0.11.0", |
| | 3851 | "polyval 0.7.3", |
| | 3852 | "rand 0.10.2", |
| | 3853 | "rand_core 0.10.1", |
| | 3854 | "rsa 0.10.0-rc.18", |
| | 3855 | "russh-cryptovec", |
| | 3856 | "russh-util", |
| | 3857 | "salsa20", |
| | 3858 | "scrypt", |
| | 3859 | "sec1 0.8.1", |
| | 3860 | "sha1 0.11.0", |
| | 3861 | "sha2 0.11.0", |
| | 3862 | "sha3 0.12.0", |
| | 3863 | "signature 3.0.0", |
| | 3864 | "spki 0.8.0", |
| | 3865 | "ssh-encoding 0.3.0", |
| | 3866 | "ssh-key 0.7.0-rc.11", |
| 3002 | "subtle", | 3867 | "subtle", |
| | 3868 | "thiserror 2.0.19", |
| | 3869 | "tokio", |
| | 3870 | "typenum", |
| | 3871 | "universal-hash 0.6.1", |
| 3003 | "zeroize", | 3872 | "zeroize", |
| 3004 | ] | 3873 | ] |
| 3005 | | 3874 | |
| 3006 | [[package]] | 3875 | [[package]] |
| 3007 | name = "rtoolbox" | 3876 | name = "russh-cryptovec" |
| 3008 | version = "0.0.5" | 3877 | version = "0.62.0" |
| 3009 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3010 | checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" | 3879 | checksum = "3aec6cb630dbe85d72ffd7bcd95f07e1bd69f9f270ee8adfa1afe443a6331438" |
| 3011 | dependencies = [ | 3880 | dependencies = [ |
| 3012 | "libc", | 3881 | "log", |
| 3013 | "windows-sys 0.59.0", | 3882 | "nix", |
| | 3883 | "ssh-encoding 0.3.0", |
| | 3884 | "windows-sys 0.61.2", |
| | 3885 | ] |
| | 3886 | |
| | 3887 | [[package]] |
| | 3888 | name = "russh-util" |
| | 3889 | version = "0.52.0" |
| | 3890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3891 | checksum = "668424a5dde0bcb45b55ba7de8476b93831b4aa2fa6947e145f3b053e22c60b6" |
| | 3892 | dependencies = [ |
| | 3893 | "chrono", |
| | 3894 | "tokio", |
| | 3895 | "wasm-bindgen", |
| | 3896 | "wasm-bindgen-futures", |
| 3014 | ] | 3897 | ] |
| 3015 | | 3898 | |
| 3016 | [[package]] | 3899 | [[package]] |
| 3089 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" | 3972 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 3090 | | 3973 | |
| 3091 | [[package]] | 3974 | [[package]] |
| | 3975 | name = "salsa20" |
| | 3976 | version = "0.11.0" |
| | 3977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 3978 | checksum = "2f874456e72520ff1375a06c588eaf074b0f01f9e9e1aada45bd9b7954a6e42c" |
| | 3979 | dependencies = [ |
| | 3980 | "cfg-if", |
| | 3981 | "cipher 0.5.2", |
| | 3982 | ] |
| | 3983 | |
| | 3984 | [[package]] |
| 3092 | name = "same-file" | 3985 | name = "same-file" |
| 3093 | version = "1.0.6" | 3986 | version = "1.0.6" |
| 3094 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3113 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | 4006 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 3114 | | 4007 | |
| 3115 | [[package]] | 4008 | [[package]] |
| | 4009 | name = "scrypt" |
| | 4010 | version = "0.12.0" |
| | 4011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4012 | checksum = "d87af57419b594aa23fa95f09f0e06d80d84ba01c26148c43844cad6ff4485f0" |
| | 4013 | dependencies = [ |
| | 4014 | "cfg-if", |
| | 4015 | "pbkdf2", |
| | 4016 | "salsa20", |
| | 4017 | "sha2 0.11.0", |
| | 4018 | ] |
| | 4019 | |
| | 4020 | [[package]] |
| 3116 | name = "sec1" | 4021 | name = "sec1" |
| 3117 | version = "0.7.3" | 4022 | version = "0.7.3" |
| 3118 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3119 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" | 4024 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
| 3120 | dependencies = [ | 4025 | dependencies = [ |
| 3121 | "base16ct", | 4026 | "base16ct 0.2.0", |
| 3122 | "der", | 4027 | "der 0.7.10", |
| 3123 | "generic-array", | 4028 | "generic-array 0.14.9", |
| 3124 | "pkcs8", | 4029 | "pkcs8 0.10.2", |
| 3125 | "serdect 0.2.0", | 4030 | "serdect 0.2.0", |
| 3126 | "subtle", | 4031 | "subtle", |
| 3127 | "zeroize", | 4032 | "zeroize", |
| 3128 | ] | 4033 | ] |
| 3129 | | 4034 | |
| 3130 | [[package]] | 4035 | [[package]] |
| | 4036 | name = "sec1" |
| | 4037 | version = "0.8.1" |
| | 4038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4039 | checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d" |
| | 4040 | dependencies = [ |
| | 4041 | "base16ct 1.0.0", |
| | 4042 | "ctutils", |
| | 4043 | "der 0.8.1", |
| | 4044 | "hybrid-array", |
| | 4045 | "subtle", |
| | 4046 | "zeroize", |
| | 4047 | ] |
| | 4048 | |
| | 4049 | [[package]] |
| 3131 | name = "security-framework" | 4050 | name = "security-framework" |
| 3132 | version = "3.7.0" | 4051 | version = "3.7.0" |
| 3133 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3238 | checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" | 4157 | checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" |
| 3239 | dependencies = [ | 4158 | dependencies = [ |
| 3240 | "base16ct", | 4159 | "base16ct 0.2.0", |
| 3241 | "serde", | 4160 | "serde", |
| 3242 | ] | 4161 | ] |
| 3243 | | 4162 | |
| 3247 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3248 | checksum = "f42f67da2385b51a5f9652db9c93d78aeaf7610bf5ec366080b6de810604af53" | 4167 | checksum = "f42f67da2385b51a5f9652db9c93d78aeaf7610bf5ec366080b6de810604af53" |
| 3249 | dependencies = [ | 4168 | dependencies = [ |
| 3250 | "base16ct", | 4169 | "base16ct 0.2.0", |
| | 4170 | "serde", |
| | 4171 | ] |
| | 4172 | |
| | 4173 | [[package]] |
| | 4174 | name = "serdect" |
| | 4175 | version = "0.4.3" |
| | 4176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4177 | checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e" |
| | 4178 | dependencies = [ |
| | 4179 | "base16ct 1.0.0", |
| 3251 | "serde", | 4180 | "serde", |
| 3252 | ] | 4181 | ] |
| 3253 | | 4182 | |
| 3313 | checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" | 4242 | checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" |
| 3314 | dependencies = [ | 4243 | dependencies = [ |
| 3315 | "digest 0.10.7", | 4244 | "digest 0.10.7", |
| 3316 | "keccak", | 4245 | "keccak 0.1.6", |
| | 4246 | ] |
| | 4247 | |
| | 4248 | [[package]] |
| | 4249 | name = "sha3" |
| | 4250 | version = "0.11.0" |
| | 4251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4252 | checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" |
| | 4253 | dependencies = [ |
| | 4254 | "digest 0.11.3", |
| | 4255 | "keccak 0.2.0", |
| | 4256 | ] |
| | 4257 | |
| | 4258 | [[package]] |
| | 4259 | name = "sha3" |
| | 4260 | version = "0.12.0" |
| | 4261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4262 | checksum = "bc9bad02c26382724b2d2692c6f179285e4b54eeecd7968f52a50059c3c11759" |
| | 4263 | dependencies = [ |
| | 4264 | "digest 0.11.3", |
| | 4265 | "keccak 0.2.0", |
| | 4266 | "sponge-cursor", |
| 3317 | ] | 4267 | ] |
| 3318 | | 4268 | |
| 3319 | [[package]] | 4269 | [[package]] |
| 3352 | ] | 4302 | ] |
| 3353 | | 4303 | |
| 3354 | [[package]] | 4304 | [[package]] |
| | 4305 | name = "signature" |
| | 4306 | version = "3.0.0" |
| | 4307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4308 | checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5" |
| | 4309 | dependencies = [ |
| | 4310 | "digest 0.11.3", |
| | 4311 | "rand_core 0.10.1", |
| | 4312 | ] |
| | 4313 | |
| | 4314 | [[package]] |
| 3355 | name = "simd-adler32" | 4315 | name = "simd-adler32" |
| 3356 | version = "0.3.10" | 4316 | version = "0.3.10" |
| 3357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3431 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" | 4391 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 3432 | dependencies = [ | 4392 | dependencies = [ |
| 3433 | "base64ct", | 4393 | "base64ct", |
| 3434 | "der", | 4394 | "der 0.7.10", |
| 3435 | ] | 4395 | ] |
| 3436 | | 4396 | |
| 3437 | [[package]] | 4397 | [[package]] |
| | 4398 | name = "spki" |
| | 4399 | version = "0.8.0" |
| | 4400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4401 | checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f" |
| | 4402 | dependencies = [ |
| | 4403 | "base64ct", |
| | 4404 | "der 0.8.1", |
| | 4405 | ] |
| | 4406 | |
| | 4407 | [[package]] |
| | 4408 | name = "sponge-cursor" |
| | 4409 | version = "0.1.0" |
| | 4410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4411 | checksum = "3a0219bd7d979d58245a4f41f695e1ac9f8befdffadd7f61f1bae9e39abc6620" |
| | 4412 | |
| | 4413 | [[package]] |
| 3438 | name = "sqlx" | 4414 | name = "sqlx" |
| 3439 | version = "0.9.0" | 4415 | version = "0.9.0" |
| 3440 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3534 | "either", | 4510 | "either", |
| 3535 | "futures-core", | 4511 | "futures-core", |
| 3536 | "futures-util", | 4512 | "futures-util", |
| 3537 | "generic-array", | 4513 | "generic-array 0.14.9", |
| 3538 | "log", | 4514 | "log", |
| 3539 | "percent-encoding", | 4515 | "percent-encoding", |
| 3540 | "serde", | 4516 | "serde", |
| 3607 | [[package]] | 4583 | [[package]] |
| 3608 | name = "ssh" | 4584 | name = "ssh" |
| 3609 | version = "0.1.0" | 4585 | version = "0.1.0" |
| | 4586 | dependencies = [ |
| | 4587 | "auth", |
| | 4588 | "config", |
| | 4589 | "git", |
| | 4590 | "model", |
| | 4591 | "rand_core 0.6.4", |
| | 4592 | "russh", |
| | 4593 | "ssh-key 0.6.7", |
| | 4594 | "store", |
| | 4595 | "tempfile", |
| | 4596 | "thiserror 2.0.19", |
| | 4597 | "tokio", |
| | 4598 | "tracing", |
| | 4599 | ] |
| 3610 | | 4600 | |
| 3611 | [[package]] | 4601 | [[package]] |
| 3612 | name = "ssh-cipher" | 4602 | name = "ssh-cipher" |
| 3614 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3615 | checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f" | 4605 | checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f" |
| 3616 | dependencies = [ | 4606 | dependencies = [ |
| 3617 | "cipher", | 4607 | "cipher 0.4.4", |
| 3618 | "ssh-encoding", | 4608 | "ssh-encoding 0.2.0", |
| | 4609 | ] |
| | 4610 | |
| | 4611 | [[package]] |
| | 4612 | name = "ssh-cipher" |
| | 4613 | version = "0.3.0" |
| | 4614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4615 | checksum = "d801accda99469cde6d73da741422610fdf6508a72d9a69d1b55cb241c720597" |
| | 4616 | dependencies = [ |
| | 4617 | "aead 0.6.1", |
| | 4618 | "aes 0.9.1", |
| | 4619 | "aes-gcm 0.11.0", |
| | 4620 | "chacha20", |
| | 4621 | "cipher 0.5.2", |
| | 4622 | "ctutils", |
| | 4623 | "des 0.9.0", |
| | 4624 | "poly1305", |
| | 4625 | "ssh-encoding 0.3.0", |
| | 4626 | "zeroize", |
| 3619 | ] | 4627 | ] |
| 3620 | | 4628 | |
| 3621 | [[package]] | 4629 | [[package]] |
| 3625 | checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15" | 4633 | checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15" |
| 3626 | dependencies = [ | 4634 | dependencies = [ |
| 3627 | "base64ct", | 4635 | "base64ct", |
| 3628 | "pem-rfc7468", | 4636 | "pem-rfc7468 0.7.0", |
| 3629 | "sha2 0.10.9", | 4637 | "sha2 0.10.9", |
| 3630 | ] | 4638 | ] |
| 3631 | | 4639 | |
| 3632 | [[package]] | 4640 | [[package]] |
| | 4641 | name = "ssh-encoding" |
| | 4642 | version = "0.3.0" |
| | 4643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4644 | checksum = "7b54d0ed0498daf3f78d82e00e28c8eec9d75a067c4cfbcc7a0f7d0f4077749e" |
| | 4645 | dependencies = [ |
| | 4646 | "base64ct", |
| | 4647 | "bytes", |
| | 4648 | "crypto-bigint 0.7.5", |
| | 4649 | "ctutils", |
| | 4650 | "digest 0.11.3", |
| | 4651 | "pem-rfc7468 1.0.0", |
| | 4652 | "zeroize", |
| | 4653 | ] |
| | 4654 | |
| | 4655 | [[package]] |
| 3633 | name = "ssh-key" | 4656 | name = "ssh-key" |
| 3634 | version = "0.6.7" | 4657 | version = "0.6.7" |
| 3635 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3636 | checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3" | 4659 | checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3" |
| 3637 | dependencies = [ | 4660 | dependencies = [ |
| 3638 | "ed25519-dalek", | 4661 | "ed25519-dalek 2.2.0", |
| 3639 | "num-bigint-dig", | 4662 | "num-bigint-dig", |
| 3640 | "p256", | 4663 | "p256 0.13.2", |
| 3641 | "p384", | 4664 | "p384 0.13.1", |
| 3642 | "p521", | 4665 | "p521 0.13.3", |
| 3643 | "rand_core 0.6.4", | 4666 | "rand_core 0.6.4", |
| 3644 | "rsa", | 4667 | "rsa 0.9.10", |
| 3645 | "sec1", | 4668 | "sec1 0.7.3", |
| 3646 | "sha2 0.10.9", | 4669 | "sha2 0.10.9", |
| 3647 | "signature", | 4670 | "signature 2.2.0", |
| 3648 | "ssh-cipher", | 4671 | "ssh-cipher 0.2.0", |
| 3649 | "ssh-encoding", | 4672 | "ssh-encoding 0.2.0", |
| 3650 | "subtle", | 4673 | "subtle", |
| 3651 | "zeroize", | 4674 | "zeroize", |
| 3652 | ] | 4675 | ] |
| 3653 | | 4676 | |
| 3654 | [[package]] | 4677 | [[package]] |
| | 4678 | name = "ssh-key" |
| | 4679 | version = "0.7.0-rc.11" |
| | 4680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 4681 | checksum = "f9a32fae177b74a22aa9c5b01bf7e68b33545be32d9e381e248058d2adc15ce3" |
| | 4682 | dependencies = [ |
| | 4683 | "argon2 0.6.0-rc.8", |
| | 4684 | "bcrypt-pbkdf", |
| | 4685 | "ctutils", |
| | 4686 | "ed25519-dalek 3.0.0", |
| | 4687 | "hex", |
| | 4688 | "hmac 0.13.0", |
| | 4689 | "p256 0.14.0", |
| | 4690 | "p384 0.14.0", |
| | 4691 | "p521 0.14.0", |
| | 4692 | "rand_core 0.10.1", |
| | 4693 | "rsa 0.10.0-rc.18", |
| | 4694 | "sec1 0.8.1", |
| | 4695 | "sha1 0.11.0", |
| | 4696 | "sha2 0.11.0", |
| | 4697 | "signature 3.0.0", |
| | 4698 | "ssh-cipher 0.3.0", |
| | 4699 | "ssh-encoding 0.3.0", |
| | 4700 | "zeroize", |
| | 4701 | ] |
| | 4702 | |
| | 4703 | [[package]] |
| 3655 | name = "stable_deref_trait" | 4704 | name = "stable_deref_trait" |
| 3656 | version = "1.2.1" | 4705 | version = "1.2.1" |
| 3657 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4156 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4157 | checksum = "a78e83a30223c757c3947cd144a31014ff04298d8719ae10d03c31c0448c8013" | 5206 | checksum = "a78e83a30223c757c3947cd144a31014ff04298d8719ae10d03c31c0448c8013" |
| 4158 | dependencies = [ | 5207 | dependencies = [ |
| 4159 | "cipher", | 5208 | "cipher 0.4.4", |
| 4160 | ] | 5209 | ] |
| 4161 | | 5210 | |
| 4162 | [[package]] | 5211 | [[package]] |
| 4246 | ] | 5295 | ] |
| 4247 | | 5296 | |
| 4248 | [[package]] | 5297 | [[package]] |
| | 5298 | name = "universal-hash" |
| | 5299 | version = "0.6.1" |
| | 5300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5301 | checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96" |
| | 5302 | dependencies = [ |
| | 5303 | "crypto-common 0.2.2", |
| | 5304 | "ctutils", |
| | 5305 | ] |
| | 5306 | |
| | 5307 | [[package]] |
| | 5308 | name = "untrusted" |
| | 5309 | version = "0.7.1" |
| | 5310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5311 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| | 5312 | |
| | 5313 | [[package]] |
| 4249 | name = "url" | 5314 | name = "url" |
| 4250 | version = "2.5.8" | 5315 | version = "2.5.8" |
| 4251 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4343 | ] | 5408 | ] |
| 4344 | | 5409 | |
| 4345 | [[package]] | 5410 | [[package]] |
| | 5411 | name = "wasm-bindgen-futures" |
| | 5412 | version = "0.4.76" |
| | 5413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5414 | checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" |
| | 5415 | dependencies = [ |
| | 5416 | "js-sys", |
| | 5417 | "wasm-bindgen", |
| | 5418 | ] |
| | 5419 | |
| | 5420 | [[package]] |
| 4346 | name = "wasm-bindgen-macro" | 5421 | name = "wasm-bindgen-macro" |
| 4347 | version = "0.2.126" | 5422 | version = "0.2.126" |
| 4348 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4444 | ] | 5519 | ] |
| 4445 | | 5520 | |
| 4446 | [[package]] | 5521 | [[package]] |
| | 5522 | name = "windows" |
| | 5523 | version = "0.62.2" |
| | 5524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5525 | checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| | 5526 | dependencies = [ |
| | 5527 | "windows-collections", |
| | 5528 | "windows-core", |
| | 5529 | "windows-future", |
| | 5530 | "windows-numerics", |
| | 5531 | ] |
| | 5532 | |
| | 5533 | [[package]] |
| | 5534 | name = "windows-collections" |
| | 5535 | version = "0.3.2" |
| | 5536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5537 | checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| | 5538 | dependencies = [ |
| | 5539 | "windows-core", |
| | 5540 | ] |
| | 5541 | |
| | 5542 | [[package]] |
| | 5543 | name = "windows-core" |
| | 5544 | version = "0.62.2" |
| | 5545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5546 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| | 5547 | dependencies = [ |
| | 5548 | "windows-implement", |
| | 5549 | "windows-interface", |
| | 5550 | "windows-link", |
| | 5551 | "windows-result", |
| | 5552 | "windows-strings", |
| | 5553 | ] |
| | 5554 | |
| | 5555 | [[package]] |
| | 5556 | name = "windows-future" |
| | 5557 | version = "0.3.2" |
| | 5558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5559 | checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| | 5560 | dependencies = [ |
| | 5561 | "windows-core", |
| | 5562 | "windows-link", |
| | 5563 | "windows-threading", |
| | 5564 | ] |
| | 5565 | |
| | 5566 | [[package]] |
| | 5567 | name = "windows-implement" |
| | 5568 | version = "0.60.2" |
| | 5569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5570 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| | 5571 | dependencies = [ |
| | 5572 | "proc-macro2", |
| | 5573 | "quote", |
| | 5574 | "syn 2.0.119", |
| | 5575 | ] |
| | 5576 | |
| | 5577 | [[package]] |
| | 5578 | name = "windows-interface" |
| | 5579 | version = "0.59.3" |
| | 5580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5581 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| | 5582 | dependencies = [ |
| | 5583 | "proc-macro2", |
| | 5584 | "quote", |
| | 5585 | "syn 2.0.119", |
| | 5586 | ] |
| | 5587 | |
| | 5588 | [[package]] |
| 4447 | name = "windows-link" | 5589 | name = "windows-link" |
| 4448 | version = "0.2.1" | 5590 | version = "0.2.1" |
| 4449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4450 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | 5592 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 4451 | | 5593 | |
| 4452 | [[package]] | 5594 | [[package]] |
| | 5595 | name = "windows-numerics" |
| | 5596 | version = "0.3.1" |
| | 5597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5598 | checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| | 5599 | dependencies = [ |
| | 5600 | "windows-core", |
| | 5601 | "windows-link", |
| | 5602 | ] |
| | 5603 | |
| | 5604 | [[package]] |
| | 5605 | name = "windows-result" |
| | 5606 | version = "0.4.1" |
| | 5607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5608 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| | 5609 | dependencies = [ |
| | 5610 | "windows-link", |
| | 5611 | ] |
| | 5612 | |
| | 5613 | [[package]] |
| | 5614 | name = "windows-strings" |
| | 5615 | version = "0.5.1" |
| | 5616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5617 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| | 5618 | dependencies = [ |
| | 5619 | "windows-link", |
| | 5620 | ] |
| | 5621 | |
| | 5622 | [[package]] |
| 4453 | name = "windows-sys" | 5623 | name = "windows-sys" |
| 4454 | version = "0.59.0" | 5624 | version = "0.59.0" |
| 4455 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4484 | ] | 5654 | ] |
| 4485 | | 5655 | |
| 4486 | [[package]] | 5656 | [[package]] |
| | 5657 | name = "windows-threading" |
| | 5658 | version = "0.2.1" |
| | 5659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5660 | checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| | 5661 | dependencies = [ |
| | 5662 | "windows-link", |
| | 5663 | ] |
| | 5664 | |
| | 5665 | [[package]] |
| 4487 | name = "windows_aarch64_gnullvm" | 5666 | name = "windows_aarch64_gnullvm" |
| 4488 | version = "0.52.6" | 5667 | version = "0.52.6" |
| 4489 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4547 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" | 5726 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 4548 | | 5727 | |
| 4549 | [[package]] | 5728 | [[package]] |
| | 5729 | name = "wnaf" |
| | 5730 | version = "0.14.0" |
| | 5731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| | 5732 | checksum = "ab12e7090f27e2ffd9322651492942d50c2926094af30601e1964337db39daf1" |
| | 5733 | dependencies = [ |
| | 5734 | "ff 0.14.0", |
| | 5735 | "group 0.14.0", |
| | 5736 | "hybrid-array", |
| | 5737 | ] |
| | 5738 | |
| | 5739 | [[package]] |
| 4550 | name = "writeable" | 5740 | name = "writeable" |
| 4551 | version = "0.6.3" | 5741 | version = "0.6.3" |
| 4552 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4567 | source = "registry+https://github.com/rust-lang/crates.io-index" | 5757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4568 | checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" | 5758 | checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" |
| 4569 | dependencies = [ | 5759 | dependencies = [ |
| 4570 | "curve25519-dalek", | 5760 | "curve25519-dalek 4.1.3", |
| 4571 | "rand_core 0.6.4", | 5761 | "rand_core 0.6.4", |
| 4572 | "serde", | 5762 | "serde", |
| 4573 | "zeroize", | 5763 | "zeroize", |