upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock162
-rw-r--r--Cargo.toml3
-rw-r--r--grasp-audit/Cargo.toml5
3 files changed, 0 insertions, 170 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7913672..884a59c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,15 +28,6 @@ dependencies = [
28] 28]
29 29
30[[package]] 30[[package]]
31name = "android_system_properties"
32version = "0.1.5"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
35dependencies = [
36 "libc",
37]
38
39[[package]]
40name = "anstream" 31name = "anstream"
41version = "0.6.21" 32version = "0.6.21"
42source = "registry+https://github.com/rust-lang/crates.io-index" 33source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -99,28 +90,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 90checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
100 91
101[[package]] 92[[package]]
102name = "async-stream"
103version = "0.3.6"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
106dependencies = [
107 "async-stream-impl",
108 "futures-core",
109 "pin-project-lite",
110]
111
112[[package]]
113name = "async-stream-impl"
114version = "0.3.6"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
117dependencies = [
118 "proc-macro2",
119 "quote",
120 "syn",
121]
122
123[[package]]
124name = "async-trait" 93name = "async-trait"
125version = "0.1.89" 94version = "0.1.89"
126source = "registry+https://github.com/rust-lang/crates.io-index" 95source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -175,12 +144,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 144checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
176 145
177[[package]] 146[[package]]
178name = "autocfg"
179version = "1.5.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
182
183[[package]]
184name = "base64" 147name = "base64"
185version = "0.21.7" 148version = "0.21.7"
186source = "registry+https://github.com/rust-lang/crates.io-index" 149source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -355,19 +318,6 @@ dependencies = [
355] 318]
356 319
357[[package]] 320[[package]]
358name = "chrono"
359version = "0.4.42"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
362dependencies = [
363 "iana-time-zone",
364 "js-sys",
365 "num-traits",
366 "wasm-bindgen",
367 "windows-link",
368]
369
370[[package]]
371name = "cipher" 321name = "cipher"
372version = "0.4.4" 322version = "0.4.4"
373source = "registry+https://github.com/rust-lang/crates.io-index" 323source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -652,7 +602,6 @@ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
652dependencies = [ 602dependencies = [
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"
676checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 625checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
677 626
678[[package]] 627[[package]]
679name = "futures-executor"
680version = "0.3.31"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
683dependencies = [
684 "futures-core",
685 "futures-task",
686 "futures-util",
687]
688
689[[package]]
690name = "futures-io" 628name = "futures-io"
691version = "0.3.31" 629version = "0.3.31"
692source = "registry+https://github.com/rust-lang/crates.io-index" 630source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -785,18 +723,13 @@ name = "grasp-audit"
785version = "0.1.0" 723version = "0.1.0"
786dependencies = [ 724dependencies = [
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]]
1112name = "iana-time-zone"
1113version = "0.1.64"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1116dependencies = [
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]]
1127name = "iana-time-zone-haiku"
1128version = "0.1.2"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1131dependencies = [
1132 "cc",
1133]
1134
1135[[package]]
1136name = "icu_collections" 1045name = "icu_collections"
1137version = "2.1.1" 1046version = "2.1.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index" 1047source = "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]]
1585name = "num-traits"
1586version = "0.2.19"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1589dependencies = [
1590 "autocfg",
1591]
1592
1593[[package]]
1594name = "once_cell" 1491name = "once_cell"
1595version = "1.21.3" 1492version = "1.21.3"
1596source = "registry+https://github.com/rust-lang/crates.io-index" 1493source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2585,30 +2482,6 @@ dependencies = [
2585] 2482]
2586 2483
2587[[package]] 2484[[package]]
2588name = "tokio-stream"
2589version = "0.1.17"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2592dependencies = [
2593 "futures-core",
2594 "pin-project-lite",
2595 "tokio",
2596]
2597
2598[[package]]
2599name = "tokio-test"
2600version = "0.4.4"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
2603dependencies = [
2604 "async-stream",
2605 "bytes",
2606 "futures-core",
2607 "tokio",
2608 "tokio-stream",
2609]
2610
2611[[package]]
2612name = "tokio-tungstenite" 2485name = "tokio-tungstenite"
2613version = "0.26.2" 2486version = "0.26.2"
2614source = "registry+https://github.com/rust-lang/crates.io-index" 2487source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2997,41 +2870,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2870checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2998 2871
2999[[package]] 2872[[package]]
3000name = "windows-core"
3001version = "0.62.2"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3004dependencies = [
3005 "windows-implement",
3006 "windows-interface",
3007 "windows-link",
3008 "windows-result",
3009 "windows-strings",
3010]
3011
3012[[package]]
3013name = "windows-implement"
3014version = "0.60.2"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3017dependencies = [
3018 "proc-macro2",
3019 "quote",
3020 "syn",
3021]
3022
3023[[package]]
3024name = "windows-interface"
3025version = "0.59.3"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3028dependencies = [
3029 "proc-macro2",
3030 "quote",
3031 "syn",
3032]
3033
3034[[package]]
3035name = "windows-link" 2873name = "windows-link"
3036version = "0.2.1" 2874version = "0.2.1"
3037source = "registry+https://github.com/rust-lang/crates.io-index" 2875source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 9fcada0..e68a73c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,6 @@ clap = { version = "4.5", features = ["derive", "env"] }
53 53
54# Error handling 54# Error handling
55anyhow = "1.0" 55anyhow = "1.0"
56thiserror = "1.0"
57 56
58# Async traits 57# Async traits
59async-trait = "0.1" 58async-trait = "0.1"
@@ -63,9 +62,7 @@ async-trait = "0.1"
63 62
64[dev-dependencies] 63[dev-dependencies]
65# Testing 64# Testing
66tokio-test = "0.4"
67grasp-audit = { path = "grasp-audit" } 65grasp-audit = { path = "grasp-audit" }
68url = "2.5"
69tempfile = "3" 66tempfile = "3"
70reqwest = "0.12" 67reqwest = "0.12"
71 68
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml
index 6c8632e..789a9ca 100644
--- a/grasp-audit/Cargo.toml
+++ b/grasp-audit/Cargo.toml
@@ -16,22 +16,18 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
16 16
17# Async 17# Async
18tokio = { version = "1", features = ["full"] } 18tokio = { version = "1", features = ["full"] }
19futures = "0.3"
20 19
21# Serialization 20# Serialization
22serde = { version = "1", features = ["derive"] }
23serde_json = "1" 21serde_json = "1"
24 22
25# Error handling 23# Error handling
26anyhow = "1" 24anyhow = "1"
27thiserror = "1"
28 25
29# CLI 26# CLI
30clap = { version = "4", features = ["derive"] } 27clap = { version = "4", features = ["derive"] }
31 28
32# Utilities 29# Utilities
33uuid = { version = "1", features = ["v4"] } 30uuid = { version = "1", features = ["v4"] }
34chrono = "0.4"
35 31
36# HTTP Client 32# HTTP Client
37reqwest = { version = "0.11", features = ["json"] } 33reqwest = { version = "0.11", features = ["json"] }
@@ -42,5 +38,4 @@ tracing = "0.1"
42tracing-subscriber = { version = "0.3", features = ["env-filter"] } 38tracing-subscriber = { version = "0.3", features = ["env-filter"] }
43 39
44[dev-dependencies] 40[dev-dependencies]
45tokio-test = "0.4"
46tempfile = "3" 41tempfile = "3"