tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
teleport: 12.1.0 -> 12.1.5
Justinas Stankevicius
3 years ago
a0405f0a
6af815e7
+1880
-15
6 changed files
expand all
collapse all
unified
split
pkgs
servers
teleport
11
default.nix
12
Cargo.lock
default.nix
12.nix
generic.nix
top-level
all-packages.nix
+1
-1
pkgs/servers/teleport/11.nix
pkgs/servers/teleport/11/default.nix
reviewed
···
1
1
{ callPackage, ... }@args:
2
2
-
callPackage ./generic.nix ({
2
2
+
callPackage ../generic.nix ({
3
3
version = "11.3.5";
4
4
hash = "sha256-/InWly0jCiPBlgM/qgS6ErMv7Hhg5PW9sldda1oaUIg=";
5
5
vendorHash = "sha256-NkiFLEHBNjxUOSuAlVugAV14yCCo3z6yhX7LZQFKhvA=";
-8
pkgs/servers/teleport/12.nix
reviewed
···
1
1
-
{ callPackage, ... }@args:
2
2
-
callPackage ./generic.nix ({
3
3
-
version = "12.1.0";
4
4
-
hash = "sha256-rM8ehf4Bb+IvbLLeZEfQZnq6ViAp4d3RiYv1lGYbrOc=";
5
5
-
vendorHash = "sha256-euzu6GROCZnmawLnh549ETlfLDqKFuUG9YM6klXO3z0=";
6
6
-
cargoHash = "sha256-p8N07EITd+EAMJxMqBtg+1kOuqa94e5c3NtT3Z4VL6g=";
7
7
-
yarnHash = "sha256-zwKjuP85VCCghpRdwGtaul9VtMF5ByMJ45QU7wgrteg=";
8
8
-
} // builtins.removeAttrs args [ "callPackage" ])
+1861
pkgs/servers/teleport/12/Cargo.lock
reviewed
···
1
1
+
# This file is automatically @generated by Cargo.
2
2
+
# It is not intended for manual editing.
3
3
+
version = 3
4
4
+
5
5
+
[[package]]
6
6
+
name = "adler"
7
7
+
version = "1.0.2"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
10
+
11
11
+
[[package]]
12
12
+
name = "aho-corasick"
13
13
+
version = "0.7.20"
14
14
+
source = "registry+https://github.com/rust-lang/crates.io-index"
15
15
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
16
16
+
dependencies = [
17
17
+
"memchr",
18
18
+
]
19
19
+
20
20
+
[[package]]
21
21
+
name = "asn1-rs"
22
22
+
version = "0.5.1"
23
23
+
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
+
checksum = "cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4"
25
25
+
dependencies = [
26
26
+
"asn1-rs-derive",
27
27
+
"asn1-rs-impl",
28
28
+
"displaydoc",
29
29
+
"nom",
30
30
+
"num-traits",
31
31
+
"rusticata-macros",
32
32
+
"thiserror",
33
33
+
"time",
34
34
+
]
35
35
+
36
36
+
[[package]]
37
37
+
name = "asn1-rs-derive"
38
38
+
version = "0.4.0"
39
39
+
source = "registry+https://github.com/rust-lang/crates.io-index"
40
40
+
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
41
41
+
dependencies = [
42
42
+
"proc-macro2",
43
43
+
"quote",
44
44
+
"syn",
45
45
+
"synstructure",
46
46
+
]
47
47
+
48
48
+
[[package]]
49
49
+
name = "asn1-rs-impl"
50
50
+
version = "0.1.0"
51
51
+
source = "registry+https://github.com/rust-lang/crates.io-index"
52
52
+
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
53
53
+
dependencies = [
54
54
+
"proc-macro2",
55
55
+
"quote",
56
56
+
"syn",
57
57
+
]
58
58
+
59
59
+
[[package]]
60
60
+
name = "atomic-polyfill"
61
61
+
version = "0.1.11"
62
62
+
source = "registry+https://github.com/rust-lang/crates.io-index"
63
63
+
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
64
64
+
dependencies = [
65
65
+
"critical-section",
66
66
+
]
67
67
+
68
68
+
[[package]]
69
69
+
name = "atty"
70
70
+
version = "0.2.14"
71
71
+
source = "registry+https://github.com/rust-lang/crates.io-index"
72
72
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
73
73
+
dependencies = [
74
74
+
"hermit-abi 0.1.19",
75
75
+
"libc",
76
76
+
"winapi",
77
77
+
]
78
78
+
79
79
+
[[package]]
80
80
+
name = "autocfg"
81
81
+
version = "1.1.0"
82
82
+
source = "registry+https://github.com/rust-lang/crates.io-index"
83
83
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
84
84
+
85
85
+
[[package]]
86
86
+
name = "base64"
87
87
+
version = "0.13.1"
88
88
+
source = "registry+https://github.com/rust-lang/crates.io-index"
89
89
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
90
90
+
91
91
+
[[package]]
92
92
+
name = "base64ct"
93
93
+
version = "1.5.3"
94
94
+
source = "registry+https://github.com/rust-lang/crates.io-index"
95
95
+
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
96
96
+
97
97
+
[[package]]
98
98
+
name = "bindgen"
99
99
+
version = "0.60.1"
100
100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
101
101
+
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
102
102
+
dependencies = [
103
103
+
"bitflags",
104
104
+
"cexpr",
105
105
+
"clang-sys",
106
106
+
"lazy_static",
107
107
+
"lazycell",
108
108
+
"peeking_take_while",
109
109
+
"proc-macro2",
110
110
+
"quote",
111
111
+
"regex",
112
112
+
"rustc-hash",
113
113
+
"shlex",
114
114
+
]
115
115
+
116
116
+
[[package]]
117
117
+
name = "bitflags"
118
118
+
version = "1.3.2"
119
119
+
source = "registry+https://github.com/rust-lang/crates.io-index"
120
120
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
121
121
+
122
122
+
[[package]]
123
123
+
name = "block-buffer"
124
124
+
version = "0.7.3"
125
125
+
source = "registry+https://github.com/rust-lang/crates.io-index"
126
126
+
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
127
127
+
dependencies = [
128
128
+
"block-padding",
129
129
+
"byte-tools",
130
130
+
"byteorder",
131
131
+
"generic-array 0.12.4",
132
132
+
]
133
133
+
134
134
+
[[package]]
135
135
+
name = "block-padding"
136
136
+
version = "0.1.5"
137
137
+
source = "registry+https://github.com/rust-lang/crates.io-index"
138
138
+
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
139
139
+
dependencies = [
140
140
+
"byte-tools",
141
141
+
]
142
142
+
143
143
+
[[package]]
144
144
+
name = "boring"
145
145
+
version = "2.1.0"
146
146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
147
147
+
checksum = "4c713ad6d8d7a681a43870ac37b89efd2a08015ceb4b256d82707509c1f0b6bb"
148
148
+
dependencies = [
149
149
+
"bitflags",
150
150
+
"boring-sys",
151
151
+
"foreign-types",
152
152
+
"lazy_static",
153
153
+
"libc",
154
154
+
]
155
155
+
156
156
+
[[package]]
157
157
+
name = "boring-sys"
158
158
+
version = "2.1.0"
159
159
+
source = "registry+https://github.com/rust-lang/crates.io-index"
160
160
+
checksum = "7663d3069437a5ccdb2b5f4f481c8b80446daea10fa8503844e89ac65fcdc363"
161
161
+
dependencies = [
162
162
+
"bindgen",
163
163
+
"cmake",
164
164
+
]
165
165
+
166
166
+
[[package]]
167
167
+
name = "bufstream"
168
168
+
version = "0.1.4"
169
169
+
source = "registry+https://github.com/rust-lang/crates.io-index"
170
170
+
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
171
171
+
172
172
+
[[package]]
173
173
+
name = "bumpalo"
174
174
+
version = "3.11.1"
175
175
+
source = "registry+https://github.com/rust-lang/crates.io-index"
176
176
+
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
177
177
+
178
178
+
[[package]]
179
179
+
name = "byte-tools"
180
180
+
version = "0.3.1"
181
181
+
source = "registry+https://github.com/rust-lang/crates.io-index"
182
182
+
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
183
183
+
184
184
+
[[package]]
185
185
+
name = "byteorder"
186
186
+
version = "1.4.3"
187
187
+
source = "registry+https://github.com/rust-lang/crates.io-index"
188
188
+
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
189
189
+
190
190
+
[[package]]
191
191
+
name = "cbindgen"
192
192
+
version = "0.24.3"
193
193
+
source = "registry+https://github.com/rust-lang/crates.io-index"
194
194
+
checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb"
195
195
+
dependencies = [
196
196
+
"clap",
197
197
+
"heck",
198
198
+
"indexmap",
199
199
+
"log",
200
200
+
"proc-macro2",
201
201
+
"quote",
202
202
+
"serde",
203
203
+
"serde_json",
204
204
+
"syn",
205
205
+
"tempfile",
206
206
+
"toml",
207
207
+
]
208
208
+
209
209
+
[[package]]
210
210
+
name = "cc"
211
211
+
version = "1.0.78"
212
212
+
source = "registry+https://github.com/rust-lang/crates.io-index"
213
213
+
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
214
214
+
215
215
+
[[package]]
216
216
+
name = "cexpr"
217
217
+
version = "0.6.0"
218
218
+
source = "registry+https://github.com/rust-lang/crates.io-index"
219
219
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
220
220
+
dependencies = [
221
221
+
"nom",
222
222
+
]
223
223
+
224
224
+
[[package]]
225
225
+
name = "cfg-if"
226
226
+
version = "1.0.0"
227
227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
228
228
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
229
229
+
230
230
+
[[package]]
231
231
+
name = "cipher"
232
232
+
version = "0.4.3"
233
233
+
source = "registry+https://github.com/rust-lang/crates.io-index"
234
234
+
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
235
235
+
dependencies = [
236
236
+
"crypto-common",
237
237
+
"inout",
238
238
+
]
239
239
+
240
240
+
[[package]]
241
241
+
name = "clang-sys"
242
242
+
version = "1.4.0"
243
243
+
source = "registry+https://github.com/rust-lang/crates.io-index"
244
244
+
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
245
245
+
dependencies = [
246
246
+
"glob",
247
247
+
"libc",
248
248
+
"libloading",
249
249
+
]
250
250
+
251
251
+
[[package]]
252
252
+
name = "clap"
253
253
+
version = "3.2.23"
254
254
+
source = "registry+https://github.com/rust-lang/crates.io-index"
255
255
+
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
256
256
+
dependencies = [
257
257
+
"atty",
258
258
+
"bitflags",
259
259
+
"clap_lex",
260
260
+
"indexmap",
261
261
+
"strsim",
262
262
+
"termcolor",
263
263
+
"textwrap",
264
264
+
]
265
265
+
266
266
+
[[package]]
267
267
+
name = "clap_lex"
268
268
+
version = "0.2.4"
269
269
+
source = "registry+https://github.com/rust-lang/crates.io-index"
270
270
+
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
271
271
+
dependencies = [
272
272
+
"os_str_bytes",
273
273
+
]
274
274
+
275
275
+
[[package]]
276
276
+
name = "cmake"
277
277
+
version = "0.1.49"
278
278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
279
279
+
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
280
280
+
dependencies = [
281
281
+
"cc",
282
282
+
]
283
283
+
284
284
+
[[package]]
285
285
+
name = "const-oid"
286
286
+
version = "0.7.1"
287
287
+
source = "registry+https://github.com/rust-lang/crates.io-index"
288
288
+
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
289
289
+
290
290
+
[[package]]
291
291
+
name = "const-oid"
292
292
+
version = "0.9.1"
293
293
+
source = "registry+https://github.com/rust-lang/crates.io-index"
294
294
+
checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
295
295
+
296
296
+
[[package]]
297
297
+
name = "crc32fast"
298
298
+
version = "1.3.2"
299
299
+
source = "registry+https://github.com/rust-lang/crates.io-index"
300
300
+
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
301
301
+
dependencies = [
302
302
+
"cfg-if",
303
303
+
]
304
304
+
305
305
+
[[package]]
306
306
+
name = "critical-section"
307
307
+
version = "1.1.1"
308
308
+
source = "registry+https://github.com/rust-lang/crates.io-index"
309
309
+
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
310
310
+
311
311
+
[[package]]
312
312
+
name = "crypto-bigint"
313
313
+
version = "0.3.2"
314
314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
315
315
+
checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
316
316
+
dependencies = [
317
317
+
"generic-array 0.14.6",
318
318
+
"subtle 2.4.1",
319
319
+
]
320
320
+
321
321
+
[[package]]
322
322
+
name = "crypto-common"
323
323
+
version = "0.1.6"
324
324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
325
325
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
326
326
+
dependencies = [
327
327
+
"generic-array 0.14.6",
328
328
+
"typenum",
329
329
+
]
330
330
+
331
331
+
[[package]]
332
332
+
name = "crypto-mac"
333
333
+
version = "0.7.0"
334
334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
335
335
+
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
336
336
+
dependencies = [
337
337
+
"generic-array 0.12.4",
338
338
+
"subtle 1.0.0",
339
339
+
]
340
340
+
341
341
+
[[package]]
342
342
+
name = "data-encoding"
343
343
+
version = "2.3.3"
344
344
+
source = "registry+https://github.com/rust-lang/crates.io-index"
345
345
+
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
346
346
+
347
347
+
[[package]]
348
348
+
name = "delog"
349
349
+
version = "0.1.6"
350
350
+
source = "registry+https://github.com/rust-lang/crates.io-index"
351
351
+
checksum = "4cd67f90cc14e0a91cf693141453cccf2b74db9d59c40f6be18b79169fe77dfd"
352
352
+
dependencies = [
353
353
+
"log",
354
354
+
]
355
355
+
356
356
+
[[package]]
357
357
+
name = "der"
358
358
+
version = "0.5.1"
359
359
+
source = "registry+https://github.com/rust-lang/crates.io-index"
360
360
+
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
361
361
+
dependencies = [
362
362
+
"const-oid 0.7.1",
363
363
+
"crypto-bigint",
364
364
+
"pem-rfc7468 0.3.1",
365
365
+
]
366
366
+
367
367
+
[[package]]
368
368
+
name = "der"
369
369
+
version = "0.6.1"
370
370
+
source = "registry+https://github.com/rust-lang/crates.io-index"
371
371
+
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
372
372
+
dependencies = [
373
373
+
"const-oid 0.9.1",
374
374
+
"pem-rfc7468 0.6.0",
375
375
+
"zeroize",
376
376
+
]
377
377
+
378
378
+
[[package]]
379
379
+
name = "der-parser"
380
380
+
version = "8.1.0"
381
381
+
source = "registry+https://github.com/rust-lang/crates.io-index"
382
382
+
checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1"
383
383
+
dependencies = [
384
384
+
"asn1-rs",
385
385
+
"displaydoc",
386
386
+
"nom",
387
387
+
"num-bigint 0.4.3",
388
388
+
"num-traits",
389
389
+
"rusticata-macros",
390
390
+
]
391
391
+
392
392
+
[[package]]
393
393
+
name = "derivative"
394
394
+
version = "2.2.0"
395
395
+
source = "registry+https://github.com/rust-lang/crates.io-index"
396
396
+
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
397
397
+
dependencies = [
398
398
+
"proc-macro2",
399
399
+
"quote",
400
400
+
"syn",
401
401
+
]
402
402
+
403
403
+
[[package]]
404
404
+
name = "digest"
405
405
+
version = "0.8.1"
406
406
+
source = "registry+https://github.com/rust-lang/crates.io-index"
407
407
+
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
408
408
+
dependencies = [
409
409
+
"generic-array 0.12.4",
410
410
+
]
411
411
+
412
412
+
[[package]]
413
413
+
name = "digest"
414
414
+
version = "0.10.6"
415
415
+
source = "registry+https://github.com/rust-lang/crates.io-index"
416
416
+
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
417
417
+
dependencies = [
418
418
+
"const-oid 0.9.1",
419
419
+
"crypto-common",
420
420
+
]
421
421
+
422
422
+
[[package]]
423
423
+
name = "displaydoc"
424
424
+
version = "0.2.3"
425
425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
426
426
+
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
427
427
+
dependencies = [
428
428
+
"proc-macro2",
429
429
+
"quote",
430
430
+
"syn",
431
431
+
]
432
432
+
433
433
+
[[package]]
434
434
+
name = "env_logger"
435
435
+
version = "0.10.0"
436
436
+
source = "registry+https://github.com/rust-lang/crates.io-index"
437
437
+
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
438
438
+
dependencies = [
439
439
+
"humantime",
440
440
+
"is-terminal",
441
441
+
"log",
442
442
+
"regex",
443
443
+
"termcolor",
444
444
+
]
445
445
+
446
446
+
[[package]]
447
447
+
name = "errno"
448
448
+
version = "0.2.8"
449
449
+
source = "registry+https://github.com/rust-lang/crates.io-index"
450
450
+
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
451
451
+
dependencies = [
452
452
+
"errno-dragonfly",
453
453
+
"libc",
454
454
+
"winapi",
455
455
+
]
456
456
+
457
457
+
[[package]]
458
458
+
name = "errno-dragonfly"
459
459
+
version = "0.1.2"
460
460
+
source = "registry+https://github.com/rust-lang/crates.io-index"
461
461
+
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
462
462
+
dependencies = [
463
463
+
"cc",
464
464
+
"libc",
465
465
+
]
466
466
+
467
467
+
[[package]]
468
468
+
name = "fake-simd"
469
469
+
version = "0.1.2"
470
470
+
source = "registry+https://github.com/rust-lang/crates.io-index"
471
471
+
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
472
472
+
473
473
+
[[package]]
474
474
+
name = "fastrand"
475
475
+
version = "1.8.0"
476
476
+
source = "registry+https://github.com/rust-lang/crates.io-index"
477
477
+
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
478
478
+
dependencies = [
479
479
+
"instant",
480
480
+
]
481
481
+
482
482
+
[[package]]
483
483
+
name = "flate2"
484
484
+
version = "1.0.25"
485
485
+
source = "registry+https://github.com/rust-lang/crates.io-index"
486
486
+
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
487
487
+
dependencies = [
488
488
+
"crc32fast",
489
489
+
"miniz_oxide",
490
490
+
]
491
491
+
492
492
+
[[package]]
493
493
+
name = "foreign-types"
494
494
+
version = "0.5.0"
495
495
+
source = "registry+https://github.com/rust-lang/crates.io-index"
496
496
+
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
497
497
+
dependencies = [
498
498
+
"foreign-types-macros",
499
499
+
"foreign-types-shared",
500
500
+
]
501
501
+
502
502
+
[[package]]
503
503
+
name = "foreign-types-macros"
504
504
+
version = "0.2.2"
505
505
+
source = "registry+https://github.com/rust-lang/crates.io-index"
506
506
+
checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc"
507
507
+
dependencies = [
508
508
+
"proc-macro2",
509
509
+
"quote",
510
510
+
"syn",
511
511
+
]
512
512
+
513
513
+
[[package]]
514
514
+
name = "foreign-types-shared"
515
515
+
version = "0.3.1"
516
516
+
source = "registry+https://github.com/rust-lang/crates.io-index"
517
517
+
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
518
518
+
519
519
+
[[package]]
520
520
+
name = "generic-array"
521
521
+
version = "0.12.4"
522
522
+
source = "registry+https://github.com/rust-lang/crates.io-index"
523
523
+
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
524
524
+
dependencies = [
525
525
+
"typenum",
526
526
+
]
527
527
+
528
528
+
[[package]]
529
529
+
name = "generic-array"
530
530
+
version = "0.14.6"
531
531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
532
532
+
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
533
533
+
dependencies = [
534
534
+
"typenum",
535
535
+
"version_check",
536
536
+
]
537
537
+
538
538
+
[[package]]
539
539
+
name = "gethostname"
540
540
+
version = "0.2.3"
541
541
+
source = "registry+https://github.com/rust-lang/crates.io-index"
542
542
+
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
543
543
+
dependencies = [
544
544
+
"libc",
545
545
+
"winapi",
546
546
+
]
547
547
+
548
548
+
[[package]]
549
549
+
name = "getrandom"
550
550
+
version = "0.1.16"
551
551
+
source = "registry+https://github.com/rust-lang/crates.io-index"
552
552
+
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
553
553
+
dependencies = [
554
554
+
"cfg-if",
555
555
+
"libc",
556
556
+
"wasi 0.9.0+wasi-snapshot-preview1",
557
557
+
]
558
558
+
559
559
+
[[package]]
560
560
+
name = "getrandom"
561
561
+
version = "0.2.8"
562
562
+
source = "registry+https://github.com/rust-lang/crates.io-index"
563
563
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
564
564
+
dependencies = [
565
565
+
"cfg-if",
566
566
+
"libc",
567
567
+
"wasi 0.11.0+wasi-snapshot-preview1",
568
568
+
]
569
569
+
570
570
+
[[package]]
571
571
+
name = "glob"
572
572
+
version = "0.3.0"
573
573
+
source = "registry+https://github.com/rust-lang/crates.io-index"
574
574
+
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
575
575
+
576
576
+
[[package]]
577
577
+
name = "hash32"
578
578
+
version = "0.2.1"
579
579
+
source = "registry+https://github.com/rust-lang/crates.io-index"
580
580
+
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
581
581
+
dependencies = [
582
582
+
"byteorder",
583
583
+
]
584
584
+
585
585
+
[[package]]
586
586
+
name = "hashbrown"
587
587
+
version = "0.12.3"
588
588
+
source = "registry+https://github.com/rust-lang/crates.io-index"
589
589
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
590
590
+
591
591
+
[[package]]
592
592
+
name = "heapless"
593
593
+
version = "0.7.16"
594
594
+
source = "registry+https://github.com/rust-lang/crates.io-index"
595
595
+
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
596
596
+
dependencies = [
597
597
+
"atomic-polyfill",
598
598
+
"hash32",
599
599
+
"rustc_version",
600
600
+
"spin 0.9.4",
601
601
+
"stable_deref_trait",
602
602
+
]
603
603
+
604
604
+
[[package]]
605
605
+
name = "heck"
606
606
+
version = "0.4.0"
607
607
+
source = "registry+https://github.com/rust-lang/crates.io-index"
608
608
+
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
609
609
+
610
610
+
[[package]]
611
611
+
name = "hermit-abi"
612
612
+
version = "0.1.19"
613
613
+
source = "registry+https://github.com/rust-lang/crates.io-index"
614
614
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
615
615
+
dependencies = [
616
616
+
"libc",
617
617
+
]
618
618
+
619
619
+
[[package]]
620
620
+
name = "hermit-abi"
621
621
+
version = "0.2.6"
622
622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
623
623
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
624
624
+
dependencies = [
625
625
+
"libc",
626
626
+
]
627
627
+
628
628
+
[[package]]
629
629
+
name = "hmac"
630
630
+
version = "0.7.1"
631
631
+
source = "registry+https://github.com/rust-lang/crates.io-index"
632
632
+
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
633
633
+
dependencies = [
634
634
+
"crypto-mac",
635
635
+
"digest 0.8.1",
636
636
+
]
637
637
+
638
638
+
[[package]]
639
639
+
name = "humantime"
640
640
+
version = "2.1.0"
641
641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
642
642
+
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
643
643
+
644
644
+
[[package]]
645
645
+
name = "indexmap"
646
646
+
version = "1.9.2"
647
647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
648
648
+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
649
649
+
dependencies = [
650
650
+
"autocfg",
651
651
+
"hashbrown",
652
652
+
]
653
653
+
654
654
+
[[package]]
655
655
+
name = "inout"
656
656
+
version = "0.1.3"
657
657
+
source = "registry+https://github.com/rust-lang/crates.io-index"
658
658
+
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
659
659
+
dependencies = [
660
660
+
"generic-array 0.14.6",
661
661
+
]
662
662
+
663
663
+
[[package]]
664
664
+
name = "instant"
665
665
+
version = "0.1.12"
666
666
+
source = "registry+https://github.com/rust-lang/crates.io-index"
667
667
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
668
668
+
dependencies = [
669
669
+
"cfg-if",
670
670
+
]
671
671
+
672
672
+
[[package]]
673
673
+
name = "io-lifetimes"
674
674
+
version = "1.0.3"
675
675
+
source = "registry+https://github.com/rust-lang/crates.io-index"
676
676
+
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
677
677
+
dependencies = [
678
678
+
"libc",
679
679
+
"windows-sys",
680
680
+
]
681
681
+
682
682
+
[[package]]
683
683
+
name = "is-terminal"
684
684
+
version = "0.4.2"
685
685
+
source = "registry+https://github.com/rust-lang/crates.io-index"
686
686
+
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
687
687
+
dependencies = [
688
688
+
"hermit-abi 0.2.6",
689
689
+
"io-lifetimes",
690
690
+
"rustix",
691
691
+
"windows-sys",
692
692
+
]
693
693
+
694
694
+
[[package]]
695
695
+
name = "iso7816"
696
696
+
version = "0.1.1"
697
697
+
source = "registry+https://github.com/rust-lang/crates.io-index"
698
698
+
checksum = "e7e6ac743d509349b7865595ce90bbfcfbe59f42b8ec0db9e76ec361ace3f652"
699
699
+
dependencies = [
700
700
+
"delog",
701
701
+
"heapless",
702
702
+
]
703
703
+
704
704
+
[[package]]
705
705
+
name = "iso7816-tlv"
706
706
+
version = "0.4.2"
707
707
+
source = "registry+https://github.com/rust-lang/crates.io-index"
708
708
+
checksum = "395d8e0ae63eb5016fbcf4a72864155880e34bce0158206fcfa7218efdd52e82"
709
709
+
dependencies = [
710
710
+
"untrusted 0.9.0",
711
711
+
]
712
712
+
713
713
+
[[package]]
714
714
+
name = "itoa"
715
715
+
version = "1.0.5"
716
716
+
source = "registry+https://github.com/rust-lang/crates.io-index"
717
717
+
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
718
718
+
719
719
+
[[package]]
720
720
+
name = "js-sys"
721
721
+
version = "0.3.60"
722
722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
723
723
+
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
724
724
+
dependencies = [
725
725
+
"wasm-bindgen",
726
726
+
]
727
727
+
728
728
+
[[package]]
729
729
+
name = "lazy_static"
730
730
+
version = "1.4.0"
731
731
+
source = "registry+https://github.com/rust-lang/crates.io-index"
732
732
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
733
733
+
dependencies = [
734
734
+
"spin 0.5.2",
735
735
+
]
736
736
+
737
737
+
[[package]]
738
738
+
name = "lazycell"
739
739
+
version = "1.3.0"
740
740
+
source = "registry+https://github.com/rust-lang/crates.io-index"
741
741
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
742
742
+
743
743
+
[[package]]
744
744
+
name = "libc"
745
745
+
version = "0.2.139"
746
746
+
source = "registry+https://github.com/rust-lang/crates.io-index"
747
747
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
748
748
+
749
749
+
[[package]]
750
750
+
name = "libloading"
751
751
+
version = "0.7.4"
752
752
+
source = "registry+https://github.com/rust-lang/crates.io-index"
753
753
+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
754
754
+
dependencies = [
755
755
+
"cfg-if",
756
756
+
"winapi",
757
757
+
]
758
758
+
759
759
+
[[package]]
760
760
+
name = "libm"
761
761
+
version = "0.2.6"
762
762
+
source = "registry+https://github.com/rust-lang/crates.io-index"
763
763
+
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
764
764
+
765
765
+
[[package]]
766
766
+
name = "linux-raw-sys"
767
767
+
version = "0.1.4"
768
768
+
source = "registry+https://github.com/rust-lang/crates.io-index"
769
769
+
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
770
770
+
771
771
+
[[package]]
772
772
+
name = "lock_api"
773
773
+
version = "0.4.9"
774
774
+
source = "registry+https://github.com/rust-lang/crates.io-index"
775
775
+
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
776
776
+
dependencies = [
777
777
+
"autocfg",
778
778
+
"scopeguard",
779
779
+
]
780
780
+
781
781
+
[[package]]
782
782
+
name = "log"
783
783
+
version = "0.4.17"
784
784
+
source = "registry+https://github.com/rust-lang/crates.io-index"
785
785
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
786
786
+
dependencies = [
787
787
+
"cfg-if",
788
788
+
]
789
789
+
790
790
+
[[package]]
791
791
+
name = "md-5"
792
792
+
version = "0.8.0"
793
793
+
source = "registry+https://github.com/rust-lang/crates.io-index"
794
794
+
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
795
795
+
dependencies = [
796
796
+
"block-buffer",
797
797
+
"digest 0.8.1",
798
798
+
"opaque-debug",
799
799
+
]
800
800
+
801
801
+
[[package]]
802
802
+
name = "md4"
803
803
+
version = "0.8.0"
804
804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
805
805
+
checksum = "a4030c65cf2aab7ada769cae7d1e7159f8d034d6ded4f39afba037f094bfd9a1"
806
806
+
dependencies = [
807
807
+
"block-buffer",
808
808
+
"digest 0.8.1",
809
809
+
"fake-simd",
810
810
+
"opaque-debug",
811
811
+
]
812
812
+
813
813
+
[[package]]
814
814
+
name = "memchr"
815
815
+
version = "2.5.0"
816
816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
817
817
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
818
818
+
819
819
+
[[package]]
820
820
+
name = "minimal-lexical"
821
821
+
version = "0.2.1"
822
822
+
source = "registry+https://github.com/rust-lang/crates.io-index"
823
823
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
824
824
+
825
825
+
[[package]]
826
826
+
name = "miniz_oxide"
827
827
+
version = "0.6.2"
828
828
+
source = "registry+https://github.com/rust-lang/crates.io-index"
829
829
+
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
830
830
+
dependencies = [
831
831
+
"adler",
832
832
+
]
833
833
+
834
834
+
[[package]]
835
835
+
name = "nom"
836
836
+
version = "7.1.1"
837
837
+
source = "registry+https://github.com/rust-lang/crates.io-index"
838
838
+
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
839
839
+
dependencies = [
840
840
+
"memchr",
841
841
+
"minimal-lexical",
842
842
+
]
843
843
+
844
844
+
[[package]]
845
845
+
name = "num-bigint"
846
846
+
version = "0.2.6"
847
847
+
source = "registry+https://github.com/rust-lang/crates.io-index"
848
848
+
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
849
849
+
dependencies = [
850
850
+
"autocfg",
851
851
+
"num-integer",
852
852
+
"num-traits",
853
853
+
]
854
854
+
855
855
+
[[package]]
856
856
+
name = "num-bigint"
857
857
+
version = "0.4.3"
858
858
+
source = "registry+https://github.com/rust-lang/crates.io-index"
859
859
+
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
860
860
+
dependencies = [
861
861
+
"autocfg",
862
862
+
"num-integer",
863
863
+
"num-traits",
864
864
+
]
865
865
+
866
866
+
[[package]]
867
867
+
name = "num-bigint-dig"
868
868
+
version = "0.8.2"
869
869
+
source = "registry+https://github.com/rust-lang/crates.io-index"
870
870
+
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
871
871
+
dependencies = [
872
872
+
"byteorder",
873
873
+
"lazy_static",
874
874
+
"libm",
875
875
+
"num-integer",
876
876
+
"num-iter",
877
877
+
"num-traits",
878
878
+
"rand 0.8.5",
879
879
+
"smallvec",
880
880
+
"zeroize",
881
881
+
]
882
882
+
883
883
+
[[package]]
884
884
+
name = "num-derive"
885
885
+
version = "0.3.3"
886
886
+
source = "registry+https://github.com/rust-lang/crates.io-index"
887
887
+
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
888
888
+
dependencies = [
889
889
+
"proc-macro2",
890
890
+
"quote",
891
891
+
"syn",
892
892
+
]
893
893
+
894
894
+
[[package]]
895
895
+
name = "num-integer"
896
896
+
version = "0.1.45"
897
897
+
source = "registry+https://github.com/rust-lang/crates.io-index"
898
898
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
899
899
+
dependencies = [
900
900
+
"autocfg",
901
901
+
"num-traits",
902
902
+
]
903
903
+
904
904
+
[[package]]
905
905
+
name = "num-iter"
906
906
+
version = "0.1.43"
907
907
+
source = "registry+https://github.com/rust-lang/crates.io-index"
908
908
+
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
909
909
+
dependencies = [
910
910
+
"autocfg",
911
911
+
"num-integer",
912
912
+
"num-traits",
913
913
+
]
914
914
+
915
915
+
[[package]]
916
916
+
name = "num-traits"
917
917
+
version = "0.2.15"
918
918
+
source = "registry+https://github.com/rust-lang/crates.io-index"
919
919
+
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
920
920
+
dependencies = [
921
921
+
"autocfg",
922
922
+
"libm",
923
923
+
]
924
924
+
925
925
+
[[package]]
926
926
+
name = "num_enum"
927
927
+
version = "0.4.3"
928
928
+
source = "registry+https://github.com/rust-lang/crates.io-index"
929
929
+
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
930
930
+
dependencies = [
931
931
+
"derivative",
932
932
+
"num_enum_derive",
933
933
+
]
934
934
+
935
935
+
[[package]]
936
936
+
name = "num_enum_derive"
937
937
+
version = "0.4.3"
938
938
+
source = "registry+https://github.com/rust-lang/crates.io-index"
939
939
+
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
940
940
+
dependencies = [
941
941
+
"proc-macro-crate",
942
942
+
"proc-macro2",
943
943
+
"quote",
944
944
+
"syn",
945
945
+
]
946
946
+
947
947
+
[[package]]
948
948
+
name = "oid-registry"
949
949
+
version = "0.6.1"
950
950
+
source = "registry+https://github.com/rust-lang/crates.io-index"
951
951
+
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
952
952
+
dependencies = [
953
953
+
"asn1-rs",
954
954
+
]
955
955
+
956
956
+
[[package]]
957
957
+
name = "once_cell"
958
958
+
version = "1.16.0"
959
959
+
source = "registry+https://github.com/rust-lang/crates.io-index"
960
960
+
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
961
961
+
962
962
+
[[package]]
963
963
+
name = "opaque-debug"
964
964
+
version = "0.2.3"
965
965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
966
966
+
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
967
967
+
968
968
+
[[package]]
969
969
+
name = "os_str_bytes"
970
970
+
version = "6.4.1"
971
971
+
source = "registry+https://github.com/rust-lang/crates.io-index"
972
972
+
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
973
973
+
974
974
+
[[package]]
975
975
+
name = "peeking_take_while"
976
976
+
version = "0.1.2"
977
977
+
source = "registry+https://github.com/rust-lang/crates.io-index"
978
978
+
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
979
979
+
980
980
+
[[package]]
981
981
+
name = "pem-rfc7468"
982
982
+
version = "0.3.1"
983
983
+
source = "registry+https://github.com/rust-lang/crates.io-index"
984
984
+
checksum = "01de5d978f34aa4b2296576379fcc416034702fd94117c56ffd8a1a767cefb30"
985
985
+
dependencies = [
986
986
+
"base64ct",
987
987
+
]
988
988
+
989
989
+
[[package]]
990
990
+
name = "pem-rfc7468"
991
991
+
version = "0.6.0"
992
992
+
source = "registry+https://github.com/rust-lang/crates.io-index"
993
993
+
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
994
994
+
dependencies = [
995
995
+
"base64ct",
996
996
+
]
997
997
+
998
998
+
[[package]]
999
999
+
name = "pkcs1"
1000
1000
+
version = "0.3.3"
1001
1001
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1002
1002
+
checksum = "a78f66c04ccc83dd4486fd46c33896f4e17b24a7a3a6400dedc48ed0ddd72320"
1003
1003
+
dependencies = [
1004
1004
+
"der 0.5.1",
1005
1005
+
"pkcs8 0.8.0",
1006
1006
+
"zeroize",
1007
1007
+
]
1008
1008
+
1009
1009
+
[[package]]
1010
1010
+
name = "pkcs1"
1011
1011
+
version = "0.4.1"
1012
1012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1013
1013
+
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
1014
1014
+
dependencies = [
1015
1015
+
"der 0.6.1",
1016
1016
+
"pkcs8 0.9.0",
1017
1017
+
"spki 0.6.0",
1018
1018
+
"zeroize",
1019
1019
+
]
1020
1020
+
1021
1021
+
[[package]]
1022
1022
+
name = "pkcs8"
1023
1023
+
version = "0.8.0"
1024
1024
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1025
1025
+
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
1026
1026
+
dependencies = [
1027
1027
+
"der 0.5.1",
1028
1028
+
"spki 0.5.4",
1029
1029
+
"zeroize",
1030
1030
+
]
1031
1031
+
1032
1032
+
[[package]]
1033
1033
+
name = "pkcs8"
1034
1034
+
version = "0.9.0"
1035
1035
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
1036
+
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
1037
1037
+
dependencies = [
1038
1038
+
"der 0.6.1",
1039
1039
+
"spki 0.6.0",
1040
1040
+
]
1041
1041
+
1042
1042
+
[[package]]
1043
1043
+
name = "png"
1044
1044
+
version = "0.17.7"
1045
1045
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1046
1046
+
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
1047
1047
+
dependencies = [
1048
1048
+
"bitflags",
1049
1049
+
"crc32fast",
1050
1050
+
"flate2",
1051
1051
+
"miniz_oxide",
1052
1052
+
]
1053
1053
+
1054
1054
+
[[package]]
1055
1055
+
name = "ppv-lite86"
1056
1056
+
version = "0.2.17"
1057
1057
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1058
1058
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1059
1059
+
1060
1060
+
[[package]]
1061
1061
+
name = "proc-macro-crate"
1062
1062
+
version = "0.1.5"
1063
1063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1064
1064
+
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
1065
1065
+
dependencies = [
1066
1066
+
"toml",
1067
1067
+
]
1068
1068
+
1069
1069
+
[[package]]
1070
1070
+
name = "proc-macro2"
1071
1071
+
version = "1.0.49"
1072
1072
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1073
1073
+
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
1074
1074
+
dependencies = [
1075
1075
+
"unicode-ident",
1076
1076
+
]
1077
1077
+
1078
1078
+
[[package]]
1079
1079
+
name = "quote"
1080
1080
+
version = "1.0.23"
1081
1081
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1082
1082
+
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
1083
1083
+
dependencies = [
1084
1084
+
"proc-macro2",
1085
1085
+
]
1086
1086
+
1087
1087
+
[[package]]
1088
1088
+
name = "rand"
1089
1089
+
version = "0.7.3"
1090
1090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1091
1091
+
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1092
1092
+
dependencies = [
1093
1093
+
"getrandom 0.1.16",
1094
1094
+
"libc",
1095
1095
+
"rand_chacha 0.2.2",
1096
1096
+
"rand_core 0.5.1",
1097
1097
+
"rand_hc",
1098
1098
+
]
1099
1099
+
1100
1100
+
[[package]]
1101
1101
+
name = "rand"
1102
1102
+
version = "0.8.5"
1103
1103
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1104
1104
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1105
1105
+
dependencies = [
1106
1106
+
"libc",
1107
1107
+
"rand_chacha 0.3.1",
1108
1108
+
"rand_core 0.6.4",
1109
1109
+
]
1110
1110
+
1111
1111
+
[[package]]
1112
1112
+
name = "rand_chacha"
1113
1113
+
version = "0.2.2"
1114
1114
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1115
1115
+
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1116
1116
+
dependencies = [
1117
1117
+
"ppv-lite86",
1118
1118
+
"rand_core 0.5.1",
1119
1119
+
]
1120
1120
+
1121
1121
+
[[package]]
1122
1122
+
name = "rand_chacha"
1123
1123
+
version = "0.3.1"
1124
1124
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1125
1125
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1126
1126
+
dependencies = [
1127
1127
+
"ppv-lite86",
1128
1128
+
"rand_core 0.6.4",
1129
1129
+
]
1130
1130
+
1131
1131
+
[[package]]
1132
1132
+
name = "rand_core"
1133
1133
+
version = "0.5.1"
1134
1134
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1135
1135
+
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1136
1136
+
dependencies = [
1137
1137
+
"getrandom 0.1.16",
1138
1138
+
]
1139
1139
+
1140
1140
+
[[package]]
1141
1141
+
name = "rand_core"
1142
1142
+
version = "0.6.4"
1143
1143
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1144
1144
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1145
1145
+
dependencies = [
1146
1146
+
"getrandom 0.2.8",
1147
1147
+
]
1148
1148
+
1149
1149
+
[[package]]
1150
1150
+
name = "rand_hc"
1151
1151
+
version = "0.2.0"
1152
1152
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1153
1153
+
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1154
1154
+
dependencies = [
1155
1155
+
"rand_core 0.5.1",
1156
1156
+
]
1157
1157
+
1158
1158
+
[[package]]
1159
1159
+
name = "rc4"
1160
1160
+
version = "0.1.0"
1161
1161
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1162
1162
+
checksum = "0f1256e23efe6097f27aa82d6ca6889361c001586ae0f6917cbad072f05eb275"
1163
1163
+
dependencies = [
1164
1164
+
"cipher",
1165
1165
+
]
1166
1166
+
1167
1167
+
[[package]]
1168
1168
+
name = "rdp-client"
1169
1169
+
version = "0.1.0"
1170
1170
+
dependencies = [
1171
1171
+
"bitflags",
1172
1172
+
"byteorder",
1173
1173
+
"cbindgen",
1174
1174
+
"env_logger",
1175
1175
+
"iso7816",
1176
1176
+
"iso7816-tlv",
1177
1177
+
"libc",
1178
1178
+
"log",
1179
1179
+
"num-derive",
1180
1180
+
"num-traits",
1181
1181
+
"png",
1182
1182
+
"rand 0.8.5",
1183
1183
+
"rand_chacha 0.3.1",
1184
1184
+
"rdp-rs",
1185
1185
+
"rsa 0.7.2",
1186
1186
+
"tempfile",
1187
1187
+
"utf16string",
1188
1188
+
"uuid",
1189
1189
+
]
1190
1190
+
1191
1191
+
[[package]]
1192
1192
+
name = "rdp-rs"
1193
1193
+
version = "0.1.0"
1194
1194
+
source = "git+https://github.com/gravitational/rdp-rs?rev=75eb6a30b83e7152ee6213964b5ac6e783304840#75eb6a30b83e7152ee6213964b5ac6e783304840"
1195
1195
+
dependencies = [
1196
1196
+
"boring",
1197
1197
+
"bufstream",
1198
1198
+
"byteorder",
1199
1199
+
"gethostname",
1200
1200
+
"hmac",
1201
1201
+
"indexmap",
1202
1202
+
"md-5",
1203
1203
+
"md4",
1204
1204
+
"num-bigint 0.2.6",
1205
1205
+
"num_enum",
1206
1206
+
"oid-registry",
1207
1207
+
"rand 0.7.3",
1208
1208
+
"rc4",
1209
1209
+
"ring",
1210
1210
+
"rsa 0.6.1",
1211
1211
+
"rustls",
1212
1212
+
"x509-parser",
1213
1213
+
"yasna",
1214
1214
+
]
1215
1215
+
1216
1216
+
[[package]]
1217
1217
+
name = "redox_syscall"
1218
1218
+
version = "0.2.16"
1219
1219
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1220
1220
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1221
1221
+
dependencies = [
1222
1222
+
"bitflags",
1223
1223
+
]
1224
1224
+
1225
1225
+
[[package]]
1226
1226
+
name = "regex"
1227
1227
+
version = "1.7.0"
1228
1228
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1229
1229
+
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
1230
1230
+
dependencies = [
1231
1231
+
"aho-corasick",
1232
1232
+
"memchr",
1233
1233
+
"regex-syntax",
1234
1234
+
]
1235
1235
+
1236
1236
+
[[package]]
1237
1237
+
name = "regex-syntax"
1238
1238
+
version = "0.6.28"
1239
1239
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1240
1240
+
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1241
1241
+
1242
1242
+
[[package]]
1243
1243
+
name = "remove_dir_all"
1244
1244
+
version = "0.5.3"
1245
1245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1246
1246
+
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1247
1247
+
dependencies = [
1248
1248
+
"winapi",
1249
1249
+
]
1250
1250
+
1251
1251
+
[[package]]
1252
1252
+
name = "ring"
1253
1253
+
version = "0.16.20"
1254
1254
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1255
1255
+
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1256
1256
+
dependencies = [
1257
1257
+
"cc",
1258
1258
+
"libc",
1259
1259
+
"once_cell",
1260
1260
+
"spin 0.5.2",
1261
1261
+
"untrusted 0.7.1",
1262
1262
+
"web-sys",
1263
1263
+
"winapi",
1264
1264
+
]
1265
1265
+
1266
1266
+
[[package]]
1267
1267
+
name = "rsa"
1268
1268
+
version = "0.6.1"
1269
1269
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1270
1270
+
checksum = "4cf22754c49613d2b3b119f0e5d46e34a2c628a937e3024b8762de4e7d8c710b"
1271
1271
+
dependencies = [
1272
1272
+
"byteorder",
1273
1273
+
"digest 0.10.6",
1274
1274
+
"num-bigint-dig",
1275
1275
+
"num-integer",
1276
1276
+
"num-iter",
1277
1277
+
"num-traits",
1278
1278
+
"pkcs1 0.3.3",
1279
1279
+
"pkcs8 0.8.0",
1280
1280
+
"rand_core 0.6.4",
1281
1281
+
"smallvec",
1282
1282
+
"subtle 2.4.1",
1283
1283
+
"zeroize",
1284
1284
+
]
1285
1285
+
1286
1286
+
[[package]]
1287
1287
+
name = "rsa"
1288
1288
+
version = "0.7.2"
1289
1289
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1290
1290
+
checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
1291
1291
+
dependencies = [
1292
1292
+
"byteorder",
1293
1293
+
"digest 0.10.6",
1294
1294
+
"num-bigint-dig",
1295
1295
+
"num-integer",
1296
1296
+
"num-iter",
1297
1297
+
"num-traits",
1298
1298
+
"pkcs1 0.4.1",
1299
1299
+
"pkcs8 0.9.0",
1300
1300
+
"rand_core 0.6.4",
1301
1301
+
"signature",
1302
1302
+
"smallvec",
1303
1303
+
"subtle 2.4.1",
1304
1304
+
"zeroize",
1305
1305
+
]
1306
1306
+
1307
1307
+
[[package]]
1308
1308
+
name = "rustc-hash"
1309
1309
+
version = "1.1.0"
1310
1310
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1311
1311
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1312
1312
+
1313
1313
+
[[package]]
1314
1314
+
name = "rustc_version"
1315
1315
+
version = "0.4.0"
1316
1316
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1317
1317
+
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1318
1318
+
dependencies = [
1319
1319
+
"semver",
1320
1320
+
]
1321
1321
+
1322
1322
+
[[package]]
1323
1323
+
name = "rusticata-macros"
1324
1324
+
version = "4.1.0"
1325
1325
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1326
1326
+
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
1327
1327
+
dependencies = [
1328
1328
+
"nom",
1329
1329
+
]
1330
1330
+
1331
1331
+
[[package]]
1332
1332
+
name = "rustix"
1333
1333
+
version = "0.36.5"
1334
1334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1335
1335
+
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
1336
1336
+
dependencies = [
1337
1337
+
"bitflags",
1338
1338
+
"errno",
1339
1339
+
"io-lifetimes",
1340
1340
+
"libc",
1341
1341
+
"linux-raw-sys",
1342
1342
+
"windows-sys",
1343
1343
+
]
1344
1344
+
1345
1345
+
[[package]]
1346
1346
+
name = "rustls"
1347
1347
+
version = "0.20.7"
1348
1348
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1349
1349
+
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
1350
1350
+
dependencies = [
1351
1351
+
"log",
1352
1352
+
"ring",
1353
1353
+
"sct",
1354
1354
+
"webpki",
1355
1355
+
]
1356
1356
+
1357
1357
+
[[package]]
1358
1358
+
name = "ryu"
1359
1359
+
version = "1.0.12"
1360
1360
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1361
1361
+
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1362
1362
+
1363
1363
+
[[package]]
1364
1364
+
name = "scopeguard"
1365
1365
+
version = "1.1.0"
1366
1366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1367
1367
+
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1368
1368
+
1369
1369
+
[[package]]
1370
1370
+
name = "sct"
1371
1371
+
version = "0.7.0"
1372
1372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1373
1373
+
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1374
1374
+
dependencies = [
1375
1375
+
"ring",
1376
1376
+
"untrusted 0.7.1",
1377
1377
+
]
1378
1378
+
1379
1379
+
[[package]]
1380
1380
+
name = "semver"
1381
1381
+
version = "1.0.16"
1382
1382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1383
1383
+
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
1384
1384
+
1385
1385
+
[[package]]
1386
1386
+
name = "serde"
1387
1387
+
version = "1.0.151"
1388
1388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1389
1389
+
checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
1390
1390
+
dependencies = [
1391
1391
+
"serde_derive",
1392
1392
+
]
1393
1393
+
1394
1394
+
[[package]]
1395
1395
+
name = "serde_derive"
1396
1396
+
version = "1.0.151"
1397
1397
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1398
1398
+
checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
1399
1399
+
dependencies = [
1400
1400
+
"proc-macro2",
1401
1401
+
"quote",
1402
1402
+
"syn",
1403
1403
+
]
1404
1404
+
1405
1405
+
[[package]]
1406
1406
+
name = "serde_json"
1407
1407
+
version = "1.0.91"
1408
1408
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1409
1409
+
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
1410
1410
+
dependencies = [
1411
1411
+
"itoa",
1412
1412
+
"ryu",
1413
1413
+
"serde",
1414
1414
+
]
1415
1415
+
1416
1416
+
[[package]]
1417
1417
+
name = "shlex"
1418
1418
+
version = "1.1.0"
1419
1419
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1420
1420
+
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1421
1421
+
1422
1422
+
[[package]]
1423
1423
+
name = "signature"
1424
1424
+
version = "1.6.4"
1425
1425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1426
1426
+
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
1427
1427
+
dependencies = [
1428
1428
+
"digest 0.10.6",
1429
1429
+
"rand_core 0.6.4",
1430
1430
+
]
1431
1431
+
1432
1432
+
[[package]]
1433
1433
+
name = "smallvec"
1434
1434
+
version = "1.10.0"
1435
1435
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1436
1436
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1437
1437
+
1438
1438
+
[[package]]
1439
1439
+
name = "spin"
1440
1440
+
version = "0.5.2"
1441
1441
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1442
1442
+
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1443
1443
+
1444
1444
+
[[package]]
1445
1445
+
name = "spin"
1446
1446
+
version = "0.9.4"
1447
1447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1448
1448
+
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
1449
1449
+
dependencies = [
1450
1450
+
"lock_api",
1451
1451
+
]
1452
1452
+
1453
1453
+
[[package]]
1454
1454
+
name = "spki"
1455
1455
+
version = "0.5.4"
1456
1456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1457
1457
+
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
1458
1458
+
dependencies = [
1459
1459
+
"base64ct",
1460
1460
+
"der 0.5.1",
1461
1461
+
]
1462
1462
+
1463
1463
+
[[package]]
1464
1464
+
name = "spki"
1465
1465
+
version = "0.6.0"
1466
1466
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1467
1467
+
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
1468
1468
+
dependencies = [
1469
1469
+
"base64ct",
1470
1470
+
"der 0.6.1",
1471
1471
+
]
1472
1472
+
1473
1473
+
[[package]]
1474
1474
+
name = "stable_deref_trait"
1475
1475
+
version = "1.2.0"
1476
1476
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1477
1477
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1478
1478
+
1479
1479
+
[[package]]
1480
1480
+
name = "strsim"
1481
1481
+
version = "0.10.0"
1482
1482
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1483
1483
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1484
1484
+
1485
1485
+
[[package]]
1486
1486
+
name = "subtle"
1487
1487
+
version = "1.0.0"
1488
1488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
1489
+
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
1490
1490
+
1491
1491
+
[[package]]
1492
1492
+
name = "subtle"
1493
1493
+
version = "2.4.1"
1494
1494
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1495
1495
+
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1496
1496
+
1497
1497
+
[[package]]
1498
1498
+
name = "syn"
1499
1499
+
version = "1.0.107"
1500
1500
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1501
1501
+
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
1502
1502
+
dependencies = [
1503
1503
+
"proc-macro2",
1504
1504
+
"quote",
1505
1505
+
"unicode-ident",
1506
1506
+
]
1507
1507
+
1508
1508
+
[[package]]
1509
1509
+
name = "synstructure"
1510
1510
+
version = "0.12.6"
1511
1511
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1512
1512
+
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
1513
1513
+
dependencies = [
1514
1514
+
"proc-macro2",
1515
1515
+
"quote",
1516
1516
+
"syn",
1517
1517
+
"unicode-xid",
1518
1518
+
]
1519
1519
+
1520
1520
+
[[package]]
1521
1521
+
name = "tempfile"
1522
1522
+
version = "3.3.0"
1523
1523
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1524
1524
+
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1525
1525
+
dependencies = [
1526
1526
+
"cfg-if",
1527
1527
+
"fastrand",
1528
1528
+
"libc",
1529
1529
+
"redox_syscall",
1530
1530
+
"remove_dir_all",
1531
1531
+
"winapi",
1532
1532
+
]
1533
1533
+
1534
1534
+
[[package]]
1535
1535
+
name = "termcolor"
1536
1536
+
version = "1.1.3"
1537
1537
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1538
1538
+
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1539
1539
+
dependencies = [
1540
1540
+
"winapi-util",
1541
1541
+
]
1542
1542
+
1543
1543
+
[[package]]
1544
1544
+
name = "textwrap"
1545
1545
+
version = "0.16.0"
1546
1546
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1547
1547
+
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1548
1548
+
1549
1549
+
[[package]]
1550
1550
+
name = "thiserror"
1551
1551
+
version = "1.0.38"
1552
1552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1553
1553
+
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
1554
1554
+
dependencies = [
1555
1555
+
"thiserror-impl",
1556
1556
+
]
1557
1557
+
1558
1558
+
[[package]]
1559
1559
+
name = "thiserror-impl"
1560
1560
+
version = "1.0.38"
1561
1561
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1562
1562
+
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
1563
1563
+
dependencies = [
1564
1564
+
"proc-macro2",
1565
1565
+
"quote",
1566
1566
+
"syn",
1567
1567
+
]
1568
1568
+
1569
1569
+
[[package]]
1570
1570
+
name = "time"
1571
1571
+
version = "0.3.17"
1572
1572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1573
1573
+
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
1574
1574
+
dependencies = [
1575
1575
+
"itoa",
1576
1576
+
"serde",
1577
1577
+
"time-core",
1578
1578
+
"time-macros",
1579
1579
+
]
1580
1580
+
1581
1581
+
[[package]]
1582
1582
+
name = "time-core"
1583
1583
+
version = "0.1.0"
1584
1584
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1585
1585
+
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
1586
1586
+
1587
1587
+
[[package]]
1588
1588
+
name = "time-macros"
1589
1589
+
version = "0.2.6"
1590
1590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1591
1591
+
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
1592
1592
+
dependencies = [
1593
1593
+
"time-core",
1594
1594
+
]
1595
1595
+
1596
1596
+
[[package]]
1597
1597
+
name = "toml"
1598
1598
+
version = "0.5.10"
1599
1599
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1600
1600
+
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
1601
1601
+
dependencies = [
1602
1602
+
"serde",
1603
1603
+
]
1604
1604
+
1605
1605
+
[[package]]
1606
1606
+
name = "typenum"
1607
1607
+
version = "1.16.0"
1608
1608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1609
1609
+
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1610
1610
+
1611
1611
+
[[package]]
1612
1612
+
name = "unicode-ident"
1613
1613
+
version = "1.0.6"
1614
1614
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1615
1615
+
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1616
1616
+
1617
1617
+
[[package]]
1618
1618
+
name = "unicode-xid"
1619
1619
+
version = "0.2.4"
1620
1620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1621
1621
+
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
1622
1622
+
1623
1623
+
[[package]]
1624
1624
+
name = "untrusted"
1625
1625
+
version = "0.7.1"
1626
1626
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1627
1627
+
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1628
1628
+
1629
1629
+
[[package]]
1630
1630
+
name = "untrusted"
1631
1631
+
version = "0.9.0"
1632
1632
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1633
1633
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1634
1634
+
1635
1635
+
[[package]]
1636
1636
+
name = "utf16string"
1637
1637
+
version = "0.2.0"
1638
1638
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1639
1639
+
checksum = "0b62a1e85e12d5d712bf47a85f426b73d303e2d00a90de5f3004df3596e9d216"
1640
1640
+
dependencies = [
1641
1641
+
"byteorder",
1642
1642
+
]
1643
1643
+
1644
1644
+
[[package]]
1645
1645
+
name = "uuid"
1646
1646
+
version = "1.2.2"
1647
1647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1648
1648
+
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
1649
1649
+
dependencies = [
1650
1650
+
"getrandom 0.2.8",
1651
1651
+
]
1652
1652
+
1653
1653
+
[[package]]
1654
1654
+
name = "version_check"
1655
1655
+
version = "0.9.4"
1656
1656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1657
1657
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1658
1658
+
1659
1659
+
[[package]]
1660
1660
+
name = "wasi"
1661
1661
+
version = "0.9.0+wasi-snapshot-preview1"
1662
1662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1663
1663
+
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1664
1664
+
1665
1665
+
[[package]]
1666
1666
+
name = "wasi"
1667
1667
+
version = "0.11.0+wasi-snapshot-preview1"
1668
1668
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1669
1669
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1670
1670
+
1671
1671
+
[[package]]
1672
1672
+
name = "wasm-bindgen"
1673
1673
+
version = "0.2.83"
1674
1674
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1675
1675
+
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1676
1676
+
dependencies = [
1677
1677
+
"cfg-if",
1678
1678
+
"wasm-bindgen-macro",
1679
1679
+
]
1680
1680
+
1681
1681
+
[[package]]
1682
1682
+
name = "wasm-bindgen-backend"
1683
1683
+
version = "0.2.83"
1684
1684
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1685
1685
+
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1686
1686
+
dependencies = [
1687
1687
+
"bumpalo",
1688
1688
+
"log",
1689
1689
+
"once_cell",
1690
1690
+
"proc-macro2",
1691
1691
+
"quote",
1692
1692
+
"syn",
1693
1693
+
"wasm-bindgen-shared",
1694
1694
+
]
1695
1695
+
1696
1696
+
[[package]]
1697
1697
+
name = "wasm-bindgen-macro"
1698
1698
+
version = "0.2.83"
1699
1699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1700
1700
+
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1701
1701
+
dependencies = [
1702
1702
+
"quote",
1703
1703
+
"wasm-bindgen-macro-support",
1704
1704
+
]
1705
1705
+
1706
1706
+
[[package]]
1707
1707
+
name = "wasm-bindgen-macro-support"
1708
1708
+
version = "0.2.83"
1709
1709
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1710
1710
+
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1711
1711
+
dependencies = [
1712
1712
+
"proc-macro2",
1713
1713
+
"quote",
1714
1714
+
"syn",
1715
1715
+
"wasm-bindgen-backend",
1716
1716
+
"wasm-bindgen-shared",
1717
1717
+
]
1718
1718
+
1719
1719
+
[[package]]
1720
1720
+
name = "wasm-bindgen-shared"
1721
1721
+
version = "0.2.83"
1722
1722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1723
1723
+
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1724
1724
+
1725
1725
+
[[package]]
1726
1726
+
name = "web-sys"
1727
1727
+
version = "0.3.60"
1728
1728
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1729
1729
+
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
1730
1730
+
dependencies = [
1731
1731
+
"js-sys",
1732
1732
+
"wasm-bindgen",
1733
1733
+
]
1734
1734
+
1735
1735
+
[[package]]
1736
1736
+
name = "webpki"
1737
1737
+
version = "0.22.0"
1738
1738
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1739
1739
+
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
1740
1740
+
dependencies = [
1741
1741
+
"ring",
1742
1742
+
"untrusted 0.7.1",
1743
1743
+
]
1744
1744
+
1745
1745
+
[[package]]
1746
1746
+
name = "winapi"
1747
1747
+
version = "0.3.9"
1748
1748
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1749
1749
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1750
1750
+
dependencies = [
1751
1751
+
"winapi-i686-pc-windows-gnu",
1752
1752
+
"winapi-x86_64-pc-windows-gnu",
1753
1753
+
]
1754
1754
+
1755
1755
+
[[package]]
1756
1756
+
name = "winapi-i686-pc-windows-gnu"
1757
1757
+
version = "0.4.0"
1758
1758
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1759
1759
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1760
1760
+
1761
1761
+
[[package]]
1762
1762
+
name = "winapi-util"
1763
1763
+
version = "0.1.5"
1764
1764
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1765
1765
+
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1766
1766
+
dependencies = [
1767
1767
+
"winapi",
1768
1768
+
]
1769
1769
+
1770
1770
+
[[package]]
1771
1771
+
name = "winapi-x86_64-pc-windows-gnu"
1772
1772
+
version = "0.4.0"
1773
1773
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1774
1774
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1775
1775
+
1776
1776
+
[[package]]
1777
1777
+
name = "windows-sys"
1778
1778
+
version = "0.42.0"
1779
1779
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1780
1780
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1781
1781
+
dependencies = [
1782
1782
+
"windows_aarch64_gnullvm",
1783
1783
+
"windows_aarch64_msvc",
1784
1784
+
"windows_i686_gnu",
1785
1785
+
"windows_i686_msvc",
1786
1786
+
"windows_x86_64_gnu",
1787
1787
+
"windows_x86_64_gnullvm",
1788
1788
+
"windows_x86_64_msvc",
1789
1789
+
]
1790
1790
+
1791
1791
+
[[package]]
1792
1792
+
name = "windows_aarch64_gnullvm"
1793
1793
+
version = "0.42.0"
1794
1794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1795
1795
+
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
1796
1796
+
1797
1797
+
[[package]]
1798
1798
+
name = "windows_aarch64_msvc"
1799
1799
+
version = "0.42.0"
1800
1800
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1801
1801
+
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
1802
1802
+
1803
1803
+
[[package]]
1804
1804
+
name = "windows_i686_gnu"
1805
1805
+
version = "0.42.0"
1806
1806
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1807
1807
+
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
1808
1808
+
1809
1809
+
[[package]]
1810
1810
+
name = "windows_i686_msvc"
1811
1811
+
version = "0.42.0"
1812
1812
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1813
1813
+
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
1814
1814
+
1815
1815
+
[[package]]
1816
1816
+
name = "windows_x86_64_gnu"
1817
1817
+
version = "0.42.0"
1818
1818
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1819
1819
+
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
1820
1820
+
1821
1821
+
[[package]]
1822
1822
+
name = "windows_x86_64_gnullvm"
1823
1823
+
version = "0.42.0"
1824
1824
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1825
1825
+
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
1826
1826
+
1827
1827
+
[[package]]
1828
1828
+
name = "windows_x86_64_msvc"
1829
1829
+
version = "0.42.0"
1830
1830
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1831
1831
+
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
1832
1832
+
1833
1833
+
[[package]]
1834
1834
+
name = "x509-parser"
1835
1835
+
version = "0.14.0"
1836
1836
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1837
1837
+
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
1838
1838
+
dependencies = [
1839
1839
+
"asn1-rs",
1840
1840
+
"base64",
1841
1841
+
"data-encoding",
1842
1842
+
"der-parser",
1843
1843
+
"lazy_static",
1844
1844
+
"nom",
1845
1845
+
"oid-registry",
1846
1846
+
"rusticata-macros",
1847
1847
+
"thiserror",
1848
1848
+
"time",
1849
1849
+
]
1850
1850
+
1851
1851
+
[[package]]
1852
1852
+
name = "yasna"
1853
1853
+
version = "0.3.2"
1854
1854
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1855
1855
+
checksum = "0de7bff972b4f2a06c85f6d8454b09df153af7e3a4ec2aac81db1b105b684ddb"
1856
1856
+
1857
1857
+
[[package]]
1858
1858
+
name = "zeroize"
1859
1859
+
version = "1.5.7"
1860
1860
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1861
1861
+
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
+13
pkgs/servers/teleport/12/default.nix
reviewed
···
1
1
+
{ callPackage, ... }@args:
2
2
+
callPackage ../generic.nix ({
3
3
+
version = "12.1.5";
4
4
+
hash = "sha256-bPnXZTe4LB50W2UT/sA+2Or/LJMqcEuPpTTF8ue/2Ak=";
5
5
+
vendorHash = "sha256-mznhfliYpsJJJSL17Q7WXX0SkIn+Bcb1fzYdLRTRDI0=";
6
6
+
yarnHash = "sha256-cElFTxolQnJAbpln2aGjlTJr/hbUML4QHeHQ3yrWVqU=";
7
7
+
cargoLock = {
8
8
+
lockFile = ./Cargo.lock;
9
9
+
outputHashes = {
10
10
+
"rdp-rs-0.1.0" = "sha256-n4x4w7GZULxqaR109das12+ZGU0xvY3wGOTWngcwe4M=";
11
11
+
};
12
12
+
};
13
13
+
} // builtins.removeAttrs args [ "callPackage" ])
+3
-4
pkgs/servers/teleport/generic.nix
reviewed
···
4
4
, fetchFromGitHub
5
5
, fetchYarnDeps
6
6
, makeWrapper
7
7
-
, symlinkJoin
8
7
, CoreFoundation
9
8
, AppKit
10
9
, libfido2
11
10
, nodejs
12
11
, openssl
13
12
, pkg-config
14
14
-
, protobuf
15
13
, Security
16
14
, stdenv
17
15
, xdg-utils
···
22
24
, version
23
25
, hash
24
26
, vendorHash
25
25
-
, cargoHash
27
27
+
, cargoHash ? null
28
28
+
, cargoLock ? null
26
29
, yarnHash
27
30
}:
28
31
let
···
38
39
39
40
rdpClient = rustPlatform.buildRustPackage rec {
40
41
pname = "teleport-rdpclient";
41
41
-
inherit cargoHash;
42
42
+
inherit cargoHash cargoLock;
42
43
inherit version src;
43
44
44
45
buildAndTestSubdir = "lib/srv/desktop/rdp/rdpclient";
+2
-2
pkgs/top-level/all-packages.nix
reviewed
···
12695
12695
12696
12696
telegraf = callPackage ../servers/monitoring/telegraf { };
12697
12697
12698
12698
-
teleport_11 = callPackage ../servers/teleport/11.nix {
12698
12698
+
teleport_11 = callPackage ../servers/teleport/11 {
12699
12699
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
12700
12700
};
12701
12701
-
teleport_12 = callPackage ../servers/teleport/12.nix {
12701
12701
+
teleport_12 = callPackage ../servers/teleport/12 {
12702
12702
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
12703
12703
};
12704
12704
teleport = teleport_12;