itsi 0.2.21.rc1 → 0.2.21

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 (53) hide show
  1. checksums.yaml +4 -4
  2. data/.dockerignore +3 -0
  3. data/.rubocop.yml +20 -0
  4. data/CHANGELOG.md +3 -0
  5. data/Cargo.lock +14 -14
  6. data/Dockerfile +9 -0
  7. data/crates/itsi_acme/src/caches/no.rs +1 -1
  8. data/crates/itsi_acme/src/caches/test.rs +3 -3
  9. data/crates/itsi_acme/src/config.rs +6 -6
  10. data/crates/itsi_acme/src/lib.rs +1 -1
  11. data/crates/itsi_error/Cargo.toml +1 -1
  12. data/crates/itsi_error/src/lib.rs +32 -15
  13. data/crates/itsi_rb_helpers/Cargo.toml +2 -2
  14. data/crates/itsi_rb_helpers/src/heap_value.rs +4 -4
  15. data/crates/itsi_rb_helpers/src/lib.rs +9 -5
  16. data/crates/itsi_scheduler/Cargo.toml +3 -3
  17. data/crates/itsi_scheduler/src/itsi_scheduler.rs +1 -1
  18. data/crates/itsi_server/Cargo.toml +3 -3
  19. data/crates/itsi_server/src/lib.rs +3 -2
  20. data/crates/itsi_server/src/ruby_types/itsi_body_proxy/big_bytes.rs +10 -3
  21. data/crates/itsi_server/src/ruby_types/itsi_body_proxy/mod.rs +10 -6
  22. data/crates/itsi_server/src/ruby_types/itsi_grpc_call.rs +7 -5
  23. data/crates/itsi_server/src/ruby_types/itsi_grpc_response_stream/mod.rs +2 -2
  24. data/crates/itsi_server/src/ruby_types/itsi_http_request.rs +10 -7
  25. data/crates/itsi_server/src/ruby_types/itsi_http_response.rs +13 -5
  26. data/crates/itsi_server/src/ruby_types/itsi_server/file_watcher.rs +6 -6
  27. data/crates/itsi_server/src/ruby_types/itsi_server/itsi_server_config.rs +15 -11
  28. data/crates/itsi_server/src/ruby_types/itsi_server.rs +34 -18
  29. data/crates/itsi_server/src/server/frame_stream.rs +2 -1
  30. data/crates/itsi_server/src/server/middleware_stack/middleware.rs +1 -1
  31. data/crates/itsi_server/src/server/middleware_stack/middlewares/compression.rs +1 -3
  32. data/crates/itsi_server/src/server/middleware_stack/middlewares/mod.rs +8 -2
  33. data/crates/itsi_server/src/server/middleware_stack/middlewares/proxy.rs +2 -2
  34. data/crates/itsi_server/src/server/middleware_stack/middlewares/redirect.rs +1 -1
  35. data/crates/itsi_server/src/server/middleware_stack/middlewares/ruby_app.rs +17 -7
  36. data/crates/itsi_server/src/server/middleware_stack/middlewares/static_assets.rs +90 -21
  37. data/crates/itsi_server/src/server/middleware_stack/mod.rs +12 -12
  38. data/crates/itsi_server/src/server/serve_strategy/cluster_mode.rs +4 -3
  39. data/crates/itsi_server/src/services/password_hasher.rs +8 -2
  40. data/crates/itsi_server/src/services/rate_limiter.rs +72 -25
  41. data/crates/itsi_server/src/services/static_file_server.rs +38 -13
  42. data/crates/itsi_tracing/src/lib.rs +3 -3
  43. data/gems/scheduler/Cargo.lock +3997 -541
  44. data/gems/scheduler/lib/itsi/scheduler/version.rb +1 -1
  45. data/gems/server/Cargo.lock +40 -13
  46. data/gems/server/lib/itsi/http_request.rb +22 -17
  47. data/gems/server/lib/itsi/rack_env_pool.rb +7 -17
  48. data/gems/server/lib/itsi/server/config/middleware/static_assets.rb +8 -1
  49. data/gems/server/lib/itsi/server/rack_interface.rb +12 -0
  50. data/gems/server/lib/itsi/server/version.rb +1 -1
  51. data/lib/itsi/version.rb +1 -1
  52. data/mise.toml +2 -0
  53. metadata +9 -5
@@ -3,733 +3,865 @@
3
3
  version = 4
4
4
 
5
5
  [[package]]
6
- name = "aho-corasick"
7
- version = "1.1.3"
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
10
  dependencies = [
11
- "memchr",
11
+ "gimli",
12
12
  ]
13
13
 
14
14
  [[package]]
15
- name = "anyhow"
16
- version = "1.0.98"
15
+ name = "adler2"
16
+ version = "2.0.0"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
18
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
19
 
20
20
  [[package]]
21
- name = "atty"
22
- version = "0.2.14"
21
+ name = "ahash"
22
+ version = "0.8.11"
23
23
  source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
24
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25
25
  dependencies = [
26
- "hermit-abi",
27
- "libc",
28
- "winapi",
26
+ "cfg-if",
27
+ "getrandom 0.2.16",
28
+ "once_cell",
29
+ "version_check",
30
+ "zerocopy 0.7.35",
29
31
  ]
30
32
 
31
33
  [[package]]
32
- name = "autocfg"
33
- version = "1.4.0"
34
+ name = "aho-corasick"
35
+ version = "1.1.3"
34
36
  source = "registry+https://github.com/rust-lang/crates.io-index"
35
- checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
37
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
38
+ dependencies = [
39
+ "memchr",
40
+ ]
36
41
 
37
42
  [[package]]
38
- name = "base64"
39
- version = "0.22.1"
43
+ name = "alloc-no-stdlib"
44
+ version = "2.0.4"
40
45
  source = "registry+https://github.com/rust-lang/crates.io-index"
41
- checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
46
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
42
47
 
43
48
  [[package]]
44
- name = "bindgen"
45
- version = "0.69.5"
49
+ name = "alloc-stdlib"
50
+ version = "0.2.2"
46
51
  source = "registry+https://github.com/rust-lang/crates.io-index"
47
- checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
52
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
48
53
  dependencies = [
49
- "bitflags",
50
- "cexpr",
51
- "clang-sys",
52
- "itertools",
53
- "lazy_static",
54
- "lazycell",
55
- "proc-macro2",
56
- "quote",
57
- "regex",
58
- "rustc-hash",
59
- "shlex",
60
- "syn 2.0.101",
54
+ "alloc-no-stdlib",
61
55
  ]
62
56
 
63
57
  [[package]]
64
- name = "bitflags"
65
- version = "2.9.0"
58
+ name = "android-tzdata"
59
+ version = "0.1.1"
66
60
  source = "registry+https://github.com/rust-lang/crates.io-index"
67
- checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
61
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
68
62
 
69
63
  [[package]]
70
- name = "bytes"
71
- version = "1.10.1"
64
+ name = "android_system_properties"
65
+ version = "0.1.5"
72
66
  source = "registry+https://github.com/rust-lang/crates.io-index"
73
- checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
67
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
68
+ dependencies = [
69
+ "libc",
70
+ ]
74
71
 
75
72
  [[package]]
76
- name = "cc"
77
- version = "1.2.20"
73
+ name = "ansi_term"
74
+ version = "0.12.1"
78
75
  source = "registry+https://github.com/rust-lang/crates.io-index"
79
- checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
76
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
80
77
  dependencies = [
81
- "shlex",
78
+ "winapi",
82
79
  ]
83
80
 
84
81
  [[package]]
85
- name = "cexpr"
86
- version = "0.6.0"
82
+ name = "anstream"
83
+ version = "0.6.18"
87
84
  source = "registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
85
+ checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
89
86
  dependencies = [
90
- "nom",
87
+ "anstyle",
88
+ "anstyle-parse",
89
+ "anstyle-query",
90
+ "anstyle-wincon",
91
+ "colorchoice",
92
+ "is_terminal_polyfill",
93
+ "utf8parse",
91
94
  ]
92
95
 
93
96
  [[package]]
94
- name = "cfg-if"
95
- version = "1.0.0"
97
+ name = "anstyle"
98
+ version = "1.0.10"
96
99
  source = "registry+https://github.com/rust-lang/crates.io-index"
97
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
100
+ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
98
101
 
99
102
  [[package]]
100
- name = "cfg_aliases"
101
- version = "0.2.1"
103
+ name = "anstyle-parse"
104
+ version = "0.2.6"
102
105
  source = "registry+https://github.com/rust-lang/crates.io-index"
103
- checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
106
+ checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
107
+ dependencies = [
108
+ "utf8parse",
109
+ ]
104
110
 
105
111
  [[package]]
106
- name = "clang-sys"
107
- version = "1.8.1"
112
+ name = "anstyle-query"
113
+ version = "1.1.2"
108
114
  source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
115
+ checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
110
116
  dependencies = [
111
- "glob",
112
- "libc",
113
- "libloading",
117
+ "windows-sys 0.59.0",
114
118
  ]
115
119
 
116
120
  [[package]]
117
- name = "crossbeam-channel"
118
- version = "0.5.15"
121
+ name = "anstyle-wincon"
122
+ version = "3.0.7"
119
123
  source = "registry+https://github.com/rust-lang/crates.io-index"
120
- checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
124
+ checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
121
125
  dependencies = [
122
- "crossbeam-utils",
126
+ "anstyle",
127
+ "once_cell",
128
+ "windows-sys 0.59.0",
123
129
  ]
124
130
 
125
131
  [[package]]
126
- name = "crossbeam-utils"
127
- version = "0.8.21"
132
+ name = "anyhow"
133
+ version = "1.0.98"
128
134
  source = "registry+https://github.com/rust-lang/crates.io-index"
129
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
135
+ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
130
136
 
131
137
  [[package]]
132
- name = "deranged"
133
- version = "0.4.0"
138
+ name = "arc-swap"
139
+ version = "1.7.1"
134
140
  source = "registry+https://github.com/rust-lang/crates.io-index"
135
- checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
141
+ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
142
+
143
+ [[package]]
144
+ name = "argon2"
145
+ version = "0.5.3"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
136
148
  dependencies = [
137
- "powerfmt",
149
+ "base64ct",
150
+ "blake2",
151
+ "cpufeatures",
152
+ "password-hash",
138
153
  ]
139
154
 
140
155
  [[package]]
141
- name = "derive_more"
142
- version = "2.0.1"
156
+ name = "asn1-rs"
157
+ version = "0.6.2"
143
158
  source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
159
+ checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
145
160
  dependencies = [
146
- "derive_more-impl",
161
+ "asn1-rs-derive",
162
+ "asn1-rs-impl",
163
+ "displaydoc",
164
+ "nom",
165
+ "num-traits",
166
+ "rusticata-macros",
167
+ "thiserror 1.0.69",
168
+ "time",
147
169
  ]
148
170
 
149
171
  [[package]]
150
- name = "derive_more-impl"
151
- version = "2.0.1"
172
+ name = "asn1-rs-derive"
173
+ version = "0.5.1"
152
174
  source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
175
+ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
154
176
  dependencies = [
155
177
  "proc-macro2",
156
178
  "quote",
157
179
  "syn 2.0.101",
158
- "unicode-xid",
180
+ "synstructure",
159
181
  ]
160
182
 
161
183
  [[package]]
162
- name = "either"
163
- version = "1.15.0"
184
+ name = "asn1-rs-impl"
185
+ version = "0.2.0"
164
186
  source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
187
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
188
+ dependencies = [
189
+ "proc-macro2",
190
+ "quote",
191
+ "syn 2.0.101",
192
+ ]
166
193
 
167
194
  [[package]]
168
- name = "getrandom"
169
- version = "0.2.16"
195
+ name = "async-channel"
196
+ version = "2.3.1"
170
197
  source = "registry+https://github.com/rust-lang/crates.io-index"
171
- checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
198
+ checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
172
199
  dependencies = [
173
- "cfg-if",
174
- "libc",
175
- "wasi",
200
+ "concurrent-queue",
201
+ "event-listener-strategy",
202
+ "futures-core",
203
+ "pin-project-lite",
176
204
  ]
177
205
 
178
206
  [[package]]
179
- name = "glob"
180
- version = "0.3.2"
207
+ name = "async-compression"
208
+ version = "0.4.23"
181
209
  source = "registry+https://github.com/rust-lang/crates.io-index"
182
- checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
210
+ checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07"
211
+ dependencies = [
212
+ "brotli",
213
+ "flate2",
214
+ "futures-core",
215
+ "futures-io",
216
+ "memchr",
217
+ "pin-project-lite",
218
+ "tokio",
219
+ "zstd",
220
+ "zstd-safe",
221
+ ]
183
222
 
184
223
  [[package]]
185
- name = "hermit-abi"
186
- version = "0.1.19"
224
+ name = "async-trait"
225
+ version = "0.1.88"
187
226
  source = "registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
227
+ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
189
228
  dependencies = [
229
+ "proc-macro2",
230
+ "quote",
231
+ "syn 2.0.101",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "atomic-waker"
236
+ version = "1.1.2"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
239
+
240
+ [[package]]
241
+ name = "atty"
242
+ version = "0.2.14"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
245
+ dependencies = [
246
+ "hermit-abi 0.1.19",
190
247
  "libc",
248
+ "winapi",
191
249
  ]
192
250
 
193
251
  [[package]]
194
- name = "httparse"
195
- version = "1.10.1"
252
+ name = "autocfg"
253
+ version = "1.4.0"
196
254
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
255
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
198
256
 
199
257
  [[package]]
200
- name = "itertools"
201
- version = "0.12.1"
258
+ name = "aws-lc-rs"
259
+ version = "1.13.0"
202
260
  source = "registry+https://github.com/rust-lang/crates.io-index"
203
- checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
261
+ checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
204
262
  dependencies = [
205
- "either",
263
+ "aws-lc-sys",
264
+ "zeroize",
206
265
  ]
207
266
 
208
267
  [[package]]
209
- name = "itoa"
210
- version = "1.0.15"
268
+ name = "aws-lc-sys"
269
+ version = "0.28.2"
211
270
  source = "registry+https://github.com/rust-lang/crates.io-index"
212
- checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
271
+ checksum = "bfa9b6986f250236c27e5a204062434a773a13243d2ffc2955f37bdba4c5c6a1"
272
+ dependencies = [
273
+ "bindgen",
274
+ "cc",
275
+ "cmake",
276
+ "dunce",
277
+ "fs_extra",
278
+ ]
213
279
 
214
280
  [[package]]
215
- name = "itsi-scheduler"
216
- version = "0.2.21-rc1"
281
+ name = "axum"
282
+ version = "0.7.9"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
217
285
  dependencies = [
286
+ "async-trait",
287
+ "axum-core",
218
288
  "bytes",
219
- "derive_more",
220
- "itsi_error",
221
- "itsi_instrument_entry",
222
- "itsi_rb_helpers",
223
- "itsi_tracing",
224
- "magnus",
225
- "mio",
226
- "nix",
227
- "parking_lot",
228
- "rb-sys",
289
+ "futures-util",
290
+ "http 1.3.1",
291
+ "http-body 1.0.1",
292
+ "http-body-util",
293
+ "hyper 1.6.0",
294
+ "hyper-util",
295
+ "itoa",
296
+ "matchit",
297
+ "memchr",
298
+ "mime",
299
+ "percent-encoding",
300
+ "pin-project-lite",
301
+ "rustversion",
302
+ "serde",
303
+ "serde_json",
304
+ "serde_path_to_error",
305
+ "serde_urlencoded",
306
+ "sync_wrapper",
307
+ "tokio",
308
+ "tower",
309
+ "tower-layer",
310
+ "tower-service",
229
311
  "tracing",
230
312
  ]
231
313
 
232
314
  [[package]]
233
- name = "itsi_error"
234
- version = "0.1.0"
315
+ name = "axum-core"
316
+ version = "0.4.5"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
235
319
  dependencies = [
236
- "anyhow",
237
- "httparse",
238
- "magnus",
239
- "nix",
240
- "rcgen",
241
- "thiserror 2.0.12",
320
+ "async-trait",
321
+ "bytes",
322
+ "futures-util",
323
+ "http 1.3.1",
324
+ "http-body 1.0.1",
325
+ "http-body-util",
326
+ "mime",
327
+ "pin-project-lite",
328
+ "rustversion",
329
+ "sync_wrapper",
330
+ "tower-layer",
331
+ "tower-service",
332
+ "tracing",
242
333
  ]
243
334
 
244
335
  [[package]]
245
- name = "itsi_instrument_entry"
246
- version = "0.1.0"
336
+ name = "axum-server"
337
+ version = "0.7.2"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab"
247
340
  dependencies = [
248
- "proc-macro2",
249
- "quote",
250
- "syn 1.0.109",
341
+ "bytes",
342
+ "fs-err",
343
+ "http 1.3.1",
344
+ "http-body 1.0.1",
345
+ "hyper 1.6.0",
346
+ "hyper-util",
347
+ "tokio",
348
+ "tokio-rustls",
349
+ "tower-service",
251
350
  ]
252
351
 
253
352
  [[package]]
254
- name = "itsi_rb_helpers"
255
- version = "0.1.0"
353
+ name = "backon"
354
+ version = "1.5.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496"
256
357
  dependencies = [
257
- "cfg-if",
258
- "magnus",
259
- "nix",
260
- "rb-sys",
261
- "serde",
358
+ "fastrand",
262
359
  ]
263
360
 
264
361
  [[package]]
265
- name = "itsi_tracing"
266
- version = "0.1.0"
362
+ name = "backtrace"
363
+ version = "0.3.74"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
267
366
  dependencies = [
268
- "atty",
269
- "tracing",
270
- "tracing-appender",
271
- "tracing-attributes",
272
- "tracing-subscriber",
367
+ "addr2line",
368
+ "cfg-if",
369
+ "libc",
370
+ "miniz_oxide",
371
+ "object",
372
+ "rustc-demangle",
373
+ "windows-targets 0.52.6",
273
374
  ]
274
375
 
275
376
  [[package]]
276
- name = "lazy_static"
277
- version = "1.5.0"
377
+ name = "base64"
378
+ version = "0.21.7"
278
379
  source = "registry+https://github.com/rust-lang/crates.io-index"
279
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
380
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
280
381
 
281
382
  [[package]]
282
- name = "lazycell"
283
- version = "1.3.0"
383
+ name = "base64"
384
+ version = "0.22.1"
284
385
  source = "registry+https://github.com/rust-lang/crates.io-index"
285
- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
386
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
286
387
 
287
388
  [[package]]
288
- name = "libc"
289
- version = "0.2.172"
389
+ name = "base64ct"
390
+ version = "1.7.3"
290
391
  source = "registry+https://github.com/rust-lang/crates.io-index"
291
- checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
392
+ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
292
393
 
293
394
  [[package]]
294
- name = "libloading"
295
- version = "0.8.6"
395
+ name = "bcrypt"
396
+ version = "0.17.0"
296
397
  source = "registry+https://github.com/rust-lang/crates.io-index"
297
- checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
398
+ checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
298
399
  dependencies = [
299
- "cfg-if",
300
- "windows-targets",
400
+ "base64 0.22.1",
401
+ "blowfish",
402
+ "getrandom 0.3.2",
403
+ "subtle",
404
+ "zeroize",
301
405
  ]
302
406
 
303
407
  [[package]]
304
- name = "lock_api"
305
- version = "0.4.12"
408
+ name = "bindgen"
409
+ version = "0.69.5"
306
410
  source = "registry+https://github.com/rust-lang/crates.io-index"
307
- checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
411
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
308
412
  dependencies = [
309
- "autocfg",
310
- "scopeguard",
413
+ "bitflags 2.9.0",
414
+ "cexpr",
415
+ "clang-sys",
416
+ "itertools",
417
+ "lazy_static",
418
+ "lazycell",
419
+ "log",
420
+ "prettyplease",
421
+ "proc-macro2",
422
+ "quote",
423
+ "regex",
424
+ "rustc-hash 1.1.0",
425
+ "shlex",
426
+ "syn 2.0.101",
427
+ "which",
311
428
  ]
312
429
 
313
430
  [[package]]
314
- name = "log"
315
- version = "0.4.27"
431
+ name = "bitflags"
432
+ version = "1.3.2"
316
433
  source = "registry+https://github.com/rust-lang/crates.io-index"
317
- checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
434
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
318
435
 
319
436
  [[package]]
320
- name = "magnus"
321
- version = "0.7.1"
437
+ name = "bitflags"
438
+ version = "2.9.0"
322
439
  source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
324
- dependencies = [
325
- "bytes",
326
- "magnus-macros",
327
- "rb-sys",
328
- "rb-sys-env",
329
- "seq-macro",
330
- ]
440
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
331
441
 
332
442
  [[package]]
333
- name = "magnus-macros"
334
- version = "0.6.0"
443
+ name = "blake2"
444
+ version = "0.10.6"
335
445
  source = "registry+https://github.com/rust-lang/crates.io-index"
336
- checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
446
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
337
447
  dependencies = [
338
- "proc-macro2",
339
- "quote",
340
- "syn 2.0.101",
448
+ "digest",
341
449
  ]
342
450
 
343
451
  [[package]]
344
- name = "matchers"
345
- version = "0.1.0"
452
+ name = "block-buffer"
453
+ version = "0.10.4"
346
454
  source = "registry+https://github.com/rust-lang/crates.io-index"
347
- checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
455
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
348
456
  dependencies = [
349
- "regex-automata 0.1.10",
457
+ "generic-array",
350
458
  ]
351
459
 
352
460
  [[package]]
353
- name = "memchr"
354
- version = "2.7.4"
355
- source = "registry+https://github.com/rust-lang/crates.io-index"
356
- checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
357
-
358
- [[package]]
359
- name = "minimal-lexical"
360
- version = "0.2.1"
361
- source = "registry+https://github.com/rust-lang/crates.io-index"
362
- checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
363
-
364
- [[package]]
365
- name = "mio"
366
- version = "1.0.3"
461
+ name = "blowfish"
462
+ version = "0.9.1"
367
463
  source = "registry+https://github.com/rust-lang/crates.io-index"
368
- checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
464
+ checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
369
465
  dependencies = [
370
- "libc",
371
- "log",
372
- "wasi",
373
- "windows-sys",
466
+ "byteorder",
467
+ "cipher",
374
468
  ]
375
469
 
376
470
  [[package]]
377
- name = "nix"
378
- version = "0.29.0"
471
+ name = "brotli"
472
+ version = "8.0.0"
379
473
  source = "registry+https://github.com/rust-lang/crates.io-index"
380
- checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
474
+ checksum = "cf19e729cdbd51af9a397fb9ef8ac8378007b797f8273cfbfdf45dcaa316167b"
381
475
  dependencies = [
382
- "bitflags",
383
- "cfg-if",
384
- "cfg_aliases",
385
- "libc",
476
+ "alloc-no-stdlib",
477
+ "alloc-stdlib",
478
+ "brotli-decompressor",
386
479
  ]
387
480
 
388
481
  [[package]]
389
- name = "nom"
390
- version = "7.1.3"
482
+ name = "brotli-decompressor"
483
+ version = "5.0.0"
391
484
  source = "registry+https://github.com/rust-lang/crates.io-index"
392
- checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
485
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
393
486
  dependencies = [
394
- "memchr",
395
- "minimal-lexical",
487
+ "alloc-no-stdlib",
488
+ "alloc-stdlib",
396
489
  ]
397
490
 
398
491
  [[package]]
399
- name = "nu-ansi-term"
400
- version = "0.46.0"
492
+ name = "bstr"
493
+ version = "1.12.0"
401
494
  source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
495
+ checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
403
496
  dependencies = [
404
- "overload",
405
- "winapi",
497
+ "memchr",
498
+ "serde",
406
499
  ]
407
500
 
408
501
  [[package]]
409
- name = "num-conv"
410
- version = "0.1.0"
502
+ name = "bumpalo"
503
+ version = "3.17.0"
411
504
  source = "registry+https://github.com/rust-lang/crates.io-index"
412
- checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
505
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
413
506
 
414
507
  [[package]]
415
- name = "once_cell"
416
- version = "1.21.3"
508
+ name = "byteorder"
509
+ version = "1.5.0"
417
510
  source = "registry+https://github.com/rust-lang/crates.io-index"
418
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
511
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
419
512
 
420
513
  [[package]]
421
- name = "overload"
422
- version = "0.1.1"
514
+ name = "bytes"
515
+ version = "1.10.1"
423
516
  source = "registry+https://github.com/rust-lang/crates.io-index"
424
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
517
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
425
518
 
426
519
  [[package]]
427
- name = "parking_lot"
428
- version = "0.12.3"
520
+ name = "cc"
521
+ version = "1.2.20"
429
522
  source = "registry+https://github.com/rust-lang/crates.io-index"
430
- checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
523
+ checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
431
524
  dependencies = [
432
- "lock_api",
433
- "parking_lot_core",
525
+ "jobserver",
526
+ "libc",
527
+ "shlex",
434
528
  ]
435
529
 
436
530
  [[package]]
437
- name = "parking_lot_core"
438
- version = "0.9.10"
531
+ name = "cexpr"
532
+ version = "0.6.0"
439
533
  source = "registry+https://github.com/rust-lang/crates.io-index"
440
- checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
534
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
441
535
  dependencies = [
442
- "cfg-if",
443
- "libc",
444
- "redox_syscall",
445
- "smallvec",
446
- "windows-targets",
536
+ "nom",
447
537
  ]
448
538
 
449
539
  [[package]]
450
- name = "pem"
451
- version = "3.0.5"
540
+ name = "cfg-if"
541
+ version = "1.0.0"
452
542
  source = "registry+https://github.com/rust-lang/crates.io-index"
453
- checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
543
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
544
+
545
+ [[package]]
546
+ name = "cfg_aliases"
547
+ version = "0.2.1"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
550
+
551
+ [[package]]
552
+ name = "chrono"
553
+ version = "0.4.41"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
454
556
  dependencies = [
455
- "base64",
456
- "serde",
557
+ "android-tzdata",
558
+ "iana-time-zone",
559
+ "js-sys",
560
+ "num-traits",
561
+ "wasm-bindgen",
562
+ "windows-link",
457
563
  ]
458
564
 
459
565
  [[package]]
460
- name = "pin-project-lite"
461
- version = "0.2.16"
566
+ name = "cipher"
567
+ version = "0.4.4"
462
568
  source = "registry+https://github.com/rust-lang/crates.io-index"
463
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
569
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
570
+ dependencies = [
571
+ "crypto-common",
572
+ "inout",
573
+ ]
464
574
 
465
575
  [[package]]
466
- name = "powerfmt"
467
- version = "0.2.0"
576
+ name = "clang-sys"
577
+ version = "1.8.1"
468
578
  source = "registry+https://github.com/rust-lang/crates.io-index"
469
- checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
579
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
580
+ dependencies = [
581
+ "glob",
582
+ "libc",
583
+ "libloading",
584
+ ]
470
585
 
471
586
  [[package]]
472
- name = "proc-macro2"
473
- version = "1.0.95"
587
+ name = "clap"
588
+ version = "2.34.0"
474
589
  source = "registry+https://github.com/rust-lang/crates.io-index"
475
- checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
590
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
476
591
  dependencies = [
477
- "unicode-ident",
592
+ "ansi_term",
593
+ "atty",
594
+ "bitflags 1.3.2",
595
+ "strsim 0.8.0",
596
+ "textwrap",
597
+ "unicode-width",
598
+ "vec_map",
478
599
  ]
479
600
 
480
601
  [[package]]
481
- name = "quote"
482
- version = "1.0.40"
602
+ name = "clap"
603
+ version = "4.5.37"
483
604
  source = "registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
605
+ checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
485
606
  dependencies = [
486
- "proc-macro2",
607
+ "clap_builder",
608
+ "clap_derive",
487
609
  ]
488
610
 
489
611
  [[package]]
490
- name = "rb-sys"
491
- version = "0.9.111"
612
+ name = "clap_builder"
613
+ version = "4.5.37"
492
614
  source = "registry+https://github.com/rust-lang/crates.io-index"
493
- checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
615
+ checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
494
616
  dependencies = [
495
- "rb-sys-build",
617
+ "anstream",
618
+ "anstyle",
619
+ "clap_lex",
620
+ "strsim 0.11.1",
496
621
  ]
497
622
 
498
623
  [[package]]
499
- name = "rb-sys-build"
500
- version = "0.9.111"
624
+ name = "clap_derive"
625
+ version = "4.5.32"
501
626
  source = "registry+https://github.com/rust-lang/crates.io-index"
502
- checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
627
+ checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
503
628
  dependencies = [
504
- "bindgen",
505
- "lazy_static",
629
+ "heck 0.5.0",
506
630
  "proc-macro2",
507
631
  "quote",
508
- "regex",
509
- "shell-words",
510
632
  "syn 2.0.101",
511
633
  ]
512
634
 
513
635
  [[package]]
514
- name = "rb-sys-env"
515
- version = "0.1.2"
636
+ name = "clap_lex"
637
+ version = "0.7.4"
516
638
  source = "registry+https://github.com/rust-lang/crates.io-index"
517
- checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
639
+ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
518
640
 
519
641
  [[package]]
520
- name = "rcgen"
521
- version = "0.13.2"
642
+ name = "cmake"
643
+ version = "0.1.54"
522
644
  source = "registry+https://github.com/rust-lang/crates.io-index"
523
- checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
645
+ checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
524
646
  dependencies = [
525
- "pem",
526
- "ring",
527
- "rustls-pki-types",
528
- "time",
529
- "yasna",
647
+ "cc",
530
648
  ]
531
649
 
532
650
  [[package]]
533
- name = "redox_syscall"
534
- version = "0.5.11"
651
+ name = "colorchoice"
652
+ version = "1.0.3"
535
653
  source = "registry+https://github.com/rust-lang/crates.io-index"
536
- checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
654
+ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
655
+
656
+ [[package]]
657
+ name = "colored"
658
+ version = "2.2.0"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
537
661
  dependencies = [
538
- "bitflags",
662
+ "lazy_static",
663
+ "windows-sys 0.59.0",
539
664
  ]
540
665
 
541
666
  [[package]]
542
- name = "regex"
543
- version = "1.11.1"
667
+ name = "combine"
668
+ version = "4.6.7"
544
669
  source = "registry+https://github.com/rust-lang/crates.io-index"
545
- checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
670
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
546
671
  dependencies = [
547
- "aho-corasick",
672
+ "bytes",
673
+ "futures-core",
548
674
  "memchr",
549
- "regex-automata 0.4.9",
550
- "regex-syntax 0.8.5",
675
+ "pin-project-lite",
676
+ "tokio",
677
+ "tokio-util",
551
678
  ]
552
679
 
553
680
  [[package]]
554
- name = "regex-automata"
555
- version = "0.1.10"
681
+ name = "concurrent-queue"
682
+ version = "2.5.0"
556
683
  source = "registry+https://github.com/rust-lang/crates.io-index"
557
- checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
684
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
558
685
  dependencies = [
559
- "regex-syntax 0.6.29",
686
+ "crossbeam-utils",
560
687
  ]
561
688
 
562
689
  [[package]]
563
- name = "regex-automata"
564
- version = "0.4.9"
690
+ name = "core-foundation"
691
+ version = "0.10.0"
565
692
  source = "registry+https://github.com/rust-lang/crates.io-index"
566
- checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
693
+ checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
567
694
  dependencies = [
568
- "aho-corasick",
569
- "memchr",
570
- "regex-syntax 0.8.5",
695
+ "core-foundation-sys",
696
+ "libc",
571
697
  ]
572
698
 
573
699
  [[package]]
574
- name = "regex-syntax"
575
- version = "0.6.29"
700
+ name = "core-foundation-sys"
701
+ version = "0.8.7"
576
702
  source = "registry+https://github.com/rust-lang/crates.io-index"
577
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
703
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
578
704
 
579
705
  [[package]]
580
- name = "regex-syntax"
581
- version = "0.8.5"
706
+ name = "core_affinity"
707
+ version = "0.8.3"
582
708
  source = "registry+https://github.com/rust-lang/crates.io-index"
583
- checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
709
+ checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
710
+ dependencies = [
711
+ "libc",
712
+ "num_cpus",
713
+ "winapi",
714
+ ]
584
715
 
585
716
  [[package]]
586
- name = "ring"
587
- version = "0.17.14"
717
+ name = "cpufeatures"
718
+ version = "0.2.17"
588
719
  source = "registry+https://github.com/rust-lang/crates.io-index"
589
- checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
720
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
590
721
  dependencies = [
591
- "cc",
592
- "cfg-if",
593
- "getrandom",
594
722
  "libc",
595
- "untrusted",
596
- "windows-sys",
597
723
  ]
598
724
 
599
725
  [[package]]
600
- name = "rustc-hash"
601
- version = "1.1.0"
726
+ name = "crc32fast"
727
+ version = "1.4.2"
602
728
  source = "registry+https://github.com/rust-lang/crates.io-index"
603
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
729
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
730
+ dependencies = [
731
+ "cfg-if",
732
+ ]
604
733
 
605
734
  [[package]]
606
- name = "rustls-pki-types"
607
- version = "1.11.0"
735
+ name = "crossbeam-channel"
736
+ version = "0.5.15"
608
737
  source = "registry+https://github.com/rust-lang/crates.io-index"
609
- checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
738
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
739
+ dependencies = [
740
+ "crossbeam-utils",
741
+ ]
610
742
 
611
743
  [[package]]
612
- name = "ryu"
613
- version = "1.0.20"
744
+ name = "crossbeam-deque"
745
+ version = "0.8.6"
614
746
  source = "registry+https://github.com/rust-lang/crates.io-index"
615
- checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
747
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
748
+ dependencies = [
749
+ "crossbeam-epoch",
750
+ "crossbeam-utils",
751
+ ]
616
752
 
617
753
  [[package]]
618
- name = "scopeguard"
619
- version = "1.2.0"
754
+ name = "crossbeam-epoch"
755
+ version = "0.9.18"
620
756
  source = "registry+https://github.com/rust-lang/crates.io-index"
621
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
757
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
758
+ dependencies = [
759
+ "crossbeam-utils",
760
+ ]
622
761
 
623
762
  [[package]]
624
- name = "seq-macro"
625
- version = "0.3.6"
763
+ name = "crossbeam-utils"
764
+ version = "0.8.21"
626
765
  source = "registry+https://github.com/rust-lang/crates.io-index"
627
- checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
766
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
628
767
 
629
768
  [[package]]
630
- name = "serde"
631
- version = "1.0.219"
769
+ name = "crypto-common"
770
+ version = "0.1.6"
632
771
  source = "registry+https://github.com/rust-lang/crates.io-index"
633
- checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
772
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
634
773
  dependencies = [
635
- "serde_derive",
774
+ "generic-array",
775
+ "typenum",
636
776
  ]
637
777
 
638
778
  [[package]]
639
- name = "serde_derive"
640
- version = "1.0.219"
779
+ name = "data-encoding"
780
+ version = "2.9.0"
641
781
  source = "registry+https://github.com/rust-lang/crates.io-index"
642
- checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
643
- dependencies = [
644
- "proc-macro2",
645
- "quote",
646
- "syn 2.0.101",
647
- ]
782
+ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
648
783
 
649
784
  [[package]]
650
- name = "serde_json"
651
- version = "1.0.140"
785
+ name = "der-parser"
786
+ version = "9.0.0"
652
787
  source = "registry+https://github.com/rust-lang/crates.io-index"
653
- checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
788
+ checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
654
789
  dependencies = [
655
- "itoa",
656
- "memchr",
657
- "ryu",
658
- "serde",
790
+ "asn1-rs",
791
+ "displaydoc",
792
+ "nom",
793
+ "num-bigint",
794
+ "num-traits",
795
+ "rusticata-macros",
659
796
  ]
660
797
 
661
798
  [[package]]
662
- name = "sharded-slab"
663
- version = "0.1.7"
799
+ name = "deranged"
800
+ version = "0.4.0"
664
801
  source = "registry+https://github.com/rust-lang/crates.io-index"
665
- checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
802
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
666
803
  dependencies = [
667
- "lazy_static",
804
+ "powerfmt",
668
805
  ]
669
806
 
670
807
  [[package]]
671
- name = "shell-words"
672
- version = "1.1.0"
673
- source = "registry+https://github.com/rust-lang/crates.io-index"
674
- checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
675
-
676
- [[package]]
677
- name = "shlex"
678
- version = "1.3.0"
679
- source = "registry+https://github.com/rust-lang/crates.io-index"
680
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
681
-
682
- [[package]]
683
- name = "smallvec"
684
- version = "1.15.0"
808
+ name = "derive_more"
809
+ version = "2.0.1"
685
810
  source = "registry+https://github.com/rust-lang/crates.io-index"
686
- checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
811
+ checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
812
+ dependencies = [
813
+ "derive_more-impl",
814
+ ]
687
815
 
688
816
  [[package]]
689
- name = "syn"
690
- version = "1.0.109"
817
+ name = "derive_more-impl"
818
+ version = "2.0.1"
691
819
  source = "registry+https://github.com/rust-lang/crates.io-index"
692
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
820
+ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
693
821
  dependencies = [
694
822
  "proc-macro2",
695
823
  "quote",
696
- "unicode-ident",
824
+ "syn 2.0.101",
825
+ "unicode-xid",
697
826
  ]
698
827
 
699
828
  [[package]]
700
- name = "syn"
701
- version = "2.0.101"
829
+ name = "digest"
830
+ version = "0.10.7"
702
831
  source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
832
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
704
833
  dependencies = [
705
- "proc-macro2",
706
- "quote",
707
- "unicode-ident",
834
+ "block-buffer",
835
+ "crypto-common",
836
+ "subtle",
708
837
  ]
709
838
 
710
839
  [[package]]
711
- name = "thiserror"
712
- version = "1.0.69"
840
+ name = "dirs"
841
+ version = "6.0.0"
713
842
  source = "registry+https://github.com/rust-lang/crates.io-index"
714
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
843
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
715
844
  dependencies = [
716
- "thiserror-impl 1.0.69",
845
+ "dirs-sys",
717
846
  ]
718
847
 
719
848
  [[package]]
720
- name = "thiserror"
721
- version = "2.0.12"
849
+ name = "dirs-sys"
850
+ version = "0.5.0"
722
851
  source = "registry+https://github.com/rust-lang/crates.io-index"
723
- checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
852
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
724
853
  dependencies = [
725
- "thiserror-impl 2.0.12",
854
+ "libc",
855
+ "option-ext",
856
+ "redox_users",
857
+ "windows-sys 0.59.0",
726
858
  ]
727
859
 
728
860
  [[package]]
729
- name = "thiserror-impl"
730
- version = "1.0.69"
861
+ name = "displaydoc"
862
+ version = "0.2.5"
731
863
  source = "registry+https://github.com/rust-lang/crates.io-index"
732
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
864
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
733
865
  dependencies = [
734
866
  "proc-macro2",
735
867
  "quote",
@@ -737,273 +869,3597 @@ dependencies = [
737
869
  ]
738
870
 
739
871
  [[package]]
740
- name = "thiserror-impl"
741
- version = "2.0.12"
872
+ name = "dunce"
873
+ version = "1.0.5"
742
874
  source = "registry+https://github.com/rust-lang/crates.io-index"
743
- checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
744
- dependencies = [
745
- "proc-macro2",
746
- "quote",
747
- "syn 2.0.101",
748
- ]
875
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
749
876
 
750
877
  [[package]]
751
- name = "thread_local"
752
- version = "1.1.8"
878
+ name = "either"
879
+ version = "1.15.0"
753
880
  source = "registry+https://github.com/rust-lang/crates.io-index"
754
- checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
881
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
882
+
883
+ [[package]]
884
+ name = "encoding_rs"
885
+ version = "0.8.35"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
755
888
  dependencies = [
756
889
  "cfg-if",
757
- "once_cell",
758
890
  ]
759
891
 
760
892
  [[package]]
761
- name = "time"
762
- version = "0.3.41"
893
+ name = "equivalent"
894
+ version = "1.0.2"
763
895
  source = "registry+https://github.com/rust-lang/crates.io-index"
764
- checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
765
- dependencies = [
766
- "deranged",
767
- "itoa",
768
- "num-conv",
769
- "powerfmt",
770
- "serde",
771
- "time-core",
772
- "time-macros",
773
- ]
896
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
774
897
 
775
898
  [[package]]
776
- name = "time-core"
777
- version = "0.1.4"
899
+ name = "errno"
900
+ version = "0.3.11"
778
901
  source = "registry+https://github.com/rust-lang/crates.io-index"
779
- checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
902
+ checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
903
+ dependencies = [
904
+ "libc",
905
+ "windows-sys 0.59.0",
906
+ ]
780
907
 
781
908
  [[package]]
782
- name = "time-macros"
783
- version = "0.2.22"
909
+ name = "event-listener"
910
+ version = "5.4.0"
784
911
  source = "registry+https://github.com/rust-lang/crates.io-index"
785
- checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
912
+ checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
786
913
  dependencies = [
787
- "num-conv",
788
- "time-core",
914
+ "concurrent-queue",
915
+ "parking",
916
+ "pin-project-lite",
789
917
  ]
790
918
 
791
919
  [[package]]
792
- name = "tracing"
793
- version = "0.1.41"
920
+ name = "event-listener-strategy"
921
+ version = "0.5.4"
794
922
  source = "registry+https://github.com/rust-lang/crates.io-index"
795
- checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
923
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
796
924
  dependencies = [
925
+ "event-listener",
797
926
  "pin-project-lite",
798
- "tracing-attributes",
799
- "tracing-core",
800
927
  ]
801
928
 
802
929
  [[package]]
803
- name = "tracing-appender"
804
- version = "0.2.3"
930
+ name = "fastrand"
931
+ version = "2.3.0"
805
932
  source = "registry+https://github.com/rust-lang/crates.io-index"
806
- checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
933
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
934
+
935
+ [[package]]
936
+ name = "filetime"
937
+ version = "0.2.25"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
807
940
  dependencies = [
808
- "crossbeam-channel",
809
- "thiserror 1.0.69",
810
- "time",
811
- "tracing-subscriber",
941
+ "cfg-if",
942
+ "libc",
943
+ "libredox",
944
+ "windows-sys 0.59.0",
812
945
  ]
813
946
 
814
947
  [[package]]
815
- name = "tracing-attributes"
816
- version = "0.1.28"
948
+ name = "flate2"
949
+ version = "1.1.1"
817
950
  source = "registry+https://github.com/rust-lang/crates.io-index"
818
- checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
951
+ checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
819
952
  dependencies = [
820
- "proc-macro2",
821
- "quote",
822
- "syn 2.0.101",
953
+ "crc32fast",
954
+ "miniz_oxide",
823
955
  ]
824
956
 
825
957
  [[package]]
826
- name = "tracing-core"
827
- version = "0.1.33"
958
+ name = "fnv"
959
+ version = "1.0.7"
828
960
  source = "registry+https://github.com/rust-lang/crates.io-index"
829
- checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
961
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
962
+
963
+ [[package]]
964
+ name = "form_urlencoded"
965
+ version = "1.2.1"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
830
968
  dependencies = [
831
- "once_cell",
832
- "valuable",
969
+ "percent-encoding",
833
970
  ]
834
971
 
835
972
  [[package]]
836
- name = "tracing-log"
837
- version = "0.2.0"
973
+ name = "fs-err"
974
+ version = "3.1.0"
838
975
  source = "registry+https://github.com/rust-lang/crates.io-index"
839
- checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
976
+ checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa"
840
977
  dependencies = [
841
- "log",
842
- "once_cell",
843
- "tracing-core",
978
+ "autocfg",
979
+ "tokio",
844
980
  ]
845
981
 
846
982
  [[package]]
847
- name = "tracing-serde"
848
- version = "0.2.0"
983
+ name = "fs2"
984
+ version = "0.4.3"
849
985
  source = "registry+https://github.com/rust-lang/crates.io-index"
850
- checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
986
+ checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
851
987
  dependencies = [
852
- "serde",
853
- "tracing-core",
988
+ "libc",
989
+ "winapi",
854
990
  ]
855
991
 
856
992
  [[package]]
857
- name = "tracing-subscriber"
858
- version = "0.3.19"
993
+ name = "fs_extra"
994
+ version = "1.3.0"
859
995
  source = "registry+https://github.com/rust-lang/crates.io-index"
860
- checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
996
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
997
+
998
+ [[package]]
999
+ name = "fsevent-sys"
1000
+ version = "4.1.0"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
861
1003
  dependencies = [
862
- "matchers",
863
- "nu-ansi-term",
864
- "once_cell",
865
- "regex",
866
- "serde",
867
- "serde_json",
868
- "sharded-slab",
869
- "smallvec",
870
- "thread_local",
871
- "tracing",
872
- "tracing-core",
873
- "tracing-log",
874
- "tracing-serde",
1004
+ "libc",
875
1005
  ]
876
1006
 
877
1007
  [[package]]
878
- name = "unicode-ident"
879
- version = "1.0.18"
1008
+ name = "futures"
1009
+ version = "0.3.31"
880
1010
  source = "registry+https://github.com/rust-lang/crates.io-index"
881
- checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1011
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1012
+ dependencies = [
1013
+ "futures-channel",
1014
+ "futures-core",
1015
+ "futures-executor",
1016
+ "futures-io",
1017
+ "futures-sink",
1018
+ "futures-task",
1019
+ "futures-util",
1020
+ ]
882
1021
 
883
1022
  [[package]]
884
- name = "unicode-xid"
885
- version = "0.2.6"
1023
+ name = "futures-channel"
1024
+ version = "0.3.31"
886
1025
  source = "registry+https://github.com/rust-lang/crates.io-index"
887
- checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1026
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1027
+ dependencies = [
1028
+ "futures-core",
1029
+ "futures-sink",
1030
+ ]
888
1031
 
889
1032
  [[package]]
890
- name = "untrusted"
891
- version = "0.9.0"
1033
+ name = "futures-core"
1034
+ version = "0.3.31"
892
1035
  source = "registry+https://github.com/rust-lang/crates.io-index"
893
- checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1036
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
894
1037
 
895
1038
  [[package]]
896
- name = "valuable"
897
- version = "0.1.1"
1039
+ name = "futures-executor"
1040
+ version = "0.3.31"
898
1041
  source = "registry+https://github.com/rust-lang/crates.io-index"
899
- checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1042
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1043
+ dependencies = [
1044
+ "futures-core",
1045
+ "futures-task",
1046
+ "futures-util",
1047
+ ]
900
1048
 
901
1049
  [[package]]
902
- name = "wasi"
903
- version = "0.11.0+wasi-snapshot-preview1"
1050
+ name = "futures-io"
1051
+ version = "0.3.31"
904
1052
  source = "registry+https://github.com/rust-lang/crates.io-index"
905
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1053
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
906
1054
 
907
1055
  [[package]]
908
- name = "winapi"
909
- version = "0.3.9"
1056
+ name = "futures-macro"
1057
+ version = "0.3.31"
910
1058
  source = "registry+https://github.com/rust-lang/crates.io-index"
911
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1059
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
912
1060
  dependencies = [
913
- "winapi-i686-pc-windows-gnu",
914
- "winapi-x86_64-pc-windows-gnu",
1061
+ "proc-macro2",
1062
+ "quote",
1063
+ "syn 2.0.101",
915
1064
  ]
916
1065
 
917
1066
  [[package]]
918
- name = "winapi-i686-pc-windows-gnu"
919
- version = "0.4.0"
1067
+ name = "futures-sink"
1068
+ version = "0.3.31"
920
1069
  source = "registry+https://github.com/rust-lang/crates.io-index"
921
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1070
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
922
1071
 
923
1072
  [[package]]
924
- name = "winapi-x86_64-pc-windows-gnu"
925
- version = "0.4.0"
1073
+ name = "futures-task"
1074
+ version = "0.3.31"
926
1075
  source = "registry+https://github.com/rust-lang/crates.io-index"
927
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1076
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
928
1077
 
929
1078
  [[package]]
930
- name = "windows-sys"
931
- version = "0.52.0"
1079
+ name = "futures-util"
1080
+ version = "0.3.31"
932
1081
  source = "registry+https://github.com/rust-lang/crates.io-index"
933
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1082
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
934
1083
  dependencies = [
935
- "windows-targets",
1084
+ "futures-channel",
1085
+ "futures-core",
1086
+ "futures-io",
1087
+ "futures-macro",
1088
+ "futures-sink",
1089
+ "futures-task",
1090
+ "memchr",
1091
+ "pin-project-lite",
1092
+ "pin-utils",
1093
+ "slab",
936
1094
  ]
937
1095
 
938
1096
  [[package]]
939
- name = "windows-targets"
940
- version = "0.52.6"
1097
+ name = "generic-array"
1098
+ version = "0.14.7"
941
1099
  source = "registry+https://github.com/rust-lang/crates.io-index"
942
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1100
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
943
1101
  dependencies = [
944
- "windows_aarch64_gnullvm",
945
- "windows_aarch64_msvc",
946
- "windows_i686_gnu",
947
- "windows_i686_gnullvm",
948
- "windows_i686_msvc",
949
- "windows_x86_64_gnu",
950
- "windows_x86_64_gnullvm",
951
- "windows_x86_64_msvc",
1102
+ "typenum",
1103
+ "version_check",
952
1104
  ]
953
1105
 
954
1106
  [[package]]
955
- name = "windows_aarch64_gnullvm"
956
- version = "0.52.6"
1107
+ name = "getrandom"
1108
+ version = "0.2.16"
957
1109
  source = "registry+https://github.com/rust-lang/crates.io-index"
958
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1110
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1111
+ dependencies = [
1112
+ "cfg-if",
1113
+ "js-sys",
1114
+ "libc",
1115
+ "wasi 0.11.0+wasi-snapshot-preview1",
1116
+ "wasm-bindgen",
1117
+ ]
959
1118
 
960
1119
  [[package]]
961
- name = "windows_aarch64_msvc"
962
- version = "0.52.6"
1120
+ name = "getrandom"
1121
+ version = "0.3.2"
963
1122
  source = "registry+https://github.com/rust-lang/crates.io-index"
964
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1123
+ checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
1124
+ dependencies = [
1125
+ "cfg-if",
1126
+ "js-sys",
1127
+ "libc",
1128
+ "r-efi",
1129
+ "wasi 0.14.2+wasi-0.2.4",
1130
+ "wasm-bindgen",
1131
+ ]
965
1132
 
966
1133
  [[package]]
967
- name = "windows_i686_gnu"
968
- version = "0.52.6"
1134
+ name = "gimli"
1135
+ version = "0.31.1"
969
1136
  source = "registry+https://github.com/rust-lang/crates.io-index"
970
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1137
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
971
1138
 
972
1139
  [[package]]
973
- name = "windows_i686_gnullvm"
974
- version = "0.52.6"
1140
+ name = "glob"
1141
+ version = "0.3.2"
975
1142
  source = "registry+https://github.com/rust-lang/crates.io-index"
976
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1143
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
977
1144
 
978
1145
  [[package]]
979
- name = "windows_i686_msvc"
980
- version = "0.52.6"
1146
+ name = "globset"
1147
+ version = "0.4.16"
981
1148
  source = "registry+https://github.com/rust-lang/crates.io-index"
982
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1149
+ checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
1150
+ dependencies = [
1151
+ "aho-corasick",
1152
+ "bstr",
1153
+ "log",
1154
+ "regex-automata 0.4.9",
1155
+ "regex-syntax 0.8.5",
1156
+ ]
983
1157
 
984
1158
  [[package]]
985
- name = "windows_x86_64_gnu"
986
- version = "0.52.6"
1159
+ name = "h2"
1160
+ version = "0.3.26"
987
1161
  source = "registry+https://github.com/rust-lang/crates.io-index"
988
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1162
+ checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1163
+ dependencies = [
1164
+ "bytes",
1165
+ "fnv",
1166
+ "futures-core",
1167
+ "futures-sink",
1168
+ "futures-util",
1169
+ "http 0.2.12",
1170
+ "indexmap",
1171
+ "slab",
1172
+ "tokio",
1173
+ "tokio-util",
1174
+ "tracing",
1175
+ ]
989
1176
 
990
1177
  [[package]]
991
- name = "windows_x86_64_gnullvm"
992
- version = "0.52.6"
1178
+ name = "h2"
1179
+ version = "0.4.9"
993
1180
  source = "registry+https://github.com/rust-lang/crates.io-index"
994
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1181
+ checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
1182
+ dependencies = [
1183
+ "atomic-waker",
1184
+ "bytes",
1185
+ "fnv",
1186
+ "futures-core",
1187
+ "futures-sink",
1188
+ "http 1.3.1",
1189
+ "indexmap",
1190
+ "slab",
1191
+ "tokio",
1192
+ "tokio-util",
1193
+ "tracing",
1194
+ ]
995
1195
 
996
1196
  [[package]]
997
- name = "windows_x86_64_msvc"
998
- version = "0.52.6"
1197
+ name = "hashbrown"
1198
+ version = "0.15.3"
999
1199
  source = "registry+https://github.com/rust-lang/crates.io-index"
1000
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1200
+ checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
1001
1201
 
1002
1202
  [[package]]
1003
- name = "yasna"
1004
- version = "0.5.2"
1203
+ name = "headers"
1204
+ version = "0.3.9"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
1207
+ dependencies = [
1208
+ "base64 0.21.7",
1209
+ "bytes",
1210
+ "headers-core",
1211
+ "http 0.2.12",
1212
+ "httpdate",
1213
+ "mime",
1214
+ "sha1",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "headers-core"
1219
+ version = "0.2.0"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
1222
+ dependencies = [
1223
+ "http 0.2.12",
1224
+ ]
1225
+
1226
+ [[package]]
1227
+ name = "heck"
1228
+ version = "0.3.3"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1231
+ dependencies = [
1232
+ "unicode-segmentation",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "heck"
1237
+ version = "0.5.0"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1240
+
1241
+ [[package]]
1242
+ name = "hermit-abi"
1243
+ version = "0.1.19"
1244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1245
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1246
+ dependencies = [
1247
+ "libc",
1248
+ ]
1249
+
1250
+ [[package]]
1251
+ name = "hermit-abi"
1252
+ version = "0.3.9"
1253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1254
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1255
+
1256
+ [[package]]
1257
+ name = "home"
1258
+ version = "0.5.11"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1261
+ dependencies = [
1262
+ "windows-sys 0.59.0",
1263
+ ]
1264
+
1265
+ [[package]]
1266
+ name = "http"
1267
+ version = "0.2.12"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1270
+ dependencies = [
1271
+ "bytes",
1272
+ "fnv",
1273
+ "itoa",
1274
+ ]
1275
+
1276
+ [[package]]
1277
+ name = "http"
1278
+ version = "1.3.1"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1281
+ dependencies = [
1282
+ "bytes",
1283
+ "fnv",
1284
+ "itoa",
1285
+ ]
1286
+
1287
+ [[package]]
1288
+ name = "http-body"
1289
+ version = "0.4.6"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1292
+ dependencies = [
1293
+ "bytes",
1294
+ "http 0.2.12",
1295
+ "pin-project-lite",
1296
+ ]
1297
+
1298
+ [[package]]
1299
+ name = "http-body"
1300
+ version = "1.0.1"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1303
+ dependencies = [
1304
+ "bytes",
1305
+ "http 1.3.1",
1306
+ ]
1307
+
1308
+ [[package]]
1309
+ name = "http-body-util"
1310
+ version = "0.1.3"
1311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1312
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1313
+ dependencies = [
1314
+ "bytes",
1315
+ "futures-core",
1316
+ "http 1.3.1",
1317
+ "http-body 1.0.1",
1318
+ "pin-project-lite",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "httparse"
1323
+ version = "1.10.1"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1326
+
1327
+ [[package]]
1328
+ name = "httpdate"
1329
+ version = "1.0.3"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1332
+
1333
+ [[package]]
1334
+ name = "hyper"
1335
+ version = "0.14.32"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
1338
+ dependencies = [
1339
+ "bytes",
1340
+ "futures-channel",
1341
+ "futures-core",
1342
+ "futures-util",
1343
+ "h2 0.3.26",
1344
+ "http 0.2.12",
1345
+ "http-body 0.4.6",
1346
+ "httparse",
1347
+ "httpdate",
1348
+ "itoa",
1349
+ "pin-project-lite",
1350
+ "socket2",
1351
+ "tokio",
1352
+ "tower-service",
1353
+ "tracing",
1354
+ "want",
1355
+ ]
1356
+
1357
+ [[package]]
1358
+ name = "hyper"
1359
+ version = "1.6.0"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1362
+ dependencies = [
1363
+ "bytes",
1364
+ "futures-channel",
1365
+ "futures-util",
1366
+ "h2 0.4.9",
1367
+ "http 1.3.1",
1368
+ "http-body 1.0.1",
1369
+ "httparse",
1370
+ "httpdate",
1371
+ "itoa",
1372
+ "pin-project-lite",
1373
+ "smallvec",
1374
+ "tokio",
1375
+ "want",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "hyper-rustls"
1380
+ version = "0.27.5"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
1383
+ dependencies = [
1384
+ "futures-util",
1385
+ "http 1.3.1",
1386
+ "hyper 1.6.0",
1387
+ "hyper-util",
1388
+ "rustls",
1389
+ "rustls-pki-types",
1390
+ "tokio",
1391
+ "tokio-rustls",
1392
+ "tower-service",
1393
+ "webpki-roots",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "hyper-util"
1398
+ version = "0.1.11"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1401
+ dependencies = [
1402
+ "bytes",
1403
+ "futures-channel",
1404
+ "futures-util",
1405
+ "http 1.3.1",
1406
+ "http-body 1.0.1",
1407
+ "hyper 1.6.0",
1408
+ "libc",
1409
+ "pin-project-lite",
1410
+ "socket2",
1411
+ "tokio",
1412
+ "tower-service",
1413
+ "tracing",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "iana-time-zone"
1418
+ version = "0.1.63"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1421
+ dependencies = [
1422
+ "android_system_properties",
1423
+ "core-foundation-sys",
1424
+ "iana-time-zone-haiku",
1425
+ "js-sys",
1426
+ "log",
1427
+ "wasm-bindgen",
1428
+ "windows-core 0.61.0",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "iana-time-zone-haiku"
1433
+ version = "0.1.2"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1436
+ dependencies = [
1437
+ "cc",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "icu_collections"
1442
+ version = "1.5.0"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1445
+ dependencies = [
1446
+ "displaydoc",
1447
+ "yoke",
1448
+ "zerofrom",
1449
+ "zerovec",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "icu_locid"
1454
+ version = "1.5.0"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1457
+ dependencies = [
1458
+ "displaydoc",
1459
+ "litemap",
1460
+ "tinystr",
1461
+ "writeable",
1462
+ "zerovec",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "icu_locid_transform"
1467
+ version = "1.5.0"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1470
+ dependencies = [
1471
+ "displaydoc",
1472
+ "icu_locid",
1473
+ "icu_locid_transform_data",
1474
+ "icu_provider",
1475
+ "tinystr",
1476
+ "zerovec",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "icu_locid_transform_data"
1481
+ version = "1.5.1"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
1484
+
1485
+ [[package]]
1486
+ name = "icu_normalizer"
1487
+ version = "1.5.0"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1490
+ dependencies = [
1491
+ "displaydoc",
1492
+ "icu_collections",
1493
+ "icu_normalizer_data",
1494
+ "icu_properties",
1495
+ "icu_provider",
1496
+ "smallvec",
1497
+ "utf16_iter",
1498
+ "utf8_iter",
1499
+ "write16",
1500
+ "zerovec",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "icu_normalizer_data"
1505
+ version = "1.5.1"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
1508
+
1509
+ [[package]]
1510
+ name = "icu_properties"
1511
+ version = "1.5.1"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1514
+ dependencies = [
1515
+ "displaydoc",
1516
+ "icu_collections",
1517
+ "icu_locid_transform",
1518
+ "icu_properties_data",
1519
+ "icu_provider",
1520
+ "tinystr",
1521
+ "zerovec",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "icu_properties_data"
1526
+ version = "1.5.1"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
1529
+
1530
+ [[package]]
1531
+ name = "icu_provider"
1532
+ version = "1.5.0"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1535
+ dependencies = [
1536
+ "displaydoc",
1537
+ "icu_locid",
1538
+ "icu_provider_macros",
1539
+ "stable_deref_trait",
1540
+ "tinystr",
1541
+ "writeable",
1542
+ "yoke",
1543
+ "zerofrom",
1544
+ "zerovec",
1545
+ ]
1546
+
1547
+ [[package]]
1548
+ name = "icu_provider_macros"
1549
+ version = "1.5.0"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1552
+ dependencies = [
1553
+ "proc-macro2",
1554
+ "quote",
1555
+ "syn 2.0.101",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "idna"
1560
+ version = "1.0.3"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1563
+ dependencies = [
1564
+ "idna_adapter",
1565
+ "smallvec",
1566
+ "utf8_iter",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "idna_adapter"
1571
+ version = "1.2.0"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1574
+ dependencies = [
1575
+ "icu_normalizer",
1576
+ "icu_properties",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "indexmap"
1581
+ version = "2.9.0"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1584
+ dependencies = [
1585
+ "equivalent",
1586
+ "hashbrown",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "inotify"
1591
+ version = "0.11.0"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
1594
+ dependencies = [
1595
+ "bitflags 2.9.0",
1596
+ "inotify-sys",
1597
+ "libc",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "inotify-sys"
1602
+ version = "0.1.5"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1605
+ dependencies = [
1606
+ "libc",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "inout"
1611
+ version = "0.1.4"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1614
+ dependencies = [
1615
+ "generic-array",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "ipnet"
1620
+ version = "2.11.0"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1623
+
1624
+ [[package]]
1625
+ name = "is_terminal_polyfill"
1626
+ version = "1.70.1"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1629
+
1630
+ [[package]]
1631
+ name = "itertools"
1632
+ version = "0.12.1"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1635
+ dependencies = [
1636
+ "either",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "itoa"
1641
+ version = "1.0.15"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1644
+
1645
+ [[package]]
1646
+ name = "itsi-scheduler"
1647
+ version = "0.2.21"
1648
+ dependencies = [
1649
+ "bytes",
1650
+ "derive_more",
1651
+ "itsi_error",
1652
+ "itsi_instrument_entry",
1653
+ "itsi_rb_helpers",
1654
+ "itsi_tracing",
1655
+ "magnus",
1656
+ "mio",
1657
+ "nix",
1658
+ "parking_lot",
1659
+ "rb-sys",
1660
+ "tracing",
1661
+ ]
1662
+
1663
+ [[package]]
1664
+ name = "itsi-server"
1665
+ version = "0.2.21"
1666
+ dependencies = [
1667
+ "argon2",
1668
+ "async-channel",
1669
+ "async-compression",
1670
+ "async-trait",
1671
+ "base64 0.22.1",
1672
+ "bcrypt",
1673
+ "bytes",
1674
+ "chrono",
1675
+ "core_affinity",
1676
+ "derive_more",
1677
+ "dirs",
1678
+ "either",
1679
+ "fs2",
1680
+ "futures",
1681
+ "futures-util",
1682
+ "globset",
1683
+ "http 1.3.1",
1684
+ "http-body-util",
1685
+ "httparse",
1686
+ "httpdate",
1687
+ "hyper 1.6.0",
1688
+ "hyper-util",
1689
+ "itsi_acme",
1690
+ "itsi_error",
1691
+ "itsi_rb_helpers",
1692
+ "itsi_tracing",
1693
+ "jsonwebtoken",
1694
+ "magnus",
1695
+ "md5",
1696
+ "memchr",
1697
+ "nix",
1698
+ "notify",
1699
+ "num_cpus",
1700
+ "parking_lot",
1701
+ "percent-encoding",
1702
+ "phf",
1703
+ "pin-project",
1704
+ "quick_cache",
1705
+ "rand 0.9.1",
1706
+ "rcgen",
1707
+ "redis",
1708
+ "regex",
1709
+ "reqwest",
1710
+ "rustls",
1711
+ "rustls-pemfile",
1712
+ "serde",
1713
+ "serde_json",
1714
+ "serde_magnus",
1715
+ "sha-crypt",
1716
+ "sha2",
1717
+ "smallvec",
1718
+ "socket2",
1719
+ "sysinfo",
1720
+ "tempfile",
1721
+ "tokio",
1722
+ "tokio-rustls",
1723
+ "tokio-stream",
1724
+ "tokio-util",
1725
+ "tracing",
1726
+ "url",
1727
+ ]
1728
+
1729
+ [[package]]
1730
+ name = "itsi_acme"
1731
+ version = "0.1.0"
1732
+ dependencies = [
1733
+ "async-trait",
1734
+ "axum",
1735
+ "axum-server",
1736
+ "base64 0.22.1",
1737
+ "chrono",
1738
+ "clap 4.5.37",
1739
+ "futures",
1740
+ "log",
1741
+ "num-bigint",
1742
+ "pem",
1743
+ "proc-macro2",
1744
+ "rcgen",
1745
+ "reqwest",
1746
+ "ring",
1747
+ "rustls",
1748
+ "serde",
1749
+ "serde_json",
1750
+ "simple_logger",
1751
+ "structopt",
1752
+ "thiserror 2.0.12",
1753
+ "time",
1754
+ "tokio",
1755
+ "tokio-rustls",
1756
+ "tokio-stream",
1757
+ "tokio-util",
1758
+ "warp",
1759
+ "webpki-roots",
1760
+ "x509-parser",
1761
+ ]
1762
+
1763
+ [[package]]
1764
+ name = "itsi_error"
1765
+ version = "0.1.0"
1766
+ dependencies = [
1767
+ "anyhow",
1768
+ "httparse",
1769
+ "magnus",
1770
+ "nix",
1771
+ "rcgen",
1772
+ "thiserror 2.0.12",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "itsi_instrument_entry"
1777
+ version = "0.1.0"
1778
+ dependencies = [
1779
+ "proc-macro2",
1780
+ "quote",
1781
+ "syn 1.0.109",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "itsi_rb_helpers"
1786
+ version = "0.1.0"
1787
+ dependencies = [
1788
+ "cfg-if",
1789
+ "magnus",
1790
+ "nix",
1791
+ "rb-sys",
1792
+ "serde",
1793
+ ]
1794
+
1795
+ [[package]]
1796
+ name = "itsi_tracing"
1797
+ version = "0.1.0"
1798
+ dependencies = [
1799
+ "atty",
1800
+ "tracing",
1801
+ "tracing-appender",
1802
+ "tracing-attributes",
1803
+ "tracing-subscriber",
1804
+ ]
1805
+
1806
+ [[package]]
1807
+ name = "jobserver"
1808
+ version = "0.1.33"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1811
+ dependencies = [
1812
+ "getrandom 0.3.2",
1813
+ "libc",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "js-sys"
1818
+ version = "0.3.77"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1821
+ dependencies = [
1822
+ "once_cell",
1823
+ "wasm-bindgen",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "jsonwebtoken"
1828
+ version = "9.3.1"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
1831
+ dependencies = [
1832
+ "base64 0.22.1",
1833
+ "js-sys",
1834
+ "pem",
1835
+ "ring",
1836
+ "serde",
1837
+ "serde_json",
1838
+ "simple_asn1",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "kqueue"
1843
+ version = "1.0.8"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
1846
+ dependencies = [
1847
+ "kqueue-sys",
1848
+ "libc",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "kqueue-sys"
1853
+ version = "1.0.4"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
1856
+ dependencies = [
1857
+ "bitflags 1.3.2",
1858
+ "libc",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "lazy_static"
1863
+ version = "1.5.0"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1866
+
1867
+ [[package]]
1868
+ name = "lazycell"
1869
+ version = "1.3.0"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1872
+
1873
+ [[package]]
1874
+ name = "libc"
1875
+ version = "0.2.172"
1876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1877
+ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
1878
+
1879
+ [[package]]
1880
+ name = "libloading"
1881
+ version = "0.8.6"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1884
+ dependencies = [
1885
+ "cfg-if",
1886
+ "windows-targets 0.52.6",
1887
+ ]
1888
+
1889
+ [[package]]
1890
+ name = "libredox"
1891
+ version = "0.1.3"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1894
+ dependencies = [
1895
+ "bitflags 2.9.0",
1896
+ "libc",
1897
+ "redox_syscall",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "linux-raw-sys"
1902
+ version = "0.4.15"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1905
+
1906
+ [[package]]
1907
+ name = "linux-raw-sys"
1908
+ version = "0.9.4"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1911
+
1912
+ [[package]]
1913
+ name = "litemap"
1914
+ version = "0.7.5"
1915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+ checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1917
+
1918
+ [[package]]
1919
+ name = "lock_api"
1920
+ version = "0.4.12"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1923
+ dependencies = [
1924
+ "autocfg",
1925
+ "scopeguard",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "log"
1930
+ version = "0.4.27"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1933
+
1934
+ [[package]]
1935
+ name = "magnus"
1936
+ version = "0.8.2"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1939
+ dependencies = [
1940
+ "bytes",
1941
+ "magnus-macros",
1942
+ "rb-sys",
1943
+ "rb-sys-env",
1944
+ "seq-macro",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "magnus-macros"
1949
+ version = "0.8.0"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1952
+ dependencies = [
1953
+ "proc-macro2",
1954
+ "quote",
1955
+ "syn 2.0.101",
1956
+ ]
1957
+
1958
+ [[package]]
1959
+ name = "matchers"
1960
+ version = "0.1.0"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1963
+ dependencies = [
1964
+ "regex-automata 0.1.10",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "matchit"
1969
+ version = "0.7.3"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1972
+
1973
+ [[package]]
1974
+ name = "md5"
1975
+ version = "0.7.0"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
1978
+
1979
+ [[package]]
1980
+ name = "memchr"
1981
+ version = "2.7.4"
1982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1983
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1984
+
1985
+ [[package]]
1986
+ name = "memoffset"
1987
+ version = "0.9.1"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1990
+ dependencies = [
1991
+ "autocfg",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "mime"
1996
+ version = "0.3.17"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1999
+
2000
+ [[package]]
2001
+ name = "mime_guess"
2002
+ version = "2.0.5"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2005
+ dependencies = [
2006
+ "mime",
2007
+ "unicase",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "minimal-lexical"
2012
+ version = "0.2.1"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2015
+
2016
+ [[package]]
2017
+ name = "miniz_oxide"
2018
+ version = "0.8.8"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
2021
+ dependencies = [
2022
+ "adler2",
2023
+ ]
2024
+
2025
+ [[package]]
2026
+ name = "mio"
2027
+ version = "1.0.3"
2028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2029
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2030
+ dependencies = [
2031
+ "libc",
2032
+ "log",
2033
+ "wasi 0.11.0+wasi-snapshot-preview1",
2034
+ "windows-sys 0.52.0",
2035
+ ]
2036
+
2037
+ [[package]]
2038
+ name = "multer"
2039
+ version = "2.1.0"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2042
+ dependencies = [
2043
+ "bytes",
2044
+ "encoding_rs",
2045
+ "futures-util",
2046
+ "http 0.2.12",
2047
+ "httparse",
2048
+ "log",
2049
+ "memchr",
2050
+ "mime",
2051
+ "spin",
2052
+ "version_check",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "nix"
2057
+ version = "0.29.0"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2060
+ dependencies = [
2061
+ "bitflags 2.9.0",
2062
+ "cfg-if",
2063
+ "cfg_aliases",
2064
+ "libc",
2065
+ "memoffset",
2066
+ ]
2067
+
2068
+ [[package]]
2069
+ name = "nom"
2070
+ version = "7.1.3"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2073
+ dependencies = [
2074
+ "memchr",
2075
+ "minimal-lexical",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "notify"
2080
+ version = "8.0.0"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
2083
+ dependencies = [
2084
+ "bitflags 2.9.0",
2085
+ "filetime",
2086
+ "fsevent-sys",
2087
+ "inotify",
2088
+ "kqueue",
2089
+ "libc",
2090
+ "log",
2091
+ "mio",
2092
+ "notify-types",
2093
+ "walkdir",
2094
+ "windows-sys 0.59.0",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "notify-types"
2099
+ version = "2.0.0"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
2102
+
2103
+ [[package]]
2104
+ name = "ntapi"
2105
+ version = "0.4.1"
2106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2107
+ checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2108
+ dependencies = [
2109
+ "winapi",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "nu-ansi-term"
2114
+ version = "0.46.0"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2117
+ dependencies = [
2118
+ "overload",
2119
+ "winapi",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "num-bigint"
2124
+ version = "0.4.6"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2127
+ dependencies = [
2128
+ "num-integer",
2129
+ "num-traits",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "num-conv"
2134
+ version = "0.1.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2137
+
2138
+ [[package]]
2139
+ name = "num-integer"
2140
+ version = "0.1.46"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2143
+ dependencies = [
2144
+ "num-traits",
2145
+ ]
2146
+
2147
+ [[package]]
2148
+ name = "num-traits"
2149
+ version = "0.2.19"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2152
+ dependencies = [
2153
+ "autocfg",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "num_cpus"
2158
+ version = "1.16.0"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2161
+ dependencies = [
2162
+ "hermit-abi 0.3.9",
2163
+ "libc",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "num_threads"
2168
+ version = "0.1.7"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2171
+ dependencies = [
2172
+ "libc",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "object"
2177
+ version = "0.36.7"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2180
+ dependencies = [
2181
+ "memchr",
2182
+ ]
2183
+
2184
+ [[package]]
2185
+ name = "oid-registry"
2186
+ version = "0.7.1"
2187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2188
+ checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
2189
+ dependencies = [
2190
+ "asn1-rs",
2191
+ ]
2192
+
2193
+ [[package]]
2194
+ name = "once_cell"
2195
+ version = "1.21.3"
2196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2197
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2198
+
2199
+ [[package]]
2200
+ name = "openssl-probe"
2201
+ version = "0.1.6"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2204
+
2205
+ [[package]]
2206
+ name = "option-ext"
2207
+ version = "0.2.0"
2208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2209
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2210
+
2211
+ [[package]]
2212
+ name = "overload"
2213
+ version = "0.1.1"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2216
+
2217
+ [[package]]
2218
+ name = "parking"
2219
+ version = "2.2.1"
2220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2221
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2222
+
2223
+ [[package]]
2224
+ name = "parking_lot"
2225
+ version = "0.12.3"
2226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2227
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2228
+ dependencies = [
2229
+ "lock_api",
2230
+ "parking_lot_core",
2231
+ ]
2232
+
2233
+ [[package]]
2234
+ name = "parking_lot_core"
2235
+ version = "0.9.10"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2238
+ dependencies = [
2239
+ "cfg-if",
2240
+ "libc",
2241
+ "redox_syscall",
2242
+ "smallvec",
2243
+ "windows-targets 0.52.6",
2244
+ ]
2245
+
2246
+ [[package]]
2247
+ name = "password-hash"
2248
+ version = "0.5.0"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
2251
+ dependencies = [
2252
+ "base64ct",
2253
+ "rand_core 0.6.4",
2254
+ "subtle",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "pem"
2259
+ version = "3.0.5"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
2262
+ dependencies = [
2263
+ "base64 0.22.1",
2264
+ "serde",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "percent-encoding"
2269
+ version = "2.3.1"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2272
+
2273
+ [[package]]
2274
+ name = "phf"
2275
+ version = "0.11.3"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2278
+ dependencies = [
2279
+ "phf_macros",
2280
+ "phf_shared",
2281
+ ]
2282
+
2283
+ [[package]]
2284
+ name = "phf_generator"
2285
+ version = "0.11.3"
2286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2287
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2288
+ dependencies = [
2289
+ "phf_shared",
2290
+ "rand 0.8.5",
2291
+ ]
2292
+
2293
+ [[package]]
2294
+ name = "phf_macros"
2295
+ version = "0.11.3"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2298
+ dependencies = [
2299
+ "phf_generator",
2300
+ "phf_shared",
2301
+ "proc-macro2",
2302
+ "quote",
2303
+ "syn 2.0.101",
2304
+ ]
2305
+
2306
+ [[package]]
2307
+ name = "phf_shared"
2308
+ version = "0.11.3"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2311
+ dependencies = [
2312
+ "siphasher",
2313
+ ]
2314
+
2315
+ [[package]]
2316
+ name = "pin-project"
2317
+ version = "1.1.10"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2320
+ dependencies = [
2321
+ "pin-project-internal",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "pin-project-internal"
2326
+ version = "1.1.10"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2329
+ dependencies = [
2330
+ "proc-macro2",
2331
+ "quote",
2332
+ "syn 2.0.101",
2333
+ ]
2334
+
2335
+ [[package]]
2336
+ name = "pin-project-lite"
2337
+ version = "0.2.16"
2338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2339
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2340
+
2341
+ [[package]]
2342
+ name = "pin-utils"
2343
+ version = "0.1.0"
2344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2345
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2346
+
2347
+ [[package]]
2348
+ name = "pkg-config"
2349
+ version = "0.3.32"
2350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2351
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2352
+
2353
+ [[package]]
2354
+ name = "powerfmt"
2355
+ version = "0.2.0"
2356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2358
+
2359
+ [[package]]
2360
+ name = "ppv-lite86"
2361
+ version = "0.2.21"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2364
+ dependencies = [
2365
+ "zerocopy 0.8.25",
2366
+ ]
2367
+
2368
+ [[package]]
2369
+ name = "prettyplease"
2370
+ version = "0.2.32"
2371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2372
+ checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
2373
+ dependencies = [
2374
+ "proc-macro2",
2375
+ "syn 2.0.101",
2376
+ ]
2377
+
2378
+ [[package]]
2379
+ name = "proc-macro-error"
2380
+ version = "1.0.4"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2383
+ dependencies = [
2384
+ "proc-macro-error-attr",
2385
+ "proc-macro2",
2386
+ "quote",
2387
+ "syn 1.0.109",
2388
+ "version_check",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "proc-macro-error-attr"
2393
+ version = "1.0.4"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2396
+ dependencies = [
2397
+ "proc-macro2",
2398
+ "quote",
2399
+ "version_check",
2400
+ ]
2401
+
2402
+ [[package]]
2403
+ name = "proc-macro2"
2404
+ version = "1.0.95"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2407
+ dependencies = [
2408
+ "unicode-ident",
2409
+ ]
2410
+
2411
+ [[package]]
2412
+ name = "quick_cache"
2413
+ version = "0.6.13"
2414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2415
+ checksum = "287e56aac5a2b4fb25a6fb050961d157635924c8696305a5c937a76f29841a0f"
2416
+ dependencies = [
2417
+ "ahash",
2418
+ "equivalent",
2419
+ "hashbrown",
2420
+ "parking_lot",
2421
+ ]
2422
+
2423
+ [[package]]
2424
+ name = "quinn"
2425
+ version = "0.11.7"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
2428
+ dependencies = [
2429
+ "bytes",
2430
+ "cfg_aliases",
2431
+ "pin-project-lite",
2432
+ "quinn-proto",
2433
+ "quinn-udp",
2434
+ "rustc-hash 2.1.1",
2435
+ "rustls",
2436
+ "socket2",
2437
+ "thiserror 2.0.12",
2438
+ "tokio",
2439
+ "tracing",
2440
+ "web-time",
2441
+ ]
2442
+
2443
+ [[package]]
2444
+ name = "quinn-proto"
2445
+ version = "0.11.11"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b"
2448
+ dependencies = [
2449
+ "bytes",
2450
+ "getrandom 0.3.2",
2451
+ "rand 0.9.1",
2452
+ "ring",
2453
+ "rustc-hash 2.1.1",
2454
+ "rustls",
2455
+ "rustls-pki-types",
2456
+ "slab",
2457
+ "thiserror 2.0.12",
2458
+ "tinyvec",
2459
+ "tracing",
2460
+ "web-time",
2461
+ ]
2462
+
2463
+ [[package]]
2464
+ name = "quinn-udp"
2465
+ version = "0.5.12"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
2468
+ dependencies = [
2469
+ "cfg_aliases",
2470
+ "libc",
2471
+ "once_cell",
2472
+ "socket2",
2473
+ "tracing",
2474
+ "windows-sys 0.59.0",
2475
+ ]
2476
+
2477
+ [[package]]
2478
+ name = "quote"
2479
+ version = "1.0.40"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2482
+ dependencies = [
2483
+ "proc-macro2",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "r-efi"
2488
+ version = "5.2.0"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2491
+
2492
+ [[package]]
2493
+ name = "r2d2"
2494
+ version = "0.8.10"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2497
+ dependencies = [
2498
+ "log",
2499
+ "parking_lot",
2500
+ "scheduled-thread-pool",
2501
+ ]
2502
+
2503
+ [[package]]
2504
+ name = "rand"
2505
+ version = "0.8.5"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2508
+ dependencies = [
2509
+ "libc",
2510
+ "rand_chacha 0.3.1",
2511
+ "rand_core 0.6.4",
2512
+ ]
2513
+
2514
+ [[package]]
2515
+ name = "rand"
2516
+ version = "0.9.1"
2517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2518
+ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
2519
+ dependencies = [
2520
+ "rand_chacha 0.9.0",
2521
+ "rand_core 0.9.3",
2522
+ ]
2523
+
2524
+ [[package]]
2525
+ name = "rand_chacha"
2526
+ version = "0.3.1"
2527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2528
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2529
+ dependencies = [
2530
+ "ppv-lite86",
2531
+ "rand_core 0.6.4",
2532
+ ]
2533
+
2534
+ [[package]]
2535
+ name = "rand_chacha"
2536
+ version = "0.9.0"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2539
+ dependencies = [
2540
+ "ppv-lite86",
2541
+ "rand_core 0.9.3",
2542
+ ]
2543
+
2544
+ [[package]]
2545
+ name = "rand_core"
2546
+ version = "0.6.4"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2549
+ dependencies = [
2550
+ "getrandom 0.2.16",
2551
+ ]
2552
+
2553
+ [[package]]
2554
+ name = "rand_core"
2555
+ version = "0.9.3"
2556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2558
+ dependencies = [
2559
+ "getrandom 0.3.2",
2560
+ ]
2561
+
2562
+ [[package]]
2563
+ name = "rayon"
2564
+ version = "1.10.0"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2567
+ dependencies = [
2568
+ "either",
2569
+ "rayon-core",
2570
+ ]
2571
+
2572
+ [[package]]
2573
+ name = "rayon-core"
2574
+ version = "1.12.1"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2577
+ dependencies = [
2578
+ "crossbeam-deque",
2579
+ "crossbeam-utils",
2580
+ ]
2581
+
2582
+ [[package]]
2583
+ name = "rb-sys"
2584
+ version = "0.9.124"
2585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2586
+ checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
2587
+ dependencies = [
2588
+ "rb-sys-build",
2589
+ ]
2590
+
2591
+ [[package]]
2592
+ name = "rb-sys-build"
2593
+ version = "0.9.124"
2594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2595
+ checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
2596
+ dependencies = [
2597
+ "bindgen",
2598
+ "lazy_static",
2599
+ "proc-macro2",
2600
+ "quote",
2601
+ "regex",
2602
+ "shell-words",
2603
+ "syn 2.0.101",
2604
+ ]
2605
+
2606
+ [[package]]
2607
+ name = "rb-sys-env"
2608
+ version = "0.2.3"
2609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2610
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
2611
+
2612
+ [[package]]
2613
+ name = "rcgen"
2614
+ version = "0.13.2"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
2617
+ dependencies = [
2618
+ "pem",
2619
+ "ring",
2620
+ "rustls-pki-types",
2621
+ "time",
2622
+ "x509-parser",
2623
+ "yasna",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "redis"
2628
+ version = "0.29.5"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
2631
+ dependencies = [
2632
+ "arc-swap",
2633
+ "backon",
2634
+ "bytes",
2635
+ "combine",
2636
+ "futures-channel",
2637
+ "futures-util",
2638
+ "itoa",
2639
+ "num-bigint",
2640
+ "percent-encoding",
2641
+ "pin-project-lite",
2642
+ "r2d2",
2643
+ "rustls",
2644
+ "rustls-native-certs",
2645
+ "ryu",
2646
+ "sha1_smol",
2647
+ "socket2",
2648
+ "tokio",
2649
+ "tokio-rustls",
2650
+ "tokio-util",
2651
+ "url",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "redox_syscall"
2656
+ version = "0.5.11"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
2659
+ dependencies = [
2660
+ "bitflags 2.9.0",
2661
+ ]
2662
+
2663
+ [[package]]
2664
+ name = "redox_users"
2665
+ version = "0.5.0"
2666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2667
+ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
2668
+ dependencies = [
2669
+ "getrandom 0.2.16",
2670
+ "libredox",
2671
+ "thiserror 2.0.12",
2672
+ ]
2673
+
2674
+ [[package]]
2675
+ name = "regex"
2676
+ version = "1.11.1"
2677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2678
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2679
+ dependencies = [
2680
+ "aho-corasick",
2681
+ "memchr",
2682
+ "regex-automata 0.4.9",
2683
+ "regex-syntax 0.8.5",
2684
+ ]
2685
+
2686
+ [[package]]
2687
+ name = "regex-automata"
2688
+ version = "0.1.10"
2689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2690
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2691
+ dependencies = [
2692
+ "regex-syntax 0.6.29",
2693
+ ]
2694
+
2695
+ [[package]]
2696
+ name = "regex-automata"
2697
+ version = "0.4.9"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2700
+ dependencies = [
2701
+ "aho-corasick",
2702
+ "memchr",
2703
+ "regex-syntax 0.8.5",
2704
+ ]
2705
+
2706
+ [[package]]
2707
+ name = "regex-syntax"
2708
+ version = "0.6.29"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2711
+
2712
+ [[package]]
2713
+ name = "regex-syntax"
2714
+ version = "0.8.5"
2715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2716
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2717
+
2718
+ [[package]]
2719
+ name = "reqwest"
2720
+ version = "0.12.15"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
2723
+ dependencies = [
2724
+ "base64 0.22.1",
2725
+ "bytes",
2726
+ "futures-core",
2727
+ "futures-util",
2728
+ "http 1.3.1",
2729
+ "http-body 1.0.1",
2730
+ "http-body-util",
2731
+ "hyper 1.6.0",
2732
+ "hyper-rustls",
2733
+ "hyper-util",
2734
+ "ipnet",
2735
+ "js-sys",
2736
+ "log",
2737
+ "mime",
2738
+ "once_cell",
2739
+ "percent-encoding",
2740
+ "pin-project-lite",
2741
+ "quinn",
2742
+ "rustls",
2743
+ "rustls-pemfile",
2744
+ "rustls-pki-types",
2745
+ "serde",
2746
+ "serde_json",
2747
+ "serde_urlencoded",
2748
+ "sync_wrapper",
2749
+ "tokio",
2750
+ "tokio-rustls",
2751
+ "tokio-util",
2752
+ "tower",
2753
+ "tower-service",
2754
+ "url",
2755
+ "wasm-bindgen",
2756
+ "wasm-bindgen-futures",
2757
+ "wasm-streams",
2758
+ "web-sys",
2759
+ "webpki-roots",
2760
+ "windows-registry",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "ring"
2765
+ version = "0.17.14"
2766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2767
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2768
+ dependencies = [
2769
+ "cc",
2770
+ "cfg-if",
2771
+ "getrandom 0.2.16",
2772
+ "libc",
2773
+ "untrusted",
2774
+ "windows-sys 0.52.0",
2775
+ ]
2776
+
2777
+ [[package]]
2778
+ name = "rustc-demangle"
2779
+ version = "0.1.24"
2780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2781
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2782
+
2783
+ [[package]]
2784
+ name = "rustc-hash"
2785
+ version = "1.1.0"
2786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2787
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2788
+
2789
+ [[package]]
2790
+ name = "rustc-hash"
2791
+ version = "2.1.1"
2792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2793
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2794
+
2795
+ [[package]]
2796
+ name = "rusticata-macros"
2797
+ version = "4.1.0"
2798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2799
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
2800
+ dependencies = [
2801
+ "nom",
2802
+ ]
2803
+
2804
+ [[package]]
2805
+ name = "rustix"
2806
+ version = "0.38.44"
2807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2808
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2809
+ dependencies = [
2810
+ "bitflags 2.9.0",
2811
+ "errno",
2812
+ "libc",
2813
+ "linux-raw-sys 0.4.15",
2814
+ "windows-sys 0.59.0",
2815
+ ]
2816
+
2817
+ [[package]]
2818
+ name = "rustix"
2819
+ version = "1.0.7"
2820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2821
+ checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
2822
+ dependencies = [
2823
+ "bitflags 2.9.0",
2824
+ "errno",
2825
+ "libc",
2826
+ "linux-raw-sys 0.9.4",
2827
+ "windows-sys 0.59.0",
2828
+ ]
2829
+
2830
+ [[package]]
2831
+ name = "rustls"
2832
+ version = "0.23.26"
2833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2834
+ checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
2835
+ dependencies = [
2836
+ "aws-lc-rs",
2837
+ "log",
2838
+ "once_cell",
2839
+ "ring",
2840
+ "rustls-pki-types",
2841
+ "rustls-webpki",
2842
+ "subtle",
2843
+ "zeroize",
2844
+ ]
2845
+
2846
+ [[package]]
2847
+ name = "rustls-native-certs"
2848
+ version = "0.8.1"
2849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2850
+ checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2851
+ dependencies = [
2852
+ "openssl-probe",
2853
+ "rustls-pki-types",
2854
+ "schannel",
2855
+ "security-framework",
2856
+ ]
2857
+
2858
+ [[package]]
2859
+ name = "rustls-pemfile"
2860
+ version = "2.2.0"
2861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2862
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2863
+ dependencies = [
2864
+ "rustls-pki-types",
2865
+ ]
2866
+
2867
+ [[package]]
2868
+ name = "rustls-pki-types"
2869
+ version = "1.11.0"
2870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2871
+ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
2872
+ dependencies = [
2873
+ "web-time",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "rustls-webpki"
2878
+ version = "0.103.1"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
2881
+ dependencies = [
2882
+ "aws-lc-rs",
2883
+ "ring",
2884
+ "rustls-pki-types",
2885
+ "untrusted",
2886
+ ]
2887
+
2888
+ [[package]]
2889
+ name = "rustversion"
2890
+ version = "1.0.20"
2891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2892
+ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2893
+
2894
+ [[package]]
2895
+ name = "ryu"
2896
+ version = "1.0.20"
2897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2898
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2899
+
2900
+ [[package]]
2901
+ name = "same-file"
2902
+ version = "1.0.6"
2903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2904
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2905
+ dependencies = [
2906
+ "winapi-util",
2907
+ ]
2908
+
2909
+ [[package]]
2910
+ name = "schannel"
2911
+ version = "0.1.27"
2912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2913
+ checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2914
+ dependencies = [
2915
+ "windows-sys 0.59.0",
2916
+ ]
2917
+
2918
+ [[package]]
2919
+ name = "scheduled-thread-pool"
2920
+ version = "0.2.7"
2921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2922
+ checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
2923
+ dependencies = [
2924
+ "parking_lot",
2925
+ ]
2926
+
2927
+ [[package]]
2928
+ name = "scoped-tls"
2929
+ version = "1.0.1"
2930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2931
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2932
+
2933
+ [[package]]
2934
+ name = "scopeguard"
2935
+ version = "1.2.0"
2936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2937
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2938
+
2939
+ [[package]]
2940
+ name = "security-framework"
2941
+ version = "3.2.0"
2942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2943
+ checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
2944
+ dependencies = [
2945
+ "bitflags 2.9.0",
2946
+ "core-foundation",
2947
+ "core-foundation-sys",
2948
+ "libc",
2949
+ "security-framework-sys",
2950
+ ]
2951
+
2952
+ [[package]]
2953
+ name = "security-framework-sys"
2954
+ version = "2.14.0"
2955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2956
+ checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2957
+ dependencies = [
2958
+ "core-foundation-sys",
2959
+ "libc",
2960
+ ]
2961
+
2962
+ [[package]]
2963
+ name = "seq-macro"
2964
+ version = "0.3.6"
2965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2967
+
2968
+ [[package]]
2969
+ name = "serde"
2970
+ version = "1.0.219"
2971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2972
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2973
+ dependencies = [
2974
+ "serde_derive",
2975
+ ]
2976
+
2977
+ [[package]]
2978
+ name = "serde_derive"
2979
+ version = "1.0.219"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2982
+ dependencies = [
2983
+ "proc-macro2",
2984
+ "quote",
2985
+ "syn 2.0.101",
2986
+ ]
2987
+
2988
+ [[package]]
2989
+ name = "serde_json"
2990
+ version = "1.0.140"
2991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2992
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2993
+ dependencies = [
2994
+ "itoa",
2995
+ "memchr",
2996
+ "ryu",
2997
+ "serde",
2998
+ ]
2999
+
3000
+ [[package]]
3001
+ name = "serde_magnus"
3002
+ version = "0.11.0"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "8ff64c88ddd26acdcad5a501f18bcc339927b77b69f4a03bfaf2a6fc5ba2ac4b"
3005
+ dependencies = [
3006
+ "magnus",
3007
+ "serde",
3008
+ "tap",
3009
+ ]
3010
+
3011
+ [[package]]
3012
+ name = "serde_path_to_error"
3013
+ version = "0.1.17"
3014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3015
+ checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
3016
+ dependencies = [
3017
+ "itoa",
3018
+ "serde",
3019
+ ]
3020
+
3021
+ [[package]]
3022
+ name = "serde_urlencoded"
3023
+ version = "0.7.1"
3024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3025
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3026
+ dependencies = [
3027
+ "form_urlencoded",
3028
+ "itoa",
3029
+ "ryu",
3030
+ "serde",
3031
+ ]
3032
+
3033
+ [[package]]
3034
+ name = "sha-crypt"
3035
+ version = "0.5.0"
3036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
3038
+ dependencies = [
3039
+ "base64ct",
3040
+ "rand 0.8.5",
3041
+ "sha2",
3042
+ "subtle",
3043
+ ]
3044
+
3045
+ [[package]]
3046
+ name = "sha1"
3047
+ version = "0.10.6"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3050
+ dependencies = [
3051
+ "cfg-if",
3052
+ "cpufeatures",
3053
+ "digest",
3054
+ ]
3055
+
3056
+ [[package]]
3057
+ name = "sha1_smol"
3058
+ version = "1.0.1"
3059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3060
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3061
+
3062
+ [[package]]
3063
+ name = "sha2"
3064
+ version = "0.10.9"
3065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3066
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3067
+ dependencies = [
3068
+ "cfg-if",
3069
+ "cpufeatures",
3070
+ "digest",
3071
+ ]
3072
+
3073
+ [[package]]
3074
+ name = "sharded-slab"
3075
+ version = "0.1.7"
3076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3078
+ dependencies = [
3079
+ "lazy_static",
3080
+ ]
3081
+
3082
+ [[package]]
3083
+ name = "shell-words"
3084
+ version = "1.1.0"
3085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3086
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
3087
+
3088
+ [[package]]
3089
+ name = "shlex"
3090
+ version = "1.3.0"
3091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3093
+
3094
+ [[package]]
3095
+ name = "signal-hook-registry"
3096
+ version = "1.4.5"
3097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3098
+ checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
3099
+ dependencies = [
3100
+ "libc",
3101
+ ]
3102
+
3103
+ [[package]]
3104
+ name = "simple_asn1"
3105
+ version = "0.6.3"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
3108
+ dependencies = [
3109
+ "num-bigint",
3110
+ "num-traits",
3111
+ "thiserror 2.0.12",
3112
+ "time",
3113
+ ]
3114
+
3115
+ [[package]]
3116
+ name = "simple_logger"
3117
+ version = "5.0.0"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
3120
+ dependencies = [
3121
+ "colored",
3122
+ "log",
3123
+ "time",
3124
+ "windows-sys 0.48.0",
3125
+ ]
3126
+
3127
+ [[package]]
3128
+ name = "siphasher"
3129
+ version = "1.0.1"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3132
+
3133
+ [[package]]
3134
+ name = "slab"
3135
+ version = "0.4.9"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3138
+ dependencies = [
3139
+ "autocfg",
3140
+ ]
3141
+
3142
+ [[package]]
3143
+ name = "smallvec"
3144
+ version = "1.15.0"
3145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3146
+ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
3147
+
3148
+ [[package]]
3149
+ name = "socket2"
3150
+ version = "0.5.9"
3151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3152
+ checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
3153
+ dependencies = [
3154
+ "libc",
3155
+ "windows-sys 0.52.0",
3156
+ ]
3157
+
3158
+ [[package]]
3159
+ name = "spin"
3160
+ version = "0.9.8"
3161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3162
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3163
+
3164
+ [[package]]
3165
+ name = "stable_deref_trait"
3166
+ version = "1.2.0"
3167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3168
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3169
+
3170
+ [[package]]
3171
+ name = "strsim"
3172
+ version = "0.8.0"
3173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3174
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
3175
+
3176
+ [[package]]
3177
+ name = "strsim"
3178
+ version = "0.11.1"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3181
+
3182
+ [[package]]
3183
+ name = "structopt"
3184
+ version = "0.3.26"
3185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3186
+ checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
3187
+ dependencies = [
3188
+ "clap 2.34.0",
3189
+ "lazy_static",
3190
+ "structopt-derive",
3191
+ ]
3192
+
3193
+ [[package]]
3194
+ name = "structopt-derive"
3195
+ version = "0.4.18"
3196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3197
+ checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
3198
+ dependencies = [
3199
+ "heck 0.3.3",
3200
+ "proc-macro-error",
3201
+ "proc-macro2",
3202
+ "quote",
3203
+ "syn 1.0.109",
3204
+ ]
3205
+
3206
+ [[package]]
3207
+ name = "subtle"
3208
+ version = "2.6.1"
3209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3210
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3211
+
3212
+ [[package]]
3213
+ name = "syn"
3214
+ version = "1.0.109"
3215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3216
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3217
+ dependencies = [
3218
+ "proc-macro2",
3219
+ "quote",
3220
+ "unicode-ident",
3221
+ ]
3222
+
3223
+ [[package]]
3224
+ name = "syn"
3225
+ version = "2.0.101"
3226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3227
+ checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
3228
+ dependencies = [
3229
+ "proc-macro2",
3230
+ "quote",
3231
+ "unicode-ident",
3232
+ ]
3233
+
3234
+ [[package]]
3235
+ name = "sync_wrapper"
3236
+ version = "1.0.2"
3237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3238
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3239
+ dependencies = [
3240
+ "futures-core",
3241
+ ]
3242
+
3243
+ [[package]]
3244
+ name = "synstructure"
3245
+ version = "0.13.2"
3246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3247
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3248
+ dependencies = [
3249
+ "proc-macro2",
3250
+ "quote",
3251
+ "syn 2.0.101",
3252
+ ]
3253
+
3254
+ [[package]]
3255
+ name = "sysinfo"
3256
+ version = "0.33.1"
3257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3258
+ checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
3259
+ dependencies = [
3260
+ "core-foundation-sys",
3261
+ "libc",
3262
+ "memchr",
3263
+ "ntapi",
3264
+ "rayon",
3265
+ "windows",
3266
+ ]
3267
+
3268
+ [[package]]
3269
+ name = "tap"
3270
+ version = "1.0.1"
3271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3272
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
3273
+
3274
+ [[package]]
3275
+ name = "tempfile"
3276
+ version = "3.19.1"
3277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3278
+ checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
3279
+ dependencies = [
3280
+ "fastrand",
3281
+ "getrandom 0.3.2",
3282
+ "once_cell",
3283
+ "rustix 1.0.7",
3284
+ "windows-sys 0.59.0",
3285
+ ]
3286
+
3287
+ [[package]]
3288
+ name = "textwrap"
3289
+ version = "0.11.0"
3290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3291
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
3292
+ dependencies = [
3293
+ "unicode-width",
3294
+ ]
3295
+
3296
+ [[package]]
3297
+ name = "thiserror"
3298
+ version = "1.0.69"
3299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3300
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3301
+ dependencies = [
3302
+ "thiserror-impl 1.0.69",
3303
+ ]
3304
+
3305
+ [[package]]
3306
+ name = "thiserror"
3307
+ version = "2.0.12"
3308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3309
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3310
+ dependencies = [
3311
+ "thiserror-impl 2.0.12",
3312
+ ]
3313
+
3314
+ [[package]]
3315
+ name = "thiserror-impl"
3316
+ version = "1.0.69"
3317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3318
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3319
+ dependencies = [
3320
+ "proc-macro2",
3321
+ "quote",
3322
+ "syn 2.0.101",
3323
+ ]
3324
+
3325
+ [[package]]
3326
+ name = "thiserror-impl"
3327
+ version = "2.0.12"
3328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3329
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3330
+ dependencies = [
3331
+ "proc-macro2",
3332
+ "quote",
3333
+ "syn 2.0.101",
3334
+ ]
3335
+
3336
+ [[package]]
3337
+ name = "thread_local"
3338
+ version = "1.1.8"
3339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3340
+ checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3341
+ dependencies = [
3342
+ "cfg-if",
3343
+ "once_cell",
3344
+ ]
3345
+
3346
+ [[package]]
3347
+ name = "time"
3348
+ version = "0.3.41"
3349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3350
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
3351
+ dependencies = [
3352
+ "deranged",
3353
+ "itoa",
3354
+ "libc",
3355
+ "num-conv",
3356
+ "num_threads",
3357
+ "powerfmt",
3358
+ "serde",
3359
+ "time-core",
3360
+ "time-macros",
3361
+ ]
3362
+
3363
+ [[package]]
3364
+ name = "time-core"
3365
+ version = "0.1.4"
3366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3367
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
3368
+
3369
+ [[package]]
3370
+ name = "time-macros"
3371
+ version = "0.2.22"
3372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3373
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
3374
+ dependencies = [
3375
+ "num-conv",
3376
+ "time-core",
3377
+ ]
3378
+
3379
+ [[package]]
3380
+ name = "tinystr"
3381
+ version = "0.7.6"
3382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3383
+ checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3384
+ dependencies = [
3385
+ "displaydoc",
3386
+ "zerovec",
3387
+ ]
3388
+
3389
+ [[package]]
3390
+ name = "tinyvec"
3391
+ version = "1.9.0"
3392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3393
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
3394
+ dependencies = [
3395
+ "tinyvec_macros",
3396
+ ]
3397
+
3398
+ [[package]]
3399
+ name = "tinyvec_macros"
3400
+ version = "0.1.1"
3401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3402
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3403
+
3404
+ [[package]]
3405
+ name = "tokio"
3406
+ version = "1.44.2"
3407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3408
+ checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
3409
+ dependencies = [
3410
+ "backtrace",
3411
+ "bytes",
3412
+ "libc",
3413
+ "mio",
3414
+ "parking_lot",
3415
+ "pin-project-lite",
3416
+ "signal-hook-registry",
3417
+ "socket2",
3418
+ "tokio-macros",
3419
+ "windows-sys 0.52.0",
3420
+ ]
3421
+
3422
+ [[package]]
3423
+ name = "tokio-macros"
3424
+ version = "2.5.0"
3425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3426
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
3427
+ dependencies = [
3428
+ "proc-macro2",
3429
+ "quote",
3430
+ "syn 2.0.101",
3431
+ ]
3432
+
3433
+ [[package]]
3434
+ name = "tokio-rustls"
3435
+ version = "0.26.2"
3436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3437
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
3438
+ dependencies = [
3439
+ "rustls",
3440
+ "tokio",
3441
+ ]
3442
+
3443
+ [[package]]
3444
+ name = "tokio-stream"
3445
+ version = "0.1.17"
3446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3447
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
3448
+ dependencies = [
3449
+ "futures-core",
3450
+ "pin-project-lite",
3451
+ "tokio",
3452
+ ]
3453
+
3454
+ [[package]]
3455
+ name = "tokio-tungstenite"
3456
+ version = "0.21.0"
3457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3458
+ checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
3459
+ dependencies = [
3460
+ "futures-util",
3461
+ "log",
3462
+ "tokio",
3463
+ "tungstenite",
3464
+ ]
3465
+
3466
+ [[package]]
3467
+ name = "tokio-util"
3468
+ version = "0.7.15"
3469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3470
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
3471
+ dependencies = [
3472
+ "bytes",
3473
+ "futures-core",
3474
+ "futures-io",
3475
+ "futures-sink",
3476
+ "pin-project-lite",
3477
+ "tokio",
3478
+ ]
3479
+
3480
+ [[package]]
3481
+ name = "tower"
3482
+ version = "0.5.2"
3483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3484
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3485
+ dependencies = [
3486
+ "futures-core",
3487
+ "futures-util",
3488
+ "pin-project-lite",
3489
+ "sync_wrapper",
3490
+ "tokio",
3491
+ "tower-layer",
3492
+ "tower-service",
3493
+ "tracing",
3494
+ ]
3495
+
3496
+ [[package]]
3497
+ name = "tower-layer"
3498
+ version = "0.3.3"
3499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3500
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3501
+
3502
+ [[package]]
3503
+ name = "tower-service"
3504
+ version = "0.3.3"
3505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3506
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3507
+
3508
+ [[package]]
3509
+ name = "tracing"
3510
+ version = "0.1.41"
3511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3512
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3513
+ dependencies = [
3514
+ "log",
3515
+ "pin-project-lite",
3516
+ "tracing-attributes",
3517
+ "tracing-core",
3518
+ ]
3519
+
3520
+ [[package]]
3521
+ name = "tracing-appender"
3522
+ version = "0.2.3"
3523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3524
+ checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
3525
+ dependencies = [
3526
+ "crossbeam-channel",
3527
+ "thiserror 1.0.69",
3528
+ "time",
3529
+ "tracing-subscriber",
3530
+ ]
3531
+
3532
+ [[package]]
3533
+ name = "tracing-attributes"
3534
+ version = "0.1.28"
3535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3536
+ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
3537
+ dependencies = [
3538
+ "proc-macro2",
3539
+ "quote",
3540
+ "syn 2.0.101",
3541
+ ]
3542
+
3543
+ [[package]]
3544
+ name = "tracing-core"
3545
+ version = "0.1.33"
3546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3547
+ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
3548
+ dependencies = [
3549
+ "once_cell",
3550
+ "valuable",
3551
+ ]
3552
+
3553
+ [[package]]
3554
+ name = "tracing-log"
3555
+ version = "0.2.0"
3556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3557
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3558
+ dependencies = [
3559
+ "log",
3560
+ "once_cell",
3561
+ "tracing-core",
3562
+ ]
3563
+
3564
+ [[package]]
3565
+ name = "tracing-serde"
3566
+ version = "0.2.0"
3567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3568
+ checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
3569
+ dependencies = [
3570
+ "serde",
3571
+ "tracing-core",
3572
+ ]
3573
+
3574
+ [[package]]
3575
+ name = "tracing-subscriber"
3576
+ version = "0.3.19"
3577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3578
+ checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
3579
+ dependencies = [
3580
+ "matchers",
3581
+ "nu-ansi-term",
3582
+ "once_cell",
3583
+ "regex",
3584
+ "serde",
3585
+ "serde_json",
3586
+ "sharded-slab",
3587
+ "smallvec",
3588
+ "thread_local",
3589
+ "tracing",
3590
+ "tracing-core",
3591
+ "tracing-log",
3592
+ "tracing-serde",
3593
+ ]
3594
+
3595
+ [[package]]
3596
+ name = "try-lock"
3597
+ version = "0.2.5"
3598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3599
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3600
+
3601
+ [[package]]
3602
+ name = "tungstenite"
3603
+ version = "0.21.0"
3604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3605
+ checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
3606
+ dependencies = [
3607
+ "byteorder",
3608
+ "bytes",
3609
+ "data-encoding",
3610
+ "http 1.3.1",
3611
+ "httparse",
3612
+ "log",
3613
+ "rand 0.8.5",
3614
+ "sha1",
3615
+ "thiserror 1.0.69",
3616
+ "url",
3617
+ "utf-8",
3618
+ ]
3619
+
3620
+ [[package]]
3621
+ name = "typenum"
3622
+ version = "1.18.0"
3623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3624
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3625
+
3626
+ [[package]]
3627
+ name = "unicase"
3628
+ version = "2.8.1"
3629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3630
+ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
3631
+
3632
+ [[package]]
3633
+ name = "unicode-ident"
3634
+ version = "1.0.18"
3635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3636
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3637
+
3638
+ [[package]]
3639
+ name = "unicode-segmentation"
3640
+ version = "1.12.0"
3641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3642
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3643
+
3644
+ [[package]]
3645
+ name = "unicode-width"
3646
+ version = "0.1.14"
3647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3648
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3649
+
3650
+ [[package]]
3651
+ name = "unicode-xid"
3652
+ version = "0.2.6"
3653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3654
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3655
+
3656
+ [[package]]
3657
+ name = "untrusted"
3658
+ version = "0.9.0"
3659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3660
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3661
+
3662
+ [[package]]
3663
+ name = "url"
3664
+ version = "2.5.4"
3665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3666
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
3667
+ dependencies = [
3668
+ "form_urlencoded",
3669
+ "idna",
3670
+ "percent-encoding",
3671
+ ]
3672
+
3673
+ [[package]]
3674
+ name = "utf-8"
3675
+ version = "0.7.6"
3676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3677
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3678
+
3679
+ [[package]]
3680
+ name = "utf16_iter"
3681
+ version = "1.0.5"
3682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3683
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
3684
+
3685
+ [[package]]
3686
+ name = "utf8_iter"
3687
+ version = "1.0.4"
3688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3689
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3690
+
3691
+ [[package]]
3692
+ name = "utf8parse"
3693
+ version = "0.2.2"
3694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3695
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3696
+
3697
+ [[package]]
3698
+ name = "valuable"
3699
+ version = "0.1.1"
3700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3701
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3702
+
3703
+ [[package]]
3704
+ name = "vec_map"
3705
+ version = "0.8.2"
3706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3707
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
3708
+
3709
+ [[package]]
3710
+ name = "version_check"
3711
+ version = "0.9.5"
3712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3713
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3714
+
3715
+ [[package]]
3716
+ name = "walkdir"
3717
+ version = "2.5.0"
3718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3719
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3720
+ dependencies = [
3721
+ "same-file",
3722
+ "winapi-util",
3723
+ ]
3724
+
3725
+ [[package]]
3726
+ name = "want"
3727
+ version = "0.3.1"
3728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3729
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3730
+ dependencies = [
3731
+ "try-lock",
3732
+ ]
3733
+
3734
+ [[package]]
3735
+ name = "warp"
3736
+ version = "0.3.7"
3737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3738
+ checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
3739
+ dependencies = [
3740
+ "bytes",
3741
+ "futures-channel",
3742
+ "futures-util",
3743
+ "headers",
3744
+ "http 0.2.12",
3745
+ "hyper 0.14.32",
3746
+ "log",
3747
+ "mime",
3748
+ "mime_guess",
3749
+ "multer",
3750
+ "percent-encoding",
3751
+ "pin-project",
3752
+ "scoped-tls",
3753
+ "serde",
3754
+ "serde_json",
3755
+ "serde_urlencoded",
3756
+ "tokio",
3757
+ "tokio-tungstenite",
3758
+ "tokio-util",
3759
+ "tower-service",
3760
+ "tracing",
3761
+ ]
3762
+
3763
+ [[package]]
3764
+ name = "wasi"
3765
+ version = "0.11.0+wasi-snapshot-preview1"
3766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3767
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3768
+
3769
+ [[package]]
3770
+ name = "wasi"
3771
+ version = "0.14.2+wasi-0.2.4"
3772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3773
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
3774
+ dependencies = [
3775
+ "wit-bindgen-rt",
3776
+ ]
3777
+
3778
+ [[package]]
3779
+ name = "wasm-bindgen"
3780
+ version = "0.2.100"
3781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3782
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3783
+ dependencies = [
3784
+ "cfg-if",
3785
+ "once_cell",
3786
+ "rustversion",
3787
+ "wasm-bindgen-macro",
3788
+ ]
3789
+
3790
+ [[package]]
3791
+ name = "wasm-bindgen-backend"
3792
+ version = "0.2.100"
3793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3794
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3795
+ dependencies = [
3796
+ "bumpalo",
3797
+ "log",
3798
+ "proc-macro2",
3799
+ "quote",
3800
+ "syn 2.0.101",
3801
+ "wasm-bindgen-shared",
3802
+ ]
3803
+
3804
+ [[package]]
3805
+ name = "wasm-bindgen-futures"
3806
+ version = "0.4.50"
3807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3808
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3809
+ dependencies = [
3810
+ "cfg-if",
3811
+ "js-sys",
3812
+ "once_cell",
3813
+ "wasm-bindgen",
3814
+ "web-sys",
3815
+ ]
3816
+
3817
+ [[package]]
3818
+ name = "wasm-bindgen-macro"
3819
+ version = "0.2.100"
3820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3821
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3822
+ dependencies = [
3823
+ "quote",
3824
+ "wasm-bindgen-macro-support",
3825
+ ]
3826
+
3827
+ [[package]]
3828
+ name = "wasm-bindgen-macro-support"
3829
+ version = "0.2.100"
3830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3831
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3832
+ dependencies = [
3833
+ "proc-macro2",
3834
+ "quote",
3835
+ "syn 2.0.101",
3836
+ "wasm-bindgen-backend",
3837
+ "wasm-bindgen-shared",
3838
+ ]
3839
+
3840
+ [[package]]
3841
+ name = "wasm-bindgen-shared"
3842
+ version = "0.2.100"
3843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3844
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3845
+ dependencies = [
3846
+ "unicode-ident",
3847
+ ]
3848
+
3849
+ [[package]]
3850
+ name = "wasm-streams"
3851
+ version = "0.4.2"
3852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3853
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3854
+ dependencies = [
3855
+ "futures-util",
3856
+ "js-sys",
3857
+ "wasm-bindgen",
3858
+ "wasm-bindgen-futures",
3859
+ "web-sys",
3860
+ ]
3861
+
3862
+ [[package]]
3863
+ name = "web-sys"
3864
+ version = "0.3.77"
3865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3866
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3867
+ dependencies = [
3868
+ "js-sys",
3869
+ "wasm-bindgen",
3870
+ ]
3871
+
3872
+ [[package]]
3873
+ name = "web-time"
3874
+ version = "1.1.0"
3875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3876
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3877
+ dependencies = [
3878
+ "js-sys",
3879
+ "wasm-bindgen",
3880
+ ]
3881
+
3882
+ [[package]]
3883
+ name = "webpki-roots"
3884
+ version = "0.26.10"
3885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3886
+ checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93"
3887
+ dependencies = [
3888
+ "rustls-pki-types",
3889
+ ]
3890
+
3891
+ [[package]]
3892
+ name = "which"
3893
+ version = "4.4.2"
3894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3895
+ checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
3896
+ dependencies = [
3897
+ "either",
3898
+ "home",
3899
+ "once_cell",
3900
+ "rustix 0.38.44",
3901
+ ]
3902
+
3903
+ [[package]]
3904
+ name = "winapi"
3905
+ version = "0.3.9"
3906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3907
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3908
+ dependencies = [
3909
+ "winapi-i686-pc-windows-gnu",
3910
+ "winapi-x86_64-pc-windows-gnu",
3911
+ ]
3912
+
3913
+ [[package]]
3914
+ name = "winapi-i686-pc-windows-gnu"
3915
+ version = "0.4.0"
3916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3917
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3918
+
3919
+ [[package]]
3920
+ name = "winapi-util"
3921
+ version = "0.1.9"
3922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3923
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3924
+ dependencies = [
3925
+ "windows-sys 0.59.0",
3926
+ ]
3927
+
3928
+ [[package]]
3929
+ name = "winapi-x86_64-pc-windows-gnu"
3930
+ version = "0.4.0"
3931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3932
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3933
+
3934
+ [[package]]
3935
+ name = "windows"
3936
+ version = "0.57.0"
3937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3938
+ checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
3939
+ dependencies = [
3940
+ "windows-core 0.57.0",
3941
+ "windows-targets 0.52.6",
3942
+ ]
3943
+
3944
+ [[package]]
3945
+ name = "windows-core"
3946
+ version = "0.57.0"
3947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3948
+ checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
3949
+ dependencies = [
3950
+ "windows-implement 0.57.0",
3951
+ "windows-interface 0.57.0",
3952
+ "windows-result 0.1.2",
3953
+ "windows-targets 0.52.6",
3954
+ ]
3955
+
3956
+ [[package]]
3957
+ name = "windows-core"
3958
+ version = "0.61.0"
3959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3960
+ checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
3961
+ dependencies = [
3962
+ "windows-implement 0.60.0",
3963
+ "windows-interface 0.59.1",
3964
+ "windows-link",
3965
+ "windows-result 0.3.2",
3966
+ "windows-strings 0.4.0",
3967
+ ]
3968
+
3969
+ [[package]]
3970
+ name = "windows-implement"
3971
+ version = "0.57.0"
3972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3973
+ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
3974
+ dependencies = [
3975
+ "proc-macro2",
3976
+ "quote",
3977
+ "syn 2.0.101",
3978
+ ]
3979
+
3980
+ [[package]]
3981
+ name = "windows-implement"
3982
+ version = "0.60.0"
3983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3984
+ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3985
+ dependencies = [
3986
+ "proc-macro2",
3987
+ "quote",
3988
+ "syn 2.0.101",
3989
+ ]
3990
+
3991
+ [[package]]
3992
+ name = "windows-interface"
3993
+ version = "0.57.0"
3994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3995
+ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
3996
+ dependencies = [
3997
+ "proc-macro2",
3998
+ "quote",
3999
+ "syn 2.0.101",
4000
+ ]
4001
+
4002
+ [[package]]
4003
+ name = "windows-interface"
4004
+ version = "0.59.1"
4005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4006
+ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
4007
+ dependencies = [
4008
+ "proc-macro2",
4009
+ "quote",
4010
+ "syn 2.0.101",
4011
+ ]
4012
+
4013
+ [[package]]
4014
+ name = "windows-link"
4015
+ version = "0.1.1"
4016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4017
+ checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
4018
+
4019
+ [[package]]
4020
+ name = "windows-registry"
4021
+ version = "0.4.0"
4022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4023
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
4024
+ dependencies = [
4025
+ "windows-result 0.3.2",
4026
+ "windows-strings 0.3.1",
4027
+ "windows-targets 0.53.0",
4028
+ ]
4029
+
4030
+ [[package]]
4031
+ name = "windows-result"
4032
+ version = "0.1.2"
4033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4034
+ checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
4035
+ dependencies = [
4036
+ "windows-targets 0.52.6",
4037
+ ]
4038
+
4039
+ [[package]]
4040
+ name = "windows-result"
4041
+ version = "0.3.2"
4042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4043
+ checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
4044
+ dependencies = [
4045
+ "windows-link",
4046
+ ]
4047
+
4048
+ [[package]]
4049
+ name = "windows-strings"
4050
+ version = "0.3.1"
4051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4052
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
4053
+ dependencies = [
4054
+ "windows-link",
4055
+ ]
4056
+
4057
+ [[package]]
4058
+ name = "windows-strings"
4059
+ version = "0.4.0"
4060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4061
+ checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
4062
+ dependencies = [
4063
+ "windows-link",
4064
+ ]
4065
+
4066
+ [[package]]
4067
+ name = "windows-sys"
4068
+ version = "0.48.0"
4069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4070
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4071
+ dependencies = [
4072
+ "windows-targets 0.48.5",
4073
+ ]
4074
+
4075
+ [[package]]
4076
+ name = "windows-sys"
4077
+ version = "0.52.0"
4078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4079
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4080
+ dependencies = [
4081
+ "windows-targets 0.52.6",
4082
+ ]
4083
+
4084
+ [[package]]
4085
+ name = "windows-sys"
4086
+ version = "0.59.0"
4087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4088
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4089
+ dependencies = [
4090
+ "windows-targets 0.52.6",
4091
+ ]
4092
+
4093
+ [[package]]
4094
+ name = "windows-targets"
4095
+ version = "0.48.5"
4096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4097
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4098
+ dependencies = [
4099
+ "windows_aarch64_gnullvm 0.48.5",
4100
+ "windows_aarch64_msvc 0.48.5",
4101
+ "windows_i686_gnu 0.48.5",
4102
+ "windows_i686_msvc 0.48.5",
4103
+ "windows_x86_64_gnu 0.48.5",
4104
+ "windows_x86_64_gnullvm 0.48.5",
4105
+ "windows_x86_64_msvc 0.48.5",
4106
+ ]
4107
+
4108
+ [[package]]
4109
+ name = "windows-targets"
4110
+ version = "0.52.6"
4111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4112
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4113
+ dependencies = [
4114
+ "windows_aarch64_gnullvm 0.52.6",
4115
+ "windows_aarch64_msvc 0.52.6",
4116
+ "windows_i686_gnu 0.52.6",
4117
+ "windows_i686_gnullvm 0.52.6",
4118
+ "windows_i686_msvc 0.52.6",
4119
+ "windows_x86_64_gnu 0.52.6",
4120
+ "windows_x86_64_gnullvm 0.52.6",
4121
+ "windows_x86_64_msvc 0.52.6",
4122
+ ]
4123
+
4124
+ [[package]]
4125
+ name = "windows-targets"
4126
+ version = "0.53.0"
4127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4128
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
4129
+ dependencies = [
4130
+ "windows_aarch64_gnullvm 0.53.0",
4131
+ "windows_aarch64_msvc 0.53.0",
4132
+ "windows_i686_gnu 0.53.0",
4133
+ "windows_i686_gnullvm 0.53.0",
4134
+ "windows_i686_msvc 0.53.0",
4135
+ "windows_x86_64_gnu 0.53.0",
4136
+ "windows_x86_64_gnullvm 0.53.0",
4137
+ "windows_x86_64_msvc 0.53.0",
4138
+ ]
4139
+
4140
+ [[package]]
4141
+ name = "windows_aarch64_gnullvm"
4142
+ version = "0.48.5"
4143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4144
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4145
+
4146
+ [[package]]
4147
+ name = "windows_aarch64_gnullvm"
4148
+ version = "0.52.6"
4149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4150
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4151
+
4152
+ [[package]]
4153
+ name = "windows_aarch64_gnullvm"
4154
+ version = "0.53.0"
4155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4156
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
4157
+
4158
+ [[package]]
4159
+ name = "windows_aarch64_msvc"
4160
+ version = "0.48.5"
4161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4162
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4163
+
4164
+ [[package]]
4165
+ name = "windows_aarch64_msvc"
4166
+ version = "0.52.6"
4167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4168
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4169
+
4170
+ [[package]]
4171
+ name = "windows_aarch64_msvc"
4172
+ version = "0.53.0"
4173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4174
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
4175
+
4176
+ [[package]]
4177
+ name = "windows_i686_gnu"
4178
+ version = "0.48.5"
4179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4180
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4181
+
4182
+ [[package]]
4183
+ name = "windows_i686_gnu"
4184
+ version = "0.52.6"
4185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4186
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4187
+
4188
+ [[package]]
4189
+ name = "windows_i686_gnu"
4190
+ version = "0.53.0"
4191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4192
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
4193
+
4194
+ [[package]]
4195
+ name = "windows_i686_gnullvm"
4196
+ version = "0.52.6"
4197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4198
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4199
+
4200
+ [[package]]
4201
+ name = "windows_i686_gnullvm"
4202
+ version = "0.53.0"
4203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4204
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
4205
+
4206
+ [[package]]
4207
+ name = "windows_i686_msvc"
4208
+ version = "0.48.5"
4209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4210
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4211
+
4212
+ [[package]]
4213
+ name = "windows_i686_msvc"
4214
+ version = "0.52.6"
4215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4216
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4217
+
4218
+ [[package]]
4219
+ name = "windows_i686_msvc"
4220
+ version = "0.53.0"
4221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4222
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
4223
+
4224
+ [[package]]
4225
+ name = "windows_x86_64_gnu"
4226
+ version = "0.48.5"
4227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4228
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4229
+
4230
+ [[package]]
4231
+ name = "windows_x86_64_gnu"
4232
+ version = "0.52.6"
4233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4234
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4235
+
4236
+ [[package]]
4237
+ name = "windows_x86_64_gnu"
4238
+ version = "0.53.0"
4239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4240
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
4241
+
4242
+ [[package]]
4243
+ name = "windows_x86_64_gnullvm"
4244
+ version = "0.48.5"
4245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4246
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4247
+
4248
+ [[package]]
4249
+ name = "windows_x86_64_gnullvm"
4250
+ version = "0.52.6"
4251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4252
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4253
+
4254
+ [[package]]
4255
+ name = "windows_x86_64_gnullvm"
4256
+ version = "0.53.0"
4257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4258
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4259
+
4260
+ [[package]]
4261
+ name = "windows_x86_64_msvc"
4262
+ version = "0.48.5"
4263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4264
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4265
+
4266
+ [[package]]
4267
+ name = "windows_x86_64_msvc"
4268
+ version = "0.52.6"
4269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4270
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4271
+
4272
+ [[package]]
4273
+ name = "windows_x86_64_msvc"
4274
+ version = "0.53.0"
4275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4276
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4277
+
4278
+ [[package]]
4279
+ name = "wit-bindgen-rt"
4280
+ version = "0.39.0"
4281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4282
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4283
+ dependencies = [
4284
+ "bitflags 2.9.0",
4285
+ ]
4286
+
4287
+ [[package]]
4288
+ name = "write16"
4289
+ version = "1.0.0"
4290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4291
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4292
+
4293
+ [[package]]
4294
+ name = "writeable"
4295
+ version = "0.5.5"
4296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4297
+ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4298
+
4299
+ [[package]]
4300
+ name = "x509-parser"
4301
+ version = "0.16.0"
4302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4303
+ checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
4304
+ dependencies = [
4305
+ "asn1-rs",
4306
+ "data-encoding",
4307
+ "der-parser",
4308
+ "lazy_static",
4309
+ "nom",
4310
+ "oid-registry",
4311
+ "ring",
4312
+ "rusticata-macros",
4313
+ "thiserror 1.0.69",
4314
+ "time",
4315
+ ]
4316
+
4317
+ [[package]]
4318
+ name = "yasna"
4319
+ version = "0.5.2"
1005
4320
  source = "registry+https://github.com/rust-lang/crates.io-index"
1006
4321
  checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
1007
4322
  dependencies = [
1008
4323
  "time",
1009
4324
  ]
4325
+
4326
+ [[package]]
4327
+ name = "yoke"
4328
+ version = "0.7.5"
4329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4330
+ checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
4331
+ dependencies = [
4332
+ "serde",
4333
+ "stable_deref_trait",
4334
+ "yoke-derive",
4335
+ "zerofrom",
4336
+ ]
4337
+
4338
+ [[package]]
4339
+ name = "yoke-derive"
4340
+ version = "0.7.5"
4341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4342
+ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
4343
+ dependencies = [
4344
+ "proc-macro2",
4345
+ "quote",
4346
+ "syn 2.0.101",
4347
+ "synstructure",
4348
+ ]
4349
+
4350
+ [[package]]
4351
+ name = "zerocopy"
4352
+ version = "0.7.35"
4353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4354
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
4355
+ dependencies = [
4356
+ "zerocopy-derive 0.7.35",
4357
+ ]
4358
+
4359
+ [[package]]
4360
+ name = "zerocopy"
4361
+ version = "0.8.25"
4362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4363
+ checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
4364
+ dependencies = [
4365
+ "zerocopy-derive 0.8.25",
4366
+ ]
4367
+
4368
+ [[package]]
4369
+ name = "zerocopy-derive"
4370
+ version = "0.7.35"
4371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4372
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
4373
+ dependencies = [
4374
+ "proc-macro2",
4375
+ "quote",
4376
+ "syn 2.0.101",
4377
+ ]
4378
+
4379
+ [[package]]
4380
+ name = "zerocopy-derive"
4381
+ version = "0.8.25"
4382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4383
+ checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
4384
+ dependencies = [
4385
+ "proc-macro2",
4386
+ "quote",
4387
+ "syn 2.0.101",
4388
+ ]
4389
+
4390
+ [[package]]
4391
+ name = "zerofrom"
4392
+ version = "0.1.6"
4393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4394
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4395
+ dependencies = [
4396
+ "zerofrom-derive",
4397
+ ]
4398
+
4399
+ [[package]]
4400
+ name = "zerofrom-derive"
4401
+ version = "0.1.6"
4402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4403
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4404
+ dependencies = [
4405
+ "proc-macro2",
4406
+ "quote",
4407
+ "syn 2.0.101",
4408
+ "synstructure",
4409
+ ]
4410
+
4411
+ [[package]]
4412
+ name = "zeroize"
4413
+ version = "1.8.1"
4414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4415
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4416
+
4417
+ [[package]]
4418
+ name = "zerovec"
4419
+ version = "0.10.4"
4420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4421
+ checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
4422
+ dependencies = [
4423
+ "yoke",
4424
+ "zerofrom",
4425
+ "zerovec-derive",
4426
+ ]
4427
+
4428
+ [[package]]
4429
+ name = "zerovec-derive"
4430
+ version = "0.10.3"
4431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4432
+ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
4433
+ dependencies = [
4434
+ "proc-macro2",
4435
+ "quote",
4436
+ "syn 2.0.101",
4437
+ ]
4438
+
4439
+ [[package]]
4440
+ name = "zstd"
4441
+ version = "0.13.3"
4442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4443
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4444
+ dependencies = [
4445
+ "zstd-safe",
4446
+ ]
4447
+
4448
+ [[package]]
4449
+ name = "zstd-safe"
4450
+ version = "7.2.4"
4451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4452
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4453
+ dependencies = [
4454
+ "zstd-sys",
4455
+ ]
4456
+
4457
+ [[package]]
4458
+ name = "zstd-sys"
4459
+ version = "2.0.15+zstd.1.5.7"
4460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4461
+ checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
4462
+ dependencies = [
4463
+ "cc",
4464
+ "pkg-config",
4465
+ ]