itsi 0.2.25 → 0.2.26

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