tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hydra-cli: fix build, unpin openssl
figsoda
2 years ago
bb4091b8
9eff6f44
+2020
-8
3 changed files
expand all
collapse all
unified
split
pkgs
development
tools
misc
hydra-cli
Cargo.lock
default.nix
top-level
all-packages.nix
+1995
pkgs/development/tools/misc/hydra-cli/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 = "aho-corasick"
7
7
+
version = "1.0.1"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
10
10
+
dependencies = [
11
11
+
"memchr",
12
12
+
]
13
13
+
14
14
+
[[package]]
15
15
+
name = "android_system_properties"
16
16
+
version = "0.1.5"
17
17
+
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
19
+
dependencies = [
20
20
+
"libc",
21
21
+
]
22
22
+
23
23
+
[[package]]
24
24
+
name = "ansi_term"
25
25
+
version = "0.12.1"
26
26
+
source = "registry+https://github.com/rust-lang/crates.io-index"
27
27
+
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
28
28
+
dependencies = [
29
29
+
"winapi 0.3.9",
30
30
+
]
31
31
+
32
32
+
[[package]]
33
33
+
name = "arrayref"
34
34
+
version = "0.3.7"
35
35
+
source = "registry+https://github.com/rust-lang/crates.io-index"
36
36
+
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
37
37
+
38
38
+
[[package]]
39
39
+
name = "arrayvec"
40
40
+
version = "0.5.2"
41
41
+
source = "registry+https://github.com/rust-lang/crates.io-index"
42
42
+
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
43
43
+
44
44
+
[[package]]
45
45
+
name = "assert-json-diff"
46
46
+
version = "1.1.0"
47
47
+
source = "registry+https://github.com/rust-lang/crates.io-index"
48
48
+
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
49
49
+
dependencies = [
50
50
+
"extend",
51
51
+
"serde",
52
52
+
"serde_json",
53
53
+
]
54
54
+
55
55
+
[[package]]
56
56
+
name = "atty"
57
57
+
version = "0.2.14"
58
58
+
source = "registry+https://github.com/rust-lang/crates.io-index"
59
59
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
60
60
+
dependencies = [
61
61
+
"hermit-abi 0.1.19",
62
62
+
"libc",
63
63
+
"winapi 0.3.9",
64
64
+
]
65
65
+
66
66
+
[[package]]
67
67
+
name = "autocfg"
68
68
+
version = "1.1.0"
69
69
+
source = "registry+https://github.com/rust-lang/crates.io-index"
70
70
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
71
71
+
72
72
+
[[package]]
73
73
+
name = "base-x"
74
74
+
version = "0.2.11"
75
75
+
source = "registry+https://github.com/rust-lang/crates.io-index"
76
76
+
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
77
77
+
78
78
+
[[package]]
79
79
+
name = "base64"
80
80
+
version = "0.13.1"
81
81
+
source = "registry+https://github.com/rust-lang/crates.io-index"
82
82
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
83
83
+
84
84
+
[[package]]
85
85
+
name = "bitflags"
86
86
+
version = "1.3.2"
87
87
+
source = "registry+https://github.com/rust-lang/crates.io-index"
88
88
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
89
89
+
90
90
+
[[package]]
91
91
+
name = "blake2b_simd"
92
92
+
version = "0.5.11"
93
93
+
source = "registry+https://github.com/rust-lang/crates.io-index"
94
94
+
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
95
95
+
dependencies = [
96
96
+
"arrayref",
97
97
+
"arrayvec",
98
98
+
"constant_time_eq",
99
99
+
]
100
100
+
101
101
+
[[package]]
102
102
+
name = "bumpalo"
103
103
+
version = "3.12.2"
104
104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
105
105
+
checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
106
106
+
107
107
+
[[package]]
108
108
+
name = "byteorder"
109
109
+
version = "1.4.3"
110
110
+
source = "registry+https://github.com/rust-lang/crates.io-index"
111
111
+
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
112
112
+
113
113
+
[[package]]
114
114
+
name = "bytes"
115
115
+
version = "0.5.6"
116
116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
117
117
+
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
118
118
+
119
119
+
[[package]]
120
120
+
name = "bytes"
121
121
+
version = "1.4.0"
122
122
+
source = "registry+https://github.com/rust-lang/crates.io-index"
123
123
+
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
124
124
+
125
125
+
[[package]]
126
126
+
name = "cc"
127
127
+
version = "1.0.79"
128
128
+
source = "registry+https://github.com/rust-lang/crates.io-index"
129
129
+
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
130
130
+
131
131
+
[[package]]
132
132
+
name = "cfg-if"
133
133
+
version = "0.1.10"
134
134
+
source = "registry+https://github.com/rust-lang/crates.io-index"
135
135
+
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
136
136
+
137
137
+
[[package]]
138
138
+
name = "cfg-if"
139
139
+
version = "1.0.0"
140
140
+
source = "registry+https://github.com/rust-lang/crates.io-index"
141
141
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
142
142
+
143
143
+
[[package]]
144
144
+
name = "chrono"
145
145
+
version = "0.4.24"
146
146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
147
147
+
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
148
148
+
dependencies = [
149
149
+
"iana-time-zone",
150
150
+
"js-sys",
151
151
+
"num-integer",
152
152
+
"num-traits",
153
153
+
"time 0.1.45",
154
154
+
"wasm-bindgen",
155
155
+
"winapi 0.3.9",
156
156
+
]
157
157
+
158
158
+
[[package]]
159
159
+
name = "clap"
160
160
+
version = "2.34.0"
161
161
+
source = "registry+https://github.com/rust-lang/crates.io-index"
162
162
+
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
163
163
+
dependencies = [
164
164
+
"ansi_term",
165
165
+
"atty",
166
166
+
"bitflags",
167
167
+
"strsim",
168
168
+
"textwrap",
169
169
+
"unicode-width",
170
170
+
"vec_map",
171
171
+
]
172
172
+
173
173
+
[[package]]
174
174
+
name = "colored"
175
175
+
version = "1.9.3"
176
176
+
source = "registry+https://github.com/rust-lang/crates.io-index"
177
177
+
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
178
178
+
dependencies = [
179
179
+
"atty",
180
180
+
"lazy_static",
181
181
+
"winapi 0.3.9",
182
182
+
]
183
183
+
184
184
+
[[package]]
185
185
+
name = "const_fn"
186
186
+
version = "0.4.9"
187
187
+
source = "registry+https://github.com/rust-lang/crates.io-index"
188
188
+
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
189
189
+
190
190
+
[[package]]
191
191
+
name = "constant_time_eq"
192
192
+
version = "0.1.5"
193
193
+
source = "registry+https://github.com/rust-lang/crates.io-index"
194
194
+
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
195
195
+
196
196
+
[[package]]
197
197
+
name = "cookie"
198
198
+
version = "0.14.4"
199
199
+
source = "registry+https://github.com/rust-lang/crates.io-index"
200
200
+
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
201
201
+
dependencies = [
202
202
+
"percent-encoding",
203
203
+
"time 0.2.27",
204
204
+
"version_check",
205
205
+
]
206
206
+
207
207
+
[[package]]
208
208
+
name = "cookie_store"
209
209
+
version = "0.12.0"
210
210
+
source = "registry+https://github.com/rust-lang/crates.io-index"
211
211
+
checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3"
212
212
+
dependencies = [
213
213
+
"cookie",
214
214
+
"idna 0.2.3",
215
215
+
"log",
216
216
+
"publicsuffix",
217
217
+
"serde",
218
218
+
"serde_json",
219
219
+
"time 0.2.27",
220
220
+
"url",
221
221
+
]
222
222
+
223
223
+
[[package]]
224
224
+
name = "core-foundation"
225
225
+
version = "0.9.3"
226
226
+
source = "registry+https://github.com/rust-lang/crates.io-index"
227
227
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
228
228
+
dependencies = [
229
229
+
"core-foundation-sys",
230
230
+
"libc",
231
231
+
]
232
232
+
233
233
+
[[package]]
234
234
+
name = "core-foundation-sys"
235
235
+
version = "0.8.4"
236
236
+
source = "registry+https://github.com/rust-lang/crates.io-index"
237
237
+
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
238
238
+
239
239
+
[[package]]
240
240
+
name = "crossbeam-utils"
241
241
+
version = "0.8.15"
242
242
+
source = "registry+https://github.com/rust-lang/crates.io-index"
243
243
+
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
244
244
+
dependencies = [
245
245
+
"cfg-if 1.0.0",
246
246
+
]
247
247
+
248
248
+
[[package]]
249
249
+
name = "csv"
250
250
+
version = "1.2.1"
251
251
+
source = "registry+https://github.com/rust-lang/crates.io-index"
252
252
+
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
253
253
+
dependencies = [
254
254
+
"csv-core",
255
255
+
"itoa 1.0.6",
256
256
+
"ryu",
257
257
+
"serde",
258
258
+
]
259
259
+
260
260
+
[[package]]
261
261
+
name = "csv-core"
262
262
+
version = "0.1.10"
263
263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
264
264
+
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
265
265
+
dependencies = [
266
266
+
"memchr",
267
267
+
]
268
268
+
269
269
+
[[package]]
270
270
+
name = "difference"
271
271
+
version = "2.0.0"
272
272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
273
273
+
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
274
274
+
275
275
+
[[package]]
276
276
+
name = "dirs"
277
277
+
version = "1.0.5"
278
278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
279
279
+
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
280
280
+
dependencies = [
281
281
+
"libc",
282
282
+
"redox_users",
283
283
+
"winapi 0.3.9",
284
284
+
]
285
285
+
286
286
+
[[package]]
287
287
+
name = "discard"
288
288
+
version = "1.0.4"
289
289
+
source = "registry+https://github.com/rust-lang/crates.io-index"
290
290
+
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
291
291
+
292
292
+
[[package]]
293
293
+
name = "dtoa"
294
294
+
version = "0.4.8"
295
295
+
source = "registry+https://github.com/rust-lang/crates.io-index"
296
296
+
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
297
297
+
298
298
+
[[package]]
299
299
+
name = "encode_unicode"
300
300
+
version = "0.3.6"
301
301
+
source = "registry+https://github.com/rust-lang/crates.io-index"
302
302
+
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
303
303
+
304
304
+
[[package]]
305
305
+
name = "encoding_rs"
306
306
+
version = "0.8.32"
307
307
+
source = "registry+https://github.com/rust-lang/crates.io-index"
308
308
+
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
309
309
+
dependencies = [
310
310
+
"cfg-if 1.0.0",
311
311
+
]
312
312
+
313
313
+
[[package]]
314
314
+
name = "errno"
315
315
+
version = "0.3.1"
316
316
+
source = "registry+https://github.com/rust-lang/crates.io-index"
317
317
+
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
318
318
+
dependencies = [
319
319
+
"errno-dragonfly",
320
320
+
"libc",
321
321
+
"windows-sys 0.48.0",
322
322
+
]
323
323
+
324
324
+
[[package]]
325
325
+
name = "errno-dragonfly"
326
326
+
version = "0.1.2"
327
327
+
source = "registry+https://github.com/rust-lang/crates.io-index"
328
328
+
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
329
329
+
dependencies = [
330
330
+
"cc",
331
331
+
"libc",
332
332
+
]
333
333
+
334
334
+
[[package]]
335
335
+
name = "extend"
336
336
+
version = "0.1.2"
337
337
+
source = "registry+https://github.com/rust-lang/crates.io-index"
338
338
+
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
339
339
+
dependencies = [
340
340
+
"proc-macro-error",
341
341
+
"proc-macro2",
342
342
+
"quote",
343
343
+
"syn 1.0.109",
344
344
+
]
345
345
+
346
346
+
[[package]]
347
347
+
name = "fastrand"
348
348
+
version = "1.9.0"
349
349
+
source = "registry+https://github.com/rust-lang/crates.io-index"
350
350
+
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
351
351
+
dependencies = [
352
352
+
"instant",
353
353
+
]
354
354
+
355
355
+
[[package]]
356
356
+
name = "fnv"
357
357
+
version = "1.0.7"
358
358
+
source = "registry+https://github.com/rust-lang/crates.io-index"
359
359
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
360
360
+
361
361
+
[[package]]
362
362
+
name = "foreign-types"
363
363
+
version = "0.3.2"
364
364
+
source = "registry+https://github.com/rust-lang/crates.io-index"
365
365
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
366
366
+
dependencies = [
367
367
+
"foreign-types-shared",
368
368
+
]
369
369
+
370
370
+
[[package]]
371
371
+
name = "foreign-types-shared"
372
372
+
version = "0.1.1"
373
373
+
source = "registry+https://github.com/rust-lang/crates.io-index"
374
374
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
375
375
+
376
376
+
[[package]]
377
377
+
name = "form_urlencoded"
378
378
+
version = "1.1.0"
379
379
+
source = "registry+https://github.com/rust-lang/crates.io-index"
380
380
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
381
381
+
dependencies = [
382
382
+
"percent-encoding",
383
383
+
]
384
384
+
385
385
+
[[package]]
386
386
+
name = "fuchsia-zircon"
387
387
+
version = "0.3.3"
388
388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
389
389
+
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
390
390
+
dependencies = [
391
391
+
"bitflags",
392
392
+
"fuchsia-zircon-sys",
393
393
+
]
394
394
+
395
395
+
[[package]]
396
396
+
name = "fuchsia-zircon-sys"
397
397
+
version = "0.3.3"
398
398
+
source = "registry+https://github.com/rust-lang/crates.io-index"
399
399
+
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
400
400
+
401
401
+
[[package]]
402
402
+
name = "futures-channel"
403
403
+
version = "0.3.28"
404
404
+
source = "registry+https://github.com/rust-lang/crates.io-index"
405
405
+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
406
406
+
dependencies = [
407
407
+
"futures-core",
408
408
+
]
409
409
+
410
410
+
[[package]]
411
411
+
name = "futures-core"
412
412
+
version = "0.3.28"
413
413
+
source = "registry+https://github.com/rust-lang/crates.io-index"
414
414
+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
415
415
+
416
416
+
[[package]]
417
417
+
name = "futures-io"
418
418
+
version = "0.3.28"
419
419
+
source = "registry+https://github.com/rust-lang/crates.io-index"
420
420
+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
421
421
+
422
422
+
[[package]]
423
423
+
name = "futures-sink"
424
424
+
version = "0.3.28"
425
425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
426
426
+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
427
427
+
428
428
+
[[package]]
429
429
+
name = "futures-task"
430
430
+
version = "0.3.28"
431
431
+
source = "registry+https://github.com/rust-lang/crates.io-index"
432
432
+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
433
433
+
434
434
+
[[package]]
435
435
+
name = "futures-util"
436
436
+
version = "0.3.28"
437
437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
438
438
+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
439
439
+
dependencies = [
440
440
+
"futures-core",
441
441
+
"futures-io",
442
442
+
"futures-task",
443
443
+
"memchr",
444
444
+
"pin-project-lite 0.2.9",
445
445
+
"pin-utils",
446
446
+
"slab",
447
447
+
]
448
448
+
449
449
+
[[package]]
450
450
+
name = "getrandom"
451
451
+
version = "0.1.16"
452
452
+
source = "registry+https://github.com/rust-lang/crates.io-index"
453
453
+
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
454
454
+
dependencies = [
455
455
+
"cfg-if 1.0.0",
456
456
+
"libc",
457
457
+
"wasi 0.9.0+wasi-snapshot-preview1",
458
458
+
]
459
459
+
460
460
+
[[package]]
461
461
+
name = "h2"
462
462
+
version = "0.2.7"
463
463
+
source = "registry+https://github.com/rust-lang/crates.io-index"
464
464
+
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
465
465
+
dependencies = [
466
466
+
"bytes 0.5.6",
467
467
+
"fnv",
468
468
+
"futures-core",
469
469
+
"futures-sink",
470
470
+
"futures-util",
471
471
+
"http",
472
472
+
"indexmap",
473
473
+
"slab",
474
474
+
"tokio",
475
475
+
"tokio-util",
476
476
+
"tracing",
477
477
+
"tracing-futures",
478
478
+
]
479
479
+
480
480
+
[[package]]
481
481
+
name = "hashbrown"
482
482
+
version = "0.12.3"
483
483
+
source = "registry+https://github.com/rust-lang/crates.io-index"
484
484
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
485
485
+
486
486
+
[[package]]
487
487
+
name = "hermit-abi"
488
488
+
version = "0.1.19"
489
489
+
source = "registry+https://github.com/rust-lang/crates.io-index"
490
490
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
491
491
+
dependencies = [
492
492
+
"libc",
493
493
+
]
494
494
+
495
495
+
[[package]]
496
496
+
name = "hermit-abi"
497
497
+
version = "0.2.6"
498
498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
499
499
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
500
500
+
dependencies = [
501
501
+
"libc",
502
502
+
]
503
503
+
504
504
+
[[package]]
505
505
+
name = "hermit-abi"
506
506
+
version = "0.3.1"
507
507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
508
508
+
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
509
509
+
510
510
+
[[package]]
511
511
+
name = "http"
512
512
+
version = "0.2.9"
513
513
+
source = "registry+https://github.com/rust-lang/crates.io-index"
514
514
+
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
515
515
+
dependencies = [
516
516
+
"bytes 1.4.0",
517
517
+
"fnv",
518
518
+
"itoa 1.0.6",
519
519
+
]
520
520
+
521
521
+
[[package]]
522
522
+
name = "http-body"
523
523
+
version = "0.3.1"
524
524
+
source = "registry+https://github.com/rust-lang/crates.io-index"
525
525
+
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
526
526
+
dependencies = [
527
527
+
"bytes 0.5.6",
528
528
+
"http",
529
529
+
]
530
530
+
531
531
+
[[package]]
532
532
+
name = "httparse"
533
533
+
version = "1.8.0"
534
534
+
source = "registry+https://github.com/rust-lang/crates.io-index"
535
535
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
536
536
+
537
537
+
[[package]]
538
538
+
name = "httpdate"
539
539
+
version = "0.3.2"
540
540
+
source = "registry+https://github.com/rust-lang/crates.io-index"
541
541
+
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
542
542
+
543
543
+
[[package]]
544
544
+
name = "hydra-cli"
545
545
+
version = "0.2.0"
546
546
+
dependencies = [
547
547
+
"chrono",
548
548
+
"clap",
549
549
+
"log",
550
550
+
"mockito",
551
551
+
"prettytable-rs",
552
552
+
"reqwest",
553
553
+
"serde",
554
554
+
"serde_json",
555
555
+
]
556
556
+
557
557
+
[[package]]
558
558
+
name = "hyper"
559
559
+
version = "0.13.10"
560
560
+
source = "registry+https://github.com/rust-lang/crates.io-index"
561
561
+
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
562
562
+
dependencies = [
563
563
+
"bytes 0.5.6",
564
564
+
"futures-channel",
565
565
+
"futures-core",
566
566
+
"futures-util",
567
567
+
"h2",
568
568
+
"http",
569
569
+
"http-body",
570
570
+
"httparse",
571
571
+
"httpdate",
572
572
+
"itoa 0.4.8",
573
573
+
"pin-project",
574
574
+
"socket2",
575
575
+
"tokio",
576
576
+
"tower-service",
577
577
+
"tracing",
578
578
+
"want",
579
579
+
]
580
580
+
581
581
+
[[package]]
582
582
+
name = "hyper-tls"
583
583
+
version = "0.4.3"
584
584
+
source = "registry+https://github.com/rust-lang/crates.io-index"
585
585
+
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
586
586
+
dependencies = [
587
587
+
"bytes 0.5.6",
588
588
+
"hyper",
589
589
+
"native-tls",
590
590
+
"tokio",
591
591
+
"tokio-tls",
592
592
+
]
593
593
+
594
594
+
[[package]]
595
595
+
name = "iana-time-zone"
596
596
+
version = "0.1.56"
597
597
+
source = "registry+https://github.com/rust-lang/crates.io-index"
598
598
+
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
599
599
+
dependencies = [
600
600
+
"android_system_properties",
601
601
+
"core-foundation-sys",
602
602
+
"iana-time-zone-haiku",
603
603
+
"js-sys",
604
604
+
"wasm-bindgen",
605
605
+
"windows",
606
606
+
]
607
607
+
608
608
+
[[package]]
609
609
+
name = "iana-time-zone-haiku"
610
610
+
version = "0.1.2"
611
611
+
source = "registry+https://github.com/rust-lang/crates.io-index"
612
612
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
613
613
+
dependencies = [
614
614
+
"cc",
615
615
+
]
616
616
+
617
617
+
[[package]]
618
618
+
name = "idna"
619
619
+
version = "0.2.3"
620
620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
621
621
+
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
622
622
+
dependencies = [
623
623
+
"matches",
624
624
+
"unicode-bidi",
625
625
+
"unicode-normalization",
626
626
+
]
627
627
+
628
628
+
[[package]]
629
629
+
name = "idna"
630
630
+
version = "0.3.0"
631
631
+
source = "registry+https://github.com/rust-lang/crates.io-index"
632
632
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
633
633
+
dependencies = [
634
634
+
"unicode-bidi",
635
635
+
"unicode-normalization",
636
636
+
]
637
637
+
638
638
+
[[package]]
639
639
+
name = "indexmap"
640
640
+
version = "1.9.3"
641
641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
642
642
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
643
643
+
dependencies = [
644
644
+
"autocfg",
645
645
+
"hashbrown",
646
646
+
]
647
647
+
648
648
+
[[package]]
649
649
+
name = "instant"
650
650
+
version = "0.1.12"
651
651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
652
652
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
653
653
+
dependencies = [
654
654
+
"cfg-if 1.0.0",
655
655
+
]
656
656
+
657
657
+
[[package]]
658
658
+
name = "io-lifetimes"
659
659
+
version = "1.0.10"
660
660
+
source = "registry+https://github.com/rust-lang/crates.io-index"
661
661
+
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
662
662
+
dependencies = [
663
663
+
"hermit-abi 0.3.1",
664
664
+
"libc",
665
665
+
"windows-sys 0.48.0",
666
666
+
]
667
667
+
668
668
+
[[package]]
669
669
+
name = "iovec"
670
670
+
version = "0.1.4"
671
671
+
source = "registry+https://github.com/rust-lang/crates.io-index"
672
672
+
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
673
673
+
dependencies = [
674
674
+
"libc",
675
675
+
]
676
676
+
677
677
+
[[package]]
678
678
+
name = "ipnet"
679
679
+
version = "2.7.2"
680
680
+
source = "registry+https://github.com/rust-lang/crates.io-index"
681
681
+
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
682
682
+
683
683
+
[[package]]
684
684
+
name = "itoa"
685
685
+
version = "0.4.8"
686
686
+
source = "registry+https://github.com/rust-lang/crates.io-index"
687
687
+
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
688
688
+
689
689
+
[[package]]
690
690
+
name = "itoa"
691
691
+
version = "1.0.6"
692
692
+
source = "registry+https://github.com/rust-lang/crates.io-index"
693
693
+
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
694
694
+
695
695
+
[[package]]
696
696
+
name = "js-sys"
697
697
+
version = "0.3.62"
698
698
+
source = "registry+https://github.com/rust-lang/crates.io-index"
699
699
+
checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
700
700
+
dependencies = [
701
701
+
"wasm-bindgen",
702
702
+
]
703
703
+
704
704
+
[[package]]
705
705
+
name = "kernel32-sys"
706
706
+
version = "0.2.2"
707
707
+
source = "registry+https://github.com/rust-lang/crates.io-index"
708
708
+
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
709
709
+
dependencies = [
710
710
+
"winapi 0.2.8",
711
711
+
"winapi-build",
712
712
+
]
713
713
+
714
714
+
[[package]]
715
715
+
name = "lazy_static"
716
716
+
version = "1.4.0"
717
717
+
source = "registry+https://github.com/rust-lang/crates.io-index"
718
718
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
719
719
+
720
720
+
[[package]]
721
721
+
name = "libc"
722
722
+
version = "0.2.144"
723
723
+
source = "registry+https://github.com/rust-lang/crates.io-index"
724
724
+
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
725
725
+
726
726
+
[[package]]
727
727
+
name = "linux-raw-sys"
728
728
+
version = "0.3.7"
729
729
+
source = "registry+https://github.com/rust-lang/crates.io-index"
730
730
+
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
731
731
+
732
732
+
[[package]]
733
733
+
name = "log"
734
734
+
version = "0.4.17"
735
735
+
source = "registry+https://github.com/rust-lang/crates.io-index"
736
736
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
737
737
+
dependencies = [
738
738
+
"cfg-if 1.0.0",
739
739
+
]
740
740
+
741
741
+
[[package]]
742
742
+
name = "matches"
743
743
+
version = "0.1.10"
744
744
+
source = "registry+https://github.com/rust-lang/crates.io-index"
745
745
+
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
746
746
+
747
747
+
[[package]]
748
748
+
name = "memchr"
749
749
+
version = "2.5.0"
750
750
+
source = "registry+https://github.com/rust-lang/crates.io-index"
751
751
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
752
752
+
753
753
+
[[package]]
754
754
+
name = "mime"
755
755
+
version = "0.3.17"
756
756
+
source = "registry+https://github.com/rust-lang/crates.io-index"
757
757
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
758
758
+
759
759
+
[[package]]
760
760
+
name = "mime_guess"
761
761
+
version = "2.0.4"
762
762
+
source = "registry+https://github.com/rust-lang/crates.io-index"
763
763
+
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
764
764
+
dependencies = [
765
765
+
"mime",
766
766
+
"unicase",
767
767
+
]
768
768
+
769
769
+
[[package]]
770
770
+
name = "mio"
771
771
+
version = "0.6.23"
772
772
+
source = "registry+https://github.com/rust-lang/crates.io-index"
773
773
+
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
774
774
+
dependencies = [
775
775
+
"cfg-if 0.1.10",
776
776
+
"fuchsia-zircon",
777
777
+
"fuchsia-zircon-sys",
778
778
+
"iovec",
779
779
+
"kernel32-sys",
780
780
+
"libc",
781
781
+
"log",
782
782
+
"miow",
783
783
+
"net2",
784
784
+
"slab",
785
785
+
"winapi 0.2.8",
786
786
+
]
787
787
+
788
788
+
[[package]]
789
789
+
name = "miow"
790
790
+
version = "0.2.2"
791
791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
792
792
+
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
793
793
+
dependencies = [
794
794
+
"kernel32-sys",
795
795
+
"net2",
796
796
+
"winapi 0.2.8",
797
797
+
"ws2_32-sys",
798
798
+
]
799
799
+
800
800
+
[[package]]
801
801
+
name = "mockito"
802
802
+
version = "0.27.0"
803
803
+
source = "registry+https://github.com/rust-lang/crates.io-index"
804
804
+
checksum = "3a634720d366bcbce30fb05871a35da229cef101ad0b2ea4e46cf5abf031a273"
805
805
+
dependencies = [
806
806
+
"assert-json-diff",
807
807
+
"colored",
808
808
+
"difference",
809
809
+
"httparse",
810
810
+
"lazy_static",
811
811
+
"log",
812
812
+
"rand",
813
813
+
"regex",
814
814
+
"serde_json",
815
815
+
"serde_urlencoded 0.6.1",
816
816
+
]
817
817
+
818
818
+
[[package]]
819
819
+
name = "native-tls"
820
820
+
version = "0.2.11"
821
821
+
source = "registry+https://github.com/rust-lang/crates.io-index"
822
822
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
823
823
+
dependencies = [
824
824
+
"lazy_static",
825
825
+
"libc",
826
826
+
"log",
827
827
+
"openssl",
828
828
+
"openssl-probe",
829
829
+
"openssl-sys",
830
830
+
"schannel",
831
831
+
"security-framework",
832
832
+
"security-framework-sys",
833
833
+
"tempfile",
834
834
+
]
835
835
+
836
836
+
[[package]]
837
837
+
name = "net2"
838
838
+
version = "0.2.38"
839
839
+
source = "registry+https://github.com/rust-lang/crates.io-index"
840
840
+
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
841
841
+
dependencies = [
842
842
+
"cfg-if 0.1.10",
843
843
+
"libc",
844
844
+
"winapi 0.3.9",
845
845
+
]
846
846
+
847
847
+
[[package]]
848
848
+
name = "num-integer"
849
849
+
version = "0.1.45"
850
850
+
source = "registry+https://github.com/rust-lang/crates.io-index"
851
851
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
852
852
+
dependencies = [
853
853
+
"autocfg",
854
854
+
"num-traits",
855
855
+
]
856
856
+
857
857
+
[[package]]
858
858
+
name = "num-traits"
859
859
+
version = "0.2.15"
860
860
+
source = "registry+https://github.com/rust-lang/crates.io-index"
861
861
+
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
862
862
+
dependencies = [
863
863
+
"autocfg",
864
864
+
]
865
865
+
866
866
+
[[package]]
867
867
+
name = "num_cpus"
868
868
+
version = "1.15.0"
869
869
+
source = "registry+https://github.com/rust-lang/crates.io-index"
870
870
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
871
871
+
dependencies = [
872
872
+
"hermit-abi 0.2.6",
873
873
+
"libc",
874
874
+
]
875
875
+
876
876
+
[[package]]
877
877
+
name = "once_cell"
878
878
+
version = "1.17.1"
879
879
+
source = "registry+https://github.com/rust-lang/crates.io-index"
880
880
+
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
881
881
+
882
882
+
[[package]]
883
883
+
name = "openssl"
884
884
+
version = "0.10.52"
885
885
+
source = "registry+https://github.com/rust-lang/crates.io-index"
886
886
+
checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
887
887
+
dependencies = [
888
888
+
"bitflags",
889
889
+
"cfg-if 1.0.0",
890
890
+
"foreign-types",
891
891
+
"libc",
892
892
+
"once_cell",
893
893
+
"openssl-macros",
894
894
+
"openssl-sys",
895
895
+
]
896
896
+
897
897
+
[[package]]
898
898
+
name = "openssl-macros"
899
899
+
version = "0.1.1"
900
900
+
source = "registry+https://github.com/rust-lang/crates.io-index"
901
901
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
902
902
+
dependencies = [
903
903
+
"proc-macro2",
904
904
+
"quote",
905
905
+
"syn 2.0.15",
906
906
+
]
907
907
+
908
908
+
[[package]]
909
909
+
name = "openssl-probe"
910
910
+
version = "0.1.5"
911
911
+
source = "registry+https://github.com/rust-lang/crates.io-index"
912
912
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
913
913
+
914
914
+
[[package]]
915
915
+
name = "openssl-sys"
916
916
+
version = "0.9.87"
917
917
+
source = "registry+https://github.com/rust-lang/crates.io-index"
918
918
+
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
919
919
+
dependencies = [
920
920
+
"cc",
921
921
+
"libc",
922
922
+
"pkg-config",
923
923
+
"vcpkg",
924
924
+
]
925
925
+
926
926
+
[[package]]
927
927
+
name = "percent-encoding"
928
928
+
version = "2.2.0"
929
929
+
source = "registry+https://github.com/rust-lang/crates.io-index"
930
930
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
931
931
+
932
932
+
[[package]]
933
933
+
name = "pin-project"
934
934
+
version = "1.0.12"
935
935
+
source = "registry+https://github.com/rust-lang/crates.io-index"
936
936
+
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
937
937
+
dependencies = [
938
938
+
"pin-project-internal",
939
939
+
]
940
940
+
941
941
+
[[package]]
942
942
+
name = "pin-project-internal"
943
943
+
version = "1.0.12"
944
944
+
source = "registry+https://github.com/rust-lang/crates.io-index"
945
945
+
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
946
946
+
dependencies = [
947
947
+
"proc-macro2",
948
948
+
"quote",
949
949
+
"syn 1.0.109",
950
950
+
]
951
951
+
952
952
+
[[package]]
953
953
+
name = "pin-project-lite"
954
954
+
version = "0.1.12"
955
955
+
source = "registry+https://github.com/rust-lang/crates.io-index"
956
956
+
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
957
957
+
958
958
+
[[package]]
959
959
+
name = "pin-project-lite"
960
960
+
version = "0.2.9"
961
961
+
source = "registry+https://github.com/rust-lang/crates.io-index"
962
962
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
963
963
+
964
964
+
[[package]]
965
965
+
name = "pin-utils"
966
966
+
version = "0.1.0"
967
967
+
source = "registry+https://github.com/rust-lang/crates.io-index"
968
968
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
969
969
+
970
970
+
[[package]]
971
971
+
name = "pkg-config"
972
972
+
version = "0.3.27"
973
973
+
source = "registry+https://github.com/rust-lang/crates.io-index"
974
974
+
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
975
975
+
976
976
+
[[package]]
977
977
+
name = "ppv-lite86"
978
978
+
version = "0.2.17"
979
979
+
source = "registry+https://github.com/rust-lang/crates.io-index"
980
980
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
981
981
+
982
982
+
[[package]]
983
983
+
name = "prettytable-rs"
984
984
+
version = "0.8.0"
985
985
+
source = "registry+https://github.com/rust-lang/crates.io-index"
986
986
+
checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
987
987
+
dependencies = [
988
988
+
"atty",
989
989
+
"csv",
990
990
+
"encode_unicode",
991
991
+
"lazy_static",
992
992
+
"term",
993
993
+
"unicode-width",
994
994
+
]
995
995
+
996
996
+
[[package]]
997
997
+
name = "proc-macro-error"
998
998
+
version = "1.0.4"
999
999
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1000
1000
+
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1001
1001
+
dependencies = [
1002
1002
+
"proc-macro-error-attr",
1003
1003
+
"proc-macro2",
1004
1004
+
"quote",
1005
1005
+
"syn 1.0.109",
1006
1006
+
"version_check",
1007
1007
+
]
1008
1008
+
1009
1009
+
[[package]]
1010
1010
+
name = "proc-macro-error-attr"
1011
1011
+
version = "1.0.4"
1012
1012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1013
1013
+
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1014
1014
+
dependencies = [
1015
1015
+
"proc-macro2",
1016
1016
+
"quote",
1017
1017
+
"version_check",
1018
1018
+
]
1019
1019
+
1020
1020
+
[[package]]
1021
1021
+
name = "proc-macro-hack"
1022
1022
+
version = "0.5.20+deprecated"
1023
1023
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1024
1024
+
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
1025
1025
+
1026
1026
+
[[package]]
1027
1027
+
name = "proc-macro2"
1028
1028
+
version = "1.0.56"
1029
1029
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1030
1030
+
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1031
1031
+
dependencies = [
1032
1032
+
"unicode-ident",
1033
1033
+
]
1034
1034
+
1035
1035
+
[[package]]
1036
1036
+
name = "publicsuffix"
1037
1037
+
version = "1.5.6"
1038
1038
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1039
1039
+
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
1040
1040
+
dependencies = [
1041
1041
+
"idna 0.2.3",
1042
1042
+
"url",
1043
1043
+
]
1044
1044
+
1045
1045
+
[[package]]
1046
1046
+
name = "quote"
1047
1047
+
version = "1.0.27"
1048
1048
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1049
1049
+
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1050
1050
+
dependencies = [
1051
1051
+
"proc-macro2",
1052
1052
+
]
1053
1053
+
1054
1054
+
[[package]]
1055
1055
+
name = "rand"
1056
1056
+
version = "0.7.3"
1057
1057
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1058
1058
+
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1059
1059
+
dependencies = [
1060
1060
+
"getrandom",
1061
1061
+
"libc",
1062
1062
+
"rand_chacha",
1063
1063
+
"rand_core",
1064
1064
+
"rand_hc",
1065
1065
+
]
1066
1066
+
1067
1067
+
[[package]]
1068
1068
+
name = "rand_chacha"
1069
1069
+
version = "0.2.2"
1070
1070
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1071
1071
+
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1072
1072
+
dependencies = [
1073
1073
+
"ppv-lite86",
1074
1074
+
"rand_core",
1075
1075
+
]
1076
1076
+
1077
1077
+
[[package]]
1078
1078
+
name = "rand_core"
1079
1079
+
version = "0.5.1"
1080
1080
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1081
1081
+
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1082
1082
+
dependencies = [
1083
1083
+
"getrandom",
1084
1084
+
]
1085
1085
+
1086
1086
+
[[package]]
1087
1087
+
name = "rand_hc"
1088
1088
+
version = "0.2.0"
1089
1089
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1090
1090
+
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1091
1091
+
dependencies = [
1092
1092
+
"rand_core",
1093
1093
+
]
1094
1094
+
1095
1095
+
[[package]]
1096
1096
+
name = "redox_syscall"
1097
1097
+
version = "0.1.57"
1098
1098
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1099
1099
+
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1100
1100
+
1101
1101
+
[[package]]
1102
1102
+
name = "redox_syscall"
1103
1103
+
version = "0.3.5"
1104
1104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1105
1105
+
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1106
1106
+
dependencies = [
1107
1107
+
"bitflags",
1108
1108
+
]
1109
1109
+
1110
1110
+
[[package]]
1111
1111
+
name = "redox_users"
1112
1112
+
version = "0.3.5"
1113
1113
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1114
1114
+
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1115
1115
+
dependencies = [
1116
1116
+
"getrandom",
1117
1117
+
"redox_syscall 0.1.57",
1118
1118
+
"rust-argon2",
1119
1119
+
]
1120
1120
+
1121
1121
+
[[package]]
1122
1122
+
name = "regex"
1123
1123
+
version = "1.8.1"
1124
1124
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1125
1125
+
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
1126
1126
+
dependencies = [
1127
1127
+
"aho-corasick",
1128
1128
+
"memchr",
1129
1129
+
"regex-syntax",
1130
1130
+
]
1131
1131
+
1132
1132
+
[[package]]
1133
1133
+
name = "regex-syntax"
1134
1134
+
version = "0.7.1"
1135
1135
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1136
1136
+
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
1137
1137
+
1138
1138
+
[[package]]
1139
1139
+
name = "reqwest"
1140
1140
+
version = "0.10.10"
1141
1141
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1142
1142
+
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
1143
1143
+
dependencies = [
1144
1144
+
"base64",
1145
1145
+
"bytes 0.5.6",
1146
1146
+
"cookie",
1147
1147
+
"cookie_store",
1148
1148
+
"encoding_rs",
1149
1149
+
"futures-core",
1150
1150
+
"futures-util",
1151
1151
+
"http",
1152
1152
+
"http-body",
1153
1153
+
"hyper",
1154
1154
+
"hyper-tls",
1155
1155
+
"ipnet",
1156
1156
+
"js-sys",
1157
1157
+
"lazy_static",
1158
1158
+
"log",
1159
1159
+
"mime",
1160
1160
+
"mime_guess",
1161
1161
+
"native-tls",
1162
1162
+
"percent-encoding",
1163
1163
+
"pin-project-lite 0.2.9",
1164
1164
+
"serde",
1165
1165
+
"serde_json",
1166
1166
+
"serde_urlencoded 0.7.1",
1167
1167
+
"time 0.2.27",
1168
1168
+
"tokio",
1169
1169
+
"tokio-tls",
1170
1170
+
"url",
1171
1171
+
"wasm-bindgen",
1172
1172
+
"wasm-bindgen-futures",
1173
1173
+
"web-sys",
1174
1174
+
"winreg",
1175
1175
+
]
1176
1176
+
1177
1177
+
[[package]]
1178
1178
+
name = "rust-argon2"
1179
1179
+
version = "0.8.3"
1180
1180
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1181
1181
+
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
1182
1182
+
dependencies = [
1183
1183
+
"base64",
1184
1184
+
"blake2b_simd",
1185
1185
+
"constant_time_eq",
1186
1186
+
"crossbeam-utils",
1187
1187
+
]
1188
1188
+
1189
1189
+
[[package]]
1190
1190
+
name = "rustc_version"
1191
1191
+
version = "0.2.3"
1192
1192
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1193
1193
+
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1194
1194
+
dependencies = [
1195
1195
+
"semver",
1196
1196
+
]
1197
1197
+
1198
1198
+
[[package]]
1199
1199
+
name = "rustix"
1200
1200
+
version = "0.37.19"
1201
1201
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1202
1202
+
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1203
1203
+
dependencies = [
1204
1204
+
"bitflags",
1205
1205
+
"errno",
1206
1206
+
"io-lifetimes",
1207
1207
+
"libc",
1208
1208
+
"linux-raw-sys",
1209
1209
+
"windows-sys 0.48.0",
1210
1210
+
]
1211
1211
+
1212
1212
+
[[package]]
1213
1213
+
name = "ryu"
1214
1214
+
version = "1.0.13"
1215
1215
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1216
1216
+
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1217
1217
+
1218
1218
+
[[package]]
1219
1219
+
name = "schannel"
1220
1220
+
version = "0.1.21"
1221
1221
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1222
1222
+
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1223
1223
+
dependencies = [
1224
1224
+
"windows-sys 0.42.0",
1225
1225
+
]
1226
1226
+
1227
1227
+
[[package]]
1228
1228
+
name = "security-framework"
1229
1229
+
version = "2.8.2"
1230
1230
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1231
1231
+
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1232
1232
+
dependencies = [
1233
1233
+
"bitflags",
1234
1234
+
"core-foundation",
1235
1235
+
"core-foundation-sys",
1236
1236
+
"libc",
1237
1237
+
"security-framework-sys",
1238
1238
+
]
1239
1239
+
1240
1240
+
[[package]]
1241
1241
+
name = "security-framework-sys"
1242
1242
+
version = "2.8.0"
1243
1243
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1244
1244
+
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1245
1245
+
dependencies = [
1246
1246
+
"core-foundation-sys",
1247
1247
+
"libc",
1248
1248
+
]
1249
1249
+
1250
1250
+
[[package]]
1251
1251
+
name = "semver"
1252
1252
+
version = "0.9.0"
1253
1253
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1254
1254
+
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1255
1255
+
dependencies = [
1256
1256
+
"semver-parser",
1257
1257
+
]
1258
1258
+
1259
1259
+
[[package]]
1260
1260
+
name = "semver-parser"
1261
1261
+
version = "0.7.0"
1262
1262
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1263
1263
+
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1264
1264
+
1265
1265
+
[[package]]
1266
1266
+
name = "serde"
1267
1267
+
version = "1.0.163"
1268
1268
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1269
1269
+
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1270
1270
+
dependencies = [
1271
1271
+
"serde_derive",
1272
1272
+
]
1273
1273
+
1274
1274
+
[[package]]
1275
1275
+
name = "serde_derive"
1276
1276
+
version = "1.0.163"
1277
1277
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1278
1278
+
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1279
1279
+
dependencies = [
1280
1280
+
"proc-macro2",
1281
1281
+
"quote",
1282
1282
+
"syn 2.0.15",
1283
1283
+
]
1284
1284
+
1285
1285
+
[[package]]
1286
1286
+
name = "serde_json"
1287
1287
+
version = "1.0.96"
1288
1288
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1289
1289
+
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1290
1290
+
dependencies = [
1291
1291
+
"itoa 1.0.6",
1292
1292
+
"ryu",
1293
1293
+
"serde",
1294
1294
+
]
1295
1295
+
1296
1296
+
[[package]]
1297
1297
+
name = "serde_urlencoded"
1298
1298
+
version = "0.6.1"
1299
1299
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1300
1300
+
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1301
1301
+
dependencies = [
1302
1302
+
"dtoa",
1303
1303
+
"itoa 0.4.8",
1304
1304
+
"serde",
1305
1305
+
"url",
1306
1306
+
]
1307
1307
+
1308
1308
+
[[package]]
1309
1309
+
name = "serde_urlencoded"
1310
1310
+
version = "0.7.1"
1311
1311
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1312
1312
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1313
1313
+
dependencies = [
1314
1314
+
"form_urlencoded",
1315
1315
+
"itoa 1.0.6",
1316
1316
+
"ryu",
1317
1317
+
"serde",
1318
1318
+
]
1319
1319
+
1320
1320
+
[[package]]
1321
1321
+
name = "sha1"
1322
1322
+
version = "0.6.1"
1323
1323
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1324
1324
+
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
1325
1325
+
dependencies = [
1326
1326
+
"sha1_smol",
1327
1327
+
]
1328
1328
+
1329
1329
+
[[package]]
1330
1330
+
name = "sha1_smol"
1331
1331
+
version = "1.0.0"
1332
1332
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1333
1333
+
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
1334
1334
+
1335
1335
+
[[package]]
1336
1336
+
name = "slab"
1337
1337
+
version = "0.4.8"
1338
1338
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1339
1339
+
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1340
1340
+
dependencies = [
1341
1341
+
"autocfg",
1342
1342
+
]
1343
1343
+
1344
1344
+
[[package]]
1345
1345
+
name = "socket2"
1346
1346
+
version = "0.3.19"
1347
1347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1348
1348
+
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1349
1349
+
dependencies = [
1350
1350
+
"cfg-if 1.0.0",
1351
1351
+
"libc",
1352
1352
+
"winapi 0.3.9",
1353
1353
+
]
1354
1354
+
1355
1355
+
[[package]]
1356
1356
+
name = "standback"
1357
1357
+
version = "0.2.17"
1358
1358
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1359
1359
+
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
1360
1360
+
dependencies = [
1361
1361
+
"version_check",
1362
1362
+
]
1363
1363
+
1364
1364
+
[[package]]
1365
1365
+
name = "stdweb"
1366
1366
+
version = "0.4.20"
1367
1367
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1368
1368
+
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
1369
1369
+
dependencies = [
1370
1370
+
"discard",
1371
1371
+
"rustc_version",
1372
1372
+
"stdweb-derive",
1373
1373
+
"stdweb-internal-macros",
1374
1374
+
"stdweb-internal-runtime",
1375
1375
+
"wasm-bindgen",
1376
1376
+
]
1377
1377
+
1378
1378
+
[[package]]
1379
1379
+
name = "stdweb-derive"
1380
1380
+
version = "0.5.3"
1381
1381
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1382
1382
+
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
1383
1383
+
dependencies = [
1384
1384
+
"proc-macro2",
1385
1385
+
"quote",
1386
1386
+
"serde",
1387
1387
+
"serde_derive",
1388
1388
+
"syn 1.0.109",
1389
1389
+
]
1390
1390
+
1391
1391
+
[[package]]
1392
1392
+
name = "stdweb-internal-macros"
1393
1393
+
version = "0.2.9"
1394
1394
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1395
1395
+
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
1396
1396
+
dependencies = [
1397
1397
+
"base-x",
1398
1398
+
"proc-macro2",
1399
1399
+
"quote",
1400
1400
+
"serde",
1401
1401
+
"serde_derive",
1402
1402
+
"serde_json",
1403
1403
+
"sha1",
1404
1404
+
"syn 1.0.109",
1405
1405
+
]
1406
1406
+
1407
1407
+
[[package]]
1408
1408
+
name = "stdweb-internal-runtime"
1409
1409
+
version = "0.1.5"
1410
1410
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1411
1411
+
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
1412
1412
+
1413
1413
+
[[package]]
1414
1414
+
name = "strsim"
1415
1415
+
version = "0.8.0"
1416
1416
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1417
1417
+
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1418
1418
+
1419
1419
+
[[package]]
1420
1420
+
name = "syn"
1421
1421
+
version = "1.0.109"
1422
1422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
1423
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1424
1424
+
dependencies = [
1425
1425
+
"proc-macro2",
1426
1426
+
"quote",
1427
1427
+
"unicode-ident",
1428
1428
+
]
1429
1429
+
1430
1430
+
[[package]]
1431
1431
+
name = "syn"
1432
1432
+
version = "2.0.15"
1433
1433
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1434
1434
+
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
1435
1435
+
dependencies = [
1436
1436
+
"proc-macro2",
1437
1437
+
"quote",
1438
1438
+
"unicode-ident",
1439
1439
+
]
1440
1440
+
1441
1441
+
[[package]]
1442
1442
+
name = "tempfile"
1443
1443
+
version = "3.5.0"
1444
1444
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1445
1445
+
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1446
1446
+
dependencies = [
1447
1447
+
"cfg-if 1.0.0",
1448
1448
+
"fastrand",
1449
1449
+
"redox_syscall 0.3.5",
1450
1450
+
"rustix",
1451
1451
+
"windows-sys 0.45.0",
1452
1452
+
]
1453
1453
+
1454
1454
+
[[package]]
1455
1455
+
name = "term"
1456
1456
+
version = "0.5.2"
1457
1457
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1458
1458
+
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
1459
1459
+
dependencies = [
1460
1460
+
"byteorder",
1461
1461
+
"dirs",
1462
1462
+
"winapi 0.3.9",
1463
1463
+
]
1464
1464
+
1465
1465
+
[[package]]
1466
1466
+
name = "textwrap"
1467
1467
+
version = "0.11.0"
1468
1468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1469
1469
+
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1470
1470
+
dependencies = [
1471
1471
+
"unicode-width",
1472
1472
+
]
1473
1473
+
1474
1474
+
[[package]]
1475
1475
+
name = "time"
1476
1476
+
version = "0.1.45"
1477
1477
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1478
1478
+
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1479
1479
+
dependencies = [
1480
1480
+
"libc",
1481
1481
+
"wasi 0.10.0+wasi-snapshot-preview1",
1482
1482
+
"winapi 0.3.9",
1483
1483
+
]
1484
1484
+
1485
1485
+
[[package]]
1486
1486
+
name = "time"
1487
1487
+
version = "0.2.27"
1488
1488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
1489
+
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
1490
1490
+
dependencies = [
1491
1491
+
"const_fn",
1492
1492
+
"libc",
1493
1493
+
"standback",
1494
1494
+
"stdweb",
1495
1495
+
"time-macros",
1496
1496
+
"version_check",
1497
1497
+
"winapi 0.3.9",
1498
1498
+
]
1499
1499
+
1500
1500
+
[[package]]
1501
1501
+
name = "time-macros"
1502
1502
+
version = "0.1.1"
1503
1503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1504
1504
+
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
1505
1505
+
dependencies = [
1506
1506
+
"proc-macro-hack",
1507
1507
+
"time-macros-impl",
1508
1508
+
]
1509
1509
+
1510
1510
+
[[package]]
1511
1511
+
name = "time-macros-impl"
1512
1512
+
version = "0.1.2"
1513
1513
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1514
1514
+
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
1515
1515
+
dependencies = [
1516
1516
+
"proc-macro-hack",
1517
1517
+
"proc-macro2",
1518
1518
+
"quote",
1519
1519
+
"standback",
1520
1520
+
"syn 1.0.109",
1521
1521
+
]
1522
1522
+
1523
1523
+
[[package]]
1524
1524
+
name = "tinyvec"
1525
1525
+
version = "1.6.0"
1526
1526
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1527
1527
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1528
1528
+
dependencies = [
1529
1529
+
"tinyvec_macros",
1530
1530
+
]
1531
1531
+
1532
1532
+
[[package]]
1533
1533
+
name = "tinyvec_macros"
1534
1534
+
version = "0.1.1"
1535
1535
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1536
1536
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1537
1537
+
1538
1538
+
[[package]]
1539
1539
+
name = "tokio"
1540
1540
+
version = "0.2.25"
1541
1541
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1542
1542
+
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
1543
1543
+
dependencies = [
1544
1544
+
"bytes 0.5.6",
1545
1545
+
"fnv",
1546
1546
+
"futures-core",
1547
1547
+
"iovec",
1548
1548
+
"lazy_static",
1549
1549
+
"memchr",
1550
1550
+
"mio",
1551
1551
+
"num_cpus",
1552
1552
+
"pin-project-lite 0.1.12",
1553
1553
+
"slab",
1554
1554
+
]
1555
1555
+
1556
1556
+
[[package]]
1557
1557
+
name = "tokio-tls"
1558
1558
+
version = "0.3.1"
1559
1559
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1560
1560
+
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
1561
1561
+
dependencies = [
1562
1562
+
"native-tls",
1563
1563
+
"tokio",
1564
1564
+
]
1565
1565
+
1566
1566
+
[[package]]
1567
1567
+
name = "tokio-util"
1568
1568
+
version = "0.3.1"
1569
1569
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1570
1570
+
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
1571
1571
+
dependencies = [
1572
1572
+
"bytes 0.5.6",
1573
1573
+
"futures-core",
1574
1574
+
"futures-sink",
1575
1575
+
"log",
1576
1576
+
"pin-project-lite 0.1.12",
1577
1577
+
"tokio",
1578
1578
+
]
1579
1579
+
1580
1580
+
[[package]]
1581
1581
+
name = "tower-service"
1582
1582
+
version = "0.3.2"
1583
1583
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1584
1584
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1585
1585
+
1586
1586
+
[[package]]
1587
1587
+
name = "tracing"
1588
1588
+
version = "0.1.37"
1589
1589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1590
1590
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1591
1591
+
dependencies = [
1592
1592
+
"cfg-if 1.0.0",
1593
1593
+
"log",
1594
1594
+
"pin-project-lite 0.2.9",
1595
1595
+
"tracing-core",
1596
1596
+
]
1597
1597
+
1598
1598
+
[[package]]
1599
1599
+
name = "tracing-core"
1600
1600
+
version = "0.1.31"
1601
1601
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1602
1602
+
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
1603
1603
+
dependencies = [
1604
1604
+
"once_cell",
1605
1605
+
]
1606
1606
+
1607
1607
+
[[package]]
1608
1608
+
name = "tracing-futures"
1609
1609
+
version = "0.2.5"
1610
1610
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1611
1611
+
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1612
1612
+
dependencies = [
1613
1613
+
"pin-project",
1614
1614
+
"tracing",
1615
1615
+
]
1616
1616
+
1617
1617
+
[[package]]
1618
1618
+
name = "try-lock"
1619
1619
+
version = "0.2.4"
1620
1620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1621
1621
+
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1622
1622
+
1623
1623
+
[[package]]
1624
1624
+
name = "unicase"
1625
1625
+
version = "2.6.0"
1626
1626
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1627
1627
+
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1628
1628
+
dependencies = [
1629
1629
+
"version_check",
1630
1630
+
]
1631
1631
+
1632
1632
+
[[package]]
1633
1633
+
name = "unicode-bidi"
1634
1634
+
version = "0.3.13"
1635
1635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1636
1636
+
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1637
1637
+
1638
1638
+
[[package]]
1639
1639
+
name = "unicode-ident"
1640
1640
+
version = "1.0.8"
1641
1641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1642
1642
+
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1643
1643
+
1644
1644
+
[[package]]
1645
1645
+
name = "unicode-normalization"
1646
1646
+
version = "0.1.22"
1647
1647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1648
1648
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1649
1649
+
dependencies = [
1650
1650
+
"tinyvec",
1651
1651
+
]
1652
1652
+
1653
1653
+
[[package]]
1654
1654
+
name = "unicode-width"
1655
1655
+
version = "0.1.10"
1656
1656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1657
1657
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1658
1658
+
1659
1659
+
[[package]]
1660
1660
+
name = "url"
1661
1661
+
version = "2.3.1"
1662
1662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1663
1663
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1664
1664
+
dependencies = [
1665
1665
+
"form_urlencoded",
1666
1666
+
"idna 0.3.0",
1667
1667
+
"percent-encoding",
1668
1668
+
]
1669
1669
+
1670
1670
+
[[package]]
1671
1671
+
name = "vcpkg"
1672
1672
+
version = "0.2.15"
1673
1673
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1674
1674
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1675
1675
+
1676
1676
+
[[package]]
1677
1677
+
name = "vec_map"
1678
1678
+
version = "0.8.2"
1679
1679
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
1680
+
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1681
1681
+
1682
1682
+
[[package]]
1683
1683
+
name = "version_check"
1684
1684
+
version = "0.9.4"
1685
1685
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1686
1686
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1687
1687
+
1688
1688
+
[[package]]
1689
1689
+
name = "want"
1690
1690
+
version = "0.3.0"
1691
1691
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1692
1692
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1693
1693
+
dependencies = [
1694
1694
+
"log",
1695
1695
+
"try-lock",
1696
1696
+
]
1697
1697
+
1698
1698
+
[[package]]
1699
1699
+
name = "wasi"
1700
1700
+
version = "0.9.0+wasi-snapshot-preview1"
1701
1701
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1702
1702
+
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1703
1703
+
1704
1704
+
[[package]]
1705
1705
+
name = "wasi"
1706
1706
+
version = "0.10.0+wasi-snapshot-preview1"
1707
1707
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1708
1708
+
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1709
1709
+
1710
1710
+
[[package]]
1711
1711
+
name = "wasm-bindgen"
1712
1712
+
version = "0.2.85"
1713
1713
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1714
1714
+
checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
1715
1715
+
dependencies = [
1716
1716
+
"cfg-if 1.0.0",
1717
1717
+
"serde",
1718
1718
+
"serde_json",
1719
1719
+
"wasm-bindgen-macro",
1720
1720
+
]
1721
1721
+
1722
1722
+
[[package]]
1723
1723
+
name = "wasm-bindgen-backend"
1724
1724
+
version = "0.2.85"
1725
1725
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1726
1726
+
checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
1727
1727
+
dependencies = [
1728
1728
+
"bumpalo",
1729
1729
+
"log",
1730
1730
+
"once_cell",
1731
1731
+
"proc-macro2",
1732
1732
+
"quote",
1733
1733
+
"syn 2.0.15",
1734
1734
+
"wasm-bindgen-shared",
1735
1735
+
]
1736
1736
+
1737
1737
+
[[package]]
1738
1738
+
name = "wasm-bindgen-futures"
1739
1739
+
version = "0.4.35"
1740
1740
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1741
1741
+
checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
1742
1742
+
dependencies = [
1743
1743
+
"cfg-if 1.0.0",
1744
1744
+
"js-sys",
1745
1745
+
"wasm-bindgen",
1746
1746
+
"web-sys",
1747
1747
+
]
1748
1748
+
1749
1749
+
[[package]]
1750
1750
+
name = "wasm-bindgen-macro"
1751
1751
+
version = "0.2.85"
1752
1752
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1753
1753
+
checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
1754
1754
+
dependencies = [
1755
1755
+
"quote",
1756
1756
+
"wasm-bindgen-macro-support",
1757
1757
+
]
1758
1758
+
1759
1759
+
[[package]]
1760
1760
+
name = "wasm-bindgen-macro-support"
1761
1761
+
version = "0.2.85"
1762
1762
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1763
1763
+
checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
1764
1764
+
dependencies = [
1765
1765
+
"proc-macro2",
1766
1766
+
"quote",
1767
1767
+
"syn 2.0.15",
1768
1768
+
"wasm-bindgen-backend",
1769
1769
+
"wasm-bindgen-shared",
1770
1770
+
]
1771
1771
+
1772
1772
+
[[package]]
1773
1773
+
name = "wasm-bindgen-shared"
1774
1774
+
version = "0.2.85"
1775
1775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1776
1776
+
checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
1777
1777
+
1778
1778
+
[[package]]
1779
1779
+
name = "web-sys"
1780
1780
+
version = "0.3.62"
1781
1781
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1782
1782
+
checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
1783
1783
+
dependencies = [
1784
1784
+
"js-sys",
1785
1785
+
"wasm-bindgen",
1786
1786
+
]
1787
1787
+
1788
1788
+
[[package]]
1789
1789
+
name = "winapi"
1790
1790
+
version = "0.2.8"
1791
1791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1792
1792
+
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1793
1793
+
1794
1794
+
[[package]]
1795
1795
+
name = "winapi"
1796
1796
+
version = "0.3.9"
1797
1797
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1798
1798
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1799
1799
+
dependencies = [
1800
1800
+
"winapi-i686-pc-windows-gnu",
1801
1801
+
"winapi-x86_64-pc-windows-gnu",
1802
1802
+
]
1803
1803
+
1804
1804
+
[[package]]
1805
1805
+
name = "winapi-build"
1806
1806
+
version = "0.1.1"
1807
1807
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1808
1808
+
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1809
1809
+
1810
1810
+
[[package]]
1811
1811
+
name = "winapi-i686-pc-windows-gnu"
1812
1812
+
version = "0.4.0"
1813
1813
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1814
1814
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1815
1815
+
1816
1816
+
[[package]]
1817
1817
+
name = "winapi-x86_64-pc-windows-gnu"
1818
1818
+
version = "0.4.0"
1819
1819
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1820
1820
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1821
1821
+
1822
1822
+
[[package]]
1823
1823
+
name = "windows"
1824
1824
+
version = "0.48.0"
1825
1825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1826
1826
+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
1827
1827
+
dependencies = [
1828
1828
+
"windows-targets 0.48.0",
1829
1829
+
]
1830
1830
+
1831
1831
+
[[package]]
1832
1832
+
name = "windows-sys"
1833
1833
+
version = "0.42.0"
1834
1834
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1835
1835
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1836
1836
+
dependencies = [
1837
1837
+
"windows_aarch64_gnullvm 0.42.2",
1838
1838
+
"windows_aarch64_msvc 0.42.2",
1839
1839
+
"windows_i686_gnu 0.42.2",
1840
1840
+
"windows_i686_msvc 0.42.2",
1841
1841
+
"windows_x86_64_gnu 0.42.2",
1842
1842
+
"windows_x86_64_gnullvm 0.42.2",
1843
1843
+
"windows_x86_64_msvc 0.42.2",
1844
1844
+
]
1845
1845
+
1846
1846
+
[[package]]
1847
1847
+
name = "windows-sys"
1848
1848
+
version = "0.45.0"
1849
1849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
1850
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1851
1851
+
dependencies = [
1852
1852
+
"windows-targets 0.42.2",
1853
1853
+
]
1854
1854
+
1855
1855
+
[[package]]
1856
1856
+
name = "windows-sys"
1857
1857
+
version = "0.48.0"
1858
1858
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1859
1859
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1860
1860
+
dependencies = [
1861
1861
+
"windows-targets 0.48.0",
1862
1862
+
]
1863
1863
+
1864
1864
+
[[package]]
1865
1865
+
name = "windows-targets"
1866
1866
+
version = "0.42.2"
1867
1867
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1868
1868
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1869
1869
+
dependencies = [
1870
1870
+
"windows_aarch64_gnullvm 0.42.2",
1871
1871
+
"windows_aarch64_msvc 0.42.2",
1872
1872
+
"windows_i686_gnu 0.42.2",
1873
1873
+
"windows_i686_msvc 0.42.2",
1874
1874
+
"windows_x86_64_gnu 0.42.2",
1875
1875
+
"windows_x86_64_gnullvm 0.42.2",
1876
1876
+
"windows_x86_64_msvc 0.42.2",
1877
1877
+
]
1878
1878
+
1879
1879
+
[[package]]
1880
1880
+
name = "windows-targets"
1881
1881
+
version = "0.48.0"
1882
1882
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1883
1883
+
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
1884
1884
+
dependencies = [
1885
1885
+
"windows_aarch64_gnullvm 0.48.0",
1886
1886
+
"windows_aarch64_msvc 0.48.0",
1887
1887
+
"windows_i686_gnu 0.48.0",
1888
1888
+
"windows_i686_msvc 0.48.0",
1889
1889
+
"windows_x86_64_gnu 0.48.0",
1890
1890
+
"windows_x86_64_gnullvm 0.48.0",
1891
1891
+
"windows_x86_64_msvc 0.48.0",
1892
1892
+
]
1893
1893
+
1894
1894
+
[[package]]
1895
1895
+
name = "windows_aarch64_gnullvm"
1896
1896
+
version = "0.42.2"
1897
1897
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1898
1898
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1899
1899
+
1900
1900
+
[[package]]
1901
1901
+
name = "windows_aarch64_gnullvm"
1902
1902
+
version = "0.48.0"
1903
1903
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1904
1904
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1905
1905
+
1906
1906
+
[[package]]
1907
1907
+
name = "windows_aarch64_msvc"
1908
1908
+
version = "0.42.2"
1909
1909
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1910
1910
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1911
1911
+
1912
1912
+
[[package]]
1913
1913
+
name = "windows_aarch64_msvc"
1914
1914
+
version = "0.48.0"
1915
1915
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1916
1916
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1917
1917
+
1918
1918
+
[[package]]
1919
1919
+
name = "windows_i686_gnu"
1920
1920
+
version = "0.42.2"
1921
1921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1922
1922
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1923
1923
+
1924
1924
+
[[package]]
1925
1925
+
name = "windows_i686_gnu"
1926
1926
+
version = "0.48.0"
1927
1927
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1928
1928
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1929
1929
+
1930
1930
+
[[package]]
1931
1931
+
name = "windows_i686_msvc"
1932
1932
+
version = "0.42.2"
1933
1933
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1934
1934
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1935
1935
+
1936
1936
+
[[package]]
1937
1937
+
name = "windows_i686_msvc"
1938
1938
+
version = "0.48.0"
1939
1939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1940
1940
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1941
1941
+
1942
1942
+
[[package]]
1943
1943
+
name = "windows_x86_64_gnu"
1944
1944
+
version = "0.42.2"
1945
1945
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1946
1946
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1947
1947
+
1948
1948
+
[[package]]
1949
1949
+
name = "windows_x86_64_gnu"
1950
1950
+
version = "0.48.0"
1951
1951
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1952
1952
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1953
1953
+
1954
1954
+
[[package]]
1955
1955
+
name = "windows_x86_64_gnullvm"
1956
1956
+
version = "0.42.2"
1957
1957
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1958
1958
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1959
1959
+
1960
1960
+
[[package]]
1961
1961
+
name = "windows_x86_64_gnullvm"
1962
1962
+
version = "0.48.0"
1963
1963
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1964
1964
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1965
1965
+
1966
1966
+
[[package]]
1967
1967
+
name = "windows_x86_64_msvc"
1968
1968
+
version = "0.42.2"
1969
1969
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1970
1970
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1971
1971
+
1972
1972
+
[[package]]
1973
1973
+
name = "windows_x86_64_msvc"
1974
1974
+
version = "0.48.0"
1975
1975
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1976
1976
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1977
1977
+
1978
1978
+
[[package]]
1979
1979
+
name = "winreg"
1980
1980
+
version = "0.7.0"
1981
1981
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1982
1982
+
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1983
1983
+
dependencies = [
1984
1984
+
"winapi 0.3.9",
1985
1985
+
]
1986
1986
+
1987
1987
+
[[package]]
1988
1988
+
name = "ws2_32-sys"
1989
1989
+
version = "0.2.1"
1990
1990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1991
1991
+
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1992
1992
+
dependencies = [
1993
1993
+
"winapi 0.2.8",
1994
1994
+
"winapi-build",
1995
1995
+
]
+24
-5
pkgs/development/tools/misc/hydra-cli/default.nix
reviewed
···
1
1
-
{ stdenv, lib, pkg-config, openssl, fetchFromGitHub, rustPlatform, darwin }:
1
1
+
{ lib
2
2
+
, rustPlatform
3
3
+
, fetchFromGitHub
4
4
+
, pkg-config
5
5
+
, openssl
6
6
+
, stdenv
7
7
+
, darwin
8
8
+
}:
2
9
3
10
rustPlatform.buildRustPackage rec {
4
11
pname = "hydra-cli";
···
10
17
rev = "v${version}";
11
18
sha256 = "1fd3swdjx249971ak1bgndm5kh6rlzbfywmydn122lhfi6ry6a03";
12
19
};
13
13
-
cargoSha256 = "16446ppkvc6l8087x5m5kyy5gk4f7inyj7rzrfysriw4fvqxjsf3";
14
20
15
15
-
buildInputs = [ openssl ]
16
16
-
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
21
21
+
cargoLock = {
22
22
+
lockFile = ./Cargo.lock;
23
23
+
};
17
24
18
25
nativeBuildInputs = [
19
26
pkg-config
20
27
];
21
28
29
29
+
buildInputs = [
30
30
+
openssl
31
31
+
] ++ lib.optionals stdenv.isDarwin [
32
32
+
darwin.apple_sdk.frameworks.Security
33
33
+
];
34
34
+
35
35
+
# build fails due to outdated socket2 dependency
36
36
+
postPatch = ''
37
37
+
ln -sf ${./Cargo.lock} Cargo.lock
38
38
+
'';
39
39
+
40
40
+
__darwinAllowLocalNetworking = true;
41
41
+
22
42
meta = with lib; {
23
43
description = "A client for the Hydra CI";
24
44
homepage = "https://github.com/nlewo/hydra-cli";
25
45
license = with licenses; [ mit ];
26
46
maintainers = with maintainers; [ gilligan lewo ];
27
47
};
28
28
-
29
48
}
+1
-3
pkgs/top-level/all-packages.nix
reviewed
···
20933
20933
20934
20934
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_13; };
20935
20935
20936
20936
-
hydra-cli = callPackage ../development/tools/misc/hydra-cli {
20937
20937
-
openssl = openssl_1_1;
20938
20938
-
};
20936
20936
+
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };
20939
20937
20940
20938
hydraAntLogger = callPackage ../development/libraries/java/hydra-ant-logger { };
20941
20939