titan-sdk 0.0.3 → 0.0.5
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.
- package/README.md +52 -57
- package/bin/run.js +25 -9
- package/package.json +10 -2
- package/templates/.dockerignore +3 -0
- package/templates/Dockerfile +53 -0
- package/templates/app/actions/hello.js +5 -0
- package/templates/app/app.js +10 -0
- package/templates/app/titan.d.ts +87 -0
- package/templates/jsconfig.json +19 -0
- package/templates/server/Cargo.lock +2839 -0
- package/templates/server/Cargo.toml +27 -0
- package/templates/server/src/action_management.rs +131 -0
- package/templates/server/src/errors.rs +10 -0
- package/templates/server/src/extensions.rs +640 -0
- package/templates/server/src/main.rs +345 -0
- package/templates/server/src/utils.rs +33 -0
- package/templates/titan/bundle.js +65 -0
- package/templates/titan/dev.js +110 -0
- package/templates/titan/titan.js +82 -0
|
@@ -0,0 +1,2839 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler"
|
|
7
|
+
version = "1.0.2"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "adler2"
|
|
13
|
+
version = "2.0.1"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
16
|
+
|
|
17
|
+
[[package]]
|
|
18
|
+
name = "aho-corasick"
|
|
19
|
+
version = "1.1.4"
|
|
20
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
21
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
22
|
+
dependencies = [
|
|
23
|
+
"memchr",
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "alloc-no-stdlib"
|
|
28
|
+
version = "2.0.4"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "alloc-stdlib"
|
|
34
|
+
version = "0.2.2"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
37
|
+
dependencies = [
|
|
38
|
+
"alloc-no-stdlib",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
[[package]]
|
|
42
|
+
name = "anyhow"
|
|
43
|
+
version = "1.0.100"
|
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
46
|
+
|
|
47
|
+
[[package]]
|
|
48
|
+
name = "async-compression"
|
|
49
|
+
version = "0.4.34"
|
|
50
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
+
checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473"
|
|
52
|
+
dependencies = [
|
|
53
|
+
"compression-codecs",
|
|
54
|
+
"compression-core",
|
|
55
|
+
"futures-core",
|
|
56
|
+
"pin-project-lite",
|
|
57
|
+
"tokio",
|
|
58
|
+
]
|
|
59
|
+
|
|
60
|
+
[[package]]
|
|
61
|
+
name = "async-trait"
|
|
62
|
+
version = "0.1.89"
|
|
63
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
64
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
65
|
+
dependencies = [
|
|
66
|
+
"proc-macro2",
|
|
67
|
+
"quote",
|
|
68
|
+
"syn",
|
|
69
|
+
]
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "atomic-waker"
|
|
73
|
+
version = "1.1.2"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
76
|
+
|
|
77
|
+
[[package]]
|
|
78
|
+
name = "autocfg"
|
|
79
|
+
version = "1.5.0"
|
|
80
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
82
|
+
|
|
83
|
+
[[package]]
|
|
84
|
+
name = "axum"
|
|
85
|
+
version = "0.8.7"
|
|
86
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
+
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
|
|
88
|
+
dependencies = [
|
|
89
|
+
"axum-core",
|
|
90
|
+
"bytes",
|
|
91
|
+
"form_urlencoded",
|
|
92
|
+
"futures-util",
|
|
93
|
+
"http",
|
|
94
|
+
"http-body",
|
|
95
|
+
"http-body-util",
|
|
96
|
+
"hyper",
|
|
97
|
+
"hyper-util",
|
|
98
|
+
"itoa",
|
|
99
|
+
"matchit",
|
|
100
|
+
"memchr",
|
|
101
|
+
"mime",
|
|
102
|
+
"percent-encoding",
|
|
103
|
+
"pin-project-lite",
|
|
104
|
+
"serde_core",
|
|
105
|
+
"serde_json",
|
|
106
|
+
"serde_path_to_error",
|
|
107
|
+
"serde_urlencoded",
|
|
108
|
+
"sync_wrapper",
|
|
109
|
+
"tokio",
|
|
110
|
+
"tower",
|
|
111
|
+
"tower-layer",
|
|
112
|
+
"tower-service",
|
|
113
|
+
"tracing",
|
|
114
|
+
]
|
|
115
|
+
|
|
116
|
+
[[package]]
|
|
117
|
+
name = "axum-core"
|
|
118
|
+
version = "0.5.5"
|
|
119
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
+
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
|
121
|
+
dependencies = [
|
|
122
|
+
"bytes",
|
|
123
|
+
"futures-core",
|
|
124
|
+
"http",
|
|
125
|
+
"http-body",
|
|
126
|
+
"http-body-util",
|
|
127
|
+
"mime",
|
|
128
|
+
"pin-project-lite",
|
|
129
|
+
"sync_wrapper",
|
|
130
|
+
"tower-layer",
|
|
131
|
+
"tower-service",
|
|
132
|
+
"tracing",
|
|
133
|
+
]
|
|
134
|
+
|
|
135
|
+
[[package]]
|
|
136
|
+
name = "base64"
|
|
137
|
+
version = "0.21.7"
|
|
138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
140
|
+
|
|
141
|
+
[[package]]
|
|
142
|
+
name = "base64"
|
|
143
|
+
version = "0.22.1"
|
|
144
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
145
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
146
|
+
|
|
147
|
+
[[package]]
|
|
148
|
+
name = "bcrypt"
|
|
149
|
+
version = "0.15.1"
|
|
150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
+
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
|
|
152
|
+
dependencies = [
|
|
153
|
+
"base64 0.22.1",
|
|
154
|
+
"blowfish",
|
|
155
|
+
"getrandom 0.2.16",
|
|
156
|
+
"subtle",
|
|
157
|
+
"zeroize",
|
|
158
|
+
]
|
|
159
|
+
|
|
160
|
+
[[package]]
|
|
161
|
+
name = "bindgen"
|
|
162
|
+
version = "0.69.5"
|
|
163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
165
|
+
dependencies = [
|
|
166
|
+
"bitflags",
|
|
167
|
+
"cexpr",
|
|
168
|
+
"clang-sys",
|
|
169
|
+
"itertools",
|
|
170
|
+
"lazy_static",
|
|
171
|
+
"lazycell",
|
|
172
|
+
"log",
|
|
173
|
+
"prettyplease",
|
|
174
|
+
"proc-macro2",
|
|
175
|
+
"quote",
|
|
176
|
+
"regex",
|
|
177
|
+
"rustc-hash 1.1.0",
|
|
178
|
+
"shlex",
|
|
179
|
+
"syn",
|
|
180
|
+
"which 4.4.2",
|
|
181
|
+
]
|
|
182
|
+
|
|
183
|
+
[[package]]
|
|
184
|
+
name = "bitflags"
|
|
185
|
+
version = "2.10.0"
|
|
186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
188
|
+
|
|
189
|
+
[[package]]
|
|
190
|
+
name = "block-buffer"
|
|
191
|
+
version = "0.10.4"
|
|
192
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
193
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
194
|
+
dependencies = [
|
|
195
|
+
"generic-array",
|
|
196
|
+
]
|
|
197
|
+
|
|
198
|
+
[[package]]
|
|
199
|
+
name = "blowfish"
|
|
200
|
+
version = "0.9.1"
|
|
201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
202
|
+
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
203
|
+
dependencies = [
|
|
204
|
+
"byteorder",
|
|
205
|
+
"cipher",
|
|
206
|
+
]
|
|
207
|
+
|
|
208
|
+
[[package]]
|
|
209
|
+
name = "brotli"
|
|
210
|
+
version = "8.0.2"
|
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
+
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
|
|
213
|
+
dependencies = [
|
|
214
|
+
"alloc-no-stdlib",
|
|
215
|
+
"alloc-stdlib",
|
|
216
|
+
"brotli-decompressor",
|
|
217
|
+
]
|
|
218
|
+
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "brotli-decompressor"
|
|
221
|
+
version = "5.0.0"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
|
224
|
+
dependencies = [
|
|
225
|
+
"alloc-no-stdlib",
|
|
226
|
+
"alloc-stdlib",
|
|
227
|
+
]
|
|
228
|
+
|
|
229
|
+
[[package]]
|
|
230
|
+
name = "bumpalo"
|
|
231
|
+
version = "3.19.0"
|
|
232
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
234
|
+
|
|
235
|
+
[[package]]
|
|
236
|
+
name = "byteorder"
|
|
237
|
+
version = "1.5.0"
|
|
238
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
239
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
240
|
+
|
|
241
|
+
[[package]]
|
|
242
|
+
name = "bytes"
|
|
243
|
+
version = "1.11.0"
|
|
244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
245
|
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
246
|
+
|
|
247
|
+
[[package]]
|
|
248
|
+
name = "cc"
|
|
249
|
+
version = "1.2.48"
|
|
250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
251
|
+
checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
|
|
252
|
+
dependencies = [
|
|
253
|
+
"find-msvc-tools",
|
|
254
|
+
"shlex",
|
|
255
|
+
]
|
|
256
|
+
|
|
257
|
+
[[package]]
|
|
258
|
+
name = "cexpr"
|
|
259
|
+
version = "0.6.0"
|
|
260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
262
|
+
dependencies = [
|
|
263
|
+
"nom",
|
|
264
|
+
]
|
|
265
|
+
|
|
266
|
+
[[package]]
|
|
267
|
+
name = "cfg-if"
|
|
268
|
+
version = "1.0.4"
|
|
269
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
270
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
271
|
+
|
|
272
|
+
[[package]]
|
|
273
|
+
name = "cfg_aliases"
|
|
274
|
+
version = "0.2.1"
|
|
275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
276
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
277
|
+
|
|
278
|
+
[[package]]
|
|
279
|
+
name = "cipher"
|
|
280
|
+
version = "0.4.4"
|
|
281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
282
|
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
283
|
+
dependencies = [
|
|
284
|
+
"crypto-common",
|
|
285
|
+
"inout",
|
|
286
|
+
]
|
|
287
|
+
|
|
288
|
+
[[package]]
|
|
289
|
+
name = "clang-sys"
|
|
290
|
+
version = "1.8.1"
|
|
291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
293
|
+
dependencies = [
|
|
294
|
+
"glob",
|
|
295
|
+
"libc",
|
|
296
|
+
"libloading",
|
|
297
|
+
]
|
|
298
|
+
|
|
299
|
+
[[package]]
|
|
300
|
+
name = "compression-codecs"
|
|
301
|
+
version = "0.4.33"
|
|
302
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
+
checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad"
|
|
304
|
+
dependencies = [
|
|
305
|
+
"brotli",
|
|
306
|
+
"compression-core",
|
|
307
|
+
"flate2",
|
|
308
|
+
"memchr",
|
|
309
|
+
]
|
|
310
|
+
|
|
311
|
+
[[package]]
|
|
312
|
+
name = "compression-core"
|
|
313
|
+
version = "0.4.31"
|
|
314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
+
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
|
|
316
|
+
|
|
317
|
+
[[package]]
|
|
318
|
+
name = "core-foundation"
|
|
319
|
+
version = "0.9.4"
|
|
320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
322
|
+
dependencies = [
|
|
323
|
+
"core-foundation-sys",
|
|
324
|
+
"libc",
|
|
325
|
+
]
|
|
326
|
+
|
|
327
|
+
[[package]]
|
|
328
|
+
name = "core-foundation-sys"
|
|
329
|
+
version = "0.8.7"
|
|
330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
332
|
+
|
|
333
|
+
[[package]]
|
|
334
|
+
name = "cpufeatures"
|
|
335
|
+
version = "0.2.17"
|
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
338
|
+
dependencies = [
|
|
339
|
+
"libc",
|
|
340
|
+
]
|
|
341
|
+
|
|
342
|
+
[[package]]
|
|
343
|
+
name = "crc32fast"
|
|
344
|
+
version = "1.5.0"
|
|
345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
347
|
+
dependencies = [
|
|
348
|
+
"cfg-if",
|
|
349
|
+
]
|
|
350
|
+
|
|
351
|
+
[[package]]
|
|
352
|
+
name = "crypto-common"
|
|
353
|
+
version = "0.1.7"
|
|
354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
356
|
+
dependencies = [
|
|
357
|
+
"generic-array",
|
|
358
|
+
"typenum",
|
|
359
|
+
]
|
|
360
|
+
|
|
361
|
+
[[package]]
|
|
362
|
+
name = "deranged"
|
|
363
|
+
version = "0.5.5"
|
|
364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
365
|
+
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
|
366
|
+
dependencies = [
|
|
367
|
+
"powerfmt",
|
|
368
|
+
]
|
|
369
|
+
|
|
370
|
+
[[package]]
|
|
371
|
+
name = "digest"
|
|
372
|
+
version = "0.10.7"
|
|
373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
375
|
+
dependencies = [
|
|
376
|
+
"block-buffer",
|
|
377
|
+
"crypto-common",
|
|
378
|
+
"subtle",
|
|
379
|
+
]
|
|
380
|
+
|
|
381
|
+
[[package]]
|
|
382
|
+
name = "displaydoc"
|
|
383
|
+
version = "0.2.5"
|
|
384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
385
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
386
|
+
dependencies = [
|
|
387
|
+
"proc-macro2",
|
|
388
|
+
"quote",
|
|
389
|
+
"syn",
|
|
390
|
+
]
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "dotenv"
|
|
394
|
+
version = "0.15.0"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
397
|
+
|
|
398
|
+
[[package]]
|
|
399
|
+
name = "dotenvy"
|
|
400
|
+
version = "0.15.7"
|
|
401
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
+
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
403
|
+
|
|
404
|
+
[[package]]
|
|
405
|
+
name = "either"
|
|
406
|
+
version = "1.15.0"
|
|
407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
409
|
+
|
|
410
|
+
[[package]]
|
|
411
|
+
name = "encoding_rs"
|
|
412
|
+
version = "0.8.35"
|
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
415
|
+
dependencies = [
|
|
416
|
+
"cfg-if",
|
|
417
|
+
]
|
|
418
|
+
|
|
419
|
+
[[package]]
|
|
420
|
+
name = "equivalent"
|
|
421
|
+
version = "1.0.2"
|
|
422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "errno"
|
|
427
|
+
version = "0.3.14"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
430
|
+
dependencies = [
|
|
431
|
+
"libc",
|
|
432
|
+
"windows-sys 0.61.2",
|
|
433
|
+
]
|
|
434
|
+
|
|
435
|
+
[[package]]
|
|
436
|
+
name = "fallible-iterator"
|
|
437
|
+
version = "0.2.0"
|
|
438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
439
|
+
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
440
|
+
|
|
441
|
+
[[package]]
|
|
442
|
+
name = "fastrand"
|
|
443
|
+
version = "2.3.0"
|
|
444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
445
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
446
|
+
|
|
447
|
+
[[package]]
|
|
448
|
+
name = "find-msvc-tools"
|
|
449
|
+
version = "0.1.5"
|
|
450
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
451
|
+
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
|
452
|
+
|
|
453
|
+
[[package]]
|
|
454
|
+
name = "flate2"
|
|
455
|
+
version = "1.1.5"
|
|
456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
|
458
|
+
dependencies = [
|
|
459
|
+
"crc32fast",
|
|
460
|
+
"miniz_oxide 0.8.9",
|
|
461
|
+
]
|
|
462
|
+
|
|
463
|
+
[[package]]
|
|
464
|
+
name = "fnv"
|
|
465
|
+
version = "1.0.7"
|
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
468
|
+
|
|
469
|
+
[[package]]
|
|
470
|
+
name = "foreign-types"
|
|
471
|
+
version = "0.3.2"
|
|
472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
474
|
+
dependencies = [
|
|
475
|
+
"foreign-types-shared",
|
|
476
|
+
]
|
|
477
|
+
|
|
478
|
+
[[package]]
|
|
479
|
+
name = "foreign-types-shared"
|
|
480
|
+
version = "0.1.1"
|
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
483
|
+
|
|
484
|
+
[[package]]
|
|
485
|
+
name = "form_urlencoded"
|
|
486
|
+
version = "1.2.2"
|
|
487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
488
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
489
|
+
dependencies = [
|
|
490
|
+
"percent-encoding",
|
|
491
|
+
]
|
|
492
|
+
|
|
493
|
+
[[package]]
|
|
494
|
+
name = "fslock"
|
|
495
|
+
version = "0.2.1"
|
|
496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
+
checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
|
|
498
|
+
dependencies = [
|
|
499
|
+
"libc",
|
|
500
|
+
"winapi",
|
|
501
|
+
]
|
|
502
|
+
|
|
503
|
+
[[package]]
|
|
504
|
+
name = "futures-channel"
|
|
505
|
+
version = "0.3.31"
|
|
506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
508
|
+
dependencies = [
|
|
509
|
+
"futures-core",
|
|
510
|
+
"futures-sink",
|
|
511
|
+
]
|
|
512
|
+
|
|
513
|
+
[[package]]
|
|
514
|
+
name = "futures-core"
|
|
515
|
+
version = "0.3.31"
|
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
518
|
+
|
|
519
|
+
[[package]]
|
|
520
|
+
name = "futures-io"
|
|
521
|
+
version = "0.3.31"
|
|
522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
524
|
+
|
|
525
|
+
[[package]]
|
|
526
|
+
name = "futures-sink"
|
|
527
|
+
version = "0.3.31"
|
|
528
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
530
|
+
|
|
531
|
+
[[package]]
|
|
532
|
+
name = "futures-task"
|
|
533
|
+
version = "0.3.31"
|
|
534
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
535
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
536
|
+
|
|
537
|
+
[[package]]
|
|
538
|
+
name = "futures-util"
|
|
539
|
+
version = "0.3.31"
|
|
540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
542
|
+
dependencies = [
|
|
543
|
+
"futures-core",
|
|
544
|
+
"futures-io",
|
|
545
|
+
"futures-sink",
|
|
546
|
+
"futures-task",
|
|
547
|
+
"memchr",
|
|
548
|
+
"pin-project-lite",
|
|
549
|
+
"pin-utils",
|
|
550
|
+
"slab",
|
|
551
|
+
]
|
|
552
|
+
|
|
553
|
+
[[package]]
|
|
554
|
+
name = "generic-array"
|
|
555
|
+
version = "0.14.7"
|
|
556
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
558
|
+
dependencies = [
|
|
559
|
+
"typenum",
|
|
560
|
+
"version_check",
|
|
561
|
+
]
|
|
562
|
+
|
|
563
|
+
[[package]]
|
|
564
|
+
name = "getrandom"
|
|
565
|
+
version = "0.2.16"
|
|
566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
568
|
+
dependencies = [
|
|
569
|
+
"cfg-if",
|
|
570
|
+
"js-sys",
|
|
571
|
+
"libc",
|
|
572
|
+
"wasi",
|
|
573
|
+
"wasm-bindgen",
|
|
574
|
+
]
|
|
575
|
+
|
|
576
|
+
[[package]]
|
|
577
|
+
name = "getrandom"
|
|
578
|
+
version = "0.3.4"
|
|
579
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
580
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
581
|
+
dependencies = [
|
|
582
|
+
"cfg-if",
|
|
583
|
+
"js-sys",
|
|
584
|
+
"libc",
|
|
585
|
+
"r-efi",
|
|
586
|
+
"wasip2",
|
|
587
|
+
"wasm-bindgen",
|
|
588
|
+
]
|
|
589
|
+
|
|
590
|
+
[[package]]
|
|
591
|
+
name = "glob"
|
|
592
|
+
version = "0.3.3"
|
|
593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
594
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
595
|
+
|
|
596
|
+
[[package]]
|
|
597
|
+
name = "gzip-header"
|
|
598
|
+
version = "1.0.0"
|
|
599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
+
checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
|
|
601
|
+
dependencies = [
|
|
602
|
+
"crc32fast",
|
|
603
|
+
]
|
|
604
|
+
|
|
605
|
+
[[package]]
|
|
606
|
+
name = "h2"
|
|
607
|
+
version = "0.4.12"
|
|
608
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
+
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
|
610
|
+
dependencies = [
|
|
611
|
+
"atomic-waker",
|
|
612
|
+
"bytes",
|
|
613
|
+
"fnv",
|
|
614
|
+
"futures-core",
|
|
615
|
+
"futures-sink",
|
|
616
|
+
"http",
|
|
617
|
+
"indexmap",
|
|
618
|
+
"slab",
|
|
619
|
+
"tokio",
|
|
620
|
+
"tokio-util",
|
|
621
|
+
"tracing",
|
|
622
|
+
]
|
|
623
|
+
|
|
624
|
+
[[package]]
|
|
625
|
+
name = "hashbrown"
|
|
626
|
+
version = "0.16.1"
|
|
627
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
628
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
629
|
+
|
|
630
|
+
[[package]]
|
|
631
|
+
name = "hmac"
|
|
632
|
+
version = "0.12.1"
|
|
633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
634
|
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
635
|
+
dependencies = [
|
|
636
|
+
"digest",
|
|
637
|
+
]
|
|
638
|
+
|
|
639
|
+
[[package]]
|
|
640
|
+
name = "home"
|
|
641
|
+
version = "0.5.12"
|
|
642
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
643
|
+
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
644
|
+
dependencies = [
|
|
645
|
+
"windows-sys 0.61.2",
|
|
646
|
+
]
|
|
647
|
+
|
|
648
|
+
[[package]]
|
|
649
|
+
name = "http"
|
|
650
|
+
version = "1.4.0"
|
|
651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
653
|
+
dependencies = [
|
|
654
|
+
"bytes",
|
|
655
|
+
"itoa",
|
|
656
|
+
]
|
|
657
|
+
|
|
658
|
+
[[package]]
|
|
659
|
+
name = "http-body"
|
|
660
|
+
version = "1.0.1"
|
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
662
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
663
|
+
dependencies = [
|
|
664
|
+
"bytes",
|
|
665
|
+
"http",
|
|
666
|
+
]
|
|
667
|
+
|
|
668
|
+
[[package]]
|
|
669
|
+
name = "http-body-util"
|
|
670
|
+
version = "0.1.3"
|
|
671
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
673
|
+
dependencies = [
|
|
674
|
+
"bytes",
|
|
675
|
+
"futures-core",
|
|
676
|
+
"http",
|
|
677
|
+
"http-body",
|
|
678
|
+
"pin-project-lite",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "httparse"
|
|
683
|
+
version = "1.10.1"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
686
|
+
|
|
687
|
+
[[package]]
|
|
688
|
+
name = "httpdate"
|
|
689
|
+
version = "1.0.3"
|
|
690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
691
|
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
692
|
+
|
|
693
|
+
[[package]]
|
|
694
|
+
name = "hyper"
|
|
695
|
+
version = "1.8.1"
|
|
696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
697
|
+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
698
|
+
dependencies = [
|
|
699
|
+
"atomic-waker",
|
|
700
|
+
"bytes",
|
|
701
|
+
"futures-channel",
|
|
702
|
+
"futures-core",
|
|
703
|
+
"h2",
|
|
704
|
+
"http",
|
|
705
|
+
"http-body",
|
|
706
|
+
"httparse",
|
|
707
|
+
"httpdate",
|
|
708
|
+
"itoa",
|
|
709
|
+
"pin-project-lite",
|
|
710
|
+
"pin-utils",
|
|
711
|
+
"smallvec",
|
|
712
|
+
"tokio",
|
|
713
|
+
"want",
|
|
714
|
+
]
|
|
715
|
+
|
|
716
|
+
[[package]]
|
|
717
|
+
name = "hyper-rustls"
|
|
718
|
+
version = "0.27.7"
|
|
719
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
720
|
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
721
|
+
dependencies = [
|
|
722
|
+
"http",
|
|
723
|
+
"hyper",
|
|
724
|
+
"hyper-util",
|
|
725
|
+
"rustls",
|
|
726
|
+
"rustls-pki-types",
|
|
727
|
+
"tokio",
|
|
728
|
+
"tokio-rustls",
|
|
729
|
+
"tower-service",
|
|
730
|
+
"webpki-roots",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "hyper-tls"
|
|
735
|
+
version = "0.6.0"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"bytes",
|
|
740
|
+
"http-body-util",
|
|
741
|
+
"hyper",
|
|
742
|
+
"hyper-util",
|
|
743
|
+
"native-tls",
|
|
744
|
+
"tokio",
|
|
745
|
+
"tokio-native-tls",
|
|
746
|
+
"tower-service",
|
|
747
|
+
]
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "hyper-util"
|
|
751
|
+
version = "0.1.19"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"base64 0.22.1",
|
|
756
|
+
"bytes",
|
|
757
|
+
"futures-channel",
|
|
758
|
+
"futures-core",
|
|
759
|
+
"futures-util",
|
|
760
|
+
"http",
|
|
761
|
+
"http-body",
|
|
762
|
+
"hyper",
|
|
763
|
+
"ipnet",
|
|
764
|
+
"libc",
|
|
765
|
+
"percent-encoding",
|
|
766
|
+
"pin-project-lite",
|
|
767
|
+
"socket2",
|
|
768
|
+
"system-configuration",
|
|
769
|
+
"tokio",
|
|
770
|
+
"tower-service",
|
|
771
|
+
"tracing",
|
|
772
|
+
"windows-registry",
|
|
773
|
+
]
|
|
774
|
+
|
|
775
|
+
[[package]]
|
|
776
|
+
name = "icu_collections"
|
|
777
|
+
version = "2.0.0"
|
|
778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
780
|
+
dependencies = [
|
|
781
|
+
"displaydoc",
|
|
782
|
+
"potential_utf",
|
|
783
|
+
"yoke",
|
|
784
|
+
"zerofrom",
|
|
785
|
+
"zerovec",
|
|
786
|
+
]
|
|
787
|
+
|
|
788
|
+
[[package]]
|
|
789
|
+
name = "icu_locale_core"
|
|
790
|
+
version = "2.1.1"
|
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
793
|
+
dependencies = [
|
|
794
|
+
"displaydoc",
|
|
795
|
+
"litemap",
|
|
796
|
+
"serde",
|
|
797
|
+
"tinystr",
|
|
798
|
+
"writeable",
|
|
799
|
+
"zerovec",
|
|
800
|
+
]
|
|
801
|
+
|
|
802
|
+
[[package]]
|
|
803
|
+
name = "icu_normalizer"
|
|
804
|
+
version = "2.0.1"
|
|
805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
+
checksum = "8b24a59706036ba941c9476a55cd57b82b77f38a3c667d637ee7cabbc85eaedc"
|
|
807
|
+
dependencies = [
|
|
808
|
+
"displaydoc",
|
|
809
|
+
"icu_collections",
|
|
810
|
+
"icu_normalizer_data",
|
|
811
|
+
"icu_properties",
|
|
812
|
+
"icu_provider",
|
|
813
|
+
"smallvec",
|
|
814
|
+
"zerovec",
|
|
815
|
+
]
|
|
816
|
+
|
|
817
|
+
[[package]]
|
|
818
|
+
name = "icu_normalizer_data"
|
|
819
|
+
version = "2.0.0"
|
|
820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "icu_properties"
|
|
825
|
+
version = "2.0.2"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "f5a97b8ac6235e69506e8dacfb2adf38461d2ce6d3e9bd9c94c4cbc3cd4400a4"
|
|
828
|
+
dependencies = [
|
|
829
|
+
"displaydoc",
|
|
830
|
+
"icu_collections",
|
|
831
|
+
"icu_locale_core",
|
|
832
|
+
"icu_properties_data",
|
|
833
|
+
"icu_provider",
|
|
834
|
+
"potential_utf",
|
|
835
|
+
"zerotrie",
|
|
836
|
+
"zerovec",
|
|
837
|
+
]
|
|
838
|
+
|
|
839
|
+
[[package]]
|
|
840
|
+
name = "icu_properties_data"
|
|
841
|
+
version = "2.0.1"
|
|
842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
|
844
|
+
|
|
845
|
+
[[package]]
|
|
846
|
+
name = "icu_provider"
|
|
847
|
+
version = "2.1.1"
|
|
848
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
850
|
+
dependencies = [
|
|
851
|
+
"displaydoc",
|
|
852
|
+
"icu_locale_core",
|
|
853
|
+
"serde",
|
|
854
|
+
"stable_deref_trait",
|
|
855
|
+
"writeable",
|
|
856
|
+
"yoke",
|
|
857
|
+
"zerofrom",
|
|
858
|
+
"zerotrie",
|
|
859
|
+
"zerovec",
|
|
860
|
+
]
|
|
861
|
+
|
|
862
|
+
[[package]]
|
|
863
|
+
name = "idna"
|
|
864
|
+
version = "1.1.0"
|
|
865
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
866
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
867
|
+
dependencies = [
|
|
868
|
+
"idna_adapter",
|
|
869
|
+
"smallvec",
|
|
870
|
+
"utf8_iter",
|
|
871
|
+
]
|
|
872
|
+
|
|
873
|
+
[[package]]
|
|
874
|
+
name = "idna_adapter"
|
|
875
|
+
version = "1.2.1"
|
|
876
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
878
|
+
dependencies = [
|
|
879
|
+
"icu_normalizer",
|
|
880
|
+
"icu_properties",
|
|
881
|
+
]
|
|
882
|
+
|
|
883
|
+
[[package]]
|
|
884
|
+
name = "indexmap"
|
|
885
|
+
version = "2.12.1"
|
|
886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
887
|
+
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
|
888
|
+
dependencies = [
|
|
889
|
+
"equivalent",
|
|
890
|
+
"hashbrown",
|
|
891
|
+
]
|
|
892
|
+
|
|
893
|
+
[[package]]
|
|
894
|
+
name = "inout"
|
|
895
|
+
version = "0.1.4"
|
|
896
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
898
|
+
dependencies = [
|
|
899
|
+
"generic-array",
|
|
900
|
+
]
|
|
901
|
+
|
|
902
|
+
[[package]]
|
|
903
|
+
name = "ipnet"
|
|
904
|
+
version = "2.11.0"
|
|
905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
907
|
+
|
|
908
|
+
[[package]]
|
|
909
|
+
name = "iri-string"
|
|
910
|
+
version = "0.7.9"
|
|
911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
912
|
+
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
|
|
913
|
+
dependencies = [
|
|
914
|
+
"memchr",
|
|
915
|
+
"serde",
|
|
916
|
+
]
|
|
917
|
+
|
|
918
|
+
[[package]]
|
|
919
|
+
name = "itertools"
|
|
920
|
+
version = "0.12.1"
|
|
921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
922
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
923
|
+
dependencies = [
|
|
924
|
+
"either",
|
|
925
|
+
]
|
|
926
|
+
|
|
927
|
+
[[package]]
|
|
928
|
+
name = "itoa"
|
|
929
|
+
version = "1.0.15"
|
|
930
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
932
|
+
|
|
933
|
+
[[package]]
|
|
934
|
+
name = "js-sys"
|
|
935
|
+
version = "0.3.83"
|
|
936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
937
|
+
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
|
938
|
+
dependencies = [
|
|
939
|
+
"once_cell",
|
|
940
|
+
"wasm-bindgen",
|
|
941
|
+
]
|
|
942
|
+
|
|
943
|
+
[[package]]
|
|
944
|
+
name = "jsonwebtoken"
|
|
945
|
+
version = "9.3.1"
|
|
946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
947
|
+
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
|
|
948
|
+
dependencies = [
|
|
949
|
+
"base64 0.22.1",
|
|
950
|
+
"js-sys",
|
|
951
|
+
"pem",
|
|
952
|
+
"ring",
|
|
953
|
+
"serde",
|
|
954
|
+
"serde_json",
|
|
955
|
+
"simple_asn1",
|
|
956
|
+
]
|
|
957
|
+
|
|
958
|
+
[[package]]
|
|
959
|
+
name = "lazy_static"
|
|
960
|
+
version = "1.5.0"
|
|
961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
962
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
963
|
+
|
|
964
|
+
[[package]]
|
|
965
|
+
name = "lazycell"
|
|
966
|
+
version = "1.3.0"
|
|
967
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
968
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
969
|
+
|
|
970
|
+
[[package]]
|
|
971
|
+
name = "libc"
|
|
972
|
+
version = "0.2.178"
|
|
973
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
974
|
+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
|
975
|
+
|
|
976
|
+
[[package]]
|
|
977
|
+
name = "libloading"
|
|
978
|
+
version = "0.8.9"
|
|
979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
980
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
981
|
+
dependencies = [
|
|
982
|
+
"cfg-if",
|
|
983
|
+
"windows-link",
|
|
984
|
+
]
|
|
985
|
+
|
|
986
|
+
[[package]]
|
|
987
|
+
name = "libredox"
|
|
988
|
+
version = "0.1.12"
|
|
989
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
990
|
+
checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
|
|
991
|
+
dependencies = [
|
|
992
|
+
"bitflags",
|
|
993
|
+
"libc",
|
|
994
|
+
"redox_syscall 0.7.0",
|
|
995
|
+
]
|
|
996
|
+
|
|
997
|
+
[[package]]
|
|
998
|
+
name = "linux-raw-sys"
|
|
999
|
+
version = "0.4.15"
|
|
1000
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "linux-raw-sys"
|
|
1005
|
+
version = "0.11.0"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "litemap"
|
|
1011
|
+
version = "0.8.1"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
1014
|
+
|
|
1015
|
+
[[package]]
|
|
1016
|
+
name = "lock_api"
|
|
1017
|
+
version = "0.4.14"
|
|
1018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1020
|
+
dependencies = [
|
|
1021
|
+
"scopeguard",
|
|
1022
|
+
]
|
|
1023
|
+
|
|
1024
|
+
[[package]]
|
|
1025
|
+
name = "log"
|
|
1026
|
+
version = "0.4.29"
|
|
1027
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1029
|
+
|
|
1030
|
+
[[package]]
|
|
1031
|
+
name = "lru-slab"
|
|
1032
|
+
version = "0.1.2"
|
|
1033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1035
|
+
|
|
1036
|
+
[[package]]
|
|
1037
|
+
name = "matchit"
|
|
1038
|
+
version = "0.8.4"
|
|
1039
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
|
+
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
1041
|
+
|
|
1042
|
+
[[package]]
|
|
1043
|
+
name = "md-5"
|
|
1044
|
+
version = "0.10.6"
|
|
1045
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
+
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
1047
|
+
dependencies = [
|
|
1048
|
+
"cfg-if",
|
|
1049
|
+
"digest",
|
|
1050
|
+
]
|
|
1051
|
+
|
|
1052
|
+
[[package]]
|
|
1053
|
+
name = "memchr"
|
|
1054
|
+
version = "2.7.6"
|
|
1055
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1056
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
1057
|
+
|
|
1058
|
+
[[package]]
|
|
1059
|
+
name = "mime"
|
|
1060
|
+
version = "0.3.17"
|
|
1061
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1062
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1063
|
+
|
|
1064
|
+
[[package]]
|
|
1065
|
+
name = "minimal-lexical"
|
|
1066
|
+
version = "0.2.1"
|
|
1067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1068
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1069
|
+
|
|
1070
|
+
[[package]]
|
|
1071
|
+
name = "miniz_oxide"
|
|
1072
|
+
version = "0.7.4"
|
|
1073
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1074
|
+
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
|
1075
|
+
dependencies = [
|
|
1076
|
+
"adler",
|
|
1077
|
+
]
|
|
1078
|
+
|
|
1079
|
+
[[package]]
|
|
1080
|
+
name = "miniz_oxide"
|
|
1081
|
+
version = "0.8.9"
|
|
1082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1083
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1084
|
+
dependencies = [
|
|
1085
|
+
"adler2",
|
|
1086
|
+
"simd-adler32",
|
|
1087
|
+
]
|
|
1088
|
+
|
|
1089
|
+
[[package]]
|
|
1090
|
+
name = "mio"
|
|
1091
|
+
version = "1.1.1"
|
|
1092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1093
|
+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
1094
|
+
dependencies = [
|
|
1095
|
+
"libc",
|
|
1096
|
+
"wasi",
|
|
1097
|
+
"windows-sys 0.61.2",
|
|
1098
|
+
]
|
|
1099
|
+
|
|
1100
|
+
[[package]]
|
|
1101
|
+
name = "native-tls"
|
|
1102
|
+
version = "0.2.14"
|
|
1103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1104
|
+
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
1105
|
+
dependencies = [
|
|
1106
|
+
"libc",
|
|
1107
|
+
"log",
|
|
1108
|
+
"openssl",
|
|
1109
|
+
"openssl-probe",
|
|
1110
|
+
"openssl-sys",
|
|
1111
|
+
"schannel",
|
|
1112
|
+
"security-framework",
|
|
1113
|
+
"security-framework-sys",
|
|
1114
|
+
"tempfile",
|
|
1115
|
+
]
|
|
1116
|
+
|
|
1117
|
+
[[package]]
|
|
1118
|
+
name = "nom"
|
|
1119
|
+
version = "7.1.3"
|
|
1120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1121
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
1122
|
+
dependencies = [
|
|
1123
|
+
"memchr",
|
|
1124
|
+
"minimal-lexical",
|
|
1125
|
+
]
|
|
1126
|
+
|
|
1127
|
+
[[package]]
|
|
1128
|
+
name = "nu-ansi-term"
|
|
1129
|
+
version = "0.50.3"
|
|
1130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1132
|
+
dependencies = [
|
|
1133
|
+
"windows-sys 0.61.2",
|
|
1134
|
+
]
|
|
1135
|
+
|
|
1136
|
+
[[package]]
|
|
1137
|
+
name = "num-bigint"
|
|
1138
|
+
version = "0.4.6"
|
|
1139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1140
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
1141
|
+
dependencies = [
|
|
1142
|
+
"num-integer",
|
|
1143
|
+
"num-traits",
|
|
1144
|
+
]
|
|
1145
|
+
|
|
1146
|
+
[[package]]
|
|
1147
|
+
name = "num-conv"
|
|
1148
|
+
version = "0.1.0"
|
|
1149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1150
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
1151
|
+
|
|
1152
|
+
[[package]]
|
|
1153
|
+
name = "num-integer"
|
|
1154
|
+
version = "0.1.46"
|
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1156
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
1157
|
+
dependencies = [
|
|
1158
|
+
"num-traits",
|
|
1159
|
+
]
|
|
1160
|
+
|
|
1161
|
+
[[package]]
|
|
1162
|
+
name = "num-traits"
|
|
1163
|
+
version = "0.2.19"
|
|
1164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1165
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1166
|
+
dependencies = [
|
|
1167
|
+
"autocfg",
|
|
1168
|
+
]
|
|
1169
|
+
|
|
1170
|
+
[[package]]
|
|
1171
|
+
name = "once_cell"
|
|
1172
|
+
version = "1.21.3"
|
|
1173
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1174
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
1175
|
+
|
|
1176
|
+
[[package]]
|
|
1177
|
+
name = "openssl"
|
|
1178
|
+
version = "0.10.75"
|
|
1179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1180
|
+
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
|
|
1181
|
+
dependencies = [
|
|
1182
|
+
"bitflags",
|
|
1183
|
+
"cfg-if",
|
|
1184
|
+
"foreign-types",
|
|
1185
|
+
"libc",
|
|
1186
|
+
"once_cell",
|
|
1187
|
+
"openssl-macros",
|
|
1188
|
+
"openssl-sys",
|
|
1189
|
+
]
|
|
1190
|
+
|
|
1191
|
+
[[package]]
|
|
1192
|
+
name = "openssl-macros"
|
|
1193
|
+
version = "0.1.1"
|
|
1194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1195
|
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
1196
|
+
dependencies = [
|
|
1197
|
+
"proc-macro2",
|
|
1198
|
+
"quote",
|
|
1199
|
+
"syn",
|
|
1200
|
+
]
|
|
1201
|
+
|
|
1202
|
+
[[package]]
|
|
1203
|
+
name = "openssl-probe"
|
|
1204
|
+
version = "0.1.6"
|
|
1205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1206
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1207
|
+
|
|
1208
|
+
[[package]]
|
|
1209
|
+
name = "openssl-sys"
|
|
1210
|
+
version = "0.9.111"
|
|
1211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
+
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
1213
|
+
dependencies = [
|
|
1214
|
+
"cc",
|
|
1215
|
+
"libc",
|
|
1216
|
+
"pkg-config",
|
|
1217
|
+
"vcpkg",
|
|
1218
|
+
]
|
|
1219
|
+
|
|
1220
|
+
[[package]]
|
|
1221
|
+
name = "parking_lot"
|
|
1222
|
+
version = "0.12.5"
|
|
1223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1224
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1225
|
+
dependencies = [
|
|
1226
|
+
"lock_api",
|
|
1227
|
+
"parking_lot_core",
|
|
1228
|
+
]
|
|
1229
|
+
|
|
1230
|
+
[[package]]
|
|
1231
|
+
name = "parking_lot_core"
|
|
1232
|
+
version = "0.9.12"
|
|
1233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1234
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1235
|
+
dependencies = [
|
|
1236
|
+
"cfg-if",
|
|
1237
|
+
"libc",
|
|
1238
|
+
"redox_syscall 0.5.18",
|
|
1239
|
+
"smallvec",
|
|
1240
|
+
"windows-link",
|
|
1241
|
+
]
|
|
1242
|
+
|
|
1243
|
+
[[package]]
|
|
1244
|
+
name = "paste"
|
|
1245
|
+
version = "1.0.15"
|
|
1246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1247
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
1248
|
+
|
|
1249
|
+
[[package]]
|
|
1250
|
+
name = "pem"
|
|
1251
|
+
version = "3.0.6"
|
|
1252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1253
|
+
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
1254
|
+
dependencies = [
|
|
1255
|
+
"base64 0.22.1",
|
|
1256
|
+
"serde_core",
|
|
1257
|
+
]
|
|
1258
|
+
|
|
1259
|
+
[[package]]
|
|
1260
|
+
name = "percent-encoding"
|
|
1261
|
+
version = "2.3.2"
|
|
1262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1263
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1264
|
+
|
|
1265
|
+
[[package]]
|
|
1266
|
+
name = "phf"
|
|
1267
|
+
version = "0.13.1"
|
|
1268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1269
|
+
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
1270
|
+
dependencies = [
|
|
1271
|
+
"phf_shared",
|
|
1272
|
+
"serde",
|
|
1273
|
+
]
|
|
1274
|
+
|
|
1275
|
+
[[package]]
|
|
1276
|
+
name = "phf_shared"
|
|
1277
|
+
version = "0.13.1"
|
|
1278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
|
+
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
|
|
1280
|
+
dependencies = [
|
|
1281
|
+
"siphasher",
|
|
1282
|
+
]
|
|
1283
|
+
|
|
1284
|
+
[[package]]
|
|
1285
|
+
name = "pin-project-lite"
|
|
1286
|
+
version = "0.2.16"
|
|
1287
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1288
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1289
|
+
|
|
1290
|
+
[[package]]
|
|
1291
|
+
name = "pin-utils"
|
|
1292
|
+
version = "0.1.0"
|
|
1293
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1294
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1295
|
+
|
|
1296
|
+
[[package]]
|
|
1297
|
+
name = "pkg-config"
|
|
1298
|
+
version = "0.3.32"
|
|
1299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1301
|
+
|
|
1302
|
+
[[package]]
|
|
1303
|
+
name = "postgres"
|
|
1304
|
+
version = "0.19.12"
|
|
1305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
+
checksum = "e7c48ece1c6cda0db61b058c1721378da76855140e9214339fa1317decacb176"
|
|
1307
|
+
dependencies = [
|
|
1308
|
+
"bytes",
|
|
1309
|
+
"fallible-iterator",
|
|
1310
|
+
"futures-util",
|
|
1311
|
+
"log",
|
|
1312
|
+
"tokio",
|
|
1313
|
+
"tokio-postgres",
|
|
1314
|
+
]
|
|
1315
|
+
|
|
1316
|
+
[[package]]
|
|
1317
|
+
name = "postgres-protocol"
|
|
1318
|
+
version = "0.6.9"
|
|
1319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
+
checksum = "fbef655056b916eb868048276cfd5d6a7dea4f81560dfd047f97c8c6fe3fcfd4"
|
|
1321
|
+
dependencies = [
|
|
1322
|
+
"base64 0.22.1",
|
|
1323
|
+
"byteorder",
|
|
1324
|
+
"bytes",
|
|
1325
|
+
"fallible-iterator",
|
|
1326
|
+
"hmac",
|
|
1327
|
+
"md-5",
|
|
1328
|
+
"memchr",
|
|
1329
|
+
"rand",
|
|
1330
|
+
"sha2",
|
|
1331
|
+
"stringprep",
|
|
1332
|
+
]
|
|
1333
|
+
|
|
1334
|
+
[[package]]
|
|
1335
|
+
name = "postgres-types"
|
|
1336
|
+
version = "0.2.11"
|
|
1337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1338
|
+
checksum = "ef4605b7c057056dd35baeb6ac0c0338e4975b1f2bef0f65da953285eb007095"
|
|
1339
|
+
dependencies = [
|
|
1340
|
+
"bytes",
|
|
1341
|
+
"fallible-iterator",
|
|
1342
|
+
"postgres-protocol",
|
|
1343
|
+
"serde_core",
|
|
1344
|
+
"serde_json",
|
|
1345
|
+
]
|
|
1346
|
+
|
|
1347
|
+
[[package]]
|
|
1348
|
+
name = "potential_utf"
|
|
1349
|
+
version = "0.1.4"
|
|
1350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1351
|
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
1352
|
+
dependencies = [
|
|
1353
|
+
"zerovec",
|
|
1354
|
+
]
|
|
1355
|
+
|
|
1356
|
+
[[package]]
|
|
1357
|
+
name = "powerfmt"
|
|
1358
|
+
version = "0.2.0"
|
|
1359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1360
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
1361
|
+
|
|
1362
|
+
[[package]]
|
|
1363
|
+
name = "ppv-lite86"
|
|
1364
|
+
version = "0.2.21"
|
|
1365
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1366
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
1367
|
+
dependencies = [
|
|
1368
|
+
"zerocopy",
|
|
1369
|
+
]
|
|
1370
|
+
|
|
1371
|
+
[[package]]
|
|
1372
|
+
name = "prettyplease"
|
|
1373
|
+
version = "0.2.37"
|
|
1374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1375
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1376
|
+
dependencies = [
|
|
1377
|
+
"proc-macro2",
|
|
1378
|
+
"syn",
|
|
1379
|
+
]
|
|
1380
|
+
|
|
1381
|
+
[[package]]
|
|
1382
|
+
name = "proc-macro2"
|
|
1383
|
+
version = "1.0.103"
|
|
1384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1385
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
1386
|
+
dependencies = [
|
|
1387
|
+
"unicode-ident",
|
|
1388
|
+
]
|
|
1389
|
+
|
|
1390
|
+
[[package]]
|
|
1391
|
+
name = "quinn"
|
|
1392
|
+
version = "0.11.9"
|
|
1393
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1394
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
1395
|
+
dependencies = [
|
|
1396
|
+
"bytes",
|
|
1397
|
+
"cfg_aliases",
|
|
1398
|
+
"pin-project-lite",
|
|
1399
|
+
"quinn-proto",
|
|
1400
|
+
"quinn-udp",
|
|
1401
|
+
"rustc-hash 2.1.1",
|
|
1402
|
+
"rustls",
|
|
1403
|
+
"socket2",
|
|
1404
|
+
"thiserror",
|
|
1405
|
+
"tokio",
|
|
1406
|
+
"tracing",
|
|
1407
|
+
"web-time",
|
|
1408
|
+
]
|
|
1409
|
+
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "quinn-proto"
|
|
1412
|
+
version = "0.11.13"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
1415
|
+
dependencies = [
|
|
1416
|
+
"bytes",
|
|
1417
|
+
"getrandom 0.3.4",
|
|
1418
|
+
"lru-slab",
|
|
1419
|
+
"rand",
|
|
1420
|
+
"ring",
|
|
1421
|
+
"rustc-hash 2.1.1",
|
|
1422
|
+
"rustls",
|
|
1423
|
+
"rustls-pki-types",
|
|
1424
|
+
"slab",
|
|
1425
|
+
"thiserror",
|
|
1426
|
+
"tinyvec",
|
|
1427
|
+
"tracing",
|
|
1428
|
+
"web-time",
|
|
1429
|
+
]
|
|
1430
|
+
|
|
1431
|
+
[[package]]
|
|
1432
|
+
name = "quinn-udp"
|
|
1433
|
+
version = "0.5.14"
|
|
1434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
1436
|
+
dependencies = [
|
|
1437
|
+
"cfg_aliases",
|
|
1438
|
+
"libc",
|
|
1439
|
+
"once_cell",
|
|
1440
|
+
"socket2",
|
|
1441
|
+
"tracing",
|
|
1442
|
+
"windows-sys 0.60.2",
|
|
1443
|
+
]
|
|
1444
|
+
|
|
1445
|
+
[[package]]
|
|
1446
|
+
name = "quote"
|
|
1447
|
+
version = "1.0.42"
|
|
1448
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1449
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
1450
|
+
dependencies = [
|
|
1451
|
+
"proc-macro2",
|
|
1452
|
+
]
|
|
1453
|
+
|
|
1454
|
+
[[package]]
|
|
1455
|
+
name = "r-efi"
|
|
1456
|
+
version = "5.3.0"
|
|
1457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1459
|
+
|
|
1460
|
+
[[package]]
|
|
1461
|
+
name = "rand"
|
|
1462
|
+
version = "0.9.2"
|
|
1463
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1464
|
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1465
|
+
dependencies = [
|
|
1466
|
+
"rand_chacha",
|
|
1467
|
+
"rand_core",
|
|
1468
|
+
]
|
|
1469
|
+
|
|
1470
|
+
[[package]]
|
|
1471
|
+
name = "rand_chacha"
|
|
1472
|
+
version = "0.9.0"
|
|
1473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1474
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1475
|
+
dependencies = [
|
|
1476
|
+
"ppv-lite86",
|
|
1477
|
+
"rand_core",
|
|
1478
|
+
]
|
|
1479
|
+
|
|
1480
|
+
[[package]]
|
|
1481
|
+
name = "rand_core"
|
|
1482
|
+
version = "0.9.3"
|
|
1483
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1484
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
1485
|
+
dependencies = [
|
|
1486
|
+
"getrandom 0.3.4",
|
|
1487
|
+
]
|
|
1488
|
+
|
|
1489
|
+
[[package]]
|
|
1490
|
+
name = "redox_syscall"
|
|
1491
|
+
version = "0.5.18"
|
|
1492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1493
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1494
|
+
dependencies = [
|
|
1495
|
+
"bitflags",
|
|
1496
|
+
]
|
|
1497
|
+
|
|
1498
|
+
[[package]]
|
|
1499
|
+
name = "redox_syscall"
|
|
1500
|
+
version = "0.7.0"
|
|
1501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
|
+
checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
|
|
1503
|
+
dependencies = [
|
|
1504
|
+
"bitflags",
|
|
1505
|
+
]
|
|
1506
|
+
|
|
1507
|
+
[[package]]
|
|
1508
|
+
name = "regex"
|
|
1509
|
+
version = "1.12.2"
|
|
1510
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1511
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1512
|
+
dependencies = [
|
|
1513
|
+
"aho-corasick",
|
|
1514
|
+
"memchr",
|
|
1515
|
+
"regex-automata",
|
|
1516
|
+
"regex-syntax",
|
|
1517
|
+
]
|
|
1518
|
+
|
|
1519
|
+
[[package]]
|
|
1520
|
+
name = "regex-automata"
|
|
1521
|
+
version = "0.4.13"
|
|
1522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1523
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
1524
|
+
dependencies = [
|
|
1525
|
+
"aho-corasick",
|
|
1526
|
+
"memchr",
|
|
1527
|
+
"regex-syntax",
|
|
1528
|
+
]
|
|
1529
|
+
|
|
1530
|
+
[[package]]
|
|
1531
|
+
name = "regex-syntax"
|
|
1532
|
+
version = "0.8.8"
|
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1534
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
1535
|
+
|
|
1536
|
+
[[package]]
|
|
1537
|
+
name = "reqwest"
|
|
1538
|
+
version = "0.12.24"
|
|
1539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
+
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
|
|
1541
|
+
dependencies = [
|
|
1542
|
+
"async-compression",
|
|
1543
|
+
"base64 0.22.1",
|
|
1544
|
+
"bytes",
|
|
1545
|
+
"encoding_rs",
|
|
1546
|
+
"futures-channel",
|
|
1547
|
+
"futures-core",
|
|
1548
|
+
"futures-util",
|
|
1549
|
+
"h2",
|
|
1550
|
+
"http",
|
|
1551
|
+
"http-body",
|
|
1552
|
+
"http-body-util",
|
|
1553
|
+
"hyper",
|
|
1554
|
+
"hyper-rustls",
|
|
1555
|
+
"hyper-tls",
|
|
1556
|
+
"hyper-util",
|
|
1557
|
+
"js-sys",
|
|
1558
|
+
"log",
|
|
1559
|
+
"mime",
|
|
1560
|
+
"native-tls",
|
|
1561
|
+
"percent-encoding",
|
|
1562
|
+
"pin-project-lite",
|
|
1563
|
+
"quinn",
|
|
1564
|
+
"rustls",
|
|
1565
|
+
"rustls-pki-types",
|
|
1566
|
+
"serde",
|
|
1567
|
+
"serde_json",
|
|
1568
|
+
"serde_urlencoded",
|
|
1569
|
+
"sync_wrapper",
|
|
1570
|
+
"tokio",
|
|
1571
|
+
"tokio-native-tls",
|
|
1572
|
+
"tokio-rustls",
|
|
1573
|
+
"tokio-util",
|
|
1574
|
+
"tower",
|
|
1575
|
+
"tower-http",
|
|
1576
|
+
"tower-service",
|
|
1577
|
+
"url",
|
|
1578
|
+
"wasm-bindgen",
|
|
1579
|
+
"wasm-bindgen-futures",
|
|
1580
|
+
"web-sys",
|
|
1581
|
+
"webpki-roots",
|
|
1582
|
+
]
|
|
1583
|
+
|
|
1584
|
+
[[package]]
|
|
1585
|
+
name = "ring"
|
|
1586
|
+
version = "0.17.14"
|
|
1587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1588
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1589
|
+
dependencies = [
|
|
1590
|
+
"cc",
|
|
1591
|
+
"cfg-if",
|
|
1592
|
+
"getrandom 0.2.16",
|
|
1593
|
+
"libc",
|
|
1594
|
+
"untrusted",
|
|
1595
|
+
"windows-sys 0.52.0",
|
|
1596
|
+
]
|
|
1597
|
+
|
|
1598
|
+
[[package]]
|
|
1599
|
+
name = "rustc-hash"
|
|
1600
|
+
version = "1.1.0"
|
|
1601
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1602
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1603
|
+
|
|
1604
|
+
[[package]]
|
|
1605
|
+
name = "rustc-hash"
|
|
1606
|
+
version = "2.1.1"
|
|
1607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1608
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
1609
|
+
|
|
1610
|
+
[[package]]
|
|
1611
|
+
name = "rustix"
|
|
1612
|
+
version = "0.38.44"
|
|
1613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1614
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
1615
|
+
dependencies = [
|
|
1616
|
+
"bitflags",
|
|
1617
|
+
"errno",
|
|
1618
|
+
"libc",
|
|
1619
|
+
"linux-raw-sys 0.4.15",
|
|
1620
|
+
"windows-sys 0.52.0",
|
|
1621
|
+
]
|
|
1622
|
+
|
|
1623
|
+
[[package]]
|
|
1624
|
+
name = "rustix"
|
|
1625
|
+
version = "1.1.2"
|
|
1626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
1628
|
+
dependencies = [
|
|
1629
|
+
"bitflags",
|
|
1630
|
+
"errno",
|
|
1631
|
+
"libc",
|
|
1632
|
+
"linux-raw-sys 0.11.0",
|
|
1633
|
+
"windows-sys 0.61.2",
|
|
1634
|
+
]
|
|
1635
|
+
|
|
1636
|
+
[[package]]
|
|
1637
|
+
name = "rustls"
|
|
1638
|
+
version = "0.23.35"
|
|
1639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1640
|
+
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
|
1641
|
+
dependencies = [
|
|
1642
|
+
"once_cell",
|
|
1643
|
+
"ring",
|
|
1644
|
+
"rustls-pki-types",
|
|
1645
|
+
"rustls-webpki",
|
|
1646
|
+
"subtle",
|
|
1647
|
+
"zeroize",
|
|
1648
|
+
]
|
|
1649
|
+
|
|
1650
|
+
[[package]]
|
|
1651
|
+
name = "rustls-pki-types"
|
|
1652
|
+
version = "1.13.1"
|
|
1653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
+
checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
|
|
1655
|
+
dependencies = [
|
|
1656
|
+
"web-time",
|
|
1657
|
+
"zeroize",
|
|
1658
|
+
]
|
|
1659
|
+
|
|
1660
|
+
[[package]]
|
|
1661
|
+
name = "rustls-webpki"
|
|
1662
|
+
version = "0.103.8"
|
|
1663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1664
|
+
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
|
1665
|
+
dependencies = [
|
|
1666
|
+
"ring",
|
|
1667
|
+
"rustls-pki-types",
|
|
1668
|
+
"untrusted",
|
|
1669
|
+
]
|
|
1670
|
+
|
|
1671
|
+
[[package]]
|
|
1672
|
+
name = "rustversion"
|
|
1673
|
+
version = "1.0.22"
|
|
1674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1675
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1676
|
+
|
|
1677
|
+
[[package]]
|
|
1678
|
+
name = "ryu"
|
|
1679
|
+
version = "1.0.20"
|
|
1680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1681
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
1682
|
+
|
|
1683
|
+
[[package]]
|
|
1684
|
+
name = "schannel"
|
|
1685
|
+
version = "0.1.28"
|
|
1686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
+
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
1688
|
+
dependencies = [
|
|
1689
|
+
"windows-sys 0.61.2",
|
|
1690
|
+
]
|
|
1691
|
+
|
|
1692
|
+
[[package]]
|
|
1693
|
+
name = "scopeguard"
|
|
1694
|
+
version = "1.2.0"
|
|
1695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1696
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1697
|
+
|
|
1698
|
+
[[package]]
|
|
1699
|
+
name = "security-framework"
|
|
1700
|
+
version = "2.11.1"
|
|
1701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1702
|
+
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
1703
|
+
dependencies = [
|
|
1704
|
+
"bitflags",
|
|
1705
|
+
"core-foundation",
|
|
1706
|
+
"core-foundation-sys",
|
|
1707
|
+
"libc",
|
|
1708
|
+
"security-framework-sys",
|
|
1709
|
+
]
|
|
1710
|
+
|
|
1711
|
+
[[package]]
|
|
1712
|
+
name = "security-framework-sys"
|
|
1713
|
+
version = "2.15.0"
|
|
1714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1715
|
+
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
1716
|
+
dependencies = [
|
|
1717
|
+
"core-foundation-sys",
|
|
1718
|
+
"libc",
|
|
1719
|
+
]
|
|
1720
|
+
|
|
1721
|
+
[[package]]
|
|
1722
|
+
name = "serde"
|
|
1723
|
+
version = "1.0.228"
|
|
1724
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1725
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1726
|
+
dependencies = [
|
|
1727
|
+
"serde_core",
|
|
1728
|
+
"serde_derive",
|
|
1729
|
+
]
|
|
1730
|
+
|
|
1731
|
+
[[package]]
|
|
1732
|
+
name = "serde_core"
|
|
1733
|
+
version = "1.0.228"
|
|
1734
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1735
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1736
|
+
dependencies = [
|
|
1737
|
+
"serde_derive",
|
|
1738
|
+
]
|
|
1739
|
+
|
|
1740
|
+
[[package]]
|
|
1741
|
+
name = "serde_derive"
|
|
1742
|
+
version = "1.0.228"
|
|
1743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1744
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1745
|
+
dependencies = [
|
|
1746
|
+
"proc-macro2",
|
|
1747
|
+
"quote",
|
|
1748
|
+
"syn",
|
|
1749
|
+
]
|
|
1750
|
+
|
|
1751
|
+
[[package]]
|
|
1752
|
+
name = "serde_json"
|
|
1753
|
+
version = "1.0.145"
|
|
1754
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1756
|
+
dependencies = [
|
|
1757
|
+
"itoa",
|
|
1758
|
+
"memchr",
|
|
1759
|
+
"ryu",
|
|
1760
|
+
"serde",
|
|
1761
|
+
"serde_core",
|
|
1762
|
+
]
|
|
1763
|
+
|
|
1764
|
+
[[package]]
|
|
1765
|
+
name = "serde_path_to_error"
|
|
1766
|
+
version = "0.1.20"
|
|
1767
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1768
|
+
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
|
1769
|
+
dependencies = [
|
|
1770
|
+
"itoa",
|
|
1771
|
+
"serde",
|
|
1772
|
+
"serde_core",
|
|
1773
|
+
]
|
|
1774
|
+
|
|
1775
|
+
[[package]]
|
|
1776
|
+
name = "serde_urlencoded"
|
|
1777
|
+
version = "0.7.1"
|
|
1778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1779
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
1780
|
+
dependencies = [
|
|
1781
|
+
"form_urlencoded",
|
|
1782
|
+
"itoa",
|
|
1783
|
+
"ryu",
|
|
1784
|
+
"serde",
|
|
1785
|
+
]
|
|
1786
|
+
|
|
1787
|
+
[[package]]
|
|
1788
|
+
name = "sha2"
|
|
1789
|
+
version = "0.10.9"
|
|
1790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1791
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
1792
|
+
dependencies = [
|
|
1793
|
+
"cfg-if",
|
|
1794
|
+
"cpufeatures",
|
|
1795
|
+
"digest",
|
|
1796
|
+
]
|
|
1797
|
+
|
|
1798
|
+
[[package]]
|
|
1799
|
+
name = "sharded-slab"
|
|
1800
|
+
version = "0.1.7"
|
|
1801
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1802
|
+
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
1803
|
+
dependencies = [
|
|
1804
|
+
"lazy_static",
|
|
1805
|
+
]
|
|
1806
|
+
|
|
1807
|
+
[[package]]
|
|
1808
|
+
name = "shlex"
|
|
1809
|
+
version = "1.3.0"
|
|
1810
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1812
|
+
|
|
1813
|
+
[[package]]
|
|
1814
|
+
name = "signal-hook-registry"
|
|
1815
|
+
version = "1.4.7"
|
|
1816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1817
|
+
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
|
1818
|
+
dependencies = [
|
|
1819
|
+
"libc",
|
|
1820
|
+
]
|
|
1821
|
+
|
|
1822
|
+
[[package]]
|
|
1823
|
+
name = "simd-adler32"
|
|
1824
|
+
version = "0.3.7"
|
|
1825
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1826
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
1827
|
+
|
|
1828
|
+
[[package]]
|
|
1829
|
+
name = "simple_asn1"
|
|
1830
|
+
version = "0.6.3"
|
|
1831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1832
|
+
checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
|
|
1833
|
+
dependencies = [
|
|
1834
|
+
"num-bigint",
|
|
1835
|
+
"num-traits",
|
|
1836
|
+
"thiserror",
|
|
1837
|
+
"time",
|
|
1838
|
+
]
|
|
1839
|
+
|
|
1840
|
+
[[package]]
|
|
1841
|
+
name = "siphasher"
|
|
1842
|
+
version = "1.0.1"
|
|
1843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1844
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
1845
|
+
|
|
1846
|
+
[[package]]
|
|
1847
|
+
name = "slab"
|
|
1848
|
+
version = "0.4.11"
|
|
1849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1850
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
1851
|
+
|
|
1852
|
+
[[package]]
|
|
1853
|
+
name = "smallvec"
|
|
1854
|
+
version = "1.15.1"
|
|
1855
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1856
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1857
|
+
|
|
1858
|
+
[[package]]
|
|
1859
|
+
name = "socket2"
|
|
1860
|
+
version = "0.6.1"
|
|
1861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
+
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
1863
|
+
dependencies = [
|
|
1864
|
+
"libc",
|
|
1865
|
+
"windows-sys 0.60.2",
|
|
1866
|
+
]
|
|
1867
|
+
|
|
1868
|
+
[[package]]
|
|
1869
|
+
name = "stable_deref_trait"
|
|
1870
|
+
version = "1.2.1"
|
|
1871
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1872
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1873
|
+
|
|
1874
|
+
[[package]]
|
|
1875
|
+
name = "stringprep"
|
|
1876
|
+
version = "0.1.5"
|
|
1877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1878
|
+
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
1879
|
+
dependencies = [
|
|
1880
|
+
"unicode-bidi",
|
|
1881
|
+
"unicode-normalization",
|
|
1882
|
+
"unicode-properties",
|
|
1883
|
+
]
|
|
1884
|
+
|
|
1885
|
+
[[package]]
|
|
1886
|
+
name = "subtle"
|
|
1887
|
+
version = "2.6.1"
|
|
1888
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1889
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1890
|
+
|
|
1891
|
+
[[package]]
|
|
1892
|
+
name = "syn"
|
|
1893
|
+
version = "2.0.111"
|
|
1894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
1896
|
+
dependencies = [
|
|
1897
|
+
"proc-macro2",
|
|
1898
|
+
"quote",
|
|
1899
|
+
"unicode-ident",
|
|
1900
|
+
]
|
|
1901
|
+
|
|
1902
|
+
[[package]]
|
|
1903
|
+
name = "sync_wrapper"
|
|
1904
|
+
version = "1.0.2"
|
|
1905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1906
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
1907
|
+
dependencies = [
|
|
1908
|
+
"futures-core",
|
|
1909
|
+
]
|
|
1910
|
+
|
|
1911
|
+
[[package]]
|
|
1912
|
+
name = "synstructure"
|
|
1913
|
+
version = "0.13.2"
|
|
1914
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1915
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
1916
|
+
dependencies = [
|
|
1917
|
+
"proc-macro2",
|
|
1918
|
+
"quote",
|
|
1919
|
+
"syn",
|
|
1920
|
+
]
|
|
1921
|
+
|
|
1922
|
+
[[package]]
|
|
1923
|
+
name = "system-configuration"
|
|
1924
|
+
version = "0.6.1"
|
|
1925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
+
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
1927
|
+
dependencies = [
|
|
1928
|
+
"bitflags",
|
|
1929
|
+
"core-foundation",
|
|
1930
|
+
"system-configuration-sys",
|
|
1931
|
+
]
|
|
1932
|
+
|
|
1933
|
+
[[package]]
|
|
1934
|
+
name = "system-configuration-sys"
|
|
1935
|
+
version = "0.6.0"
|
|
1936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1937
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
1938
|
+
dependencies = [
|
|
1939
|
+
"core-foundation-sys",
|
|
1940
|
+
"libc",
|
|
1941
|
+
]
|
|
1942
|
+
|
|
1943
|
+
[[package]]
|
|
1944
|
+
name = "tempfile"
|
|
1945
|
+
version = "3.23.0"
|
|
1946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1948
|
+
dependencies = [
|
|
1949
|
+
"fastrand",
|
|
1950
|
+
"getrandom 0.3.4",
|
|
1951
|
+
"once_cell",
|
|
1952
|
+
"rustix 1.1.2",
|
|
1953
|
+
"windows-sys 0.61.2",
|
|
1954
|
+
]
|
|
1955
|
+
|
|
1956
|
+
[[package]]
|
|
1957
|
+
name = "thiserror"
|
|
1958
|
+
version = "2.0.17"
|
|
1959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1960
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
1961
|
+
dependencies = [
|
|
1962
|
+
"thiserror-impl",
|
|
1963
|
+
]
|
|
1964
|
+
|
|
1965
|
+
[[package]]
|
|
1966
|
+
name = "thiserror-impl"
|
|
1967
|
+
version = "2.0.17"
|
|
1968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
1970
|
+
dependencies = [
|
|
1971
|
+
"proc-macro2",
|
|
1972
|
+
"quote",
|
|
1973
|
+
"syn",
|
|
1974
|
+
]
|
|
1975
|
+
|
|
1976
|
+
[[package]]
|
|
1977
|
+
name = "thread_local"
|
|
1978
|
+
version = "1.1.9"
|
|
1979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
1981
|
+
dependencies = [
|
|
1982
|
+
"cfg-if",
|
|
1983
|
+
]
|
|
1984
|
+
|
|
1985
|
+
[[package]]
|
|
1986
|
+
name = "time"
|
|
1987
|
+
version = "0.3.44"
|
|
1988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1989
|
+
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
|
1990
|
+
dependencies = [
|
|
1991
|
+
"deranged",
|
|
1992
|
+
"itoa",
|
|
1993
|
+
"num-conv",
|
|
1994
|
+
"powerfmt",
|
|
1995
|
+
"serde",
|
|
1996
|
+
"time-core",
|
|
1997
|
+
"time-macros",
|
|
1998
|
+
]
|
|
1999
|
+
|
|
2000
|
+
[[package]]
|
|
2001
|
+
name = "time-core"
|
|
2002
|
+
version = "0.1.6"
|
|
2003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2004
|
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
2005
|
+
|
|
2006
|
+
[[package]]
|
|
2007
|
+
name = "time-macros"
|
|
2008
|
+
version = "0.2.24"
|
|
2009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2010
|
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
2011
|
+
dependencies = [
|
|
2012
|
+
"num-conv",
|
|
2013
|
+
"time-core",
|
|
2014
|
+
]
|
|
2015
|
+
|
|
2016
|
+
[[package]]
|
|
2017
|
+
name = "tinystr"
|
|
2018
|
+
version = "0.8.2"
|
|
2019
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2020
|
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
2021
|
+
dependencies = [
|
|
2022
|
+
"displaydoc",
|
|
2023
|
+
"serde_core",
|
|
2024
|
+
"zerovec",
|
|
2025
|
+
]
|
|
2026
|
+
|
|
2027
|
+
[[package]]
|
|
2028
|
+
name = "tinyvec"
|
|
2029
|
+
version = "1.10.0"
|
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
2032
|
+
dependencies = [
|
|
2033
|
+
"tinyvec_macros",
|
|
2034
|
+
]
|
|
2035
|
+
|
|
2036
|
+
[[package]]
|
|
2037
|
+
name = "tinyvec_macros"
|
|
2038
|
+
version = "0.1.1"
|
|
2039
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2040
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
2041
|
+
|
|
2042
|
+
[[package]]
|
|
2043
|
+
name = "titan-server"
|
|
2044
|
+
version = "0.1.0"
|
|
2045
|
+
dependencies = [
|
|
2046
|
+
"anyhow",
|
|
2047
|
+
"axum",
|
|
2048
|
+
"base64 0.21.7",
|
|
2049
|
+
"bcrypt",
|
|
2050
|
+
"dotenv",
|
|
2051
|
+
"dotenvy",
|
|
2052
|
+
"jsonwebtoken",
|
|
2053
|
+
"postgres",
|
|
2054
|
+
"regex",
|
|
2055
|
+
"reqwest",
|
|
2056
|
+
"serde",
|
|
2057
|
+
"serde_json",
|
|
2058
|
+
"thiserror",
|
|
2059
|
+
"tokio",
|
|
2060
|
+
"tower-http",
|
|
2061
|
+
"tracing",
|
|
2062
|
+
"tracing-subscriber",
|
|
2063
|
+
"v8",
|
|
2064
|
+
]
|
|
2065
|
+
|
|
2066
|
+
[[package]]
|
|
2067
|
+
name = "tokio"
|
|
2068
|
+
version = "1.48.0"
|
|
2069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2070
|
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
|
2071
|
+
dependencies = [
|
|
2072
|
+
"bytes",
|
|
2073
|
+
"libc",
|
|
2074
|
+
"mio",
|
|
2075
|
+
"pin-project-lite",
|
|
2076
|
+
"signal-hook-registry",
|
|
2077
|
+
"socket2",
|
|
2078
|
+
"tokio-macros",
|
|
2079
|
+
"windows-sys 0.61.2",
|
|
2080
|
+
]
|
|
2081
|
+
|
|
2082
|
+
[[package]]
|
|
2083
|
+
name = "tokio-macros"
|
|
2084
|
+
version = "2.6.0"
|
|
2085
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2086
|
+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
2087
|
+
dependencies = [
|
|
2088
|
+
"proc-macro2",
|
|
2089
|
+
"quote",
|
|
2090
|
+
"syn",
|
|
2091
|
+
]
|
|
2092
|
+
|
|
2093
|
+
[[package]]
|
|
2094
|
+
name = "tokio-native-tls"
|
|
2095
|
+
version = "0.3.1"
|
|
2096
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
2098
|
+
dependencies = [
|
|
2099
|
+
"native-tls",
|
|
2100
|
+
"tokio",
|
|
2101
|
+
]
|
|
2102
|
+
|
|
2103
|
+
[[package]]
|
|
2104
|
+
name = "tokio-postgres"
|
|
2105
|
+
version = "0.7.15"
|
|
2106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
+
checksum = "2b40d66d9b2cfe04b628173409368e58247e8eddbbd3b0e6c6ba1d09f20f6c9e"
|
|
2108
|
+
dependencies = [
|
|
2109
|
+
"async-trait",
|
|
2110
|
+
"byteorder",
|
|
2111
|
+
"bytes",
|
|
2112
|
+
"fallible-iterator",
|
|
2113
|
+
"futures-channel",
|
|
2114
|
+
"futures-util",
|
|
2115
|
+
"log",
|
|
2116
|
+
"parking_lot",
|
|
2117
|
+
"percent-encoding",
|
|
2118
|
+
"phf",
|
|
2119
|
+
"pin-project-lite",
|
|
2120
|
+
"postgres-protocol",
|
|
2121
|
+
"postgres-types",
|
|
2122
|
+
"rand",
|
|
2123
|
+
"socket2",
|
|
2124
|
+
"tokio",
|
|
2125
|
+
"tokio-util",
|
|
2126
|
+
"whoami",
|
|
2127
|
+
]
|
|
2128
|
+
|
|
2129
|
+
[[package]]
|
|
2130
|
+
name = "tokio-rustls"
|
|
2131
|
+
version = "0.26.4"
|
|
2132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2133
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
2134
|
+
dependencies = [
|
|
2135
|
+
"rustls",
|
|
2136
|
+
"tokio",
|
|
2137
|
+
]
|
|
2138
|
+
|
|
2139
|
+
[[package]]
|
|
2140
|
+
name = "tokio-util"
|
|
2141
|
+
version = "0.7.17"
|
|
2142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2143
|
+
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
|
2144
|
+
dependencies = [
|
|
2145
|
+
"bytes",
|
|
2146
|
+
"futures-core",
|
|
2147
|
+
"futures-sink",
|
|
2148
|
+
"pin-project-lite",
|
|
2149
|
+
"tokio",
|
|
2150
|
+
]
|
|
2151
|
+
|
|
2152
|
+
[[package]]
|
|
2153
|
+
name = "tower"
|
|
2154
|
+
version = "0.5.2"
|
|
2155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2156
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
2157
|
+
dependencies = [
|
|
2158
|
+
"futures-core",
|
|
2159
|
+
"futures-util",
|
|
2160
|
+
"pin-project-lite",
|
|
2161
|
+
"sync_wrapper",
|
|
2162
|
+
"tokio",
|
|
2163
|
+
"tower-layer",
|
|
2164
|
+
"tower-service",
|
|
2165
|
+
"tracing",
|
|
2166
|
+
]
|
|
2167
|
+
|
|
2168
|
+
[[package]]
|
|
2169
|
+
name = "tower-http"
|
|
2170
|
+
version = "0.6.7"
|
|
2171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
+
checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456"
|
|
2173
|
+
dependencies = [
|
|
2174
|
+
"bitflags",
|
|
2175
|
+
"bytes",
|
|
2176
|
+
"futures-util",
|
|
2177
|
+
"http",
|
|
2178
|
+
"http-body",
|
|
2179
|
+
"iri-string",
|
|
2180
|
+
"pin-project-lite",
|
|
2181
|
+
"tower",
|
|
2182
|
+
"tower-layer",
|
|
2183
|
+
"tower-service",
|
|
2184
|
+
]
|
|
2185
|
+
|
|
2186
|
+
[[package]]
|
|
2187
|
+
name = "tower-layer"
|
|
2188
|
+
version = "0.3.3"
|
|
2189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
2191
|
+
|
|
2192
|
+
[[package]]
|
|
2193
|
+
name = "tower-service"
|
|
2194
|
+
version = "0.3.3"
|
|
2195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2196
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
2197
|
+
|
|
2198
|
+
[[package]]
|
|
2199
|
+
name = "tracing"
|
|
2200
|
+
version = "0.1.43"
|
|
2201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2202
|
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
|
2203
|
+
dependencies = [
|
|
2204
|
+
"log",
|
|
2205
|
+
"pin-project-lite",
|
|
2206
|
+
"tracing-attributes",
|
|
2207
|
+
"tracing-core",
|
|
2208
|
+
]
|
|
2209
|
+
|
|
2210
|
+
[[package]]
|
|
2211
|
+
name = "tracing-attributes"
|
|
2212
|
+
version = "0.1.31"
|
|
2213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2214
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
2215
|
+
dependencies = [
|
|
2216
|
+
"proc-macro2",
|
|
2217
|
+
"quote",
|
|
2218
|
+
"syn",
|
|
2219
|
+
]
|
|
2220
|
+
|
|
2221
|
+
[[package]]
|
|
2222
|
+
name = "tracing-core"
|
|
2223
|
+
version = "0.1.35"
|
|
2224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2225
|
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
|
2226
|
+
dependencies = [
|
|
2227
|
+
"once_cell",
|
|
2228
|
+
"valuable",
|
|
2229
|
+
]
|
|
2230
|
+
|
|
2231
|
+
[[package]]
|
|
2232
|
+
name = "tracing-log"
|
|
2233
|
+
version = "0.2.0"
|
|
2234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2235
|
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
2236
|
+
dependencies = [
|
|
2237
|
+
"log",
|
|
2238
|
+
"once_cell",
|
|
2239
|
+
"tracing-core",
|
|
2240
|
+
]
|
|
2241
|
+
|
|
2242
|
+
[[package]]
|
|
2243
|
+
name = "tracing-subscriber"
|
|
2244
|
+
version = "0.3.22"
|
|
2245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2246
|
+
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
2247
|
+
dependencies = [
|
|
2248
|
+
"nu-ansi-term",
|
|
2249
|
+
"sharded-slab",
|
|
2250
|
+
"smallvec",
|
|
2251
|
+
"thread_local",
|
|
2252
|
+
"tracing-core",
|
|
2253
|
+
"tracing-log",
|
|
2254
|
+
]
|
|
2255
|
+
|
|
2256
|
+
[[package]]
|
|
2257
|
+
name = "try-lock"
|
|
2258
|
+
version = "0.2.5"
|
|
2259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2260
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
2261
|
+
|
|
2262
|
+
[[package]]
|
|
2263
|
+
name = "typenum"
|
|
2264
|
+
version = "1.19.0"
|
|
2265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2266
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
2267
|
+
|
|
2268
|
+
[[package]]
|
|
2269
|
+
name = "unicode-bidi"
|
|
2270
|
+
version = "0.3.18"
|
|
2271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2272
|
+
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
2273
|
+
|
|
2274
|
+
[[package]]
|
|
2275
|
+
name = "unicode-ident"
|
|
2276
|
+
version = "1.0.22"
|
|
2277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2278
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
2279
|
+
|
|
2280
|
+
[[package]]
|
|
2281
|
+
name = "unicode-normalization"
|
|
2282
|
+
version = "0.1.25"
|
|
2283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2284
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
2285
|
+
dependencies = [
|
|
2286
|
+
"tinyvec",
|
|
2287
|
+
]
|
|
2288
|
+
|
|
2289
|
+
[[package]]
|
|
2290
|
+
name = "unicode-properties"
|
|
2291
|
+
version = "0.1.4"
|
|
2292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2293
|
+
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
2294
|
+
|
|
2295
|
+
[[package]]
|
|
2296
|
+
name = "untrusted"
|
|
2297
|
+
version = "0.9.0"
|
|
2298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2299
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
2300
|
+
|
|
2301
|
+
[[package]]
|
|
2302
|
+
name = "url"
|
|
2303
|
+
version = "2.5.7"
|
|
2304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2305
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
2306
|
+
dependencies = [
|
|
2307
|
+
"form_urlencoded",
|
|
2308
|
+
"idna",
|
|
2309
|
+
"percent-encoding",
|
|
2310
|
+
"serde",
|
|
2311
|
+
]
|
|
2312
|
+
|
|
2313
|
+
[[package]]
|
|
2314
|
+
name = "utf8_iter"
|
|
2315
|
+
version = "1.0.4"
|
|
2316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2317
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
2318
|
+
|
|
2319
|
+
[[package]]
|
|
2320
|
+
name = "v8"
|
|
2321
|
+
version = "0.106.0"
|
|
2322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2323
|
+
checksum = "a381badc47c6f15acb5fe0b5b40234162349ed9d4e4fd7c83a7f5547c0fc69c5"
|
|
2324
|
+
dependencies = [
|
|
2325
|
+
"bindgen",
|
|
2326
|
+
"bitflags",
|
|
2327
|
+
"fslock",
|
|
2328
|
+
"gzip-header",
|
|
2329
|
+
"home",
|
|
2330
|
+
"miniz_oxide 0.7.4",
|
|
2331
|
+
"once_cell",
|
|
2332
|
+
"paste",
|
|
2333
|
+
"which 6.0.3",
|
|
2334
|
+
]
|
|
2335
|
+
|
|
2336
|
+
[[package]]
|
|
2337
|
+
name = "valuable"
|
|
2338
|
+
version = "0.1.1"
|
|
2339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2340
|
+
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
2341
|
+
|
|
2342
|
+
[[package]]
|
|
2343
|
+
name = "vcpkg"
|
|
2344
|
+
version = "0.2.15"
|
|
2345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2346
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
2347
|
+
|
|
2348
|
+
[[package]]
|
|
2349
|
+
name = "version_check"
|
|
2350
|
+
version = "0.9.5"
|
|
2351
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2352
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
2353
|
+
|
|
2354
|
+
[[package]]
|
|
2355
|
+
name = "want"
|
|
2356
|
+
version = "0.3.1"
|
|
2357
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2358
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
2359
|
+
dependencies = [
|
|
2360
|
+
"try-lock",
|
|
2361
|
+
]
|
|
2362
|
+
|
|
2363
|
+
[[package]]
|
|
2364
|
+
name = "wasi"
|
|
2365
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
2366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2367
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
2368
|
+
|
|
2369
|
+
[[package]]
|
|
2370
|
+
name = "wasip2"
|
|
2371
|
+
version = "1.0.1+wasi-0.2.4"
|
|
2372
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2373
|
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
2374
|
+
dependencies = [
|
|
2375
|
+
"wit-bindgen",
|
|
2376
|
+
]
|
|
2377
|
+
|
|
2378
|
+
[[package]]
|
|
2379
|
+
name = "wasite"
|
|
2380
|
+
version = "0.1.0"
|
|
2381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2382
|
+
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
2383
|
+
|
|
2384
|
+
[[package]]
|
|
2385
|
+
name = "wasm-bindgen"
|
|
2386
|
+
version = "0.2.106"
|
|
2387
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2388
|
+
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
|
2389
|
+
dependencies = [
|
|
2390
|
+
"cfg-if",
|
|
2391
|
+
"once_cell",
|
|
2392
|
+
"rustversion",
|
|
2393
|
+
"wasm-bindgen-macro",
|
|
2394
|
+
"wasm-bindgen-shared",
|
|
2395
|
+
]
|
|
2396
|
+
|
|
2397
|
+
[[package]]
|
|
2398
|
+
name = "wasm-bindgen-futures"
|
|
2399
|
+
version = "0.4.56"
|
|
2400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2401
|
+
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
|
|
2402
|
+
dependencies = [
|
|
2403
|
+
"cfg-if",
|
|
2404
|
+
"js-sys",
|
|
2405
|
+
"once_cell",
|
|
2406
|
+
"wasm-bindgen",
|
|
2407
|
+
"web-sys",
|
|
2408
|
+
]
|
|
2409
|
+
|
|
2410
|
+
[[package]]
|
|
2411
|
+
name = "wasm-bindgen-macro"
|
|
2412
|
+
version = "0.2.106"
|
|
2413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2414
|
+
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
|
2415
|
+
dependencies = [
|
|
2416
|
+
"quote",
|
|
2417
|
+
"wasm-bindgen-macro-support",
|
|
2418
|
+
]
|
|
2419
|
+
|
|
2420
|
+
[[package]]
|
|
2421
|
+
name = "wasm-bindgen-macro-support"
|
|
2422
|
+
version = "0.2.106"
|
|
2423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2424
|
+
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
|
2425
|
+
dependencies = [
|
|
2426
|
+
"bumpalo",
|
|
2427
|
+
"proc-macro2",
|
|
2428
|
+
"quote",
|
|
2429
|
+
"syn",
|
|
2430
|
+
"wasm-bindgen-shared",
|
|
2431
|
+
]
|
|
2432
|
+
|
|
2433
|
+
[[package]]
|
|
2434
|
+
name = "wasm-bindgen-shared"
|
|
2435
|
+
version = "0.2.106"
|
|
2436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2437
|
+
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
|
2438
|
+
dependencies = [
|
|
2439
|
+
"unicode-ident",
|
|
2440
|
+
]
|
|
2441
|
+
|
|
2442
|
+
[[package]]
|
|
2443
|
+
name = "web-sys"
|
|
2444
|
+
version = "0.3.83"
|
|
2445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2446
|
+
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
|
|
2447
|
+
dependencies = [
|
|
2448
|
+
"js-sys",
|
|
2449
|
+
"wasm-bindgen",
|
|
2450
|
+
]
|
|
2451
|
+
|
|
2452
|
+
[[package]]
|
|
2453
|
+
name = "web-time"
|
|
2454
|
+
version = "1.1.0"
|
|
2455
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2456
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
2457
|
+
dependencies = [
|
|
2458
|
+
"js-sys",
|
|
2459
|
+
"wasm-bindgen",
|
|
2460
|
+
]
|
|
2461
|
+
|
|
2462
|
+
[[package]]
|
|
2463
|
+
name = "webpki-roots"
|
|
2464
|
+
version = "1.0.4"
|
|
2465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2466
|
+
checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
|
|
2467
|
+
dependencies = [
|
|
2468
|
+
"rustls-pki-types",
|
|
2469
|
+
]
|
|
2470
|
+
|
|
2471
|
+
[[package]]
|
|
2472
|
+
name = "which"
|
|
2473
|
+
version = "4.4.2"
|
|
2474
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2475
|
+
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
2476
|
+
dependencies = [
|
|
2477
|
+
"either",
|
|
2478
|
+
"home",
|
|
2479
|
+
"once_cell",
|
|
2480
|
+
"rustix 0.38.44",
|
|
2481
|
+
]
|
|
2482
|
+
|
|
2483
|
+
[[package]]
|
|
2484
|
+
name = "which"
|
|
2485
|
+
version = "6.0.3"
|
|
2486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2487
|
+
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
|
2488
|
+
dependencies = [
|
|
2489
|
+
"either",
|
|
2490
|
+
"home",
|
|
2491
|
+
"rustix 0.38.44",
|
|
2492
|
+
"winsafe",
|
|
2493
|
+
]
|
|
2494
|
+
|
|
2495
|
+
[[package]]
|
|
2496
|
+
name = "whoami"
|
|
2497
|
+
version = "1.6.1"
|
|
2498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2499
|
+
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
|
|
2500
|
+
dependencies = [
|
|
2501
|
+
"libredox",
|
|
2502
|
+
"wasite",
|
|
2503
|
+
"web-sys",
|
|
2504
|
+
]
|
|
2505
|
+
|
|
2506
|
+
[[package]]
|
|
2507
|
+
name = "winapi"
|
|
2508
|
+
version = "0.3.9"
|
|
2509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2510
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
2511
|
+
dependencies = [
|
|
2512
|
+
"winapi-i686-pc-windows-gnu",
|
|
2513
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
2514
|
+
]
|
|
2515
|
+
|
|
2516
|
+
[[package]]
|
|
2517
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
2518
|
+
version = "0.4.0"
|
|
2519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
2521
|
+
|
|
2522
|
+
[[package]]
|
|
2523
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
2524
|
+
version = "0.4.0"
|
|
2525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2526
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2527
|
+
|
|
2528
|
+
[[package]]
|
|
2529
|
+
name = "windows-link"
|
|
2530
|
+
version = "0.2.1"
|
|
2531
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2532
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2533
|
+
|
|
2534
|
+
[[package]]
|
|
2535
|
+
name = "windows-registry"
|
|
2536
|
+
version = "0.6.1"
|
|
2537
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2538
|
+
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
2539
|
+
dependencies = [
|
|
2540
|
+
"windows-link",
|
|
2541
|
+
"windows-result",
|
|
2542
|
+
"windows-strings",
|
|
2543
|
+
]
|
|
2544
|
+
|
|
2545
|
+
[[package]]
|
|
2546
|
+
name = "windows-result"
|
|
2547
|
+
version = "0.4.1"
|
|
2548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2549
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
2550
|
+
dependencies = [
|
|
2551
|
+
"windows-link",
|
|
2552
|
+
]
|
|
2553
|
+
|
|
2554
|
+
[[package]]
|
|
2555
|
+
name = "windows-strings"
|
|
2556
|
+
version = "0.5.1"
|
|
2557
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2558
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
2559
|
+
dependencies = [
|
|
2560
|
+
"windows-link",
|
|
2561
|
+
]
|
|
2562
|
+
|
|
2563
|
+
[[package]]
|
|
2564
|
+
name = "windows-sys"
|
|
2565
|
+
version = "0.52.0"
|
|
2566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2567
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2568
|
+
dependencies = [
|
|
2569
|
+
"windows-targets 0.52.6",
|
|
2570
|
+
]
|
|
2571
|
+
|
|
2572
|
+
[[package]]
|
|
2573
|
+
name = "windows-sys"
|
|
2574
|
+
version = "0.60.2"
|
|
2575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2576
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
2577
|
+
dependencies = [
|
|
2578
|
+
"windows-targets 0.53.5",
|
|
2579
|
+
]
|
|
2580
|
+
|
|
2581
|
+
[[package]]
|
|
2582
|
+
name = "windows-sys"
|
|
2583
|
+
version = "0.61.2"
|
|
2584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2585
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2586
|
+
dependencies = [
|
|
2587
|
+
"windows-link",
|
|
2588
|
+
]
|
|
2589
|
+
|
|
2590
|
+
[[package]]
|
|
2591
|
+
name = "windows-targets"
|
|
2592
|
+
version = "0.52.6"
|
|
2593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2594
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2595
|
+
dependencies = [
|
|
2596
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
2597
|
+
"windows_aarch64_msvc 0.52.6",
|
|
2598
|
+
"windows_i686_gnu 0.52.6",
|
|
2599
|
+
"windows_i686_gnullvm 0.52.6",
|
|
2600
|
+
"windows_i686_msvc 0.52.6",
|
|
2601
|
+
"windows_x86_64_gnu 0.52.6",
|
|
2602
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
2603
|
+
"windows_x86_64_msvc 0.52.6",
|
|
2604
|
+
]
|
|
2605
|
+
|
|
2606
|
+
[[package]]
|
|
2607
|
+
name = "windows-targets"
|
|
2608
|
+
version = "0.53.5"
|
|
2609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2610
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
2611
|
+
dependencies = [
|
|
2612
|
+
"windows-link",
|
|
2613
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
2614
|
+
"windows_aarch64_msvc 0.53.1",
|
|
2615
|
+
"windows_i686_gnu 0.53.1",
|
|
2616
|
+
"windows_i686_gnullvm 0.53.1",
|
|
2617
|
+
"windows_i686_msvc 0.53.1",
|
|
2618
|
+
"windows_x86_64_gnu 0.53.1",
|
|
2619
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
2620
|
+
"windows_x86_64_msvc 0.53.1",
|
|
2621
|
+
]
|
|
2622
|
+
|
|
2623
|
+
[[package]]
|
|
2624
|
+
name = "windows_aarch64_gnullvm"
|
|
2625
|
+
version = "0.52.6"
|
|
2626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2627
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2628
|
+
|
|
2629
|
+
[[package]]
|
|
2630
|
+
name = "windows_aarch64_gnullvm"
|
|
2631
|
+
version = "0.53.1"
|
|
2632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2633
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
2634
|
+
|
|
2635
|
+
[[package]]
|
|
2636
|
+
name = "windows_aarch64_msvc"
|
|
2637
|
+
version = "0.52.6"
|
|
2638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2639
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2640
|
+
|
|
2641
|
+
[[package]]
|
|
2642
|
+
name = "windows_aarch64_msvc"
|
|
2643
|
+
version = "0.53.1"
|
|
2644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2645
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
2646
|
+
|
|
2647
|
+
[[package]]
|
|
2648
|
+
name = "windows_i686_gnu"
|
|
2649
|
+
version = "0.52.6"
|
|
2650
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2651
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2652
|
+
|
|
2653
|
+
[[package]]
|
|
2654
|
+
name = "windows_i686_gnu"
|
|
2655
|
+
version = "0.53.1"
|
|
2656
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2657
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
2658
|
+
|
|
2659
|
+
[[package]]
|
|
2660
|
+
name = "windows_i686_gnullvm"
|
|
2661
|
+
version = "0.52.6"
|
|
2662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2663
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2664
|
+
|
|
2665
|
+
[[package]]
|
|
2666
|
+
name = "windows_i686_gnullvm"
|
|
2667
|
+
version = "0.53.1"
|
|
2668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2669
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
2670
|
+
|
|
2671
|
+
[[package]]
|
|
2672
|
+
name = "windows_i686_msvc"
|
|
2673
|
+
version = "0.52.6"
|
|
2674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2675
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2676
|
+
|
|
2677
|
+
[[package]]
|
|
2678
|
+
name = "windows_i686_msvc"
|
|
2679
|
+
version = "0.53.1"
|
|
2680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2681
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
2682
|
+
|
|
2683
|
+
[[package]]
|
|
2684
|
+
name = "windows_x86_64_gnu"
|
|
2685
|
+
version = "0.52.6"
|
|
2686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2687
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2688
|
+
|
|
2689
|
+
[[package]]
|
|
2690
|
+
name = "windows_x86_64_gnu"
|
|
2691
|
+
version = "0.53.1"
|
|
2692
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2693
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
2694
|
+
|
|
2695
|
+
[[package]]
|
|
2696
|
+
name = "windows_x86_64_gnullvm"
|
|
2697
|
+
version = "0.52.6"
|
|
2698
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2699
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2700
|
+
|
|
2701
|
+
[[package]]
|
|
2702
|
+
name = "windows_x86_64_gnullvm"
|
|
2703
|
+
version = "0.53.1"
|
|
2704
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2705
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
2706
|
+
|
|
2707
|
+
[[package]]
|
|
2708
|
+
name = "windows_x86_64_msvc"
|
|
2709
|
+
version = "0.52.6"
|
|
2710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2711
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2712
|
+
|
|
2713
|
+
[[package]]
|
|
2714
|
+
name = "windows_x86_64_msvc"
|
|
2715
|
+
version = "0.53.1"
|
|
2716
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2717
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
2718
|
+
|
|
2719
|
+
[[package]]
|
|
2720
|
+
name = "winsafe"
|
|
2721
|
+
version = "0.0.19"
|
|
2722
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2723
|
+
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
2724
|
+
|
|
2725
|
+
[[package]]
|
|
2726
|
+
name = "wit-bindgen"
|
|
2727
|
+
version = "0.46.0"
|
|
2728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2729
|
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
2730
|
+
|
|
2731
|
+
[[package]]
|
|
2732
|
+
name = "writeable"
|
|
2733
|
+
version = "0.6.2"
|
|
2734
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2735
|
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
2736
|
+
|
|
2737
|
+
[[package]]
|
|
2738
|
+
name = "yoke"
|
|
2739
|
+
version = "0.8.1"
|
|
2740
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2741
|
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
2742
|
+
dependencies = [
|
|
2743
|
+
"stable_deref_trait",
|
|
2744
|
+
"yoke-derive",
|
|
2745
|
+
"zerofrom",
|
|
2746
|
+
]
|
|
2747
|
+
|
|
2748
|
+
[[package]]
|
|
2749
|
+
name = "yoke-derive"
|
|
2750
|
+
version = "0.8.1"
|
|
2751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2752
|
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
2753
|
+
dependencies = [
|
|
2754
|
+
"proc-macro2",
|
|
2755
|
+
"quote",
|
|
2756
|
+
"syn",
|
|
2757
|
+
"synstructure",
|
|
2758
|
+
]
|
|
2759
|
+
|
|
2760
|
+
[[package]]
|
|
2761
|
+
name = "zerocopy"
|
|
2762
|
+
version = "0.8.31"
|
|
2763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2764
|
+
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
|
|
2765
|
+
dependencies = [
|
|
2766
|
+
"zerocopy-derive",
|
|
2767
|
+
]
|
|
2768
|
+
|
|
2769
|
+
[[package]]
|
|
2770
|
+
name = "zerocopy-derive"
|
|
2771
|
+
version = "0.8.31"
|
|
2772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2773
|
+
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
|
|
2774
|
+
dependencies = [
|
|
2775
|
+
"proc-macro2",
|
|
2776
|
+
"quote",
|
|
2777
|
+
"syn",
|
|
2778
|
+
]
|
|
2779
|
+
|
|
2780
|
+
[[package]]
|
|
2781
|
+
name = "zerofrom"
|
|
2782
|
+
version = "0.1.6"
|
|
2783
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2784
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
2785
|
+
dependencies = [
|
|
2786
|
+
"zerofrom-derive",
|
|
2787
|
+
]
|
|
2788
|
+
|
|
2789
|
+
[[package]]
|
|
2790
|
+
name = "zerofrom-derive"
|
|
2791
|
+
version = "0.1.6"
|
|
2792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2793
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
2794
|
+
dependencies = [
|
|
2795
|
+
"proc-macro2",
|
|
2796
|
+
"quote",
|
|
2797
|
+
"syn",
|
|
2798
|
+
"synstructure",
|
|
2799
|
+
]
|
|
2800
|
+
|
|
2801
|
+
[[package]]
|
|
2802
|
+
name = "zeroize"
|
|
2803
|
+
version = "1.8.2"
|
|
2804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
2806
|
+
|
|
2807
|
+
[[package]]
|
|
2808
|
+
name = "zerotrie"
|
|
2809
|
+
version = "0.2.3"
|
|
2810
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2811
|
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
2812
|
+
dependencies = [
|
|
2813
|
+
"displaydoc",
|
|
2814
|
+
"yoke",
|
|
2815
|
+
"zerofrom",
|
|
2816
|
+
]
|
|
2817
|
+
|
|
2818
|
+
[[package]]
|
|
2819
|
+
name = "zerovec"
|
|
2820
|
+
version = "0.11.5"
|
|
2821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2822
|
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
2823
|
+
dependencies = [
|
|
2824
|
+
"serde",
|
|
2825
|
+
"yoke",
|
|
2826
|
+
"zerofrom",
|
|
2827
|
+
"zerovec-derive",
|
|
2828
|
+
]
|
|
2829
|
+
|
|
2830
|
+
[[package]]
|
|
2831
|
+
name = "zerovec-derive"
|
|
2832
|
+
version = "0.11.2"
|
|
2833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2834
|
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
2835
|
+
dependencies = [
|
|
2836
|
+
"proc-macro2",
|
|
2837
|
+
"quote",
|
|
2838
|
+
"syn",
|
|
2839
|
+
]
|