diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 12:02:30 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 12:02:30 +0000 |
| commit | 319c1c7e524bfb78a3f686041e5af2ed60ea182d (patch) | |
| tree | 36d60c1f86353d4ab5c0580d9ce16f021f3c1c1f /Cargo.lock | |
| parent | aa40780d6f1710a386dcaa2e73730ba50634eaed (diff) | |
remove unused dependencies from ngit-grasp and grasp-audit
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 162 |
1 files changed, 0 insertions, 162 deletions
| @@ -28,15 +28,6 @@ dependencies = [ | |||
| 28 | ] | 28 | ] |
| 29 | 29 | ||
| 30 | [[package]] | 30 | [[package]] |
| 31 | name = "android_system_properties" | ||
| 32 | version = "0.1.5" | ||
| 33 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 34 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | ||
| 35 | dependencies = [ | ||
| 36 | "libc", | ||
| 37 | ] | ||
| 38 | |||
| 39 | [[package]] | ||
| 40 | name = "anstream" | 31 | name = "anstream" |
| 41 | version = "0.6.21" | 32 | version = "0.6.21" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" | 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -99,28 +90,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 99 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" | 90 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 100 | 91 | ||
| 101 | [[package]] | 92 | [[package]] |
| 102 | name = "async-stream" | ||
| 103 | version = "0.3.6" | ||
| 104 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 105 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" | ||
| 106 | dependencies = [ | ||
| 107 | "async-stream-impl", | ||
| 108 | "futures-core", | ||
| 109 | "pin-project-lite", | ||
| 110 | ] | ||
| 111 | |||
| 112 | [[package]] | ||
| 113 | name = "async-stream-impl" | ||
| 114 | version = "0.3.6" | ||
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 116 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" | ||
| 117 | dependencies = [ | ||
| 118 | "proc-macro2", | ||
| 119 | "quote", | ||
| 120 | "syn", | ||
| 121 | ] | ||
| 122 | |||
| 123 | [[package]] | ||
| 124 | name = "async-trait" | 93 | name = "async-trait" |
| 125 | version = "0.1.89" | 94 | version = "0.1.89" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" | 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -175,12 +144,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 175 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" | 144 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 176 | 145 | ||
| 177 | [[package]] | 146 | [[package]] |
| 178 | name = "autocfg" | ||
| 179 | version = "1.5.0" | ||
| 180 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 181 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | ||
| 182 | |||
| 183 | [[package]] | ||
| 184 | name = "base64" | 147 | name = "base64" |
| 185 | version = "0.21.7" | 148 | version = "0.21.7" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" | 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -355,19 +318,6 @@ dependencies = [ | |||
| 355 | ] | 318 | ] |
| 356 | 319 | ||
| 357 | [[package]] | 320 | [[package]] |
| 358 | name = "chrono" | ||
| 359 | version = "0.4.42" | ||
| 360 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 361 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" | ||
| 362 | dependencies = [ | ||
| 363 | "iana-time-zone", | ||
| 364 | "js-sys", | ||
| 365 | "num-traits", | ||
| 366 | "wasm-bindgen", | ||
| 367 | "windows-link", | ||
| 368 | ] | ||
| 369 | |||
| 370 | [[package]] | ||
| 371 | name = "cipher" | 321 | name = "cipher" |
| 372 | version = "0.4.4" | 322 | version = "0.4.4" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" | 323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -652,7 +602,6 @@ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" | |||
| 652 | dependencies = [ | 602 | dependencies = [ |
| 653 | "futures-channel", | 603 | "futures-channel", |
| 654 | "futures-core", | 604 | "futures-core", |
| 655 | "futures-executor", | ||
| 656 | "futures-io", | 605 | "futures-io", |
| 657 | "futures-sink", | 606 | "futures-sink", |
| 658 | "futures-task", | 607 | "futures-task", |
| @@ -676,17 +625,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 676 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" | 625 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 677 | 626 | ||
| 678 | [[package]] | 627 | [[package]] |
| 679 | name = "futures-executor" | ||
| 680 | version = "0.3.31" | ||
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 682 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" | ||
| 683 | dependencies = [ | ||
| 684 | "futures-core", | ||
| 685 | "futures-task", | ||
| 686 | "futures-util", | ||
| 687 | ] | ||
| 688 | |||
| 689 | [[package]] | ||
| 690 | name = "futures-io" | 628 | name = "futures-io" |
| 691 | version = "0.3.31" | 629 | version = "0.3.31" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -785,18 +723,13 @@ name = "grasp-audit" | |||
| 785 | version = "0.1.0" | 723 | version = "0.1.0" |
| 786 | dependencies = [ | 724 | dependencies = [ |
| 787 | "anyhow", | 725 | "anyhow", |
| 788 | "chrono", | ||
| 789 | "clap", | 726 | "clap", |
| 790 | "futures", | ||
| 791 | "nostr-sdk", | 727 | "nostr-sdk", |
| 792 | "regex", | 728 | "regex", |
| 793 | "reqwest 0.11.27", | 729 | "reqwest 0.11.27", |
| 794 | "serde", | ||
| 795 | "serde_json", | 730 | "serde_json", |
| 796 | "tempfile", | 731 | "tempfile", |
| 797 | "thiserror 1.0.69", | ||
| 798 | "tokio", | 732 | "tokio", |
| 799 | "tokio-test", | ||
| 800 | "tracing", | 733 | "tracing", |
| 801 | "tracing-subscriber", | 734 | "tracing-subscriber", |
| 802 | "uuid", | 735 | "uuid", |
| @@ -1109,30 +1042,6 @@ dependencies = [ | |||
| 1109 | ] | 1042 | ] |
| 1110 | 1043 | ||
| 1111 | [[package]] | 1044 | [[package]] |
| 1112 | name = "iana-time-zone" | ||
| 1113 | version = "0.1.64" | ||
| 1114 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1115 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" | ||
| 1116 | dependencies = [ | ||
| 1117 | "android_system_properties", | ||
| 1118 | "core-foundation-sys", | ||
| 1119 | "iana-time-zone-haiku", | ||
| 1120 | "js-sys", | ||
| 1121 | "log", | ||
| 1122 | "wasm-bindgen", | ||
| 1123 | "windows-core", | ||
| 1124 | ] | ||
| 1125 | |||
| 1126 | [[package]] | ||
| 1127 | name = "iana-time-zone-haiku" | ||
| 1128 | version = "0.1.2" | ||
| 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1130 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" | ||
| 1131 | dependencies = [ | ||
| 1132 | "cc", | ||
| 1133 | ] | ||
| 1134 | |||
| 1135 | [[package]] | ||
| 1136 | name = "icu_collections" | 1045 | name = "icu_collections" |
| 1137 | version = "2.1.1" | 1046 | version = "2.1.1" |
| 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1458,12 +1367,9 @@ dependencies = [ | |||
| 1458 | "serde", | 1367 | "serde", |
| 1459 | "serde_json", | 1368 | "serde_json", |
| 1460 | "tempfile", | 1369 | "tempfile", |
| 1461 | "thiserror 1.0.69", | ||
| 1462 | "tokio", | 1370 | "tokio", |
| 1463 | "tokio-test", | ||
| 1464 | "tracing", | 1371 | "tracing", |
| 1465 | "tracing-subscriber", | 1372 | "tracing-subscriber", |
| 1466 | "url", | ||
| 1467 | ] | 1373 | ] |
| 1468 | 1374 | ||
| 1469 | [[package]] | 1375 | [[package]] |
| @@ -1582,15 +1488,6 @@ dependencies = [ | |||
| 1582 | ] | 1488 | ] |
| 1583 | 1489 | ||
| 1584 | [[package]] | 1490 | [[package]] |
| 1585 | name = "num-traits" | ||
| 1586 | version = "0.2.19" | ||
| 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1588 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | ||
| 1589 | dependencies = [ | ||
| 1590 | "autocfg", | ||
| 1591 | ] | ||
| 1592 | |||
| 1593 | [[package]] | ||
| 1594 | name = "once_cell" | 1491 | name = "once_cell" |
| 1595 | version = "1.21.3" | 1492 | version = "1.21.3" |
| 1596 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2585,30 +2482,6 @@ dependencies = [ | |||
| 2585 | ] | 2482 | ] |
| 2586 | 2483 | ||
| 2587 | [[package]] | 2484 | [[package]] |
| 2588 | name = "tokio-stream" | ||
| 2589 | version = "0.1.17" | ||
| 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2591 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" | ||
| 2592 | dependencies = [ | ||
| 2593 | "futures-core", | ||
| 2594 | "pin-project-lite", | ||
| 2595 | "tokio", | ||
| 2596 | ] | ||
| 2597 | |||
| 2598 | [[package]] | ||
| 2599 | name = "tokio-test" | ||
| 2600 | version = "0.4.4" | ||
| 2601 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2602 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" | ||
| 2603 | dependencies = [ | ||
| 2604 | "async-stream", | ||
| 2605 | "bytes", | ||
| 2606 | "futures-core", | ||
| 2607 | "tokio", | ||
| 2608 | "tokio-stream", | ||
| 2609 | ] | ||
| 2610 | |||
| 2611 | [[package]] | ||
| 2612 | name = "tokio-tungstenite" | 2485 | name = "tokio-tungstenite" |
| 2613 | version = "0.26.2" | 2486 | version = "0.26.2" |
| 2614 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2997,41 +2870,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2997 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 2870 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2998 | 2871 | ||
| 2999 | [[package]] | 2872 | [[package]] |
| 3000 | name = "windows-core" | ||
| 3001 | version = "0.62.2" | ||
| 3002 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3003 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" | ||
| 3004 | dependencies = [ | ||
| 3005 | "windows-implement", | ||
| 3006 | "windows-interface", | ||
| 3007 | "windows-link", | ||
| 3008 | "windows-result", | ||
| 3009 | "windows-strings", | ||
| 3010 | ] | ||
| 3011 | |||
| 3012 | [[package]] | ||
| 3013 | name = "windows-implement" | ||
| 3014 | version = "0.60.2" | ||
| 3015 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3016 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" | ||
| 3017 | dependencies = [ | ||
| 3018 | "proc-macro2", | ||
| 3019 | "quote", | ||
| 3020 | "syn", | ||
| 3021 | ] | ||
| 3022 | |||
| 3023 | [[package]] | ||
| 3024 | name = "windows-interface" | ||
| 3025 | version = "0.59.3" | ||
| 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3027 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" | ||
| 3028 | dependencies = [ | ||
| 3029 | "proc-macro2", | ||
| 3030 | "quote", | ||
| 3031 | "syn", | ||
| 3032 | ] | ||
| 3033 | |||
| 3034 | [[package]] | ||
| 3035 | name = "windows-link" | 2873 | name = "windows-link" |
| 3036 | version = "0.2.1" | 2874 | version = "0.2.1" |
| 3037 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2875 | source = "registry+https://github.com/rust-lang/crates.io-index" |