@wlfi-agent/cli 1.4.13 → 1.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/Cargo.lock +3968 -0
  2. package/Cargo.toml +50 -0
  3. package/README.md +426 -6
  4. package/crates/vault-cli-admin/Cargo.toml +26 -0
  5. package/crates/vault-cli-admin/src/io_utils.rs +500 -0
  6. package/crates/vault-cli-admin/src/main.rs +3990 -0
  7. package/crates/vault-cli-admin/src/shared_config.rs +624 -0
  8. package/crates/vault-cli-admin/src/tui/amounts.rs +180 -0
  9. package/crates/vault-cli-admin/src/tui/token_rpc.rs +250 -0
  10. package/crates/vault-cli-admin/src/tui/utils.rs +82 -0
  11. package/crates/vault-cli-admin/src/tui.rs +3410 -0
  12. package/crates/vault-cli-agent/Cargo.toml +24 -0
  13. package/crates/vault-cli-agent/src/io_utils.rs +576 -0
  14. package/crates/vault-cli-agent/src/main.rs +833 -0
  15. package/crates/vault-cli-daemon/Cargo.toml +28 -0
  16. package/crates/vault-cli-daemon/src/bin/wlfi-agent-system-keychain.rs +216 -0
  17. package/crates/vault-cli-daemon/src/main.rs +644 -0
  18. package/crates/vault-cli-daemon/src/relay_sync.rs +894 -0
  19. package/crates/vault-cli-daemon/tests/system_keychain_helper_acl.rs +167 -0
  20. package/crates/vault-daemon/Cargo.toml +32 -0
  21. package/crates/vault-daemon/src/daemon_parts/api_impl_and_utils.rs +1041 -0
  22. package/crates/vault-daemon/src/daemon_parts/core_helpers.rs +1256 -0
  23. package/crates/vault-daemon/src/daemon_parts/types_api_rpc.rs +622 -0
  24. package/crates/vault-daemon/src/lib.rs +54 -0
  25. package/crates/vault-daemon/src/persistence.rs +441 -0
  26. package/crates/vault-daemon/src/tests.rs +237 -0
  27. package/crates/vault-daemon/src/tests_parts/part1.rs +1224 -0
  28. package/crates/vault-daemon/src/tests_parts/part2.rs +1021 -0
  29. package/crates/vault-daemon/src/tests_parts/part3.rs +835 -0
  30. package/crates/vault-daemon/src/tests_parts/part4.rs +604 -0
  31. package/crates/vault-domain/Cargo.toml +20 -0
  32. package/crates/vault-domain/src/action.rs +849 -0
  33. package/crates/vault-domain/src/address.rs +51 -0
  34. package/crates/vault-domain/src/approval.rs +90 -0
  35. package/crates/vault-domain/src/constants.rs +4 -0
  36. package/crates/vault-domain/src/error.rs +54 -0
  37. package/crates/vault-domain/src/keys.rs +71 -0
  38. package/crates/vault-domain/src/lib.rs +42 -0
  39. package/crates/vault-domain/src/nonce.rs +102 -0
  40. package/crates/vault-domain/src/policy.rs +172 -0
  41. package/crates/vault-domain/src/request.rs +53 -0
  42. package/crates/vault-domain/src/scope.rs +24 -0
  43. package/crates/vault-domain/src/session.rs +50 -0
  44. package/crates/vault-domain/src/signature.rs +34 -0
  45. package/crates/vault-domain/src/tests.rs +651 -0
  46. package/crates/vault-domain/src/u128_as_decimal_string.rs +44 -0
  47. package/crates/vault-policy/Cargo.toml +17 -0
  48. package/crates/vault-policy/src/engine.rs +301 -0
  49. package/crates/vault-policy/src/error.rs +81 -0
  50. package/crates/vault-policy/src/lib.rs +17 -0
  51. package/crates/vault-policy/src/report.rs +34 -0
  52. package/crates/vault-policy/src/tests.rs +891 -0
  53. package/crates/vault-policy/src/tests_explain.rs +78 -0
  54. package/crates/vault-sdk-agent/Cargo.toml +21 -0
  55. package/crates/vault-sdk-agent/src/lib.rs +711 -0
  56. package/crates/vault-signer/Cargo.toml +25 -0
  57. package/crates/vault-signer/src/lib.rs +731 -0
  58. package/crates/vault-signer/tests/secure_enclave_acl.rs +54 -0
  59. package/crates/vault-transport-unix/Cargo.toml +24 -0
  60. package/crates/vault-transport-unix/src/lib.rs +1640 -0
  61. package/crates/vault-transport-xpc/Cargo.toml +25 -0
  62. package/crates/vault-transport-xpc/src/client_codec_api.rs +635 -0
  63. package/crates/vault-transport-xpc/src/lib.rs +680 -0
  64. package/crates/vault-transport-xpc/src/tests.rs +818 -0
  65. package/crates/vault-transport-xpc/tests/e2e_flow.rs +773 -0
  66. package/dist/cli.cjs +35088 -0
  67. package/dist/cli.cjs.map +1 -0
  68. package/package.json +49 -43
  69. package/packages/cache/.turbo/turbo-build.log +52 -0
  70. package/packages/cache/dist/chunk-2QFWMUXT.cjs +43 -0
  71. package/packages/cache/dist/chunk-2QFWMUXT.cjs.map +1 -0
  72. package/packages/cache/dist/chunk-4U63TZTQ.js +43 -0
  73. package/packages/cache/dist/chunk-4U63TZTQ.js.map +1 -0
  74. package/packages/cache/dist/chunk-ALQ6H7KG.cjs +404 -0
  75. package/packages/cache/dist/chunk-ALQ6H7KG.cjs.map +1 -0
  76. package/packages/cache/dist/chunk-FGJEEF5N.js +404 -0
  77. package/packages/cache/dist/chunk-FGJEEF5N.js.map +1 -0
  78. package/packages/cache/dist/chunk-UYNEHZHB.cjs +45 -0
  79. package/packages/cache/dist/chunk-UYNEHZHB.cjs.map +1 -0
  80. package/packages/cache/dist/chunk-VXVMPG3W.js +45 -0
  81. package/packages/cache/dist/chunk-VXVMPG3W.js.map +1 -0
  82. package/packages/cache/dist/client/index.cjs +11 -0
  83. package/packages/cache/dist/client/index.cjs.map +1 -0
  84. package/packages/cache/dist/client/index.d.cts +15 -0
  85. package/packages/cache/dist/client/index.d.ts +15 -0
  86. package/packages/cache/dist/client/index.js +11 -0
  87. package/packages/cache/dist/client/index.js.map +1 -0
  88. package/packages/cache/dist/errors/index.cjs +11 -0
  89. package/packages/cache/dist/errors/index.cjs.map +1 -0
  90. package/packages/cache/dist/errors/index.d.cts +26 -0
  91. package/packages/cache/dist/errors/index.d.ts +26 -0
  92. package/packages/cache/dist/errors/index.js +11 -0
  93. package/packages/cache/dist/errors/index.js.map +1 -0
  94. package/packages/cache/dist/index.cjs +29 -0
  95. package/packages/cache/dist/index.cjs.map +1 -0
  96. package/packages/cache/dist/index.d.cts +4 -0
  97. package/packages/cache/dist/index.d.ts +4 -0
  98. package/packages/cache/dist/index.js +29 -0
  99. package/packages/cache/dist/index.js.map +1 -0
  100. package/packages/cache/dist/service/index.cjs +15 -0
  101. package/packages/cache/dist/service/index.cjs.map +1 -0
  102. package/packages/cache/dist/service/index.d.cts +184 -0
  103. package/packages/cache/dist/service/index.d.ts +184 -0
  104. package/packages/cache/dist/service/index.js +15 -0
  105. package/packages/cache/dist/service/index.js.map +1 -0
  106. package/packages/cache/node_modules/.bin/jiti +17 -0
  107. package/packages/cache/node_modules/.bin/tsc +17 -0
  108. package/packages/cache/node_modules/.bin/tsserver +17 -0
  109. package/packages/cache/node_modules/.bin/tsup +17 -0
  110. package/packages/cache/node_modules/.bin/tsup-node +17 -0
  111. package/packages/cache/node_modules/.bin/tsx +17 -0
  112. package/packages/cache/node_modules/.bin/vitest +17 -0
  113. package/packages/cache/package.json +48 -0
  114. package/packages/cache/src/client/index.ts +56 -0
  115. package/packages/cache/src/errors/index.ts +53 -0
  116. package/packages/cache/src/index.ts +3 -0
  117. package/packages/cache/src/service/index.test.ts +263 -0
  118. package/packages/cache/src/service/index.ts +678 -0
  119. package/packages/cache/tsconfig.json +13 -0
  120. package/packages/cache/tsup.config.ts +13 -0
  121. package/packages/cache/vitest.config.ts +16 -0
  122. package/packages/config/.turbo/turbo-build.log +18 -0
  123. package/packages/config/dist/index.cjs +1037 -0
  124. package/packages/config/dist/index.cjs.map +1 -0
  125. package/packages/config/dist/index.d.ts +131 -0
  126. package/packages/config/node_modules/.bin/jiti +17 -0
  127. package/packages/config/node_modules/.bin/tsc +17 -0
  128. package/packages/config/node_modules/.bin/tsserver +17 -0
  129. package/packages/config/node_modules/.bin/tsup +17 -0
  130. package/packages/config/node_modules/.bin/tsup-node +17 -0
  131. package/packages/config/node_modules/.bin/tsx +17 -0
  132. package/packages/config/package.json +21 -0
  133. package/packages/config/src/index.js +1 -0
  134. package/packages/config/src/index.ts +1282 -0
  135. package/packages/config/tsconfig.json +4 -0
  136. package/packages/rpc/.turbo/turbo-build.log +32 -0
  137. package/packages/rpc/dist/_esm-BCLXDO2R.cjs +3660 -0
  138. package/packages/rpc/dist/_esm-BCLXDO2R.cjs.map +1 -0
  139. package/packages/rpc/dist/ccip-OWJLAW55.cjs +16 -0
  140. package/packages/rpc/dist/ccip-OWJLAW55.cjs.map +1 -0
  141. package/packages/rpc/dist/chunk-APQIFZ3B.cjs +6247 -0
  142. package/packages/rpc/dist/chunk-APQIFZ3B.cjs.map +1 -0
  143. package/packages/rpc/dist/chunk-CDO2GWRD.cjs +410 -0
  144. package/packages/rpc/dist/chunk-CDO2GWRD.cjs.map +1 -0
  145. package/packages/rpc/dist/chunk-QGTNTFJ7.cjs +2249 -0
  146. package/packages/rpc/dist/chunk-QGTNTFJ7.cjs.map +1 -0
  147. package/packages/rpc/dist/chunk-TZDTAHWR.cjs +44 -0
  148. package/packages/rpc/dist/chunk-TZDTAHWR.cjs.map +1 -0
  149. package/packages/rpc/dist/index.cjs +7342 -0
  150. package/packages/rpc/dist/index.cjs.map +1 -0
  151. package/packages/rpc/dist/index.d.ts +3857 -0
  152. package/packages/rpc/dist/secp256k1-WCNM675D.cjs +18 -0
  153. package/packages/rpc/dist/secp256k1-WCNM675D.cjs.map +1 -0
  154. package/packages/rpc/node_modules/.bin/jiti +17 -0
  155. package/packages/rpc/node_modules/.bin/tsc +17 -0
  156. package/packages/rpc/node_modules/.bin/tsserver +17 -0
  157. package/packages/rpc/node_modules/.bin/tsup +17 -0
  158. package/packages/rpc/node_modules/.bin/tsup-node +17 -0
  159. package/packages/rpc/node_modules/.bin/tsx +17 -0
  160. package/packages/rpc/package.json +25 -0
  161. package/packages/rpc/src/index.ts +206 -0
  162. package/packages/rpc/tsconfig.json +4 -0
  163. package/packages/typescript/base.json +36 -0
  164. package/packages/typescript/nextjs.json +17 -0
  165. package/packages/typescript/package.json +10 -0
  166. package/packages/ui/.turbo/turbo-build.log +44 -0
  167. package/packages/ui/dist/chunk-MOAFBKSA.js +11 -0
  168. package/packages/ui/dist/chunk-MOAFBKSA.js.map +1 -0
  169. package/packages/ui/dist/components/badge.d.ts +12 -0
  170. package/packages/ui/dist/components/badge.js +31 -0
  171. package/packages/ui/dist/components/badge.js.map +1 -0
  172. package/packages/ui/dist/components/button.d.ts +13 -0
  173. package/packages/ui/dist/components/button.js +40 -0
  174. package/packages/ui/dist/components/button.js.map +1 -0
  175. package/packages/ui/dist/components/card.d.ts +10 -0
  176. package/packages/ui/dist/components/card.js +39 -0
  177. package/packages/ui/dist/components/card.js.map +1 -0
  178. package/packages/ui/dist/components/input.d.ts +5 -0
  179. package/packages/ui/dist/components/input.js +28 -0
  180. package/packages/ui/dist/components/input.js.map +1 -0
  181. package/packages/ui/dist/components/label.d.ts +5 -0
  182. package/packages/ui/dist/components/label.js +13 -0
  183. package/packages/ui/dist/components/label.js.map +1 -0
  184. package/packages/ui/dist/components/separator.d.ts +5 -0
  185. package/packages/ui/dist/components/separator.js +13 -0
  186. package/packages/ui/dist/components/separator.js.map +1 -0
  187. package/packages/ui/dist/components/textarea.d.ts +5 -0
  188. package/packages/ui/dist/components/textarea.js +27 -0
  189. package/packages/ui/dist/components/textarea.js.map +1 -0
  190. package/packages/ui/dist/tailwind.d.ts +56 -0
  191. package/packages/ui/dist/tailwind.js +60 -0
  192. package/packages/ui/dist/tailwind.js.map +1 -0
  193. package/packages/ui/dist/utils/cn.d.ts +5 -0
  194. package/packages/ui/dist/utils/cn.js +7 -0
  195. package/packages/ui/dist/utils/cn.js.map +1 -0
  196. package/packages/ui/node_modules/.bin/jiti +17 -0
  197. package/packages/ui/node_modules/.bin/tsc +17 -0
  198. package/packages/ui/node_modules/.bin/tsserver +17 -0
  199. package/packages/ui/node_modules/.bin/tsup +17 -0
  200. package/packages/ui/node_modules/.bin/tsup-node +17 -0
  201. package/packages/ui/node_modules/.bin/tsx +17 -0
  202. package/packages/ui/package.json +69 -0
  203. package/packages/ui/src/components/badge.tsx +27 -0
  204. package/packages/ui/src/components/button.tsx +40 -0
  205. package/packages/ui/src/components/card.tsx +31 -0
  206. package/packages/ui/src/components/input.tsx +21 -0
  207. package/packages/ui/src/components/label.tsx +6 -0
  208. package/packages/ui/src/components/separator.tsx +6 -0
  209. package/packages/ui/src/components/textarea.tsx +20 -0
  210. package/packages/ui/src/globals.css +70 -0
  211. package/packages/ui/src/tailwind.ts +56 -0
  212. package/packages/ui/src/utils/cn.ts +6 -0
  213. package/packages/ui/tsconfig.json +20 -0
  214. package/packages/ui/tsup.config.ts +20 -0
  215. package/pnpm-workspace.yaml +4 -0
  216. package/scripts/install-rust-binaries.mjs +84 -0
  217. package/scripts/launchd/install-user-daemon.sh +358 -0
  218. package/scripts/launchd/run-vault-daemon.sh +5 -0
  219. package/scripts/launchd/run-wlfi-agent-daemon.sh +73 -0
  220. package/scripts/launchd/uninstall-user-daemon.sh +103 -0
  221. package/src/cli.ts +2121 -0
  222. package/src/lib/admin-guard.js +1 -0
  223. package/src/lib/admin-guard.ts +185 -0
  224. package/src/lib/admin-passthrough.ts +33 -0
  225. package/src/lib/admin-reset.ts +751 -0
  226. package/src/lib/admin-setup.ts +1612 -0
  227. package/src/lib/agent-auth-clear.js +1 -0
  228. package/src/lib/agent-auth-clear.ts +58 -0
  229. package/src/lib/agent-auth-forwarding.js +1 -0
  230. package/src/lib/agent-auth-forwarding.ts +149 -0
  231. package/src/lib/agent-auth-migrate.js +1 -0
  232. package/src/lib/agent-auth-migrate.ts +150 -0
  233. package/src/lib/agent-auth-revoke.ts +103 -0
  234. package/src/lib/agent-auth-rotate.ts +107 -0
  235. package/src/lib/agent-auth-token.js +1 -0
  236. package/src/lib/agent-auth-token.ts +25 -0
  237. package/src/lib/agent-auth.ts +89 -0
  238. package/src/lib/asset-broadcast.js +1 -0
  239. package/src/lib/asset-broadcast.ts +285 -0
  240. package/src/lib/bootstrap-artifacts.js +1 -0
  241. package/src/lib/bootstrap-artifacts.ts +205 -0
  242. package/src/lib/bootstrap-credentials.js +1 -0
  243. package/src/lib/bootstrap-credentials.ts +832 -0
  244. package/src/lib/config-amounts.js +1 -0
  245. package/src/lib/config-amounts.ts +189 -0
  246. package/src/lib/config-mutation.ts +27 -0
  247. package/src/lib/fs-trust.js +1 -0
  248. package/src/lib/fs-trust.ts +537 -0
  249. package/src/lib/keychain.js +1 -0
  250. package/src/lib/keychain.ts +225 -0
  251. package/src/lib/local-admin-access.ts +106 -0
  252. package/src/lib/network-selection.js +1 -0
  253. package/src/lib/network-selection.ts +71 -0
  254. package/src/lib/passthrough-security.js +1 -0
  255. package/src/lib/passthrough-security.ts +114 -0
  256. package/src/lib/rpc-guard.js +1 -0
  257. package/src/lib/rpc-guard.ts +7 -0
  258. package/src/lib/rust-spawn-options.js +1 -0
  259. package/src/lib/rust-spawn-options.ts +98 -0
  260. package/src/lib/rust.js +1 -0
  261. package/src/lib/rust.ts +143 -0
  262. package/src/lib/signed-tx.js +1 -0
  263. package/src/lib/signed-tx.ts +116 -0
  264. package/src/lib/status-repair-cli.ts +116 -0
  265. package/src/lib/sudo.js +1 -0
  266. package/src/lib/sudo.ts +172 -0
  267. package/src/lib/vault-password-forwarding.js +1 -0
  268. package/src/lib/vault-password-forwarding.ts +155 -0
  269. package/src/lib/wallet-profile.js +1 -0
  270. package/src/lib/wallet-profile.ts +332 -0
  271. package/src/lib/wallet-repair.js +1 -0
  272. package/src/lib/wallet-repair.ts +304 -0
  273. package/src/lib/wallet-setup.js +1 -0
  274. package/src/lib/wallet-setup.ts +1466 -0
  275. package/src/lib/wallet-status.js +1 -0
  276. package/src/lib/wallet-status.ts +640 -0
  277. package/tsconfig.base.json +17 -0
  278. package/tsconfig.json +10 -0
  279. package/tsup.config.ts +25 -0
  280. package/turbo.json +41 -0
  281. package/LICENSE.md +0 -1
  282. package/dist/wlfa/index.cjs +0 -250
  283. package/dist/wlfa/index.d.cts +0 -1
  284. package/dist/wlfa/index.d.ts +0 -1
  285. package/dist/wlfa/index.js +0 -250
  286. package/dist/wlfc/index.cjs +0 -1839
  287. package/dist/wlfc/index.d.cts +0 -1
  288. package/dist/wlfc/index.d.ts +0 -1
  289. package/dist/wlfc/index.js +0 -1839
package/Cargo.lock ADDED
@@ -0,0 +1,3968 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aead"
7
+ version = "0.5.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10
+ dependencies = [
11
+ "crypto-common",
12
+ "generic-array",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "allocator-api2"
17
+ version = "0.2.21"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
20
+
21
+ [[package]]
22
+ name = "alloy-json-abi"
23
+ version = "0.8.26"
24
+ source = "registry+https://github.com/rust-lang/crates.io-index"
25
+ checksum = "4584e3641181ff073e9d5bec5b3b8f78f9749d9fb108a1cfbc4399a4a139c72a"
26
+ dependencies = [
27
+ "alloy-primitives",
28
+ "alloy-sol-type-parser",
29
+ "serde",
30
+ "serde_json",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "alloy-primitives"
35
+ version = "0.8.26"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "777d58b30eb9a4db0e5f59bc30e8c2caef877fee7dc8734cf242a51a60f22e05"
38
+ dependencies = [
39
+ "alloy-rlp",
40
+ "bytes",
41
+ "cfg-if",
42
+ "const-hex",
43
+ "derive_more",
44
+ "foldhash",
45
+ "hashbrown 0.15.5",
46
+ "indexmap",
47
+ "itoa",
48
+ "k256",
49
+ "keccak-asm",
50
+ "paste",
51
+ "proptest",
52
+ "rand 0.8.5",
53
+ "ruint",
54
+ "rustc-hash",
55
+ "serde",
56
+ "sha3",
57
+ "tiny-keccak",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "alloy-rlp"
62
+ version = "0.3.13"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e"
65
+ dependencies = [
66
+ "arrayvec",
67
+ "bytes",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "alloy-sol-macro"
72
+ version = "0.8.26"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "e68b32b6fa0d09bb74b4cefe35ccc8269d711c26629bc7cd98a47eeb12fe353f"
75
+ dependencies = [
76
+ "alloy-sol-macro-expander",
77
+ "alloy-sol-macro-input",
78
+ "proc-macro-error2",
79
+ "proc-macro2",
80
+ "quote",
81
+ "syn 2.0.117",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "alloy-sol-macro-expander"
86
+ version = "0.8.26"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "2afe6879ac373e58fd53581636f2cce843998ae0b058ebe1e4f649195e2bd23c"
89
+ dependencies = [
90
+ "alloy-sol-macro-input",
91
+ "const-hex",
92
+ "heck",
93
+ "indexmap",
94
+ "proc-macro-error2",
95
+ "proc-macro2",
96
+ "quote",
97
+ "syn 2.0.117",
98
+ "syn-solidity",
99
+ "tiny-keccak",
100
+ ]
101
+
102
+ [[package]]
103
+ name = "alloy-sol-macro-input"
104
+ version = "0.8.26"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "c3ba01aee235a8c699d07e5be97ba215607564e71be72f433665329bec307d28"
107
+ dependencies = [
108
+ "const-hex",
109
+ "dunce",
110
+ "heck",
111
+ "macro-string",
112
+ "proc-macro2",
113
+ "quote",
114
+ "syn 2.0.117",
115
+ "syn-solidity",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "alloy-sol-type-parser"
120
+ version = "0.8.26"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "4c13fc168b97411e04465f03e632f31ef94cad1c7c8951bf799237fd7870d535"
123
+ dependencies = [
124
+ "serde",
125
+ "winnow",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "alloy-sol-types"
130
+ version = "0.8.26"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "6e960c4b52508ef2ae1e37cae5058e905e9ae099b107900067a503f8c454036f"
133
+ dependencies = [
134
+ "alloy-json-abi",
135
+ "alloy-primitives",
136
+ "alloy-sol-macro",
137
+ "const-hex",
138
+ "serde",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "anstream"
143
+ version = "0.6.21"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
146
+ dependencies = [
147
+ "anstyle",
148
+ "anstyle-parse",
149
+ "anstyle-query",
150
+ "anstyle-wincon",
151
+ "colorchoice",
152
+ "is_terminal_polyfill",
153
+ "utf8parse",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "anstyle"
158
+ version = "1.0.13"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
161
+
162
+ [[package]]
163
+ name = "anstyle-parse"
164
+ version = "0.2.7"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
167
+ dependencies = [
168
+ "utf8parse",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "anstyle-query"
173
+ version = "1.1.5"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
176
+ dependencies = [
177
+ "windows-sys 0.61.2",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "anstyle-wincon"
182
+ version = "3.0.11"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
185
+ dependencies = [
186
+ "anstyle",
187
+ "once_cell_polyfill",
188
+ "windows-sys 0.61.2",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "anyhow"
193
+ version = "1.0.102"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
196
+
197
+ [[package]]
198
+ name = "argon2"
199
+ version = "0.5.3"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
202
+ dependencies = [
203
+ "base64ct",
204
+ "blake2",
205
+ "cpufeatures",
206
+ "password-hash",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "ark-ff"
211
+ version = "0.3.0"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
214
+ dependencies = [
215
+ "ark-ff-asm 0.3.0",
216
+ "ark-ff-macros 0.3.0",
217
+ "ark-serialize 0.3.0",
218
+ "ark-std 0.3.0",
219
+ "derivative",
220
+ "num-bigint",
221
+ "num-traits",
222
+ "paste",
223
+ "rustc_version 0.3.3",
224
+ "zeroize",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "ark-ff"
229
+ version = "0.4.2"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
232
+ dependencies = [
233
+ "ark-ff-asm 0.4.2",
234
+ "ark-ff-macros 0.4.2",
235
+ "ark-serialize 0.4.2",
236
+ "ark-std 0.4.0",
237
+ "derivative",
238
+ "digest 0.10.7",
239
+ "itertools 0.10.5",
240
+ "num-bigint",
241
+ "num-traits",
242
+ "paste",
243
+ "rustc_version 0.4.1",
244
+ "zeroize",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "ark-ff"
249
+ version = "0.5.0"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70"
252
+ dependencies = [
253
+ "ark-ff-asm 0.5.0",
254
+ "ark-ff-macros 0.5.0",
255
+ "ark-serialize 0.5.0",
256
+ "ark-std 0.5.0",
257
+ "arrayvec",
258
+ "digest 0.10.7",
259
+ "educe",
260
+ "itertools 0.13.0",
261
+ "num-bigint",
262
+ "num-traits",
263
+ "paste",
264
+ "zeroize",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "ark-ff-asm"
269
+ version = "0.3.0"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
272
+ dependencies = [
273
+ "quote",
274
+ "syn 1.0.109",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "ark-ff-asm"
279
+ version = "0.4.2"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
282
+ dependencies = [
283
+ "quote",
284
+ "syn 1.0.109",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "ark-ff-asm"
289
+ version = "0.5.0"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60"
292
+ dependencies = [
293
+ "quote",
294
+ "syn 2.0.117",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "ark-ff-macros"
299
+ version = "0.3.0"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
302
+ dependencies = [
303
+ "num-bigint",
304
+ "num-traits",
305
+ "quote",
306
+ "syn 1.0.109",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "ark-ff-macros"
311
+ version = "0.4.2"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
314
+ dependencies = [
315
+ "num-bigint",
316
+ "num-traits",
317
+ "proc-macro2",
318
+ "quote",
319
+ "syn 1.0.109",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "ark-ff-macros"
324
+ version = "0.5.0"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3"
327
+ dependencies = [
328
+ "num-bigint",
329
+ "num-traits",
330
+ "proc-macro2",
331
+ "quote",
332
+ "syn 2.0.117",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "ark-serialize"
337
+ version = "0.3.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
340
+ dependencies = [
341
+ "ark-std 0.3.0",
342
+ "digest 0.9.0",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "ark-serialize"
347
+ version = "0.4.2"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
350
+ dependencies = [
351
+ "ark-std 0.4.0",
352
+ "digest 0.10.7",
353
+ "num-bigint",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "ark-serialize"
358
+ version = "0.5.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7"
361
+ dependencies = [
362
+ "ark-std 0.5.0",
363
+ "arrayvec",
364
+ "digest 0.10.7",
365
+ "num-bigint",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "ark-std"
370
+ version = "0.3.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
373
+ dependencies = [
374
+ "num-traits",
375
+ "rand 0.8.5",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "ark-std"
380
+ version = "0.4.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
383
+ dependencies = [
384
+ "num-traits",
385
+ "rand 0.8.5",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "ark-std"
390
+ version = "0.5.0"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
393
+ dependencies = [
394
+ "num-traits",
395
+ "rand 0.8.5",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "arrayvec"
400
+ version = "0.7.6"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
403
+
404
+ [[package]]
405
+ name = "async-trait"
406
+ version = "0.1.89"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
409
+ dependencies = [
410
+ "proc-macro2",
411
+ "quote",
412
+ "syn 2.0.117",
413
+ ]
414
+
415
+ [[package]]
416
+ name = "atomic-waker"
417
+ version = "1.1.2"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
420
+
421
+ [[package]]
422
+ name = "auto_impl"
423
+ version = "1.3.0"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
426
+ dependencies = [
427
+ "proc-macro2",
428
+ "quote",
429
+ "syn 2.0.117",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "autocfg"
434
+ version = "1.5.0"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
437
+
438
+ [[package]]
439
+ name = "base16ct"
440
+ version = "0.2.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
443
+
444
+ [[package]]
445
+ name = "base64"
446
+ version = "0.22.1"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
449
+
450
+ [[package]]
451
+ name = "base64ct"
452
+ version = "1.8.3"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
455
+
456
+ [[package]]
457
+ name = "bit-set"
458
+ version = "0.8.0"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
461
+ dependencies = [
462
+ "bit-vec",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "bit-vec"
467
+ version = "0.8.0"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
470
+
471
+ [[package]]
472
+ name = "bitflags"
473
+ version = "2.11.0"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
476
+
477
+ [[package]]
478
+ name = "bitvec"
479
+ version = "1.0.1"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
482
+ dependencies = [
483
+ "funty",
484
+ "radium",
485
+ "tap",
486
+ "wyz",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "blake2"
491
+ version = "0.10.6"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
494
+ dependencies = [
495
+ "digest 0.10.7",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "block"
500
+ version = "0.1.6"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
503
+
504
+ [[package]]
505
+ name = "block-buffer"
506
+ version = "0.10.4"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
509
+ dependencies = [
510
+ "generic-array",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "bumpalo"
515
+ version = "3.20.2"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
518
+
519
+ [[package]]
520
+ name = "byte-slice-cast"
521
+ version = "1.2.3"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
524
+
525
+ [[package]]
526
+ name = "byteorder"
527
+ version = "1.5.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
530
+
531
+ [[package]]
532
+ name = "bytes"
533
+ version = "1.11.1"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
536
+ dependencies = [
537
+ "serde",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "cassowary"
542
+ version = "0.3.0"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
545
+
546
+ [[package]]
547
+ name = "castaway"
548
+ version = "0.2.4"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
551
+ dependencies = [
552
+ "rustversion",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "cc"
557
+ version = "1.2.56"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
560
+ dependencies = [
561
+ "find-msvc-tools",
562
+ "shlex",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "cfg-if"
567
+ version = "1.0.4"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
570
+
571
+ [[package]]
572
+ name = "cfg_aliases"
573
+ version = "0.2.1"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
576
+
577
+ [[package]]
578
+ name = "chacha20"
579
+ version = "0.9.1"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
582
+ dependencies = [
583
+ "cfg-if",
584
+ "cipher",
585
+ "cpufeatures",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "chacha20poly1305"
590
+ version = "0.10.1"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
593
+ dependencies = [
594
+ "aead",
595
+ "chacha20",
596
+ "cipher",
597
+ "poly1305",
598
+ "zeroize",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "cipher"
603
+ version = "0.4.4"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
606
+ dependencies = [
607
+ "crypto-common",
608
+ "inout",
609
+ "zeroize",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "clap"
614
+ version = "4.5.60"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
617
+ dependencies = [
618
+ "clap_builder",
619
+ "clap_derive",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "clap_builder"
624
+ version = "4.5.60"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
627
+ dependencies = [
628
+ "anstream",
629
+ "anstyle",
630
+ "clap_lex",
631
+ "strsim",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "clap_derive"
636
+ version = "4.5.55"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
639
+ dependencies = [
640
+ "heck",
641
+ "proc-macro2",
642
+ "quote",
643
+ "syn 2.0.117",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "clap_lex"
648
+ version = "1.0.0"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
651
+
652
+ [[package]]
653
+ name = "colorchoice"
654
+ version = "1.0.4"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
657
+
658
+ [[package]]
659
+ name = "compact_str"
660
+ version = "0.8.1"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
663
+ dependencies = [
664
+ "castaway",
665
+ "cfg-if",
666
+ "itoa",
667
+ "rustversion",
668
+ "ryu",
669
+ "static_assertions",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "const-hex"
674
+ version = "1.18.1"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b"
677
+ dependencies = [
678
+ "cfg-if",
679
+ "cpufeatures",
680
+ "proptest",
681
+ "serde_core",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "const-oid"
686
+ version = "0.9.6"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
689
+
690
+ [[package]]
691
+ name = "const_format"
692
+ version = "0.2.35"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
695
+ dependencies = [
696
+ "const_format_proc_macros",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "const_format_proc_macros"
701
+ version = "0.2.34"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
704
+ dependencies = [
705
+ "proc-macro2",
706
+ "quote",
707
+ "unicode-xid",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "convert_case"
712
+ version = "0.10.0"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
715
+ dependencies = [
716
+ "unicode-segmentation",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "core-foundation"
721
+ version = "0.10.1"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
724
+ dependencies = [
725
+ "core-foundation-sys",
726
+ "libc",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "core-foundation-sys"
731
+ version = "0.8.7"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
734
+
735
+ [[package]]
736
+ name = "cpufeatures"
737
+ version = "0.2.17"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
740
+ dependencies = [
741
+ "libc",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "crossterm"
746
+ version = "0.28.1"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
749
+ dependencies = [
750
+ "bitflags",
751
+ "crossterm_winapi",
752
+ "mio",
753
+ "parking_lot",
754
+ "rustix 0.38.44",
755
+ "signal-hook",
756
+ "signal-hook-mio",
757
+ "winapi",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "crossterm_winapi"
762
+ version = "0.9.1"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
765
+ dependencies = [
766
+ "winapi",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "crunchy"
771
+ version = "0.2.4"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
774
+
775
+ [[package]]
776
+ name = "crypto-bigint"
777
+ version = "0.5.5"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
780
+ dependencies = [
781
+ "generic-array",
782
+ "rand_core 0.6.4",
783
+ "subtle",
784
+ "zeroize",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "crypto-common"
789
+ version = "0.1.6"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
792
+ dependencies = [
793
+ "generic-array",
794
+ "rand_core 0.6.4",
795
+ "typenum",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "curve25519-dalek"
800
+ version = "4.1.3"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
803
+ dependencies = [
804
+ "cfg-if",
805
+ "cpufeatures",
806
+ "curve25519-dalek-derive",
807
+ "fiat-crypto",
808
+ "rustc_version 0.4.1",
809
+ "subtle",
810
+ "zeroize",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "curve25519-dalek-derive"
815
+ version = "0.1.1"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
818
+ dependencies = [
819
+ "proc-macro2",
820
+ "quote",
821
+ "syn 2.0.117",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "darling"
826
+ version = "0.23.0"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
829
+ dependencies = [
830
+ "darling_core",
831
+ "darling_macro",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "darling_core"
836
+ version = "0.23.0"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
839
+ dependencies = [
840
+ "ident_case",
841
+ "proc-macro2",
842
+ "quote",
843
+ "strsim",
844
+ "syn 2.0.117",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "darling_macro"
849
+ version = "0.23.0"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
852
+ dependencies = [
853
+ "darling_core",
854
+ "quote",
855
+ "syn 2.0.117",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "der"
860
+ version = "0.7.10"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
863
+ dependencies = [
864
+ "const-oid",
865
+ "zeroize",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "deranged"
870
+ version = "0.5.8"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
873
+ dependencies = [
874
+ "powerfmt",
875
+ "serde_core",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "derivative"
880
+ version = "2.2.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
883
+ dependencies = [
884
+ "proc-macro2",
885
+ "quote",
886
+ "syn 1.0.109",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "derive_more"
891
+ version = "2.1.1"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
894
+ dependencies = [
895
+ "derive_more-impl",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "derive_more-impl"
900
+ version = "2.1.1"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
903
+ dependencies = [
904
+ "convert_case",
905
+ "proc-macro2",
906
+ "quote",
907
+ "rustc_version 0.4.1",
908
+ "syn 2.0.117",
909
+ "unicode-xid",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "digest"
914
+ version = "0.9.0"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
917
+ dependencies = [
918
+ "generic-array",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "digest"
923
+ version = "0.10.7"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
926
+ dependencies = [
927
+ "block-buffer",
928
+ "const-oid",
929
+ "crypto-common",
930
+ "subtle",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "displaydoc"
935
+ version = "0.2.5"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
938
+ dependencies = [
939
+ "proc-macro2",
940
+ "quote",
941
+ "syn 2.0.117",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "dunce"
946
+ version = "1.0.5"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
949
+
950
+ [[package]]
951
+ name = "ecdsa"
952
+ version = "0.16.9"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
955
+ dependencies = [
956
+ "der",
957
+ "digest 0.10.7",
958
+ "elliptic-curve",
959
+ "rfc6979",
960
+ "signature",
961
+ "spki",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "educe"
966
+ version = "0.6.0"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
969
+ dependencies = [
970
+ "enum-ordinalize",
971
+ "proc-macro2",
972
+ "quote",
973
+ "syn 2.0.117",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "either"
978
+ version = "1.15.0"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
981
+
982
+ [[package]]
983
+ name = "elliptic-curve"
984
+ version = "0.13.8"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
987
+ dependencies = [
988
+ "base16ct",
989
+ "crypto-bigint",
990
+ "digest 0.10.7",
991
+ "ff",
992
+ "generic-array",
993
+ "group",
994
+ "pkcs8",
995
+ "rand_core 0.6.4",
996
+ "sec1",
997
+ "subtle",
998
+ "zeroize",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "enum-ordinalize"
1003
+ version = "4.3.2"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
1006
+ dependencies = [
1007
+ "enum-ordinalize-derive",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "enum-ordinalize-derive"
1012
+ version = "4.3.2"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
1015
+ dependencies = [
1016
+ "proc-macro2",
1017
+ "quote",
1018
+ "syn 2.0.117",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "equivalent"
1023
+ version = "1.0.2"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1026
+
1027
+ [[package]]
1028
+ name = "errno"
1029
+ version = "0.3.14"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1032
+ dependencies = [
1033
+ "libc",
1034
+ "windows-sys 0.61.2",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "fastrand"
1039
+ version = "2.3.0"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1042
+
1043
+ [[package]]
1044
+ name = "fastrlp"
1045
+ version = "0.3.1"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
1048
+ dependencies = [
1049
+ "arrayvec",
1050
+ "auto_impl",
1051
+ "bytes",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "fastrlp"
1056
+ version = "0.4.0"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
1059
+ dependencies = [
1060
+ "arrayvec",
1061
+ "auto_impl",
1062
+ "bytes",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "ff"
1067
+ version = "0.13.1"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1070
+ dependencies = [
1071
+ "rand_core 0.6.4",
1072
+ "subtle",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "fiat-crypto"
1077
+ version = "0.2.9"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1080
+
1081
+ [[package]]
1082
+ name = "find-msvc-tools"
1083
+ version = "0.1.9"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1086
+
1087
+ [[package]]
1088
+ name = "fixed-hash"
1089
+ version = "0.8.0"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
1092
+ dependencies = [
1093
+ "byteorder",
1094
+ "rand 0.8.5",
1095
+ "rustc-hex",
1096
+ "static_assertions",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "fnv"
1101
+ version = "1.0.7"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1104
+
1105
+ [[package]]
1106
+ name = "foldhash"
1107
+ version = "0.1.5"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1110
+
1111
+ [[package]]
1112
+ name = "form_urlencoded"
1113
+ version = "1.2.2"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1116
+ dependencies = [
1117
+ "percent-encoding",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "funty"
1122
+ version = "2.0.0"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1125
+
1126
+ [[package]]
1127
+ name = "futures-channel"
1128
+ version = "0.3.32"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1131
+ dependencies = [
1132
+ "futures-core",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "futures-core"
1137
+ version = "0.3.32"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1140
+
1141
+ [[package]]
1142
+ name = "futures-task"
1143
+ version = "0.3.32"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1146
+
1147
+ [[package]]
1148
+ name = "futures-util"
1149
+ version = "0.3.32"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1152
+ dependencies = [
1153
+ "futures-core",
1154
+ "futures-task",
1155
+ "pin-project-lite",
1156
+ "slab",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "generic-array"
1161
+ version = "0.14.9"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1164
+ dependencies = [
1165
+ "typenum",
1166
+ "version_check",
1167
+ "zeroize",
1168
+ ]
1169
+
1170
+ [[package]]
1171
+ name = "getrandom"
1172
+ version = "0.2.17"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1175
+ dependencies = [
1176
+ "cfg-if",
1177
+ "js-sys",
1178
+ "libc",
1179
+ "wasi",
1180
+ "wasm-bindgen",
1181
+ ]
1182
+
1183
+ [[package]]
1184
+ name = "getrandom"
1185
+ version = "0.3.4"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1188
+ dependencies = [
1189
+ "cfg-if",
1190
+ "js-sys",
1191
+ "libc",
1192
+ "r-efi 5.3.0",
1193
+ "wasip2",
1194
+ "wasm-bindgen",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "getrandom"
1199
+ version = "0.4.2"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1202
+ dependencies = [
1203
+ "cfg-if",
1204
+ "libc",
1205
+ "r-efi 6.0.0",
1206
+ "wasip2",
1207
+ "wasip3",
1208
+ ]
1209
+
1210
+ [[package]]
1211
+ name = "group"
1212
+ version = "0.13.0"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1215
+ dependencies = [
1216
+ "ff",
1217
+ "rand_core 0.6.4",
1218
+ "subtle",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "hashbrown"
1223
+ version = "0.15.5"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1226
+ dependencies = [
1227
+ "allocator-api2",
1228
+ "equivalent",
1229
+ "foldhash",
1230
+ "serde",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "hashbrown"
1235
+ version = "0.16.1"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1238
+
1239
+ [[package]]
1240
+ name = "heck"
1241
+ version = "0.5.0"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1244
+
1245
+ [[package]]
1246
+ name = "hex"
1247
+ version = "0.4.3"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1250
+
1251
+ [[package]]
1252
+ name = "hmac"
1253
+ version = "0.12.1"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1256
+ dependencies = [
1257
+ "digest 0.10.7",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "http"
1262
+ version = "1.4.0"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1265
+ dependencies = [
1266
+ "bytes",
1267
+ "itoa",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "http-body"
1272
+ version = "1.0.1"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1275
+ dependencies = [
1276
+ "bytes",
1277
+ "http",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "http-body-util"
1282
+ version = "0.1.3"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1285
+ dependencies = [
1286
+ "bytes",
1287
+ "futures-core",
1288
+ "http",
1289
+ "http-body",
1290
+ "pin-project-lite",
1291
+ ]
1292
+
1293
+ [[package]]
1294
+ name = "httparse"
1295
+ version = "1.10.1"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1298
+
1299
+ [[package]]
1300
+ name = "hyper"
1301
+ version = "1.8.1"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1304
+ dependencies = [
1305
+ "atomic-waker",
1306
+ "bytes",
1307
+ "futures-channel",
1308
+ "futures-core",
1309
+ "http",
1310
+ "http-body",
1311
+ "httparse",
1312
+ "itoa",
1313
+ "pin-project-lite",
1314
+ "pin-utils",
1315
+ "smallvec",
1316
+ "tokio",
1317
+ "want",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "hyper-rustls"
1322
+ version = "0.27.7"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1325
+ dependencies = [
1326
+ "http",
1327
+ "hyper",
1328
+ "hyper-util",
1329
+ "rustls",
1330
+ "rustls-pki-types",
1331
+ "tokio",
1332
+ "tokio-rustls",
1333
+ "tower-service",
1334
+ "webpki-roots",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "hyper-util"
1339
+ version = "0.1.20"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1342
+ dependencies = [
1343
+ "base64",
1344
+ "bytes",
1345
+ "futures-channel",
1346
+ "futures-util",
1347
+ "http",
1348
+ "http-body",
1349
+ "hyper",
1350
+ "ipnet",
1351
+ "libc",
1352
+ "percent-encoding",
1353
+ "pin-project-lite",
1354
+ "socket2",
1355
+ "tokio",
1356
+ "tower-service",
1357
+ "tracing",
1358
+ ]
1359
+
1360
+ [[package]]
1361
+ name = "icu_collections"
1362
+ version = "2.1.1"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1365
+ dependencies = [
1366
+ "displaydoc",
1367
+ "potential_utf",
1368
+ "yoke",
1369
+ "zerofrom",
1370
+ "zerovec",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "icu_locale_core"
1375
+ version = "2.1.1"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1378
+ dependencies = [
1379
+ "displaydoc",
1380
+ "litemap",
1381
+ "tinystr",
1382
+ "writeable",
1383
+ "zerovec",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "icu_normalizer"
1388
+ version = "2.1.1"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1391
+ dependencies = [
1392
+ "icu_collections",
1393
+ "icu_normalizer_data",
1394
+ "icu_properties",
1395
+ "icu_provider",
1396
+ "smallvec",
1397
+ "zerovec",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "icu_normalizer_data"
1402
+ version = "2.1.1"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1405
+
1406
+ [[package]]
1407
+ name = "icu_properties"
1408
+ version = "2.1.2"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1411
+ dependencies = [
1412
+ "icu_collections",
1413
+ "icu_locale_core",
1414
+ "icu_properties_data",
1415
+ "icu_provider",
1416
+ "zerotrie",
1417
+ "zerovec",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "icu_properties_data"
1422
+ version = "2.1.2"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1425
+
1426
+ [[package]]
1427
+ name = "icu_provider"
1428
+ version = "2.1.1"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1431
+ dependencies = [
1432
+ "displaydoc",
1433
+ "icu_locale_core",
1434
+ "writeable",
1435
+ "yoke",
1436
+ "zerofrom",
1437
+ "zerotrie",
1438
+ "zerovec",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "id-arena"
1443
+ version = "2.3.0"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1446
+
1447
+ [[package]]
1448
+ name = "ident_case"
1449
+ version = "1.0.1"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1452
+
1453
+ [[package]]
1454
+ name = "idna"
1455
+ version = "1.1.0"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1458
+ dependencies = [
1459
+ "idna_adapter",
1460
+ "smallvec",
1461
+ "utf8_iter",
1462
+ ]
1463
+
1464
+ [[package]]
1465
+ name = "idna_adapter"
1466
+ version = "1.2.1"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1469
+ dependencies = [
1470
+ "icu_normalizer",
1471
+ "icu_properties",
1472
+ ]
1473
+
1474
+ [[package]]
1475
+ name = "impl-codec"
1476
+ version = "0.6.0"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
1479
+ dependencies = [
1480
+ "parity-scale-codec",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "impl-trait-for-tuples"
1485
+ version = "0.2.3"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
1488
+ dependencies = [
1489
+ "proc-macro2",
1490
+ "quote",
1491
+ "syn 2.0.117",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "indexmap"
1496
+ version = "2.13.0"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1499
+ dependencies = [
1500
+ "equivalent",
1501
+ "hashbrown 0.16.1",
1502
+ "serde",
1503
+ "serde_core",
1504
+ ]
1505
+
1506
+ [[package]]
1507
+ name = "indoc"
1508
+ version = "2.0.7"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1511
+ dependencies = [
1512
+ "rustversion",
1513
+ ]
1514
+
1515
+ [[package]]
1516
+ name = "inout"
1517
+ version = "0.1.4"
1518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1519
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1520
+ dependencies = [
1521
+ "generic-array",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "instability"
1526
+ version = "0.3.11"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d"
1529
+ dependencies = [
1530
+ "darling",
1531
+ "indoc",
1532
+ "proc-macro2",
1533
+ "quote",
1534
+ "syn 2.0.117",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "ipnet"
1539
+ version = "2.12.0"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1542
+
1543
+ [[package]]
1544
+ name = "iri-string"
1545
+ version = "0.7.10"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1548
+ dependencies = [
1549
+ "memchr",
1550
+ "serde",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "is_terminal_polyfill"
1555
+ version = "1.70.2"
1556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1557
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1558
+
1559
+ [[package]]
1560
+ name = "itertools"
1561
+ version = "0.10.5"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1564
+ dependencies = [
1565
+ "either",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "itertools"
1570
+ version = "0.13.0"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1573
+ dependencies = [
1574
+ "either",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "itoa"
1579
+ version = "1.0.17"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1582
+
1583
+ [[package]]
1584
+ name = "js-sys"
1585
+ version = "0.3.91"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1588
+ dependencies = [
1589
+ "once_cell",
1590
+ "wasm-bindgen",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "k256"
1595
+ version = "0.13.4"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1598
+ dependencies = [
1599
+ "cfg-if",
1600
+ "ecdsa",
1601
+ "elliptic-curve",
1602
+ "once_cell",
1603
+ "sha2",
1604
+ "signature",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "keccak"
1609
+ version = "0.1.6"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
1612
+ dependencies = [
1613
+ "cpufeatures",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "keccak-asm"
1618
+ version = "0.1.5"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f"
1621
+ dependencies = [
1622
+ "digest 0.10.7",
1623
+ "sha3-asm",
1624
+ ]
1625
+
1626
+ [[package]]
1627
+ name = "leb128fmt"
1628
+ version = "0.1.0"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1631
+
1632
+ [[package]]
1633
+ name = "libc"
1634
+ version = "0.2.182"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1637
+
1638
+ [[package]]
1639
+ name = "libm"
1640
+ version = "0.2.16"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1643
+
1644
+ [[package]]
1645
+ name = "linux-raw-sys"
1646
+ version = "0.4.15"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1649
+
1650
+ [[package]]
1651
+ name = "linux-raw-sys"
1652
+ version = "0.12.1"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1655
+
1656
+ [[package]]
1657
+ name = "litemap"
1658
+ version = "0.8.1"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1661
+
1662
+ [[package]]
1663
+ name = "lock_api"
1664
+ version = "0.4.14"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1667
+ dependencies = [
1668
+ "scopeguard",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "log"
1673
+ version = "0.4.29"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1676
+
1677
+ [[package]]
1678
+ name = "lru"
1679
+ version = "0.12.5"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1682
+ dependencies = [
1683
+ "hashbrown 0.15.5",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "lru-slab"
1688
+ version = "0.1.2"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1691
+
1692
+ [[package]]
1693
+ name = "macro-string"
1694
+ version = "0.1.4"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
1697
+ dependencies = [
1698
+ "proc-macro2",
1699
+ "quote",
1700
+ "syn 2.0.117",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "memchr"
1705
+ version = "2.8.0"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1708
+
1709
+ [[package]]
1710
+ name = "memoffset"
1711
+ version = "0.9.1"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1714
+ dependencies = [
1715
+ "autocfg",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "mio"
1720
+ version = "1.1.1"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1723
+ dependencies = [
1724
+ "libc",
1725
+ "log",
1726
+ "wasi",
1727
+ "windows-sys 0.61.2",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "nix"
1732
+ version = "0.30.1"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
1735
+ dependencies = [
1736
+ "bitflags",
1737
+ "cfg-if",
1738
+ "cfg_aliases",
1739
+ "libc",
1740
+ "memoffset",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "num-bigint"
1745
+ version = "0.4.6"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1748
+ dependencies = [
1749
+ "num-integer",
1750
+ "num-traits",
1751
+ ]
1752
+
1753
+ [[package]]
1754
+ name = "num-conv"
1755
+ version = "0.2.0"
1756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1758
+
1759
+ [[package]]
1760
+ name = "num-integer"
1761
+ version = "0.1.46"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1764
+ dependencies = [
1765
+ "num-traits",
1766
+ ]
1767
+
1768
+ [[package]]
1769
+ name = "num-traits"
1770
+ version = "0.2.19"
1771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1772
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1773
+ dependencies = [
1774
+ "autocfg",
1775
+ "libm",
1776
+ ]
1777
+
1778
+ [[package]]
1779
+ name = "once_cell"
1780
+ version = "1.21.3"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1783
+
1784
+ [[package]]
1785
+ name = "once_cell_polyfill"
1786
+ version = "1.70.2"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1789
+
1790
+ [[package]]
1791
+ name = "opaque-debug"
1792
+ version = "0.3.1"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1795
+
1796
+ [[package]]
1797
+ name = "parity-scale-codec"
1798
+ version = "3.7.5"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
1801
+ dependencies = [
1802
+ "arrayvec",
1803
+ "bitvec",
1804
+ "byte-slice-cast",
1805
+ "const_format",
1806
+ "impl-trait-for-tuples",
1807
+ "parity-scale-codec-derive",
1808
+ "rustversion",
1809
+ "serde",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "parity-scale-codec-derive"
1814
+ version = "3.7.5"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
1817
+ dependencies = [
1818
+ "proc-macro-crate",
1819
+ "proc-macro2",
1820
+ "quote",
1821
+ "syn 2.0.117",
1822
+ ]
1823
+
1824
+ [[package]]
1825
+ name = "parking_lot"
1826
+ version = "0.12.5"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1829
+ dependencies = [
1830
+ "lock_api",
1831
+ "parking_lot_core",
1832
+ ]
1833
+
1834
+ [[package]]
1835
+ name = "parking_lot_core"
1836
+ version = "0.9.12"
1837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1838
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1839
+ dependencies = [
1840
+ "cfg-if",
1841
+ "libc",
1842
+ "redox_syscall",
1843
+ "smallvec",
1844
+ "windows-link",
1845
+ ]
1846
+
1847
+ [[package]]
1848
+ name = "password-hash"
1849
+ version = "0.5.0"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
1852
+ dependencies = [
1853
+ "base64ct",
1854
+ "rand_core 0.6.4",
1855
+ "subtle",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "paste"
1860
+ version = "1.0.15"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1863
+
1864
+ [[package]]
1865
+ name = "percent-encoding"
1866
+ version = "2.3.2"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1869
+
1870
+ [[package]]
1871
+ name = "pest"
1872
+ version = "2.8.6"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
1875
+ dependencies = [
1876
+ "memchr",
1877
+ "ucd-trie",
1878
+ ]
1879
+
1880
+ [[package]]
1881
+ name = "pin-project-lite"
1882
+ version = "0.2.17"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1885
+
1886
+ [[package]]
1887
+ name = "pin-utils"
1888
+ version = "0.1.0"
1889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1891
+
1892
+ [[package]]
1893
+ name = "pkcs8"
1894
+ version = "0.10.2"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1897
+ dependencies = [
1898
+ "der",
1899
+ "spki",
1900
+ ]
1901
+
1902
+ [[package]]
1903
+ name = "poly1305"
1904
+ version = "0.8.0"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
1907
+ dependencies = [
1908
+ "cpufeatures",
1909
+ "opaque-debug",
1910
+ "universal-hash",
1911
+ ]
1912
+
1913
+ [[package]]
1914
+ name = "potential_utf"
1915
+ version = "0.1.4"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1918
+ dependencies = [
1919
+ "zerovec",
1920
+ ]
1921
+
1922
+ [[package]]
1923
+ name = "powerfmt"
1924
+ version = "0.2.0"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1927
+
1928
+ [[package]]
1929
+ name = "ppv-lite86"
1930
+ version = "0.2.21"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1933
+ dependencies = [
1934
+ "zerocopy",
1935
+ ]
1936
+
1937
+ [[package]]
1938
+ name = "prettyplease"
1939
+ version = "0.2.37"
1940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1942
+ dependencies = [
1943
+ "proc-macro2",
1944
+ "syn 2.0.117",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "primitive-types"
1949
+ version = "0.12.2"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
1952
+ dependencies = [
1953
+ "fixed-hash",
1954
+ "impl-codec",
1955
+ "uint",
1956
+ ]
1957
+
1958
+ [[package]]
1959
+ name = "proc-macro-crate"
1960
+ version = "3.5.0"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
1963
+ dependencies = [
1964
+ "toml_edit",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "proc-macro-error-attr2"
1969
+ version = "2.0.0"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1972
+ dependencies = [
1973
+ "proc-macro2",
1974
+ "quote",
1975
+ ]
1976
+
1977
+ [[package]]
1978
+ name = "proc-macro-error2"
1979
+ version = "2.0.1"
1980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1981
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1982
+ dependencies = [
1983
+ "proc-macro-error-attr2",
1984
+ "proc-macro2",
1985
+ "quote",
1986
+ "syn 2.0.117",
1987
+ ]
1988
+
1989
+ [[package]]
1990
+ name = "proc-macro2"
1991
+ version = "1.0.106"
1992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1994
+ dependencies = [
1995
+ "unicode-ident",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "proptest"
2000
+ version = "1.10.0"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
2003
+ dependencies = [
2004
+ "bit-set",
2005
+ "bit-vec",
2006
+ "bitflags",
2007
+ "num-traits",
2008
+ "rand 0.9.2",
2009
+ "rand_chacha 0.9.0",
2010
+ "rand_xorshift",
2011
+ "regex-syntax",
2012
+ "rusty-fork",
2013
+ "tempfile",
2014
+ "unarray",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "quick-error"
2019
+ version = "1.2.3"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022
+
2023
+ [[package]]
2024
+ name = "quinn"
2025
+ version = "0.11.9"
2026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2027
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2028
+ dependencies = [
2029
+ "bytes",
2030
+ "cfg_aliases",
2031
+ "pin-project-lite",
2032
+ "quinn-proto",
2033
+ "quinn-udp",
2034
+ "rustc-hash",
2035
+ "rustls",
2036
+ "socket2",
2037
+ "thiserror",
2038
+ "tokio",
2039
+ "tracing",
2040
+ "web-time",
2041
+ ]
2042
+
2043
+ [[package]]
2044
+ name = "quinn-proto"
2045
+ version = "0.11.13"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2048
+ dependencies = [
2049
+ "bytes",
2050
+ "getrandom 0.3.4",
2051
+ "lru-slab",
2052
+ "rand 0.9.2",
2053
+ "ring",
2054
+ "rustc-hash",
2055
+ "rustls",
2056
+ "rustls-pki-types",
2057
+ "slab",
2058
+ "thiserror",
2059
+ "tinyvec",
2060
+ "tracing",
2061
+ "web-time",
2062
+ ]
2063
+
2064
+ [[package]]
2065
+ name = "quinn-udp"
2066
+ version = "0.5.14"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2069
+ dependencies = [
2070
+ "cfg_aliases",
2071
+ "libc",
2072
+ "once_cell",
2073
+ "socket2",
2074
+ "tracing",
2075
+ "windows-sys 0.60.2",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "quote"
2080
+ version = "1.0.45"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2083
+ dependencies = [
2084
+ "proc-macro2",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "r-efi"
2089
+ version = "5.3.0"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2092
+
2093
+ [[package]]
2094
+ name = "r-efi"
2095
+ version = "6.0.0"
2096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2098
+
2099
+ [[package]]
2100
+ name = "radium"
2101
+ version = "0.7.0"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2104
+
2105
+ [[package]]
2106
+ name = "rand"
2107
+ version = "0.8.5"
2108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2109
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2110
+ dependencies = [
2111
+ "libc",
2112
+ "rand_chacha 0.3.1",
2113
+ "rand_core 0.6.4",
2114
+ "serde",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "rand"
2119
+ version = "0.9.2"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2122
+ dependencies = [
2123
+ "rand_chacha 0.9.0",
2124
+ "rand_core 0.9.5",
2125
+ ]
2126
+
2127
+ [[package]]
2128
+ name = "rand_chacha"
2129
+ version = "0.3.1"
2130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2132
+ dependencies = [
2133
+ "ppv-lite86",
2134
+ "rand_core 0.6.4",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "rand_chacha"
2139
+ version = "0.9.0"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2142
+ dependencies = [
2143
+ "ppv-lite86",
2144
+ "rand_core 0.9.5",
2145
+ ]
2146
+
2147
+ [[package]]
2148
+ name = "rand_core"
2149
+ version = "0.6.4"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2152
+ dependencies = [
2153
+ "getrandom 0.2.17",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "rand_core"
2158
+ version = "0.9.5"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2161
+ dependencies = [
2162
+ "getrandom 0.3.4",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "rand_xorshift"
2167
+ version = "0.4.0"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2170
+ dependencies = [
2171
+ "rand_core 0.9.5",
2172
+ ]
2173
+
2174
+ [[package]]
2175
+ name = "ratatui"
2176
+ version = "0.29.0"
2177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2178
+ checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
2179
+ dependencies = [
2180
+ "bitflags",
2181
+ "cassowary",
2182
+ "compact_str",
2183
+ "crossterm",
2184
+ "indoc",
2185
+ "instability",
2186
+ "itertools 0.13.0",
2187
+ "lru",
2188
+ "paste",
2189
+ "strum",
2190
+ "unicode-segmentation",
2191
+ "unicode-truncate",
2192
+ "unicode-width 0.2.0",
2193
+ ]
2194
+
2195
+ [[package]]
2196
+ name = "redox_syscall"
2197
+ version = "0.5.18"
2198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2199
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2200
+ dependencies = [
2201
+ "bitflags",
2202
+ ]
2203
+
2204
+ [[package]]
2205
+ name = "regex-syntax"
2206
+ version = "0.8.10"
2207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2209
+
2210
+ [[package]]
2211
+ name = "reqwest"
2212
+ version = "0.12.28"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2215
+ dependencies = [
2216
+ "base64",
2217
+ "bytes",
2218
+ "futures-core",
2219
+ "http",
2220
+ "http-body",
2221
+ "http-body-util",
2222
+ "hyper",
2223
+ "hyper-rustls",
2224
+ "hyper-util",
2225
+ "js-sys",
2226
+ "log",
2227
+ "percent-encoding",
2228
+ "pin-project-lite",
2229
+ "quinn",
2230
+ "rustls",
2231
+ "rustls-pki-types",
2232
+ "serde",
2233
+ "serde_json",
2234
+ "serde_urlencoded",
2235
+ "sync_wrapper",
2236
+ "tokio",
2237
+ "tokio-rustls",
2238
+ "tower",
2239
+ "tower-http",
2240
+ "tower-service",
2241
+ "url",
2242
+ "wasm-bindgen",
2243
+ "wasm-bindgen-futures",
2244
+ "web-sys",
2245
+ "webpki-roots",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "rfc6979"
2250
+ version = "0.4.0"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2253
+ dependencies = [
2254
+ "hmac",
2255
+ "subtle",
2256
+ ]
2257
+
2258
+ [[package]]
2259
+ name = "ring"
2260
+ version = "0.17.14"
2261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2262
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2263
+ dependencies = [
2264
+ "cc",
2265
+ "cfg-if",
2266
+ "getrandom 0.2.17",
2267
+ "libc",
2268
+ "untrusted",
2269
+ "windows-sys 0.52.0",
2270
+ ]
2271
+
2272
+ [[package]]
2273
+ name = "rlp"
2274
+ version = "0.5.2"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
2277
+ dependencies = [
2278
+ "bytes",
2279
+ "rustc-hex",
2280
+ ]
2281
+
2282
+ [[package]]
2283
+ name = "rpassword"
2284
+ version = "7.4.0"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
2287
+ dependencies = [
2288
+ "libc",
2289
+ "rtoolbox",
2290
+ "windows-sys 0.59.0",
2291
+ ]
2292
+
2293
+ [[package]]
2294
+ name = "rtoolbox"
2295
+ version = "0.0.3"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
2298
+ dependencies = [
2299
+ "libc",
2300
+ "windows-sys 0.52.0",
2301
+ ]
2302
+
2303
+ [[package]]
2304
+ name = "ruint"
2305
+ version = "1.17.2"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a"
2308
+ dependencies = [
2309
+ "alloy-rlp",
2310
+ "ark-ff 0.3.0",
2311
+ "ark-ff 0.4.2",
2312
+ "ark-ff 0.5.0",
2313
+ "bytes",
2314
+ "fastrlp 0.3.1",
2315
+ "fastrlp 0.4.0",
2316
+ "num-bigint",
2317
+ "num-integer",
2318
+ "num-traits",
2319
+ "parity-scale-codec",
2320
+ "primitive-types",
2321
+ "proptest",
2322
+ "rand 0.8.5",
2323
+ "rand 0.9.2",
2324
+ "rlp",
2325
+ "ruint-macro",
2326
+ "serde_core",
2327
+ "valuable",
2328
+ "zeroize",
2329
+ ]
2330
+
2331
+ [[package]]
2332
+ name = "ruint-macro"
2333
+ version = "1.2.1"
2334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2335
+ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
2336
+
2337
+ [[package]]
2338
+ name = "rustc-hash"
2339
+ version = "2.1.1"
2340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2341
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2342
+
2343
+ [[package]]
2344
+ name = "rustc-hex"
2345
+ version = "2.1.0"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
2348
+
2349
+ [[package]]
2350
+ name = "rustc_version"
2351
+ version = "0.3.3"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
2354
+ dependencies = [
2355
+ "semver 0.11.0",
2356
+ ]
2357
+
2358
+ [[package]]
2359
+ name = "rustc_version"
2360
+ version = "0.4.1"
2361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2362
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2363
+ dependencies = [
2364
+ "semver 1.0.27",
2365
+ ]
2366
+
2367
+ [[package]]
2368
+ name = "rustix"
2369
+ version = "0.38.44"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2372
+ dependencies = [
2373
+ "bitflags",
2374
+ "errno",
2375
+ "libc",
2376
+ "linux-raw-sys 0.4.15",
2377
+ "windows-sys 0.59.0",
2378
+ ]
2379
+
2380
+ [[package]]
2381
+ name = "rustix"
2382
+ version = "1.1.4"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2385
+ dependencies = [
2386
+ "bitflags",
2387
+ "errno",
2388
+ "libc",
2389
+ "linux-raw-sys 0.12.1",
2390
+ "windows-sys 0.61.2",
2391
+ ]
2392
+
2393
+ [[package]]
2394
+ name = "rustls"
2395
+ version = "0.23.37"
2396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2397
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2398
+ dependencies = [
2399
+ "once_cell",
2400
+ "ring",
2401
+ "rustls-pki-types",
2402
+ "rustls-webpki",
2403
+ "subtle",
2404
+ "zeroize",
2405
+ ]
2406
+
2407
+ [[package]]
2408
+ name = "rustls-pki-types"
2409
+ version = "1.14.0"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2412
+ dependencies = [
2413
+ "web-time",
2414
+ "zeroize",
2415
+ ]
2416
+
2417
+ [[package]]
2418
+ name = "rustls-webpki"
2419
+ version = "0.103.9"
2420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2421
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2422
+ dependencies = [
2423
+ "ring",
2424
+ "rustls-pki-types",
2425
+ "untrusted",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "rustversion"
2430
+ version = "1.0.22"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2433
+
2434
+ [[package]]
2435
+ name = "rusty-fork"
2436
+ version = "0.3.1"
2437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
2439
+ dependencies = [
2440
+ "fnv",
2441
+ "quick-error",
2442
+ "tempfile",
2443
+ "wait-timeout",
2444
+ ]
2445
+
2446
+ [[package]]
2447
+ name = "ryu"
2448
+ version = "1.0.23"
2449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2450
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2451
+
2452
+ [[package]]
2453
+ name = "scopeguard"
2454
+ version = "1.2.0"
2455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2457
+
2458
+ [[package]]
2459
+ name = "sec1"
2460
+ version = "0.7.3"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2463
+ dependencies = [
2464
+ "base16ct",
2465
+ "der",
2466
+ "generic-array",
2467
+ "pkcs8",
2468
+ "subtle",
2469
+ "zeroize",
2470
+ ]
2471
+
2472
+ [[package]]
2473
+ name = "security-framework"
2474
+ version = "3.7.0"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2477
+ dependencies = [
2478
+ "bitflags",
2479
+ "core-foundation",
2480
+ "core-foundation-sys",
2481
+ "libc",
2482
+ "security-framework-sys",
2483
+ ]
2484
+
2485
+ [[package]]
2486
+ name = "security-framework-sys"
2487
+ version = "2.17.0"
2488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2490
+ dependencies = [
2491
+ "core-foundation-sys",
2492
+ "libc",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "semver"
2497
+ version = "0.11.0"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2500
+ dependencies = [
2501
+ "semver-parser",
2502
+ ]
2503
+
2504
+ [[package]]
2505
+ name = "semver"
2506
+ version = "1.0.27"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2509
+
2510
+ [[package]]
2511
+ name = "semver-parser"
2512
+ version = "0.10.3"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
2515
+ dependencies = [
2516
+ "pest",
2517
+ ]
2518
+
2519
+ [[package]]
2520
+ name = "serde"
2521
+ version = "1.0.228"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2524
+ dependencies = [
2525
+ "serde_core",
2526
+ "serde_derive",
2527
+ ]
2528
+
2529
+ [[package]]
2530
+ name = "serde_core"
2531
+ version = "1.0.228"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2534
+ dependencies = [
2535
+ "serde_derive",
2536
+ ]
2537
+
2538
+ [[package]]
2539
+ name = "serde_derive"
2540
+ version = "1.0.228"
2541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2542
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2543
+ dependencies = [
2544
+ "proc-macro2",
2545
+ "quote",
2546
+ "syn 2.0.117",
2547
+ ]
2548
+
2549
+ [[package]]
2550
+ name = "serde_json"
2551
+ version = "1.0.149"
2552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2553
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2554
+ dependencies = [
2555
+ "itoa",
2556
+ "memchr",
2557
+ "serde",
2558
+ "serde_core",
2559
+ "zmij",
2560
+ ]
2561
+
2562
+ [[package]]
2563
+ name = "serde_urlencoded"
2564
+ version = "0.7.1"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2567
+ dependencies = [
2568
+ "form_urlencoded",
2569
+ "itoa",
2570
+ "ryu",
2571
+ "serde",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "sha2"
2576
+ version = "0.10.9"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2579
+ dependencies = [
2580
+ "cfg-if",
2581
+ "cpufeatures",
2582
+ "digest 0.10.7",
2583
+ ]
2584
+
2585
+ [[package]]
2586
+ name = "sha3"
2587
+ version = "0.10.8"
2588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2589
+ checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
2590
+ dependencies = [
2591
+ "digest 0.10.7",
2592
+ "keccak",
2593
+ ]
2594
+
2595
+ [[package]]
2596
+ name = "sha3-asm"
2597
+ version = "0.1.5"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a"
2600
+ dependencies = [
2601
+ "cc",
2602
+ "cfg-if",
2603
+ ]
2604
+
2605
+ [[package]]
2606
+ name = "shlex"
2607
+ version = "1.3.0"
2608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2610
+
2611
+ [[package]]
2612
+ name = "signal-hook"
2613
+ version = "0.3.18"
2614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2615
+ checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
2616
+ dependencies = [
2617
+ "libc",
2618
+ "signal-hook-registry",
2619
+ ]
2620
+
2621
+ [[package]]
2622
+ name = "signal-hook-mio"
2623
+ version = "0.2.5"
2624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
2626
+ dependencies = [
2627
+ "libc",
2628
+ "mio",
2629
+ "signal-hook",
2630
+ ]
2631
+
2632
+ [[package]]
2633
+ name = "signal-hook-registry"
2634
+ version = "1.4.8"
2635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2637
+ dependencies = [
2638
+ "errno",
2639
+ "libc",
2640
+ ]
2641
+
2642
+ [[package]]
2643
+ name = "signature"
2644
+ version = "2.2.0"
2645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2646
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2647
+ dependencies = [
2648
+ "digest 0.10.7",
2649
+ "rand_core 0.6.4",
2650
+ ]
2651
+
2652
+ [[package]]
2653
+ name = "slab"
2654
+ version = "0.4.12"
2655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2656
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2657
+
2658
+ [[package]]
2659
+ name = "smallvec"
2660
+ version = "1.15.1"
2661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2662
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2663
+
2664
+ [[package]]
2665
+ name = "socket2"
2666
+ version = "0.6.2"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
2669
+ dependencies = [
2670
+ "libc",
2671
+ "windows-sys 0.60.2",
2672
+ ]
2673
+
2674
+ [[package]]
2675
+ name = "spki"
2676
+ version = "0.7.3"
2677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2678
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2679
+ dependencies = [
2680
+ "base64ct",
2681
+ "der",
2682
+ ]
2683
+
2684
+ [[package]]
2685
+ name = "stable_deref_trait"
2686
+ version = "1.2.1"
2687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2688
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2689
+
2690
+ [[package]]
2691
+ name = "static_assertions"
2692
+ version = "1.1.0"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2695
+
2696
+ [[package]]
2697
+ name = "strsim"
2698
+ version = "0.11.1"
2699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2700
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2701
+
2702
+ [[package]]
2703
+ name = "strum"
2704
+ version = "0.26.3"
2705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2706
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2707
+ dependencies = [
2708
+ "strum_macros",
2709
+ ]
2710
+
2711
+ [[package]]
2712
+ name = "strum_macros"
2713
+ version = "0.26.4"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2716
+ dependencies = [
2717
+ "heck",
2718
+ "proc-macro2",
2719
+ "quote",
2720
+ "rustversion",
2721
+ "syn 2.0.117",
2722
+ ]
2723
+
2724
+ [[package]]
2725
+ name = "subtle"
2726
+ version = "2.6.1"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2729
+
2730
+ [[package]]
2731
+ name = "syn"
2732
+ version = "1.0.109"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2735
+ dependencies = [
2736
+ "proc-macro2",
2737
+ "quote",
2738
+ "unicode-ident",
2739
+ ]
2740
+
2741
+ [[package]]
2742
+ name = "syn"
2743
+ version = "2.0.117"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2746
+ dependencies = [
2747
+ "proc-macro2",
2748
+ "quote",
2749
+ "unicode-ident",
2750
+ ]
2751
+
2752
+ [[package]]
2753
+ name = "syn-solidity"
2754
+ version = "0.8.26"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "ab4e6eed052a117409a1a744c8bda9c3ea6934597cf7419f791cb7d590871c4c"
2757
+ dependencies = [
2758
+ "paste",
2759
+ "proc-macro2",
2760
+ "quote",
2761
+ "syn 2.0.117",
2762
+ ]
2763
+
2764
+ [[package]]
2765
+ name = "sync_wrapper"
2766
+ version = "1.0.2"
2767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2768
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2769
+ dependencies = [
2770
+ "futures-core",
2771
+ ]
2772
+
2773
+ [[package]]
2774
+ name = "synstructure"
2775
+ version = "0.13.2"
2776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2778
+ dependencies = [
2779
+ "proc-macro2",
2780
+ "quote",
2781
+ "syn 2.0.117",
2782
+ ]
2783
+
2784
+ [[package]]
2785
+ name = "tap"
2786
+ version = "1.0.1"
2787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2788
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2789
+
2790
+ [[package]]
2791
+ name = "tempfile"
2792
+ version = "3.26.0"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
2795
+ dependencies = [
2796
+ "fastrand",
2797
+ "getrandom 0.4.2",
2798
+ "once_cell",
2799
+ "rustix 1.1.4",
2800
+ "windows-sys 0.61.2",
2801
+ ]
2802
+
2803
+ [[package]]
2804
+ name = "thiserror"
2805
+ version = "2.0.18"
2806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2807
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2808
+ dependencies = [
2809
+ "thiserror-impl",
2810
+ ]
2811
+
2812
+ [[package]]
2813
+ name = "thiserror-impl"
2814
+ version = "2.0.18"
2815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2817
+ dependencies = [
2818
+ "proc-macro2",
2819
+ "quote",
2820
+ "syn 2.0.117",
2821
+ ]
2822
+
2823
+ [[package]]
2824
+ name = "time"
2825
+ version = "0.3.47"
2826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2827
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2828
+ dependencies = [
2829
+ "deranged",
2830
+ "itoa",
2831
+ "num-conv",
2832
+ "powerfmt",
2833
+ "serde_core",
2834
+ "time-core",
2835
+ "time-macros",
2836
+ ]
2837
+
2838
+ [[package]]
2839
+ name = "time-core"
2840
+ version = "0.1.8"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2843
+
2844
+ [[package]]
2845
+ name = "time-macros"
2846
+ version = "0.2.27"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2849
+ dependencies = [
2850
+ "num-conv",
2851
+ "time-core",
2852
+ ]
2853
+
2854
+ [[package]]
2855
+ name = "tiny-keccak"
2856
+ version = "2.0.2"
2857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2858
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2859
+ dependencies = [
2860
+ "crunchy",
2861
+ ]
2862
+
2863
+ [[package]]
2864
+ name = "tinystr"
2865
+ version = "0.8.2"
2866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2867
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2868
+ dependencies = [
2869
+ "displaydoc",
2870
+ "zerovec",
2871
+ ]
2872
+
2873
+ [[package]]
2874
+ name = "tinyvec"
2875
+ version = "1.10.0"
2876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2878
+ dependencies = [
2879
+ "tinyvec_macros",
2880
+ ]
2881
+
2882
+ [[package]]
2883
+ name = "tinyvec_macros"
2884
+ version = "0.1.1"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2887
+
2888
+ [[package]]
2889
+ name = "tokio"
2890
+ version = "1.50.0"
2891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2892
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2893
+ dependencies = [
2894
+ "bytes",
2895
+ "libc",
2896
+ "mio",
2897
+ "pin-project-lite",
2898
+ "signal-hook-registry",
2899
+ "socket2",
2900
+ "tokio-macros",
2901
+ "windows-sys 0.61.2",
2902
+ ]
2903
+
2904
+ [[package]]
2905
+ name = "tokio-macros"
2906
+ version = "2.6.1"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
2909
+ dependencies = [
2910
+ "proc-macro2",
2911
+ "quote",
2912
+ "syn 2.0.117",
2913
+ ]
2914
+
2915
+ [[package]]
2916
+ name = "tokio-rustls"
2917
+ version = "0.26.4"
2918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2919
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2920
+ dependencies = [
2921
+ "rustls",
2922
+ "tokio",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "toml_datetime"
2927
+ version = "1.0.0+spec-1.1.0"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
2930
+ dependencies = [
2931
+ "serde_core",
2932
+ ]
2933
+
2934
+ [[package]]
2935
+ name = "toml_edit"
2936
+ version = "0.25.3+spec-1.1.0"
2937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2938
+ checksum = "a0a07913e63758bc95142d9863a5a45173b71515e68b690cad70cf99c3255ce1"
2939
+ dependencies = [
2940
+ "indexmap",
2941
+ "toml_datetime",
2942
+ "toml_parser",
2943
+ "winnow",
2944
+ ]
2945
+
2946
+ [[package]]
2947
+ name = "toml_parser"
2948
+ version = "1.0.9+spec-1.1.0"
2949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2950
+ checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
2951
+ dependencies = [
2952
+ "winnow",
2953
+ ]
2954
+
2955
+ [[package]]
2956
+ name = "tower"
2957
+ version = "0.5.3"
2958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2959
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2960
+ dependencies = [
2961
+ "futures-core",
2962
+ "futures-util",
2963
+ "pin-project-lite",
2964
+ "sync_wrapper",
2965
+ "tokio",
2966
+ "tower-layer",
2967
+ "tower-service",
2968
+ ]
2969
+
2970
+ [[package]]
2971
+ name = "tower-http"
2972
+ version = "0.6.8"
2973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2974
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2975
+ dependencies = [
2976
+ "bitflags",
2977
+ "bytes",
2978
+ "futures-util",
2979
+ "http",
2980
+ "http-body",
2981
+ "iri-string",
2982
+ "pin-project-lite",
2983
+ "tower",
2984
+ "tower-layer",
2985
+ "tower-service",
2986
+ ]
2987
+
2988
+ [[package]]
2989
+ name = "tower-layer"
2990
+ version = "0.3.3"
2991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2992
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2993
+
2994
+ [[package]]
2995
+ name = "tower-service"
2996
+ version = "0.3.3"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2999
+
3000
+ [[package]]
3001
+ name = "tracing"
3002
+ version = "0.1.44"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3005
+ dependencies = [
3006
+ "pin-project-lite",
3007
+ "tracing-core",
3008
+ ]
3009
+
3010
+ [[package]]
3011
+ name = "tracing-core"
3012
+ version = "0.1.36"
3013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3014
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3015
+ dependencies = [
3016
+ "once_cell",
3017
+ ]
3018
+
3019
+ [[package]]
3020
+ name = "try-lock"
3021
+ version = "0.2.5"
3022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3024
+
3025
+ [[package]]
3026
+ name = "typenum"
3027
+ version = "1.19.0"
3028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3029
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3030
+
3031
+ [[package]]
3032
+ name = "ucd-trie"
3033
+ version = "0.1.7"
3034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3035
+ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
3036
+
3037
+ [[package]]
3038
+ name = "uint"
3039
+ version = "0.9.5"
3040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+ checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
3042
+ dependencies = [
3043
+ "byteorder",
3044
+ "crunchy",
3045
+ "hex",
3046
+ "static_assertions",
3047
+ ]
3048
+
3049
+ [[package]]
3050
+ name = "unarray"
3051
+ version = "0.1.4"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3054
+
3055
+ [[package]]
3056
+ name = "unicode-ident"
3057
+ version = "1.0.24"
3058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3059
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3060
+
3061
+ [[package]]
3062
+ name = "unicode-segmentation"
3063
+ version = "1.12.0"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3066
+
3067
+ [[package]]
3068
+ name = "unicode-truncate"
3069
+ version = "1.1.0"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
3072
+ dependencies = [
3073
+ "itertools 0.13.0",
3074
+ "unicode-segmentation",
3075
+ "unicode-width 0.1.14",
3076
+ ]
3077
+
3078
+ [[package]]
3079
+ name = "unicode-width"
3080
+ version = "0.1.14"
3081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3082
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3083
+
3084
+ [[package]]
3085
+ name = "unicode-width"
3086
+ version = "0.2.0"
3087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
3089
+
3090
+ [[package]]
3091
+ name = "unicode-xid"
3092
+ version = "0.2.6"
3093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3094
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3095
+
3096
+ [[package]]
3097
+ name = "universal-hash"
3098
+ version = "0.5.1"
3099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3100
+ checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
3101
+ dependencies = [
3102
+ "crypto-common",
3103
+ "subtle",
3104
+ ]
3105
+
3106
+ [[package]]
3107
+ name = "untrusted"
3108
+ version = "0.9.0"
3109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3110
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3111
+
3112
+ [[package]]
3113
+ name = "url"
3114
+ version = "2.5.8"
3115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3116
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3117
+ dependencies = [
3118
+ "form_urlencoded",
3119
+ "idna",
3120
+ "percent-encoding",
3121
+ "serde",
3122
+ ]
3123
+
3124
+ [[package]]
3125
+ name = "utf8_iter"
3126
+ version = "1.0.4"
3127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3128
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3129
+
3130
+ [[package]]
3131
+ name = "utf8parse"
3132
+ version = "0.2.2"
3133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3134
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3135
+
3136
+ [[package]]
3137
+ name = "uuid"
3138
+ version = "1.21.0"
3139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3140
+ checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
3141
+ dependencies = [
3142
+ "getrandom 0.4.2",
3143
+ "js-sys",
3144
+ "serde_core",
3145
+ "wasm-bindgen",
3146
+ ]
3147
+
3148
+ [[package]]
3149
+ name = "valuable"
3150
+ version = "0.1.1"
3151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3152
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3153
+
3154
+ [[package]]
3155
+ name = "vault-daemon"
3156
+ version = "0.1.0"
3157
+ dependencies = [
3158
+ "alloy-primitives",
3159
+ "argon2",
3160
+ "async-trait",
3161
+ "chacha20poly1305",
3162
+ "hex",
3163
+ "k256",
3164
+ "libc",
3165
+ "nix",
3166
+ "rand 0.9.2",
3167
+ "reqwest",
3168
+ "serde",
3169
+ "serde_json",
3170
+ "sha2",
3171
+ "thiserror",
3172
+ "time",
3173
+ "tokio",
3174
+ "uuid",
3175
+ "vault-domain",
3176
+ "vault-policy",
3177
+ "vault-signer",
3178
+ "x25519-dalek",
3179
+ "zeroize",
3180
+ ]
3181
+
3182
+ [[package]]
3183
+ name = "vault-domain"
3184
+ version = "0.1.0"
3185
+ dependencies = [
3186
+ "alloy-primitives",
3187
+ "alloy-sol-types",
3188
+ "hex",
3189
+ "serde",
3190
+ "serde_json",
3191
+ "sha2",
3192
+ "thiserror",
3193
+ "time",
3194
+ "uuid",
3195
+ "zeroize",
3196
+ ]
3197
+
3198
+ [[package]]
3199
+ name = "vault-policy"
3200
+ version = "0.1.0"
3201
+ dependencies = [
3202
+ "alloy-primitives",
3203
+ "alloy-sol-types",
3204
+ "serde",
3205
+ "thiserror",
3206
+ "time",
3207
+ "uuid",
3208
+ "vault-domain",
3209
+ ]
3210
+
3211
+ [[package]]
3212
+ name = "vault-sdk-agent"
3213
+ version = "0.1.0"
3214
+ dependencies = [
3215
+ "async-trait",
3216
+ "serde_json",
3217
+ "thiserror",
3218
+ "time",
3219
+ "tokio",
3220
+ "uuid",
3221
+ "vault-daemon",
3222
+ "vault-domain",
3223
+ "vault-policy",
3224
+ "vault-signer",
3225
+ "zeroize",
3226
+ ]
3227
+
3228
+ [[package]]
3229
+ name = "vault-signer"
3230
+ version = "0.1.0"
3231
+ dependencies = [
3232
+ "async-trait",
3233
+ "core-foundation",
3234
+ "hex",
3235
+ "k256",
3236
+ "libc",
3237
+ "security-framework",
3238
+ "security-framework-sys",
3239
+ "serde",
3240
+ "sha2",
3241
+ "thiserror",
3242
+ "time",
3243
+ "tokio",
3244
+ "uuid",
3245
+ "vault-domain",
3246
+ "zeroize",
3247
+ ]
3248
+
3249
+ [[package]]
3250
+ name = "vault-transport-unix"
3251
+ version = "0.1.0"
3252
+ dependencies = [
3253
+ "anyhow",
3254
+ "async-trait",
3255
+ "nix",
3256
+ "serde",
3257
+ "serde_json",
3258
+ "thiserror",
3259
+ "time",
3260
+ "tokio",
3261
+ "uuid",
3262
+ "vault-daemon",
3263
+ "vault-domain",
3264
+ "vault-policy",
3265
+ "vault-signer",
3266
+ "zeroize",
3267
+ ]
3268
+
3269
+ [[package]]
3270
+ name = "vault-transport-xpc"
3271
+ version = "0.1.0"
3272
+ dependencies = [
3273
+ "async-trait",
3274
+ "block",
3275
+ "libc",
3276
+ "security-framework",
3277
+ "serde",
3278
+ "serde_json",
3279
+ "thiserror",
3280
+ "time",
3281
+ "tokio",
3282
+ "uuid",
3283
+ "vault-daemon",
3284
+ "vault-domain",
3285
+ "vault-policy",
3286
+ "vault-signer",
3287
+ "zeroize",
3288
+ ]
3289
+
3290
+ [[package]]
3291
+ name = "version_check"
3292
+ version = "0.9.5"
3293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3294
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3295
+
3296
+ [[package]]
3297
+ name = "wait-timeout"
3298
+ version = "0.2.1"
3299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3300
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
3301
+ dependencies = [
3302
+ "libc",
3303
+ ]
3304
+
3305
+ [[package]]
3306
+ name = "want"
3307
+ version = "0.3.1"
3308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3309
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3310
+ dependencies = [
3311
+ "try-lock",
3312
+ ]
3313
+
3314
+ [[package]]
3315
+ name = "wasi"
3316
+ version = "0.11.1+wasi-snapshot-preview1"
3317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3318
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3319
+
3320
+ [[package]]
3321
+ name = "wasip2"
3322
+ version = "1.0.2+wasi-0.2.9"
3323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3324
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3325
+ dependencies = [
3326
+ "wit-bindgen",
3327
+ ]
3328
+
3329
+ [[package]]
3330
+ name = "wasip3"
3331
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3333
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3334
+ dependencies = [
3335
+ "wit-bindgen",
3336
+ ]
3337
+
3338
+ [[package]]
3339
+ name = "wasm-bindgen"
3340
+ version = "0.2.114"
3341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3342
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
3343
+ dependencies = [
3344
+ "cfg-if",
3345
+ "once_cell",
3346
+ "rustversion",
3347
+ "wasm-bindgen-macro",
3348
+ "wasm-bindgen-shared",
3349
+ ]
3350
+
3351
+ [[package]]
3352
+ name = "wasm-bindgen-futures"
3353
+ version = "0.4.64"
3354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3355
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
3356
+ dependencies = [
3357
+ "cfg-if",
3358
+ "futures-util",
3359
+ "js-sys",
3360
+ "once_cell",
3361
+ "wasm-bindgen",
3362
+ "web-sys",
3363
+ ]
3364
+
3365
+ [[package]]
3366
+ name = "wasm-bindgen-macro"
3367
+ version = "0.2.114"
3368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3369
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
3370
+ dependencies = [
3371
+ "quote",
3372
+ "wasm-bindgen-macro-support",
3373
+ ]
3374
+
3375
+ [[package]]
3376
+ name = "wasm-bindgen-macro-support"
3377
+ version = "0.2.114"
3378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3379
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
3380
+ dependencies = [
3381
+ "bumpalo",
3382
+ "proc-macro2",
3383
+ "quote",
3384
+ "syn 2.0.117",
3385
+ "wasm-bindgen-shared",
3386
+ ]
3387
+
3388
+ [[package]]
3389
+ name = "wasm-bindgen-shared"
3390
+ version = "0.2.114"
3391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3392
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
3393
+ dependencies = [
3394
+ "unicode-ident",
3395
+ ]
3396
+
3397
+ [[package]]
3398
+ name = "wasm-encoder"
3399
+ version = "0.244.0"
3400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3401
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3402
+ dependencies = [
3403
+ "leb128fmt",
3404
+ "wasmparser",
3405
+ ]
3406
+
3407
+ [[package]]
3408
+ name = "wasm-metadata"
3409
+ version = "0.244.0"
3410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3411
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3412
+ dependencies = [
3413
+ "anyhow",
3414
+ "indexmap",
3415
+ "wasm-encoder",
3416
+ "wasmparser",
3417
+ ]
3418
+
3419
+ [[package]]
3420
+ name = "wasmparser"
3421
+ version = "0.244.0"
3422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3423
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3424
+ dependencies = [
3425
+ "bitflags",
3426
+ "hashbrown 0.15.5",
3427
+ "indexmap",
3428
+ "semver 1.0.27",
3429
+ ]
3430
+
3431
+ [[package]]
3432
+ name = "web-sys"
3433
+ version = "0.3.91"
3434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3435
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
3436
+ dependencies = [
3437
+ "js-sys",
3438
+ "wasm-bindgen",
3439
+ ]
3440
+
3441
+ [[package]]
3442
+ name = "web-time"
3443
+ version = "1.1.0"
3444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3445
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3446
+ dependencies = [
3447
+ "js-sys",
3448
+ "wasm-bindgen",
3449
+ ]
3450
+
3451
+ [[package]]
3452
+ name = "webpki-roots"
3453
+ version = "1.0.6"
3454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3455
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
3456
+ dependencies = [
3457
+ "rustls-pki-types",
3458
+ ]
3459
+
3460
+ [[package]]
3461
+ name = "winapi"
3462
+ version = "0.3.9"
3463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3464
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3465
+ dependencies = [
3466
+ "winapi-i686-pc-windows-gnu",
3467
+ "winapi-x86_64-pc-windows-gnu",
3468
+ ]
3469
+
3470
+ [[package]]
3471
+ name = "winapi-i686-pc-windows-gnu"
3472
+ version = "0.4.0"
3473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3474
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3475
+
3476
+ [[package]]
3477
+ name = "winapi-x86_64-pc-windows-gnu"
3478
+ version = "0.4.0"
3479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3480
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3481
+
3482
+ [[package]]
3483
+ name = "windows-link"
3484
+ version = "0.2.1"
3485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3486
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3487
+
3488
+ [[package]]
3489
+ name = "windows-sys"
3490
+ version = "0.52.0"
3491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3493
+ dependencies = [
3494
+ "windows-targets 0.52.6",
3495
+ ]
3496
+
3497
+ [[package]]
3498
+ name = "windows-sys"
3499
+ version = "0.59.0"
3500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3501
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3502
+ dependencies = [
3503
+ "windows-targets 0.52.6",
3504
+ ]
3505
+
3506
+ [[package]]
3507
+ name = "windows-sys"
3508
+ version = "0.60.2"
3509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3510
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3511
+ dependencies = [
3512
+ "windows-targets 0.53.5",
3513
+ ]
3514
+
3515
+ [[package]]
3516
+ name = "windows-sys"
3517
+ version = "0.61.2"
3518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3519
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3520
+ dependencies = [
3521
+ "windows-link",
3522
+ ]
3523
+
3524
+ [[package]]
3525
+ name = "windows-targets"
3526
+ version = "0.52.6"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3529
+ dependencies = [
3530
+ "windows_aarch64_gnullvm 0.52.6",
3531
+ "windows_aarch64_msvc 0.52.6",
3532
+ "windows_i686_gnu 0.52.6",
3533
+ "windows_i686_gnullvm 0.52.6",
3534
+ "windows_i686_msvc 0.52.6",
3535
+ "windows_x86_64_gnu 0.52.6",
3536
+ "windows_x86_64_gnullvm 0.52.6",
3537
+ "windows_x86_64_msvc 0.52.6",
3538
+ ]
3539
+
3540
+ [[package]]
3541
+ name = "windows-targets"
3542
+ version = "0.53.5"
3543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3544
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3545
+ dependencies = [
3546
+ "windows-link",
3547
+ "windows_aarch64_gnullvm 0.53.1",
3548
+ "windows_aarch64_msvc 0.53.1",
3549
+ "windows_i686_gnu 0.53.1",
3550
+ "windows_i686_gnullvm 0.53.1",
3551
+ "windows_i686_msvc 0.53.1",
3552
+ "windows_x86_64_gnu 0.53.1",
3553
+ "windows_x86_64_gnullvm 0.53.1",
3554
+ "windows_x86_64_msvc 0.53.1",
3555
+ ]
3556
+
3557
+ [[package]]
3558
+ name = "windows_aarch64_gnullvm"
3559
+ version = "0.52.6"
3560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3561
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3562
+
3563
+ [[package]]
3564
+ name = "windows_aarch64_gnullvm"
3565
+ version = "0.53.1"
3566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3567
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3568
+
3569
+ [[package]]
3570
+ name = "windows_aarch64_msvc"
3571
+ version = "0.52.6"
3572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3573
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3574
+
3575
+ [[package]]
3576
+ name = "windows_aarch64_msvc"
3577
+ version = "0.53.1"
3578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3579
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3580
+
3581
+ [[package]]
3582
+ name = "windows_i686_gnu"
3583
+ version = "0.52.6"
3584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3585
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3586
+
3587
+ [[package]]
3588
+ name = "windows_i686_gnu"
3589
+ version = "0.53.1"
3590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3591
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3592
+
3593
+ [[package]]
3594
+ name = "windows_i686_gnullvm"
3595
+ version = "0.52.6"
3596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3597
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3598
+
3599
+ [[package]]
3600
+ name = "windows_i686_gnullvm"
3601
+ version = "0.53.1"
3602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3603
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3604
+
3605
+ [[package]]
3606
+ name = "windows_i686_msvc"
3607
+ version = "0.52.6"
3608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3609
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3610
+
3611
+ [[package]]
3612
+ name = "windows_i686_msvc"
3613
+ version = "0.53.1"
3614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3615
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3616
+
3617
+ [[package]]
3618
+ name = "windows_x86_64_gnu"
3619
+ version = "0.52.6"
3620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3621
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3622
+
3623
+ [[package]]
3624
+ name = "windows_x86_64_gnu"
3625
+ version = "0.53.1"
3626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3627
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3628
+
3629
+ [[package]]
3630
+ name = "windows_x86_64_gnullvm"
3631
+ version = "0.52.6"
3632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3633
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3634
+
3635
+ [[package]]
3636
+ name = "windows_x86_64_gnullvm"
3637
+ version = "0.53.1"
3638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3639
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3640
+
3641
+ [[package]]
3642
+ name = "windows_x86_64_msvc"
3643
+ version = "0.52.6"
3644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3645
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3646
+
3647
+ [[package]]
3648
+ name = "windows_x86_64_msvc"
3649
+ version = "0.53.1"
3650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3651
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3652
+
3653
+ [[package]]
3654
+ name = "winnow"
3655
+ version = "0.7.14"
3656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3657
+ checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
3658
+ dependencies = [
3659
+ "memchr",
3660
+ ]
3661
+
3662
+ [[package]]
3663
+ name = "wit-bindgen"
3664
+ version = "0.51.0"
3665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3666
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3667
+ dependencies = [
3668
+ "wit-bindgen-rust-macro",
3669
+ ]
3670
+
3671
+ [[package]]
3672
+ name = "wit-bindgen-core"
3673
+ version = "0.51.0"
3674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3675
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3676
+ dependencies = [
3677
+ "anyhow",
3678
+ "heck",
3679
+ "wit-parser",
3680
+ ]
3681
+
3682
+ [[package]]
3683
+ name = "wit-bindgen-rust"
3684
+ version = "0.51.0"
3685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3686
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3687
+ dependencies = [
3688
+ "anyhow",
3689
+ "heck",
3690
+ "indexmap",
3691
+ "prettyplease",
3692
+ "syn 2.0.117",
3693
+ "wasm-metadata",
3694
+ "wit-bindgen-core",
3695
+ "wit-component",
3696
+ ]
3697
+
3698
+ [[package]]
3699
+ name = "wit-bindgen-rust-macro"
3700
+ version = "0.51.0"
3701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3702
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3703
+ dependencies = [
3704
+ "anyhow",
3705
+ "prettyplease",
3706
+ "proc-macro2",
3707
+ "quote",
3708
+ "syn 2.0.117",
3709
+ "wit-bindgen-core",
3710
+ "wit-bindgen-rust",
3711
+ ]
3712
+
3713
+ [[package]]
3714
+ name = "wit-component"
3715
+ version = "0.244.0"
3716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3717
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3718
+ dependencies = [
3719
+ "anyhow",
3720
+ "bitflags",
3721
+ "indexmap",
3722
+ "log",
3723
+ "serde",
3724
+ "serde_derive",
3725
+ "serde_json",
3726
+ "wasm-encoder",
3727
+ "wasm-metadata",
3728
+ "wasmparser",
3729
+ "wit-parser",
3730
+ ]
3731
+
3732
+ [[package]]
3733
+ name = "wit-parser"
3734
+ version = "0.244.0"
3735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3736
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3737
+ dependencies = [
3738
+ "anyhow",
3739
+ "id-arena",
3740
+ "indexmap",
3741
+ "log",
3742
+ "semver 1.0.27",
3743
+ "serde",
3744
+ "serde_derive",
3745
+ "serde_json",
3746
+ "unicode-xid",
3747
+ "wasmparser",
3748
+ ]
3749
+
3750
+ [[package]]
3751
+ name = "wlfi-agent-admin"
3752
+ version = "0.1.0"
3753
+ dependencies = [
3754
+ "anyhow",
3755
+ "clap",
3756
+ "crossterm",
3757
+ "hex",
3758
+ "libc",
3759
+ "ratatui",
3760
+ "reqwest",
3761
+ "rpassword",
3762
+ "serde",
3763
+ "serde_json",
3764
+ "time",
3765
+ "tokio",
3766
+ "uuid",
3767
+ "vault-daemon",
3768
+ "vault-domain",
3769
+ "vault-signer",
3770
+ "vault-transport-unix",
3771
+ "zeroize",
3772
+ ]
3773
+
3774
+ [[package]]
3775
+ name = "wlfi-agent-agent"
3776
+ version = "0.1.0"
3777
+ dependencies = [
3778
+ "anyhow",
3779
+ "clap",
3780
+ "hex",
3781
+ "libc",
3782
+ "rpassword",
3783
+ "serde",
3784
+ "serde_json",
3785
+ "time",
3786
+ "tokio",
3787
+ "uuid",
3788
+ "vault-daemon",
3789
+ "vault-domain",
3790
+ "vault-sdk-agent",
3791
+ "vault-signer",
3792
+ "vault-transport-unix",
3793
+ "zeroize",
3794
+ ]
3795
+
3796
+ [[package]]
3797
+ name = "wlfi-agent-daemon"
3798
+ version = "0.1.0"
3799
+ dependencies = [
3800
+ "anyhow",
3801
+ "clap",
3802
+ "libc",
3803
+ "nix",
3804
+ "reqwest",
3805
+ "rpassword",
3806
+ "security-framework",
3807
+ "security-framework-sys",
3808
+ "serde",
3809
+ "serde_json",
3810
+ "time",
3811
+ "tokio",
3812
+ "uuid",
3813
+ "vault-daemon",
3814
+ "vault-domain",
3815
+ "vault-signer",
3816
+ "vault-transport-unix",
3817
+ "zeroize",
3818
+ ]
3819
+
3820
+ [[package]]
3821
+ name = "writeable"
3822
+ version = "0.6.2"
3823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3824
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3825
+
3826
+ [[package]]
3827
+ name = "wyz"
3828
+ version = "0.5.1"
3829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3830
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
3831
+ dependencies = [
3832
+ "tap",
3833
+ ]
3834
+
3835
+ [[package]]
3836
+ name = "x25519-dalek"
3837
+ version = "2.0.1"
3838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3839
+ checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
3840
+ dependencies = [
3841
+ "curve25519-dalek",
3842
+ "rand_core 0.6.4",
3843
+ "serde",
3844
+ "zeroize",
3845
+ ]
3846
+
3847
+ [[package]]
3848
+ name = "yoke"
3849
+ version = "0.8.1"
3850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3851
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3852
+ dependencies = [
3853
+ "stable_deref_trait",
3854
+ "yoke-derive",
3855
+ "zerofrom",
3856
+ ]
3857
+
3858
+ [[package]]
3859
+ name = "yoke-derive"
3860
+ version = "0.8.1"
3861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3862
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3863
+ dependencies = [
3864
+ "proc-macro2",
3865
+ "quote",
3866
+ "syn 2.0.117",
3867
+ "synstructure",
3868
+ ]
3869
+
3870
+ [[package]]
3871
+ name = "zerocopy"
3872
+ version = "0.8.40"
3873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3874
+ checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
3875
+ dependencies = [
3876
+ "zerocopy-derive",
3877
+ ]
3878
+
3879
+ [[package]]
3880
+ name = "zerocopy-derive"
3881
+ version = "0.8.40"
3882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3883
+ checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
3884
+ dependencies = [
3885
+ "proc-macro2",
3886
+ "quote",
3887
+ "syn 2.0.117",
3888
+ ]
3889
+
3890
+ [[package]]
3891
+ name = "zerofrom"
3892
+ version = "0.1.6"
3893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3894
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3895
+ dependencies = [
3896
+ "zerofrom-derive",
3897
+ ]
3898
+
3899
+ [[package]]
3900
+ name = "zerofrom-derive"
3901
+ version = "0.1.6"
3902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3903
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3904
+ dependencies = [
3905
+ "proc-macro2",
3906
+ "quote",
3907
+ "syn 2.0.117",
3908
+ "synstructure",
3909
+ ]
3910
+
3911
+ [[package]]
3912
+ name = "zeroize"
3913
+ version = "1.8.2"
3914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3915
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3916
+ dependencies = [
3917
+ "zeroize_derive",
3918
+ ]
3919
+
3920
+ [[package]]
3921
+ name = "zeroize_derive"
3922
+ version = "1.4.3"
3923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3924
+ checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
3925
+ dependencies = [
3926
+ "proc-macro2",
3927
+ "quote",
3928
+ "syn 2.0.117",
3929
+ ]
3930
+
3931
+ [[package]]
3932
+ name = "zerotrie"
3933
+ version = "0.2.3"
3934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3935
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3936
+ dependencies = [
3937
+ "displaydoc",
3938
+ "yoke",
3939
+ "zerofrom",
3940
+ ]
3941
+
3942
+ [[package]]
3943
+ name = "zerovec"
3944
+ version = "0.11.5"
3945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3946
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3947
+ dependencies = [
3948
+ "yoke",
3949
+ "zerofrom",
3950
+ "zerovec-derive",
3951
+ ]
3952
+
3953
+ [[package]]
3954
+ name = "zerovec-derive"
3955
+ version = "0.11.2"
3956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3957
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3958
+ dependencies = [
3959
+ "proc-macro2",
3960
+ "quote",
3961
+ "syn 2.0.117",
3962
+ ]
3963
+
3964
+ [[package]]
3965
+ name = "zmij"
3966
+ version = "1.0.21"
3967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3968
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"