enveloperb 0.1.4-arm64-darwin → 0.1.5.4.g10f5d39-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/enveloperb.gemspec +6 -5
- data/ext/enveloperb/.gitignore +4 -0
- data/ext/enveloperb/Cargo.lock +1732 -0
- data/ext/enveloperb/Cargo.toml +17 -0
- data/ext/enveloperb/extconf.rb +4 -0
- data/ext/enveloperb/src/lib.rs +195 -0
- data/lib/{2.7.0/libenveloperb.dylib → 2.7/enveloperb.bundle} +0 -0
- data/lib/3.0/enveloperb.bundle +0 -0
- data/lib/3.1/enveloperb.bundle +0 -0
- data/lib/enveloperb.rb +8 -6
- metadata +64 -32
@@ -0,0 +1,1732 @@
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
2
|
+
# It is not intended for manual editing.
|
3
|
+
version = 3
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "aead"
|
7
|
+
version = "0.4.3"
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
+
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
10
|
+
dependencies = [
|
11
|
+
"generic-array",
|
12
|
+
]
|
13
|
+
|
14
|
+
[[package]]
|
15
|
+
name = "aes"
|
16
|
+
version = "0.7.5"
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
+
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
19
|
+
dependencies = [
|
20
|
+
"cfg-if",
|
21
|
+
"cipher",
|
22
|
+
"cpufeatures",
|
23
|
+
"opaque-debug",
|
24
|
+
]
|
25
|
+
|
26
|
+
[[package]]
|
27
|
+
name = "aes-gcm"
|
28
|
+
version = "0.9.4"
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
+
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
31
|
+
dependencies = [
|
32
|
+
"aead",
|
33
|
+
"aes",
|
34
|
+
"cipher",
|
35
|
+
"ctr",
|
36
|
+
"ghash",
|
37
|
+
"subtle",
|
38
|
+
]
|
39
|
+
|
40
|
+
[[package]]
|
41
|
+
name = "aho-corasick"
|
42
|
+
version = "0.7.18"
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
+
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
45
|
+
dependencies = [
|
46
|
+
"memchr",
|
47
|
+
]
|
48
|
+
|
49
|
+
[[package]]
|
50
|
+
name = "ansi_term"
|
51
|
+
version = "0.12.1"
|
52
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
+
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
54
|
+
dependencies = [
|
55
|
+
"winapi",
|
56
|
+
]
|
57
|
+
|
58
|
+
[[package]]
|
59
|
+
name = "async-trait"
|
60
|
+
version = "0.1.53"
|
61
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
+
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
|
63
|
+
dependencies = [
|
64
|
+
"proc-macro2",
|
65
|
+
"quote",
|
66
|
+
"syn",
|
67
|
+
]
|
68
|
+
|
69
|
+
[[package]]
|
70
|
+
name = "atty"
|
71
|
+
version = "0.2.14"
|
72
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
74
|
+
dependencies = [
|
75
|
+
"hermit-abi",
|
76
|
+
"libc",
|
77
|
+
"winapi",
|
78
|
+
]
|
79
|
+
|
80
|
+
[[package]]
|
81
|
+
name = "autocfg"
|
82
|
+
version = "1.1.0"
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
85
|
+
|
86
|
+
[[package]]
|
87
|
+
name = "aws-config"
|
88
|
+
version = "0.10.1"
|
89
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
90
|
+
checksum = "d77fa6e51f756ca6a0b1732e2cffde895d1e967e595c444e1a4e11aac92437dd"
|
91
|
+
dependencies = [
|
92
|
+
"aws-http",
|
93
|
+
"aws-sdk-sso",
|
94
|
+
"aws-sdk-sts",
|
95
|
+
"aws-smithy-async",
|
96
|
+
"aws-smithy-client",
|
97
|
+
"aws-smithy-http",
|
98
|
+
"aws-smithy-http-tower",
|
99
|
+
"aws-smithy-json",
|
100
|
+
"aws-smithy-types",
|
101
|
+
"aws-types",
|
102
|
+
"bytes",
|
103
|
+
"hex",
|
104
|
+
"http",
|
105
|
+
"hyper",
|
106
|
+
"ring",
|
107
|
+
"tokio",
|
108
|
+
"tower",
|
109
|
+
"tracing",
|
110
|
+
"zeroize",
|
111
|
+
]
|
112
|
+
|
113
|
+
[[package]]
|
114
|
+
name = "aws-endpoint"
|
115
|
+
version = "0.10.1"
|
116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
117
|
+
checksum = "fb9486b31d996a309594b3491ae752dbe807d1d13731f5718d37a2ccfe4bdf11"
|
118
|
+
dependencies = [
|
119
|
+
"aws-smithy-http",
|
120
|
+
"aws-types",
|
121
|
+
"http",
|
122
|
+
"regex",
|
123
|
+
"tracing",
|
124
|
+
]
|
125
|
+
|
126
|
+
[[package]]
|
127
|
+
name = "aws-http"
|
128
|
+
version = "0.10.1"
|
129
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
130
|
+
checksum = "43b0c6a0938ee38f5f7659d8b175d151f75cf64f856bbde2f1aabb4d3d6f79be"
|
131
|
+
dependencies = [
|
132
|
+
"aws-smithy-http",
|
133
|
+
"aws-smithy-types",
|
134
|
+
"aws-types",
|
135
|
+
"http",
|
136
|
+
"lazy_static 1.4.0",
|
137
|
+
"percent-encoding",
|
138
|
+
"tracing",
|
139
|
+
]
|
140
|
+
|
141
|
+
[[package]]
|
142
|
+
name = "aws-sdk-kms"
|
143
|
+
version = "0.10.1"
|
144
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145
|
+
checksum = "01f73b4b28a68a21322082c581b40b88d243203b58e680ad6eca742158efdf4d"
|
146
|
+
dependencies = [
|
147
|
+
"aws-endpoint",
|
148
|
+
"aws-http",
|
149
|
+
"aws-sig-auth",
|
150
|
+
"aws-smithy-async",
|
151
|
+
"aws-smithy-client",
|
152
|
+
"aws-smithy-http",
|
153
|
+
"aws-smithy-http-tower",
|
154
|
+
"aws-smithy-json",
|
155
|
+
"aws-smithy-types",
|
156
|
+
"aws-types",
|
157
|
+
"bytes",
|
158
|
+
"http",
|
159
|
+
"tokio-stream",
|
160
|
+
"tower",
|
161
|
+
]
|
162
|
+
|
163
|
+
[[package]]
|
164
|
+
name = "aws-sdk-sso"
|
165
|
+
version = "0.10.1"
|
166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
167
|
+
checksum = "0c446f905f10fe8306186eac98eb6304366c2db0310ceeb0d441769a264bf0fa"
|
168
|
+
dependencies = [
|
169
|
+
"aws-endpoint",
|
170
|
+
"aws-http",
|
171
|
+
"aws-sig-auth",
|
172
|
+
"aws-smithy-async",
|
173
|
+
"aws-smithy-client",
|
174
|
+
"aws-smithy-http",
|
175
|
+
"aws-smithy-http-tower",
|
176
|
+
"aws-smithy-json",
|
177
|
+
"aws-smithy-types",
|
178
|
+
"aws-types",
|
179
|
+
"bytes",
|
180
|
+
"http",
|
181
|
+
"tokio-stream",
|
182
|
+
"tower",
|
183
|
+
]
|
184
|
+
|
185
|
+
[[package]]
|
186
|
+
name = "aws-sdk-sts"
|
187
|
+
version = "0.10.1"
|
188
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
189
|
+
checksum = "6b41d5d00307f0c5a2195ee0f11bb9414e5e88b9a8cbced191b0c04196c3f0da"
|
190
|
+
dependencies = [
|
191
|
+
"aws-endpoint",
|
192
|
+
"aws-http",
|
193
|
+
"aws-sig-auth",
|
194
|
+
"aws-smithy-async",
|
195
|
+
"aws-smithy-client",
|
196
|
+
"aws-smithy-http",
|
197
|
+
"aws-smithy-http-tower",
|
198
|
+
"aws-smithy-query",
|
199
|
+
"aws-smithy-types",
|
200
|
+
"aws-smithy-xml",
|
201
|
+
"aws-types",
|
202
|
+
"bytes",
|
203
|
+
"http",
|
204
|
+
"tower",
|
205
|
+
]
|
206
|
+
|
207
|
+
[[package]]
|
208
|
+
name = "aws-sig-auth"
|
209
|
+
version = "0.10.1"
|
210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
211
|
+
checksum = "b6c2bd9951d37869431a9c21c5e2319baaf549f41045e8eb891fb3de5bde3ec7"
|
212
|
+
dependencies = [
|
213
|
+
"aws-sigv4",
|
214
|
+
"aws-smithy-http",
|
215
|
+
"aws-types",
|
216
|
+
"http",
|
217
|
+
"thiserror",
|
218
|
+
"tracing",
|
219
|
+
]
|
220
|
+
|
221
|
+
[[package]]
|
222
|
+
name = "aws-sigv4"
|
223
|
+
version = "0.10.1"
|
224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
225
|
+
checksum = "bcfa45ad4f4d00e7d4f770c6f760ffde6b1fb409ed30e0577361f00d903a0895"
|
226
|
+
dependencies = [
|
227
|
+
"aws-smithy-http",
|
228
|
+
"form_urlencoded",
|
229
|
+
"hex",
|
230
|
+
"http",
|
231
|
+
"once_cell",
|
232
|
+
"percent-encoding",
|
233
|
+
"regex",
|
234
|
+
"ring",
|
235
|
+
"time",
|
236
|
+
"tracing",
|
237
|
+
]
|
238
|
+
|
239
|
+
[[package]]
|
240
|
+
name = "aws-smithy-async"
|
241
|
+
version = "0.40.2"
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
243
|
+
checksum = "235f5e604c23992ca08892d0762bc1be9c166912f109597ec80220dd698277ff"
|
244
|
+
dependencies = [
|
245
|
+
"futures-util",
|
246
|
+
"pin-project-lite",
|
247
|
+
"tokio",
|
248
|
+
"tokio-stream",
|
249
|
+
]
|
250
|
+
|
251
|
+
[[package]]
|
252
|
+
name = "aws-smithy-client"
|
253
|
+
version = "0.40.2"
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
255
|
+
checksum = "666694cbd62dd2892ddfdcb8f3b416b0425705ec0f0114d76ddd50c9c16be948"
|
256
|
+
dependencies = [
|
257
|
+
"aws-smithy-async",
|
258
|
+
"aws-smithy-http",
|
259
|
+
"aws-smithy-http-tower",
|
260
|
+
"aws-smithy-types",
|
261
|
+
"bytes",
|
262
|
+
"fastrand",
|
263
|
+
"http",
|
264
|
+
"http-body",
|
265
|
+
"hyper",
|
266
|
+
"hyper-rustls",
|
267
|
+
"lazy_static 1.4.0",
|
268
|
+
"pin-project",
|
269
|
+
"pin-project-lite",
|
270
|
+
"tokio",
|
271
|
+
"tower",
|
272
|
+
"tracing",
|
273
|
+
]
|
274
|
+
|
275
|
+
[[package]]
|
276
|
+
name = "aws-smithy-http"
|
277
|
+
version = "0.40.2"
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
279
|
+
checksum = "a06512ad2d8e80dcddb67859ed482ff433e2a2769228b980c1403d2cb069e365"
|
280
|
+
dependencies = [
|
281
|
+
"aws-smithy-types",
|
282
|
+
"bytes",
|
283
|
+
"bytes-utils",
|
284
|
+
"futures-core",
|
285
|
+
"http",
|
286
|
+
"http-body",
|
287
|
+
"hyper",
|
288
|
+
"once_cell",
|
289
|
+
"percent-encoding",
|
290
|
+
"pin-project",
|
291
|
+
"tokio",
|
292
|
+
"tokio-util 0.6.9",
|
293
|
+
"tracing",
|
294
|
+
]
|
295
|
+
|
296
|
+
[[package]]
|
297
|
+
name = "aws-smithy-http-tower"
|
298
|
+
version = "0.40.2"
|
299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
300
|
+
checksum = "61cc242962fc624a942cd9d9341007f3a28d94d72ba4eaed82754126e19c7327"
|
301
|
+
dependencies = [
|
302
|
+
"aws-smithy-http",
|
303
|
+
"bytes",
|
304
|
+
"http",
|
305
|
+
"http-body",
|
306
|
+
"pin-project",
|
307
|
+
"tower",
|
308
|
+
"tracing",
|
309
|
+
]
|
310
|
+
|
311
|
+
[[package]]
|
312
|
+
name = "aws-smithy-json"
|
313
|
+
version = "0.40.2"
|
314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
315
|
+
checksum = "cfb575dc48946d75a55a28137fce1ae2b94fd75b82ddad7d67760b0613a08068"
|
316
|
+
dependencies = [
|
317
|
+
"aws-smithy-types",
|
318
|
+
]
|
319
|
+
|
320
|
+
[[package]]
|
321
|
+
name = "aws-smithy-query"
|
322
|
+
version = "0.40.2"
|
323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
324
|
+
checksum = "5d1f71d4f1c9f2cb0aded4d27c9dc5d55f5398372e0e19a9d489b80ab0bcdb80"
|
325
|
+
dependencies = [
|
326
|
+
"aws-smithy-types",
|
327
|
+
"urlencoding",
|
328
|
+
]
|
329
|
+
|
330
|
+
[[package]]
|
331
|
+
name = "aws-smithy-types"
|
332
|
+
version = "0.40.2"
|
333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
334
|
+
checksum = "540e9d7f6d9655b17d2a794b0a54322359754fea3357a60f6d9c7cf1bc7ff0f2"
|
335
|
+
dependencies = [
|
336
|
+
"itoa",
|
337
|
+
"num-integer",
|
338
|
+
"ryu",
|
339
|
+
"time",
|
340
|
+
]
|
341
|
+
|
342
|
+
[[package]]
|
343
|
+
name = "aws-smithy-xml"
|
344
|
+
version = "0.40.2"
|
345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
346
|
+
checksum = "c431df835bfa2cce08535bb8735a9a8b2fc0fed7c52ed16506c9c430dc18aa7e"
|
347
|
+
dependencies = [
|
348
|
+
"thiserror",
|
349
|
+
"xmlparser",
|
350
|
+
]
|
351
|
+
|
352
|
+
[[package]]
|
353
|
+
name = "aws-types"
|
354
|
+
version = "0.10.1"
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
356
|
+
checksum = "25a1ae75d090d4cd44b2fe1d2de1783ff8665f2f0e3957f5e99c1a5760a77a0a"
|
357
|
+
dependencies = [
|
358
|
+
"aws-smithy-async",
|
359
|
+
"aws-smithy-client",
|
360
|
+
"aws-smithy-http",
|
361
|
+
"aws-smithy-types",
|
362
|
+
"http",
|
363
|
+
"rustc_version",
|
364
|
+
"tracing",
|
365
|
+
"zeroize",
|
366
|
+
]
|
367
|
+
|
368
|
+
[[package]]
|
369
|
+
name = "base64"
|
370
|
+
version = "0.13.0"
|
371
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
372
|
+
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
373
|
+
|
374
|
+
[[package]]
|
375
|
+
name = "bindgen"
|
376
|
+
version = "0.59.2"
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
378
|
+
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
379
|
+
dependencies = [
|
380
|
+
"bitflags",
|
381
|
+
"cexpr",
|
382
|
+
"clang-sys",
|
383
|
+
"clap",
|
384
|
+
"env_logger",
|
385
|
+
"lazy_static 1.4.0",
|
386
|
+
"lazycell",
|
387
|
+
"log",
|
388
|
+
"peeking_take_while",
|
389
|
+
"proc-macro2",
|
390
|
+
"quote",
|
391
|
+
"regex",
|
392
|
+
"rustc-hash",
|
393
|
+
"shlex",
|
394
|
+
"which",
|
395
|
+
]
|
396
|
+
|
397
|
+
[[package]]
|
398
|
+
name = "bitflags"
|
399
|
+
version = "1.3.2"
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
402
|
+
|
403
|
+
[[package]]
|
404
|
+
name = "bumpalo"
|
405
|
+
version = "3.9.1"
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
407
|
+
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
408
|
+
|
409
|
+
[[package]]
|
410
|
+
name = "bytes"
|
411
|
+
version = "1.1.0"
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
+
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
414
|
+
|
415
|
+
[[package]]
|
416
|
+
name = "bytes-utils"
|
417
|
+
version = "0.1.2"
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419
|
+
checksum = "1934a3ef9cac8efde4966a92781e77713e1ba329f1d42e446c7d7eba340d8ef1"
|
420
|
+
dependencies = [
|
421
|
+
"bytes",
|
422
|
+
"either",
|
423
|
+
]
|
424
|
+
|
425
|
+
[[package]]
|
426
|
+
name = "cc"
|
427
|
+
version = "1.0.73"
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429
|
+
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
430
|
+
|
431
|
+
[[package]]
|
432
|
+
name = "cexpr"
|
433
|
+
version = "0.6.0"
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
435
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
436
|
+
dependencies = [
|
437
|
+
"nom",
|
438
|
+
]
|
439
|
+
|
440
|
+
[[package]]
|
441
|
+
name = "cfg-if"
|
442
|
+
version = "1.0.0"
|
443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
445
|
+
|
446
|
+
[[package]]
|
447
|
+
name = "cipher"
|
448
|
+
version = "0.3.0"
|
449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
450
|
+
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
451
|
+
dependencies = [
|
452
|
+
"generic-array",
|
453
|
+
]
|
454
|
+
|
455
|
+
[[package]]
|
456
|
+
name = "clang-sys"
|
457
|
+
version = "1.3.1"
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459
|
+
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
460
|
+
dependencies = [
|
461
|
+
"glob",
|
462
|
+
"libc",
|
463
|
+
"libloading",
|
464
|
+
]
|
465
|
+
|
466
|
+
[[package]]
|
467
|
+
name = "clap"
|
468
|
+
version = "2.34.0"
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
470
|
+
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
471
|
+
dependencies = [
|
472
|
+
"ansi_term",
|
473
|
+
"atty",
|
474
|
+
"bitflags",
|
475
|
+
"strsim",
|
476
|
+
"textwrap",
|
477
|
+
"unicode-width",
|
478
|
+
"vec_map",
|
479
|
+
]
|
480
|
+
|
481
|
+
[[package]]
|
482
|
+
name = "core-foundation"
|
483
|
+
version = "0.9.3"
|
484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
485
|
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
486
|
+
dependencies = [
|
487
|
+
"core-foundation-sys",
|
488
|
+
"libc",
|
489
|
+
]
|
490
|
+
|
491
|
+
[[package]]
|
492
|
+
name = "core-foundation-sys"
|
493
|
+
version = "0.8.3"
|
494
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
495
|
+
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
496
|
+
|
497
|
+
[[package]]
|
498
|
+
name = "cpufeatures"
|
499
|
+
version = "0.2.2"
|
500
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
501
|
+
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
502
|
+
dependencies = [
|
503
|
+
"libc",
|
504
|
+
]
|
505
|
+
|
506
|
+
[[package]]
|
507
|
+
name = "ct-logs"
|
508
|
+
version = "0.8.0"
|
509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
510
|
+
checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
|
511
|
+
dependencies = [
|
512
|
+
"sct",
|
513
|
+
]
|
514
|
+
|
515
|
+
[[package]]
|
516
|
+
name = "ctr"
|
517
|
+
version = "0.8.0"
|
518
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
519
|
+
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
520
|
+
dependencies = [
|
521
|
+
"cipher",
|
522
|
+
]
|
523
|
+
|
524
|
+
[[package]]
|
525
|
+
name = "either"
|
526
|
+
version = "1.6.1"
|
527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
528
|
+
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
529
|
+
|
530
|
+
[[package]]
|
531
|
+
name = "env_logger"
|
532
|
+
version = "0.9.0"
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
+
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
535
|
+
dependencies = [
|
536
|
+
"atty",
|
537
|
+
"humantime",
|
538
|
+
"log",
|
539
|
+
"regex",
|
540
|
+
"termcolor",
|
541
|
+
]
|
542
|
+
|
543
|
+
[[package]]
|
544
|
+
name = "enveloper"
|
545
|
+
version = "0.1.0"
|
546
|
+
source = "git+https://github.com/cipherstash/enveloper?branch=main#2b91536959b98a77ec88a75c758ce77f297514db"
|
547
|
+
dependencies = [
|
548
|
+
"aes-gcm",
|
549
|
+
"async-trait",
|
550
|
+
"aws-sdk-kms",
|
551
|
+
"rand",
|
552
|
+
"rand_chacha",
|
553
|
+
"serde",
|
554
|
+
"serde_cbor",
|
555
|
+
"thiserror",
|
556
|
+
]
|
557
|
+
|
558
|
+
[[package]]
|
559
|
+
name = "enveloperb"
|
560
|
+
version = "0.0.0"
|
561
|
+
dependencies = [
|
562
|
+
"aws-config",
|
563
|
+
"aws-sdk-kms",
|
564
|
+
"aws-types",
|
565
|
+
"enveloper",
|
566
|
+
"lazy_static 0.2.11",
|
567
|
+
"rb-sys",
|
568
|
+
"rutie",
|
569
|
+
"tokio",
|
570
|
+
]
|
571
|
+
|
572
|
+
[[package]]
|
573
|
+
name = "fastrand"
|
574
|
+
version = "1.7.0"
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
576
|
+
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
577
|
+
dependencies = [
|
578
|
+
"instant",
|
579
|
+
]
|
580
|
+
|
581
|
+
[[package]]
|
582
|
+
name = "fnv"
|
583
|
+
version = "1.0.7"
|
584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
585
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
586
|
+
|
587
|
+
[[package]]
|
588
|
+
name = "form_urlencoded"
|
589
|
+
version = "1.0.1"
|
590
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
591
|
+
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
592
|
+
dependencies = [
|
593
|
+
"matches",
|
594
|
+
"percent-encoding",
|
595
|
+
]
|
596
|
+
|
597
|
+
[[package]]
|
598
|
+
name = "futures-channel"
|
599
|
+
version = "0.3.21"
|
600
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
601
|
+
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
602
|
+
dependencies = [
|
603
|
+
"futures-core",
|
604
|
+
]
|
605
|
+
|
606
|
+
[[package]]
|
607
|
+
name = "futures-core"
|
608
|
+
version = "0.3.21"
|
609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
610
|
+
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
611
|
+
|
612
|
+
[[package]]
|
613
|
+
name = "futures-macro"
|
614
|
+
version = "0.3.21"
|
615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
616
|
+
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
617
|
+
dependencies = [
|
618
|
+
"proc-macro2",
|
619
|
+
"quote",
|
620
|
+
"syn",
|
621
|
+
]
|
622
|
+
|
623
|
+
[[package]]
|
624
|
+
name = "futures-sink"
|
625
|
+
version = "0.3.21"
|
626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
627
|
+
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
628
|
+
|
629
|
+
[[package]]
|
630
|
+
name = "futures-task"
|
631
|
+
version = "0.3.21"
|
632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
633
|
+
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
634
|
+
|
635
|
+
[[package]]
|
636
|
+
name = "futures-util"
|
637
|
+
version = "0.3.21"
|
638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
639
|
+
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
640
|
+
dependencies = [
|
641
|
+
"futures-core",
|
642
|
+
"futures-macro",
|
643
|
+
"futures-task",
|
644
|
+
"pin-project-lite",
|
645
|
+
"pin-utils",
|
646
|
+
"slab",
|
647
|
+
]
|
648
|
+
|
649
|
+
[[package]]
|
650
|
+
name = "generic-array"
|
651
|
+
version = "0.14.5"
|
652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
653
|
+
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
654
|
+
dependencies = [
|
655
|
+
"typenum",
|
656
|
+
"version_check",
|
657
|
+
]
|
658
|
+
|
659
|
+
[[package]]
|
660
|
+
name = "getrandom"
|
661
|
+
version = "0.2.6"
|
662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
663
|
+
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
664
|
+
dependencies = [
|
665
|
+
"cfg-if",
|
666
|
+
"libc",
|
667
|
+
"wasi 0.10.2+wasi-snapshot-preview1",
|
668
|
+
]
|
669
|
+
|
670
|
+
[[package]]
|
671
|
+
name = "ghash"
|
672
|
+
version = "0.4.4"
|
673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
674
|
+
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
675
|
+
dependencies = [
|
676
|
+
"opaque-debug",
|
677
|
+
"polyval",
|
678
|
+
]
|
679
|
+
|
680
|
+
[[package]]
|
681
|
+
name = "glob"
|
682
|
+
version = "0.3.0"
|
683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
684
|
+
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
685
|
+
|
686
|
+
[[package]]
|
687
|
+
name = "h2"
|
688
|
+
version = "0.3.13"
|
689
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
690
|
+
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
691
|
+
dependencies = [
|
692
|
+
"bytes",
|
693
|
+
"fnv",
|
694
|
+
"futures-core",
|
695
|
+
"futures-sink",
|
696
|
+
"futures-util",
|
697
|
+
"http",
|
698
|
+
"indexmap",
|
699
|
+
"slab",
|
700
|
+
"tokio",
|
701
|
+
"tokio-util 0.7.1",
|
702
|
+
"tracing",
|
703
|
+
]
|
704
|
+
|
705
|
+
[[package]]
|
706
|
+
name = "half"
|
707
|
+
version = "1.8.2"
|
708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
709
|
+
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
710
|
+
|
711
|
+
[[package]]
|
712
|
+
name = "hashbrown"
|
713
|
+
version = "0.11.2"
|
714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
715
|
+
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
716
|
+
|
717
|
+
[[package]]
|
718
|
+
name = "hermit-abi"
|
719
|
+
version = "0.1.19"
|
720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
722
|
+
dependencies = [
|
723
|
+
"libc",
|
724
|
+
]
|
725
|
+
|
726
|
+
[[package]]
|
727
|
+
name = "hex"
|
728
|
+
version = "0.4.3"
|
729
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
730
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
731
|
+
|
732
|
+
[[package]]
|
733
|
+
name = "http"
|
734
|
+
version = "0.2.6"
|
735
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
736
|
+
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
737
|
+
dependencies = [
|
738
|
+
"bytes",
|
739
|
+
"fnv",
|
740
|
+
"itoa",
|
741
|
+
]
|
742
|
+
|
743
|
+
[[package]]
|
744
|
+
name = "http-body"
|
745
|
+
version = "0.4.4"
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
747
|
+
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
748
|
+
dependencies = [
|
749
|
+
"bytes",
|
750
|
+
"http",
|
751
|
+
"pin-project-lite",
|
752
|
+
]
|
753
|
+
|
754
|
+
[[package]]
|
755
|
+
name = "httparse"
|
756
|
+
version = "1.7.0"
|
757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
+
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
759
|
+
|
760
|
+
[[package]]
|
761
|
+
name = "httpdate"
|
762
|
+
version = "1.0.2"
|
763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
764
|
+
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
765
|
+
|
766
|
+
[[package]]
|
767
|
+
name = "humantime"
|
768
|
+
version = "2.1.0"
|
769
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
770
|
+
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
771
|
+
|
772
|
+
[[package]]
|
773
|
+
name = "hyper"
|
774
|
+
version = "0.14.18"
|
775
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
776
|
+
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
777
|
+
dependencies = [
|
778
|
+
"bytes",
|
779
|
+
"futures-channel",
|
780
|
+
"futures-core",
|
781
|
+
"futures-util",
|
782
|
+
"h2",
|
783
|
+
"http",
|
784
|
+
"http-body",
|
785
|
+
"httparse",
|
786
|
+
"httpdate",
|
787
|
+
"itoa",
|
788
|
+
"pin-project-lite",
|
789
|
+
"socket2",
|
790
|
+
"tokio",
|
791
|
+
"tower-service",
|
792
|
+
"tracing",
|
793
|
+
"want",
|
794
|
+
]
|
795
|
+
|
796
|
+
[[package]]
|
797
|
+
name = "hyper-rustls"
|
798
|
+
version = "0.22.1"
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
800
|
+
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
|
801
|
+
dependencies = [
|
802
|
+
"ct-logs",
|
803
|
+
"futures-util",
|
804
|
+
"hyper",
|
805
|
+
"log",
|
806
|
+
"rustls",
|
807
|
+
"rustls-native-certs",
|
808
|
+
"tokio",
|
809
|
+
"tokio-rustls",
|
810
|
+
"webpki",
|
811
|
+
]
|
812
|
+
|
813
|
+
[[package]]
|
814
|
+
name = "indexmap"
|
815
|
+
version = "1.8.1"
|
816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
817
|
+
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
818
|
+
dependencies = [
|
819
|
+
"autocfg",
|
820
|
+
"hashbrown",
|
821
|
+
]
|
822
|
+
|
823
|
+
[[package]]
|
824
|
+
name = "instant"
|
825
|
+
version = "0.1.12"
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
827
|
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
828
|
+
dependencies = [
|
829
|
+
"cfg-if",
|
830
|
+
]
|
831
|
+
|
832
|
+
[[package]]
|
833
|
+
name = "itoa"
|
834
|
+
version = "1.0.1"
|
835
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
836
|
+
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
837
|
+
|
838
|
+
[[package]]
|
839
|
+
name = "js-sys"
|
840
|
+
version = "0.3.57"
|
841
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
842
|
+
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
843
|
+
dependencies = [
|
844
|
+
"wasm-bindgen",
|
845
|
+
]
|
846
|
+
|
847
|
+
[[package]]
|
848
|
+
name = "lazy_static"
|
849
|
+
version = "0.2.11"
|
850
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
851
|
+
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
852
|
+
|
853
|
+
[[package]]
|
854
|
+
name = "lazy_static"
|
855
|
+
version = "1.4.0"
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
857
|
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
858
|
+
|
859
|
+
[[package]]
|
860
|
+
name = "lazycell"
|
861
|
+
version = "1.3.0"
|
862
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
863
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
864
|
+
|
865
|
+
[[package]]
|
866
|
+
name = "libc"
|
867
|
+
version = "0.2.121"
|
868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
869
|
+
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
|
870
|
+
|
871
|
+
[[package]]
|
872
|
+
name = "libloading"
|
873
|
+
version = "0.7.3"
|
874
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
875
|
+
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
876
|
+
dependencies = [
|
877
|
+
"cfg-if",
|
878
|
+
"winapi",
|
879
|
+
]
|
880
|
+
|
881
|
+
[[package]]
|
882
|
+
name = "log"
|
883
|
+
version = "0.4.16"
|
884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
885
|
+
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
886
|
+
dependencies = [
|
887
|
+
"cfg-if",
|
888
|
+
]
|
889
|
+
|
890
|
+
[[package]]
|
891
|
+
name = "matches"
|
892
|
+
version = "0.1.9"
|
893
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894
|
+
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
895
|
+
|
896
|
+
[[package]]
|
897
|
+
name = "memchr"
|
898
|
+
version = "2.4.1"
|
899
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
+
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
901
|
+
|
902
|
+
[[package]]
|
903
|
+
name = "minimal-lexical"
|
904
|
+
version = "0.2.1"
|
905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
906
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
907
|
+
|
908
|
+
[[package]]
|
909
|
+
name = "mio"
|
910
|
+
version = "0.8.2"
|
911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
912
|
+
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
913
|
+
dependencies = [
|
914
|
+
"libc",
|
915
|
+
"log",
|
916
|
+
"miow",
|
917
|
+
"ntapi",
|
918
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
919
|
+
"winapi",
|
920
|
+
]
|
921
|
+
|
922
|
+
[[package]]
|
923
|
+
name = "miow"
|
924
|
+
version = "0.3.7"
|
925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
926
|
+
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
927
|
+
dependencies = [
|
928
|
+
"winapi",
|
929
|
+
]
|
930
|
+
|
931
|
+
[[package]]
|
932
|
+
name = "nom"
|
933
|
+
version = "7.1.1"
|
934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
935
|
+
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
936
|
+
dependencies = [
|
937
|
+
"memchr",
|
938
|
+
"minimal-lexical",
|
939
|
+
]
|
940
|
+
|
941
|
+
[[package]]
|
942
|
+
name = "ntapi"
|
943
|
+
version = "0.3.7"
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
945
|
+
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
946
|
+
dependencies = [
|
947
|
+
"winapi",
|
948
|
+
]
|
949
|
+
|
950
|
+
[[package]]
|
951
|
+
name = "num-integer"
|
952
|
+
version = "0.1.44"
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
954
|
+
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
955
|
+
dependencies = [
|
956
|
+
"autocfg",
|
957
|
+
"num-traits",
|
958
|
+
]
|
959
|
+
|
960
|
+
[[package]]
|
961
|
+
name = "num-traits"
|
962
|
+
version = "0.2.14"
|
963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
964
|
+
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
965
|
+
dependencies = [
|
966
|
+
"autocfg",
|
967
|
+
]
|
968
|
+
|
969
|
+
[[package]]
|
970
|
+
name = "num_cpus"
|
971
|
+
version = "1.13.1"
|
972
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
973
|
+
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
974
|
+
dependencies = [
|
975
|
+
"hermit-abi",
|
976
|
+
"libc",
|
977
|
+
]
|
978
|
+
|
979
|
+
[[package]]
|
980
|
+
name = "num_threads"
|
981
|
+
version = "0.1.5"
|
982
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983
|
+
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
|
984
|
+
dependencies = [
|
985
|
+
"libc",
|
986
|
+
]
|
987
|
+
|
988
|
+
[[package]]
|
989
|
+
name = "once_cell"
|
990
|
+
version = "1.10.0"
|
991
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
992
|
+
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
993
|
+
|
994
|
+
[[package]]
|
995
|
+
name = "opaque-debug"
|
996
|
+
version = "0.3.0"
|
997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
|
+
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
999
|
+
|
1000
|
+
[[package]]
|
1001
|
+
name = "openssl-probe"
|
1002
|
+
version = "0.1.5"
|
1003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004
|
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1005
|
+
|
1006
|
+
[[package]]
|
1007
|
+
name = "peeking_take_while"
|
1008
|
+
version = "0.1.2"
|
1009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1010
|
+
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
1011
|
+
|
1012
|
+
[[package]]
|
1013
|
+
name = "percent-encoding"
|
1014
|
+
version = "2.1.0"
|
1015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1016
|
+
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
1017
|
+
|
1018
|
+
[[package]]
|
1019
|
+
name = "pin-project"
|
1020
|
+
version = "1.0.10"
|
1021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1022
|
+
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
1023
|
+
dependencies = [
|
1024
|
+
"pin-project-internal",
|
1025
|
+
]
|
1026
|
+
|
1027
|
+
[[package]]
|
1028
|
+
name = "pin-project-internal"
|
1029
|
+
version = "1.0.10"
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031
|
+
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
1032
|
+
dependencies = [
|
1033
|
+
"proc-macro2",
|
1034
|
+
"quote",
|
1035
|
+
"syn",
|
1036
|
+
]
|
1037
|
+
|
1038
|
+
[[package]]
|
1039
|
+
name = "pin-project-lite"
|
1040
|
+
version = "0.2.8"
|
1041
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042
|
+
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
1043
|
+
|
1044
|
+
[[package]]
|
1045
|
+
name = "pin-utils"
|
1046
|
+
version = "0.1.0"
|
1047
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1048
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1049
|
+
|
1050
|
+
[[package]]
|
1051
|
+
name = "pkg-config"
|
1052
|
+
version = "0.3.25"
|
1053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1054
|
+
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
1055
|
+
|
1056
|
+
[[package]]
|
1057
|
+
name = "polyval"
|
1058
|
+
version = "0.5.3"
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1060
|
+
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
1061
|
+
dependencies = [
|
1062
|
+
"cfg-if",
|
1063
|
+
"cpufeatures",
|
1064
|
+
"opaque-debug",
|
1065
|
+
"universal-hash",
|
1066
|
+
]
|
1067
|
+
|
1068
|
+
[[package]]
|
1069
|
+
name = "ppv-lite86"
|
1070
|
+
version = "0.2.16"
|
1071
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1072
|
+
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
1073
|
+
|
1074
|
+
[[package]]
|
1075
|
+
name = "proc-macro2"
|
1076
|
+
version = "1.0.37"
|
1077
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1078
|
+
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
1079
|
+
dependencies = [
|
1080
|
+
"unicode-xid",
|
1081
|
+
]
|
1082
|
+
|
1083
|
+
[[package]]
|
1084
|
+
name = "quote"
|
1085
|
+
version = "1.0.18"
|
1086
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1087
|
+
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
1088
|
+
dependencies = [
|
1089
|
+
"proc-macro2",
|
1090
|
+
]
|
1091
|
+
|
1092
|
+
[[package]]
|
1093
|
+
name = "rand"
|
1094
|
+
version = "0.8.5"
|
1095
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1097
|
+
dependencies = [
|
1098
|
+
"libc",
|
1099
|
+
"rand_chacha",
|
1100
|
+
"rand_core",
|
1101
|
+
]
|
1102
|
+
|
1103
|
+
[[package]]
|
1104
|
+
name = "rand_chacha"
|
1105
|
+
version = "0.3.1"
|
1106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1107
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1108
|
+
dependencies = [
|
1109
|
+
"ppv-lite86",
|
1110
|
+
"rand_core",
|
1111
|
+
]
|
1112
|
+
|
1113
|
+
[[package]]
|
1114
|
+
name = "rand_core"
|
1115
|
+
version = "0.6.3"
|
1116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1117
|
+
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
1118
|
+
dependencies = [
|
1119
|
+
"getrandom",
|
1120
|
+
]
|
1121
|
+
|
1122
|
+
[[package]]
|
1123
|
+
name = "rb-sys"
|
1124
|
+
version = "0.8.1"
|
1125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1126
|
+
checksum = "4db52af35291b64ce86f23f755b4576c20e3063b517269252b2f8cc883ca00e6"
|
1127
|
+
dependencies = [
|
1128
|
+
"bindgen",
|
1129
|
+
"libc",
|
1130
|
+
"pkg-config",
|
1131
|
+
]
|
1132
|
+
|
1133
|
+
[[package]]
|
1134
|
+
name = "regex"
|
1135
|
+
version = "1.5.5"
|
1136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1137
|
+
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
1138
|
+
dependencies = [
|
1139
|
+
"aho-corasick",
|
1140
|
+
"memchr",
|
1141
|
+
"regex-syntax",
|
1142
|
+
]
|
1143
|
+
|
1144
|
+
[[package]]
|
1145
|
+
name = "regex-syntax"
|
1146
|
+
version = "0.6.25"
|
1147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1148
|
+
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
1149
|
+
|
1150
|
+
[[package]]
|
1151
|
+
name = "ring"
|
1152
|
+
version = "0.16.20"
|
1153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1154
|
+
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
1155
|
+
dependencies = [
|
1156
|
+
"cc",
|
1157
|
+
"libc",
|
1158
|
+
"once_cell",
|
1159
|
+
"spin",
|
1160
|
+
"untrusted",
|
1161
|
+
"web-sys",
|
1162
|
+
"winapi",
|
1163
|
+
]
|
1164
|
+
|
1165
|
+
[[package]]
|
1166
|
+
name = "rustc-hash"
|
1167
|
+
version = "1.1.0"
|
1168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1169
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1170
|
+
|
1171
|
+
[[package]]
|
1172
|
+
name = "rustc_version"
|
1173
|
+
version = "0.4.0"
|
1174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1175
|
+
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
1176
|
+
dependencies = [
|
1177
|
+
"semver",
|
1178
|
+
]
|
1179
|
+
|
1180
|
+
[[package]]
|
1181
|
+
name = "rustls"
|
1182
|
+
version = "0.19.1"
|
1183
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1184
|
+
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
1185
|
+
dependencies = [
|
1186
|
+
"base64",
|
1187
|
+
"log",
|
1188
|
+
"ring",
|
1189
|
+
"sct",
|
1190
|
+
"webpki",
|
1191
|
+
]
|
1192
|
+
|
1193
|
+
[[package]]
|
1194
|
+
name = "rustls-native-certs"
|
1195
|
+
version = "0.5.0"
|
1196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197
|
+
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
|
1198
|
+
dependencies = [
|
1199
|
+
"openssl-probe",
|
1200
|
+
"rustls",
|
1201
|
+
"schannel",
|
1202
|
+
"security-framework",
|
1203
|
+
]
|
1204
|
+
|
1205
|
+
[[package]]
|
1206
|
+
name = "rutie"
|
1207
|
+
version = "0.8.4"
|
1208
|
+
source = "git+https://github.com/mpalmer/rutie?branch=rb_sys#c7b16b35d20c688b32b3f4092ddc6202dd9e2433"
|
1209
|
+
dependencies = [
|
1210
|
+
"lazy_static 1.4.0",
|
1211
|
+
"libc",
|
1212
|
+
"rb-sys",
|
1213
|
+
]
|
1214
|
+
|
1215
|
+
[[package]]
|
1216
|
+
name = "ryu"
|
1217
|
+
version = "1.0.9"
|
1218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
|
+
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
1220
|
+
|
1221
|
+
[[package]]
|
1222
|
+
name = "schannel"
|
1223
|
+
version = "0.1.19"
|
1224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1225
|
+
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
1226
|
+
dependencies = [
|
1227
|
+
"lazy_static 1.4.0",
|
1228
|
+
"winapi",
|
1229
|
+
]
|
1230
|
+
|
1231
|
+
[[package]]
|
1232
|
+
name = "sct"
|
1233
|
+
version = "0.6.1"
|
1234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1235
|
+
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
1236
|
+
dependencies = [
|
1237
|
+
"ring",
|
1238
|
+
"untrusted",
|
1239
|
+
]
|
1240
|
+
|
1241
|
+
[[package]]
|
1242
|
+
name = "security-framework"
|
1243
|
+
version = "2.6.1"
|
1244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1245
|
+
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
1246
|
+
dependencies = [
|
1247
|
+
"bitflags",
|
1248
|
+
"core-foundation",
|
1249
|
+
"core-foundation-sys",
|
1250
|
+
"libc",
|
1251
|
+
"security-framework-sys",
|
1252
|
+
]
|
1253
|
+
|
1254
|
+
[[package]]
|
1255
|
+
name = "security-framework-sys"
|
1256
|
+
version = "2.6.1"
|
1257
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1258
|
+
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
1259
|
+
dependencies = [
|
1260
|
+
"core-foundation-sys",
|
1261
|
+
"libc",
|
1262
|
+
]
|
1263
|
+
|
1264
|
+
[[package]]
|
1265
|
+
name = "semver"
|
1266
|
+
version = "1.0.7"
|
1267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1268
|
+
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
1269
|
+
|
1270
|
+
[[package]]
|
1271
|
+
name = "serde"
|
1272
|
+
version = "1.0.136"
|
1273
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1274
|
+
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
1275
|
+
dependencies = [
|
1276
|
+
"serde_derive",
|
1277
|
+
]
|
1278
|
+
|
1279
|
+
[[package]]
|
1280
|
+
name = "serde_cbor"
|
1281
|
+
version = "0.11.2"
|
1282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1283
|
+
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
1284
|
+
dependencies = [
|
1285
|
+
"half",
|
1286
|
+
"serde",
|
1287
|
+
]
|
1288
|
+
|
1289
|
+
[[package]]
|
1290
|
+
name = "serde_derive"
|
1291
|
+
version = "1.0.136"
|
1292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293
|
+
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
1294
|
+
dependencies = [
|
1295
|
+
"proc-macro2",
|
1296
|
+
"quote",
|
1297
|
+
"syn",
|
1298
|
+
]
|
1299
|
+
|
1300
|
+
[[package]]
|
1301
|
+
name = "shlex"
|
1302
|
+
version = "1.1.0"
|
1303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304
|
+
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
1305
|
+
|
1306
|
+
[[package]]
|
1307
|
+
name = "slab"
|
1308
|
+
version = "0.4.6"
|
1309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1310
|
+
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
1311
|
+
|
1312
|
+
[[package]]
|
1313
|
+
name = "socket2"
|
1314
|
+
version = "0.4.4"
|
1315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1316
|
+
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
1317
|
+
dependencies = [
|
1318
|
+
"libc",
|
1319
|
+
"winapi",
|
1320
|
+
]
|
1321
|
+
|
1322
|
+
[[package]]
|
1323
|
+
name = "spin"
|
1324
|
+
version = "0.5.2"
|
1325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1326
|
+
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
1327
|
+
|
1328
|
+
[[package]]
|
1329
|
+
name = "strsim"
|
1330
|
+
version = "0.8.0"
|
1331
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1332
|
+
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
1333
|
+
|
1334
|
+
[[package]]
|
1335
|
+
name = "subtle"
|
1336
|
+
version = "2.4.1"
|
1337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338
|
+
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
1339
|
+
|
1340
|
+
[[package]]
|
1341
|
+
name = "syn"
|
1342
|
+
version = "1.0.91"
|
1343
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1344
|
+
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
1345
|
+
dependencies = [
|
1346
|
+
"proc-macro2",
|
1347
|
+
"quote",
|
1348
|
+
"unicode-xid",
|
1349
|
+
]
|
1350
|
+
|
1351
|
+
[[package]]
|
1352
|
+
name = "termcolor"
|
1353
|
+
version = "1.1.3"
|
1354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1355
|
+
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
1356
|
+
dependencies = [
|
1357
|
+
"winapi-util",
|
1358
|
+
]
|
1359
|
+
|
1360
|
+
[[package]]
|
1361
|
+
name = "textwrap"
|
1362
|
+
version = "0.11.0"
|
1363
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1364
|
+
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
1365
|
+
dependencies = [
|
1366
|
+
"unicode-width",
|
1367
|
+
]
|
1368
|
+
|
1369
|
+
[[package]]
|
1370
|
+
name = "thiserror"
|
1371
|
+
version = "1.0.30"
|
1372
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1373
|
+
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
1374
|
+
dependencies = [
|
1375
|
+
"thiserror-impl",
|
1376
|
+
]
|
1377
|
+
|
1378
|
+
[[package]]
|
1379
|
+
name = "thiserror-impl"
|
1380
|
+
version = "1.0.30"
|
1381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382
|
+
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
1383
|
+
dependencies = [
|
1384
|
+
"proc-macro2",
|
1385
|
+
"quote",
|
1386
|
+
"syn",
|
1387
|
+
]
|
1388
|
+
|
1389
|
+
[[package]]
|
1390
|
+
name = "time"
|
1391
|
+
version = "0.3.9"
|
1392
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1393
|
+
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
1394
|
+
dependencies = [
|
1395
|
+
"libc",
|
1396
|
+
"num_threads",
|
1397
|
+
]
|
1398
|
+
|
1399
|
+
[[package]]
|
1400
|
+
name = "tokio"
|
1401
|
+
version = "1.17.0"
|
1402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403
|
+
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
1404
|
+
dependencies = [
|
1405
|
+
"bytes",
|
1406
|
+
"libc",
|
1407
|
+
"memchr",
|
1408
|
+
"mio",
|
1409
|
+
"num_cpus",
|
1410
|
+
"pin-project-lite",
|
1411
|
+
"socket2",
|
1412
|
+
"winapi",
|
1413
|
+
]
|
1414
|
+
|
1415
|
+
[[package]]
|
1416
|
+
name = "tokio-rustls"
|
1417
|
+
version = "0.22.0"
|
1418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1419
|
+
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
1420
|
+
dependencies = [
|
1421
|
+
"rustls",
|
1422
|
+
"tokio",
|
1423
|
+
"webpki",
|
1424
|
+
]
|
1425
|
+
|
1426
|
+
[[package]]
|
1427
|
+
name = "tokio-stream"
|
1428
|
+
version = "0.1.8"
|
1429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
+
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
1431
|
+
dependencies = [
|
1432
|
+
"futures-core",
|
1433
|
+
"pin-project-lite",
|
1434
|
+
"tokio",
|
1435
|
+
]
|
1436
|
+
|
1437
|
+
[[package]]
|
1438
|
+
name = "tokio-util"
|
1439
|
+
version = "0.6.9"
|
1440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1441
|
+
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
1442
|
+
dependencies = [
|
1443
|
+
"bytes",
|
1444
|
+
"futures-core",
|
1445
|
+
"futures-sink",
|
1446
|
+
"log",
|
1447
|
+
"pin-project-lite",
|
1448
|
+
"tokio",
|
1449
|
+
]
|
1450
|
+
|
1451
|
+
[[package]]
|
1452
|
+
name = "tokio-util"
|
1453
|
+
version = "0.7.1"
|
1454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1455
|
+
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
1456
|
+
dependencies = [
|
1457
|
+
"bytes",
|
1458
|
+
"futures-core",
|
1459
|
+
"futures-sink",
|
1460
|
+
"pin-project-lite",
|
1461
|
+
"tokio",
|
1462
|
+
"tracing",
|
1463
|
+
]
|
1464
|
+
|
1465
|
+
[[package]]
|
1466
|
+
name = "tower"
|
1467
|
+
version = "0.4.12"
|
1468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1469
|
+
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
|
1470
|
+
dependencies = [
|
1471
|
+
"futures-core",
|
1472
|
+
"futures-util",
|
1473
|
+
"pin-project",
|
1474
|
+
"pin-project-lite",
|
1475
|
+
"tokio",
|
1476
|
+
"tower-layer",
|
1477
|
+
"tower-service",
|
1478
|
+
"tracing",
|
1479
|
+
]
|
1480
|
+
|
1481
|
+
[[package]]
|
1482
|
+
name = "tower-layer"
|
1483
|
+
version = "0.3.1"
|
1484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485
|
+
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
1486
|
+
|
1487
|
+
[[package]]
|
1488
|
+
name = "tower-service"
|
1489
|
+
version = "0.3.1"
|
1490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1491
|
+
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
1492
|
+
|
1493
|
+
[[package]]
|
1494
|
+
name = "tracing"
|
1495
|
+
version = "0.1.34"
|
1496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497
|
+
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
1498
|
+
dependencies = [
|
1499
|
+
"cfg-if",
|
1500
|
+
"log",
|
1501
|
+
"pin-project-lite",
|
1502
|
+
"tracing-attributes",
|
1503
|
+
"tracing-core",
|
1504
|
+
]
|
1505
|
+
|
1506
|
+
[[package]]
|
1507
|
+
name = "tracing-attributes"
|
1508
|
+
version = "0.1.20"
|
1509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1510
|
+
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
1511
|
+
dependencies = [
|
1512
|
+
"proc-macro2",
|
1513
|
+
"quote",
|
1514
|
+
"syn",
|
1515
|
+
]
|
1516
|
+
|
1517
|
+
[[package]]
|
1518
|
+
name = "tracing-core"
|
1519
|
+
version = "0.1.26"
|
1520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1521
|
+
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
1522
|
+
dependencies = [
|
1523
|
+
"lazy_static 1.4.0",
|
1524
|
+
]
|
1525
|
+
|
1526
|
+
[[package]]
|
1527
|
+
name = "try-lock"
|
1528
|
+
version = "0.2.3"
|
1529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1530
|
+
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
1531
|
+
|
1532
|
+
[[package]]
|
1533
|
+
name = "typenum"
|
1534
|
+
version = "1.15.0"
|
1535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1536
|
+
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
1537
|
+
|
1538
|
+
[[package]]
|
1539
|
+
name = "unicode-width"
|
1540
|
+
version = "0.1.9"
|
1541
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1542
|
+
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
1543
|
+
|
1544
|
+
[[package]]
|
1545
|
+
name = "unicode-xid"
|
1546
|
+
version = "0.2.2"
|
1547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1548
|
+
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
1549
|
+
|
1550
|
+
[[package]]
|
1551
|
+
name = "universal-hash"
|
1552
|
+
version = "0.4.1"
|
1553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1554
|
+
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
1555
|
+
dependencies = [
|
1556
|
+
"generic-array",
|
1557
|
+
"subtle",
|
1558
|
+
]
|
1559
|
+
|
1560
|
+
[[package]]
|
1561
|
+
name = "untrusted"
|
1562
|
+
version = "0.7.1"
|
1563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1564
|
+
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
1565
|
+
|
1566
|
+
[[package]]
|
1567
|
+
name = "urlencoding"
|
1568
|
+
version = "2.1.0"
|
1569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1570
|
+
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
|
1571
|
+
|
1572
|
+
[[package]]
|
1573
|
+
name = "vec_map"
|
1574
|
+
version = "0.8.2"
|
1575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1576
|
+
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
1577
|
+
|
1578
|
+
[[package]]
|
1579
|
+
name = "version_check"
|
1580
|
+
version = "0.9.4"
|
1581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1582
|
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
1583
|
+
|
1584
|
+
[[package]]
|
1585
|
+
name = "want"
|
1586
|
+
version = "0.3.0"
|
1587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588
|
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
1589
|
+
dependencies = [
|
1590
|
+
"log",
|
1591
|
+
"try-lock",
|
1592
|
+
]
|
1593
|
+
|
1594
|
+
[[package]]
|
1595
|
+
name = "wasi"
|
1596
|
+
version = "0.10.2+wasi-snapshot-preview1"
|
1597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1598
|
+
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
1599
|
+
|
1600
|
+
[[package]]
|
1601
|
+
name = "wasi"
|
1602
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
1603
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1604
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1605
|
+
|
1606
|
+
[[package]]
|
1607
|
+
name = "wasm-bindgen"
|
1608
|
+
version = "0.2.80"
|
1609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1610
|
+
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
1611
|
+
dependencies = [
|
1612
|
+
"cfg-if",
|
1613
|
+
"wasm-bindgen-macro",
|
1614
|
+
]
|
1615
|
+
|
1616
|
+
[[package]]
|
1617
|
+
name = "wasm-bindgen-backend"
|
1618
|
+
version = "0.2.80"
|
1619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1620
|
+
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
1621
|
+
dependencies = [
|
1622
|
+
"bumpalo",
|
1623
|
+
"lazy_static 1.4.0",
|
1624
|
+
"log",
|
1625
|
+
"proc-macro2",
|
1626
|
+
"quote",
|
1627
|
+
"syn",
|
1628
|
+
"wasm-bindgen-shared",
|
1629
|
+
]
|
1630
|
+
|
1631
|
+
[[package]]
|
1632
|
+
name = "wasm-bindgen-macro"
|
1633
|
+
version = "0.2.80"
|
1634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1635
|
+
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
1636
|
+
dependencies = [
|
1637
|
+
"quote",
|
1638
|
+
"wasm-bindgen-macro-support",
|
1639
|
+
]
|
1640
|
+
|
1641
|
+
[[package]]
|
1642
|
+
name = "wasm-bindgen-macro-support"
|
1643
|
+
version = "0.2.80"
|
1644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645
|
+
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
1646
|
+
dependencies = [
|
1647
|
+
"proc-macro2",
|
1648
|
+
"quote",
|
1649
|
+
"syn",
|
1650
|
+
"wasm-bindgen-backend",
|
1651
|
+
"wasm-bindgen-shared",
|
1652
|
+
]
|
1653
|
+
|
1654
|
+
[[package]]
|
1655
|
+
name = "wasm-bindgen-shared"
|
1656
|
+
version = "0.2.80"
|
1657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1658
|
+
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
1659
|
+
|
1660
|
+
[[package]]
|
1661
|
+
name = "web-sys"
|
1662
|
+
version = "0.3.57"
|
1663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1664
|
+
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
1665
|
+
dependencies = [
|
1666
|
+
"js-sys",
|
1667
|
+
"wasm-bindgen",
|
1668
|
+
]
|
1669
|
+
|
1670
|
+
[[package]]
|
1671
|
+
name = "webpki"
|
1672
|
+
version = "0.21.4"
|
1673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1674
|
+
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
1675
|
+
dependencies = [
|
1676
|
+
"ring",
|
1677
|
+
"untrusted",
|
1678
|
+
]
|
1679
|
+
|
1680
|
+
[[package]]
|
1681
|
+
name = "which"
|
1682
|
+
version = "4.2.5"
|
1683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1684
|
+
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
1685
|
+
dependencies = [
|
1686
|
+
"either",
|
1687
|
+
"lazy_static 1.4.0",
|
1688
|
+
"libc",
|
1689
|
+
]
|
1690
|
+
|
1691
|
+
[[package]]
|
1692
|
+
name = "winapi"
|
1693
|
+
version = "0.3.9"
|
1694
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1695
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1696
|
+
dependencies = [
|
1697
|
+
"winapi-i686-pc-windows-gnu",
|
1698
|
+
"winapi-x86_64-pc-windows-gnu",
|
1699
|
+
]
|
1700
|
+
|
1701
|
+
[[package]]
|
1702
|
+
name = "winapi-i686-pc-windows-gnu"
|
1703
|
+
version = "0.4.0"
|
1704
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1705
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1706
|
+
|
1707
|
+
[[package]]
|
1708
|
+
name = "winapi-util"
|
1709
|
+
version = "0.1.5"
|
1710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711
|
+
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
1712
|
+
dependencies = [
|
1713
|
+
"winapi",
|
1714
|
+
]
|
1715
|
+
|
1716
|
+
[[package]]
|
1717
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
1718
|
+
version = "0.4.0"
|
1719
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1720
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1721
|
+
|
1722
|
+
[[package]]
|
1723
|
+
name = "xmlparser"
|
1724
|
+
version = "0.13.3"
|
1725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1726
|
+
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
1727
|
+
|
1728
|
+
[[package]]
|
1729
|
+
name = "zeroize"
|
1730
|
+
version = "1.5.4"
|
1731
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732
|
+
checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"
|