tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rewrk: init at 0.3.2
figsoda
3 years ago
9a491d1c
4a26f8d2
+1026
3 changed files
expand all
collapse all
unified
split
pkgs
tools
networking
rewrk
Cargo.lock
default.nix
top-level
all-packages.nix
+988
pkgs/tools/networking/rewrk/Cargo.lock
···
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 = "0.7.20"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10
10
+
dependencies = [
11
11
+
"memchr",
12
12
+
]
13
13
+
14
14
+
[[package]]
15
15
+
name = "ansi_term"
16
16
+
version = "0.12.1"
17
17
+
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
+
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
19
19
+
dependencies = [
20
20
+
"winapi",
21
21
+
]
22
22
+
23
23
+
[[package]]
24
24
+
name = "anyhow"
25
25
+
version = "1.0.68"
26
26
+
source = "registry+https://github.com/rust-lang/crates.io-index"
27
27
+
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
28
28
+
29
29
+
[[package]]
30
30
+
name = "atty"
31
31
+
version = "0.2.14"
32
32
+
source = "registry+https://github.com/rust-lang/crates.io-index"
33
33
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
34
34
+
dependencies = [
35
35
+
"hermit-abi 0.1.19",
36
36
+
"libc",
37
37
+
"winapi",
38
38
+
]
39
39
+
40
40
+
[[package]]
41
41
+
name = "autocfg"
42
42
+
version = "1.1.0"
43
43
+
source = "registry+https://github.com/rust-lang/crates.io-index"
44
44
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
45
45
+
46
46
+
[[package]]
47
47
+
name = "base64"
48
48
+
version = "0.13.1"
49
49
+
source = "registry+https://github.com/rust-lang/crates.io-index"
50
50
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
51
51
+
52
52
+
[[package]]
53
53
+
name = "bitflags"
54
54
+
version = "1.3.2"
55
55
+
source = "registry+https://github.com/rust-lang/crates.io-index"
56
56
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
57
57
+
58
58
+
[[package]]
59
59
+
name = "bumpalo"
60
60
+
version = "3.11.1"
61
61
+
source = "registry+https://github.com/rust-lang/crates.io-index"
62
62
+
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
63
63
+
64
64
+
[[package]]
65
65
+
name = "bytes"
66
66
+
version = "1.3.0"
67
67
+
source = "registry+https://github.com/rust-lang/crates.io-index"
68
68
+
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
69
69
+
70
70
+
[[package]]
71
71
+
name = "cc"
72
72
+
version = "1.0.78"
73
73
+
source = "registry+https://github.com/rust-lang/crates.io-index"
74
74
+
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
75
75
+
76
76
+
[[package]]
77
77
+
name = "cfg-if"
78
78
+
version = "1.0.0"
79
79
+
source = "registry+https://github.com/rust-lang/crates.io-index"
80
80
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
81
81
+
82
82
+
[[package]]
83
83
+
name = "clap"
84
84
+
version = "2.34.0"
85
85
+
source = "registry+https://github.com/rust-lang/crates.io-index"
86
86
+
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
87
87
+
dependencies = [
88
88
+
"ansi_term",
89
89
+
"atty",
90
90
+
"bitflags",
91
91
+
"strsim",
92
92
+
"textwrap",
93
93
+
"unicode-width",
94
94
+
"vec_map",
95
95
+
]
96
96
+
97
97
+
[[package]]
98
98
+
name = "colored"
99
99
+
version = "2.0.0"
100
100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
101
101
+
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
102
102
+
dependencies = [
103
103
+
"atty",
104
104
+
"lazy_static",
105
105
+
"winapi",
106
106
+
]
107
107
+
108
108
+
[[package]]
109
109
+
name = "core-foundation"
110
110
+
version = "0.9.3"
111
111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
112
112
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
113
113
+
dependencies = [
114
114
+
"core-foundation-sys",
115
115
+
"libc",
116
116
+
]
117
117
+
118
118
+
[[package]]
119
119
+
name = "core-foundation-sys"
120
120
+
version = "0.8.3"
121
121
+
source = "registry+https://github.com/rust-lang/crates.io-index"
122
122
+
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
123
123
+
124
124
+
[[package]]
125
125
+
name = "fnv"
126
126
+
version = "1.0.7"
127
127
+
source = "registry+https://github.com/rust-lang/crates.io-index"
128
128
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
129
129
+
130
130
+
[[package]]
131
131
+
name = "futures-channel"
132
132
+
version = "0.3.25"
133
133
+
source = "registry+https://github.com/rust-lang/crates.io-index"
134
134
+
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
135
135
+
dependencies = [
136
136
+
"futures-core",
137
137
+
]
138
138
+
139
139
+
[[package]]
140
140
+
name = "futures-core"
141
141
+
version = "0.3.25"
142
142
+
source = "registry+https://github.com/rust-lang/crates.io-index"
143
143
+
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
144
144
+
145
145
+
[[package]]
146
146
+
name = "futures-sink"
147
147
+
version = "0.3.25"
148
148
+
source = "registry+https://github.com/rust-lang/crates.io-index"
149
149
+
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
150
150
+
151
151
+
[[package]]
152
152
+
name = "futures-task"
153
153
+
version = "0.3.25"
154
154
+
source = "registry+https://github.com/rust-lang/crates.io-index"
155
155
+
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
156
156
+
157
157
+
[[package]]
158
158
+
name = "futures-util"
159
159
+
version = "0.3.25"
160
160
+
source = "registry+https://github.com/rust-lang/crates.io-index"
161
161
+
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
162
162
+
dependencies = [
163
163
+
"futures-core",
164
164
+
"futures-task",
165
165
+
"pin-project-lite",
166
166
+
"pin-utils",
167
167
+
]
168
168
+
169
169
+
[[package]]
170
170
+
name = "getrandom"
171
171
+
version = "0.2.8"
172
172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
173
173
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
174
174
+
dependencies = [
175
175
+
"cfg-if",
176
176
+
"libc",
177
177
+
"wasi",
178
178
+
]
179
179
+
180
180
+
[[package]]
181
181
+
name = "h2"
182
182
+
version = "0.3.15"
183
183
+
source = "registry+https://github.com/rust-lang/crates.io-index"
184
184
+
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
185
185
+
dependencies = [
186
186
+
"bytes",
187
187
+
"fnv",
188
188
+
"futures-core",
189
189
+
"futures-sink",
190
190
+
"futures-util",
191
191
+
"http",
192
192
+
"indexmap",
193
193
+
"slab",
194
194
+
"tokio",
195
195
+
"tokio-util",
196
196
+
"tracing",
197
197
+
]
198
198
+
199
199
+
[[package]]
200
200
+
name = "hashbrown"
201
201
+
version = "0.12.3"
202
202
+
source = "registry+https://github.com/rust-lang/crates.io-index"
203
203
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
204
204
+
205
205
+
[[package]]
206
206
+
name = "hermit-abi"
207
207
+
version = "0.1.19"
208
208
+
source = "registry+https://github.com/rust-lang/crates.io-index"
209
209
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
210
210
+
dependencies = [
211
211
+
"libc",
212
212
+
]
213
213
+
214
214
+
[[package]]
215
215
+
name = "hermit-abi"
216
216
+
version = "0.2.6"
217
217
+
source = "registry+https://github.com/rust-lang/crates.io-index"
218
218
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
219
219
+
dependencies = [
220
220
+
"libc",
221
221
+
]
222
222
+
223
223
+
[[package]]
224
224
+
name = "http"
225
225
+
version = "0.2.8"
226
226
+
source = "registry+https://github.com/rust-lang/crates.io-index"
227
227
+
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
228
228
+
dependencies = [
229
229
+
"bytes",
230
230
+
"fnv",
231
231
+
"itoa",
232
232
+
]
233
233
+
234
234
+
[[package]]
235
235
+
name = "http-body"
236
236
+
version = "0.4.5"
237
237
+
source = "registry+https://github.com/rust-lang/crates.io-index"
238
238
+
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
239
239
+
dependencies = [
240
240
+
"bytes",
241
241
+
"http",
242
242
+
"pin-project-lite",
243
243
+
]
244
244
+
245
245
+
[[package]]
246
246
+
name = "httparse"
247
247
+
version = "1.8.0"
248
248
+
source = "registry+https://github.com/rust-lang/crates.io-index"
249
249
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
250
250
+
251
251
+
[[package]]
252
252
+
name = "httpdate"
253
253
+
version = "1.0.2"
254
254
+
source = "registry+https://github.com/rust-lang/crates.io-index"
255
255
+
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
256
256
+
257
257
+
[[package]]
258
258
+
name = "hyper"
259
259
+
version = "0.14.23"
260
260
+
source = "registry+https://github.com/rust-lang/crates.io-index"
261
261
+
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
262
262
+
dependencies = [
263
263
+
"bytes",
264
264
+
"futures-channel",
265
265
+
"futures-core",
266
266
+
"futures-util",
267
267
+
"h2",
268
268
+
"http",
269
269
+
"http-body",
270
270
+
"httparse",
271
271
+
"httpdate",
272
272
+
"itoa",
273
273
+
"pin-project-lite",
274
274
+
"socket2",
275
275
+
"tokio",
276
276
+
"tower-service",
277
277
+
"tracing",
278
278
+
"want",
279
279
+
]
280
280
+
281
281
+
[[package]]
282
282
+
name = "indexmap"
283
283
+
version = "1.9.2"
284
284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
285
285
+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
286
286
+
dependencies = [
287
287
+
"autocfg",
288
288
+
"hashbrown",
289
289
+
]
290
290
+
291
291
+
[[package]]
292
292
+
name = "itoa"
293
293
+
version = "1.0.5"
294
294
+
source = "registry+https://github.com/rust-lang/crates.io-index"
295
295
+
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
296
296
+
297
297
+
[[package]]
298
298
+
name = "js-sys"
299
299
+
version = "0.3.60"
300
300
+
source = "registry+https://github.com/rust-lang/crates.io-index"
301
301
+
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
302
302
+
dependencies = [
303
303
+
"wasm-bindgen",
304
304
+
]
305
305
+
306
306
+
[[package]]
307
307
+
name = "lazy_static"
308
308
+
version = "1.4.0"
309
309
+
source = "registry+https://github.com/rust-lang/crates.io-index"
310
310
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
311
311
+
312
312
+
[[package]]
313
313
+
name = "libc"
314
314
+
version = "0.2.139"
315
315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
316
316
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
317
317
+
318
318
+
[[package]]
319
319
+
name = "log"
320
320
+
version = "0.4.17"
321
321
+
source = "registry+https://github.com/rust-lang/crates.io-index"
322
322
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
323
323
+
dependencies = [
324
324
+
"cfg-if",
325
325
+
]
326
326
+
327
327
+
[[package]]
328
328
+
name = "memchr"
329
329
+
version = "2.5.0"
330
330
+
source = "registry+https://github.com/rust-lang/crates.io-index"
331
331
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
332
332
+
333
333
+
[[package]]
334
334
+
name = "mio"
335
335
+
version = "0.8.5"
336
336
+
source = "registry+https://github.com/rust-lang/crates.io-index"
337
337
+
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
338
338
+
dependencies = [
339
339
+
"libc",
340
340
+
"log",
341
341
+
"wasi",
342
342
+
"windows-sys 0.42.0",
343
343
+
]
344
344
+
345
345
+
[[package]]
346
346
+
name = "num_cpus"
347
347
+
version = "1.15.0"
348
348
+
source = "registry+https://github.com/rust-lang/crates.io-index"
349
349
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
350
350
+
dependencies = [
351
351
+
"hermit-abi 0.2.6",
352
352
+
"libc",
353
353
+
]
354
354
+
355
355
+
[[package]]
356
356
+
name = "once_cell"
357
357
+
version = "1.17.0"
358
358
+
source = "registry+https://github.com/rust-lang/crates.io-index"
359
359
+
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
360
360
+
361
361
+
[[package]]
362
362
+
name = "openssl-probe"
363
363
+
version = "0.1.5"
364
364
+
source = "registry+https://github.com/rust-lang/crates.io-index"
365
365
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
366
366
+
367
367
+
[[package]]
368
368
+
name = "pin-project"
369
369
+
version = "1.0.12"
370
370
+
source = "registry+https://github.com/rust-lang/crates.io-index"
371
371
+
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
372
372
+
dependencies = [
373
373
+
"pin-project-internal",
374
374
+
]
375
375
+
376
376
+
[[package]]
377
377
+
name = "pin-project-internal"
378
378
+
version = "1.0.12"
379
379
+
source = "registry+https://github.com/rust-lang/crates.io-index"
380
380
+
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
381
381
+
dependencies = [
382
382
+
"proc-macro2",
383
383
+
"quote",
384
384
+
"syn",
385
385
+
]
386
386
+
387
387
+
[[package]]
388
388
+
name = "pin-project-lite"
389
389
+
version = "0.2.9"
390
390
+
source = "registry+https://github.com/rust-lang/crates.io-index"
391
391
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
392
392
+
393
393
+
[[package]]
394
394
+
name = "pin-utils"
395
395
+
version = "0.1.0"
396
396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
397
397
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
398
398
+
399
399
+
[[package]]
400
400
+
name = "ppv-lite86"
401
401
+
version = "0.2.17"
402
402
+
source = "registry+https://github.com/rust-lang/crates.io-index"
403
403
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
404
404
+
405
405
+
[[package]]
406
406
+
name = "proc-macro2"
407
407
+
version = "1.0.49"
408
408
+
source = "registry+https://github.com/rust-lang/crates.io-index"
409
409
+
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
410
410
+
dependencies = [
411
411
+
"unicode-ident",
412
412
+
]
413
413
+
414
414
+
[[package]]
415
415
+
name = "quote"
416
416
+
version = "1.0.23"
417
417
+
source = "registry+https://github.com/rust-lang/crates.io-index"
418
418
+
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
419
419
+
dependencies = [
420
420
+
"proc-macro2",
421
421
+
]
422
422
+
423
423
+
[[package]]
424
424
+
name = "rand"
425
425
+
version = "0.8.5"
426
426
+
source = "registry+https://github.com/rust-lang/crates.io-index"
427
427
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
428
428
+
dependencies = [
429
429
+
"libc",
430
430
+
"rand_chacha",
431
431
+
"rand_core",
432
432
+
]
433
433
+
434
434
+
[[package]]
435
435
+
name = "rand_chacha"
436
436
+
version = "0.3.1"
437
437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
438
438
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
439
439
+
dependencies = [
440
440
+
"ppv-lite86",
441
441
+
"rand_core",
442
442
+
]
443
443
+
444
444
+
[[package]]
445
445
+
name = "rand_core"
446
446
+
version = "0.6.4"
447
447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
448
448
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
449
449
+
dependencies = [
450
450
+
"getrandom",
451
451
+
]
452
452
+
453
453
+
[[package]]
454
454
+
name = "regex"
455
455
+
version = "1.4.6"
456
456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
457
457
+
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
458
458
+
dependencies = [
459
459
+
"aho-corasick",
460
460
+
"memchr",
461
461
+
"regex-syntax",
462
462
+
]
463
463
+
464
464
+
[[package]]
465
465
+
name = "regex-syntax"
466
466
+
version = "0.6.28"
467
467
+
source = "registry+https://github.com/rust-lang/crates.io-index"
468
468
+
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
469
469
+
470
470
+
[[package]]
471
471
+
name = "rewrk"
472
472
+
version = "0.3.2"
473
473
+
dependencies = [
474
474
+
"anyhow",
475
475
+
"clap",
476
476
+
"colored",
477
477
+
"http",
478
478
+
"hyper",
479
479
+
"rand",
480
480
+
"regex",
481
481
+
"rustls",
482
482
+
"rustls-native-certs",
483
483
+
"serde_json",
484
484
+
"tokio",
485
485
+
"tokio-rustls",
486
486
+
"tower",
487
487
+
]
488
488
+
489
489
+
[[package]]
490
490
+
name = "ring"
491
491
+
version = "0.16.20"
492
492
+
source = "registry+https://github.com/rust-lang/crates.io-index"
493
493
+
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
494
494
+
dependencies = [
495
495
+
"cc",
496
496
+
"libc",
497
497
+
"once_cell",
498
498
+
"spin",
499
499
+
"untrusted",
500
500
+
"web-sys",
501
501
+
"winapi",
502
502
+
]
503
503
+
504
504
+
[[package]]
505
505
+
name = "rustls"
506
506
+
version = "0.19.1"
507
507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
508
508
+
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
509
509
+
dependencies = [
510
510
+
"base64",
511
511
+
"log",
512
512
+
"ring",
513
513
+
"sct",
514
514
+
"webpki",
515
515
+
]
516
516
+
517
517
+
[[package]]
518
518
+
name = "rustls-native-certs"
519
519
+
version = "0.5.0"
520
520
+
source = "registry+https://github.com/rust-lang/crates.io-index"
521
521
+
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
522
522
+
dependencies = [
523
523
+
"openssl-probe",
524
524
+
"rustls",
525
525
+
"schannel",
526
526
+
"security-framework",
527
527
+
]
528
528
+
529
529
+
[[package]]
530
530
+
name = "ryu"
531
531
+
version = "1.0.12"
532
532
+
source = "registry+https://github.com/rust-lang/crates.io-index"
533
533
+
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
534
534
+
535
535
+
[[package]]
536
536
+
name = "schannel"
537
537
+
version = "0.1.20"
538
538
+
source = "registry+https://github.com/rust-lang/crates.io-index"
539
539
+
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
540
540
+
dependencies = [
541
541
+
"lazy_static",
542
542
+
"windows-sys 0.36.1",
543
543
+
]
544
544
+
545
545
+
[[package]]
546
546
+
name = "sct"
547
547
+
version = "0.6.1"
548
548
+
source = "registry+https://github.com/rust-lang/crates.io-index"
549
549
+
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
550
550
+
dependencies = [
551
551
+
"ring",
552
552
+
"untrusted",
553
553
+
]
554
554
+
555
555
+
[[package]]
556
556
+
name = "security-framework"
557
557
+
version = "2.7.0"
558
558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
559
559
+
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
560
560
+
dependencies = [
561
561
+
"bitflags",
562
562
+
"core-foundation",
563
563
+
"core-foundation-sys",
564
564
+
"libc",
565
565
+
"security-framework-sys",
566
566
+
]
567
567
+
568
568
+
[[package]]
569
569
+
name = "security-framework-sys"
570
570
+
version = "2.6.1"
571
571
+
source = "registry+https://github.com/rust-lang/crates.io-index"
572
572
+
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
573
573
+
dependencies = [
574
574
+
"core-foundation-sys",
575
575
+
"libc",
576
576
+
]
577
577
+
578
578
+
[[package]]
579
579
+
name = "serde"
580
580
+
version = "1.0.152"
581
581
+
source = "registry+https://github.com/rust-lang/crates.io-index"
582
582
+
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
583
583
+
584
584
+
[[package]]
585
585
+
name = "serde_json"
586
586
+
version = "1.0.91"
587
587
+
source = "registry+https://github.com/rust-lang/crates.io-index"
588
588
+
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
589
589
+
dependencies = [
590
590
+
"itoa",
591
591
+
"ryu",
592
592
+
"serde",
593
593
+
]
594
594
+
595
595
+
[[package]]
596
596
+
name = "slab"
597
597
+
version = "0.4.7"
598
598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
599
599
+
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
600
600
+
dependencies = [
601
601
+
"autocfg",
602
602
+
]
603
603
+
604
604
+
[[package]]
605
605
+
name = "socket2"
606
606
+
version = "0.4.7"
607
607
+
source = "registry+https://github.com/rust-lang/crates.io-index"
608
608
+
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
609
609
+
dependencies = [
610
610
+
"libc",
611
611
+
"winapi",
612
612
+
]
613
613
+
614
614
+
[[package]]
615
615
+
name = "spin"
616
616
+
version = "0.5.2"
617
617
+
source = "registry+https://github.com/rust-lang/crates.io-index"
618
618
+
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
619
619
+
620
620
+
[[package]]
621
621
+
name = "strsim"
622
622
+
version = "0.8.0"
623
623
+
source = "registry+https://github.com/rust-lang/crates.io-index"
624
624
+
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
625
625
+
626
626
+
[[package]]
627
627
+
name = "syn"
628
628
+
version = "1.0.107"
629
629
+
source = "registry+https://github.com/rust-lang/crates.io-index"
630
630
+
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
631
631
+
dependencies = [
632
632
+
"proc-macro2",
633
633
+
"quote",
634
634
+
"unicode-ident",
635
635
+
]
636
636
+
637
637
+
[[package]]
638
638
+
name = "textwrap"
639
639
+
version = "0.11.0"
640
640
+
source = "registry+https://github.com/rust-lang/crates.io-index"
641
641
+
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
642
642
+
dependencies = [
643
643
+
"unicode-width",
644
644
+
]
645
645
+
646
646
+
[[package]]
647
647
+
name = "tokio"
648
648
+
version = "1.24.1"
649
649
+
source = "registry+https://github.com/rust-lang/crates.io-index"
650
650
+
checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
651
651
+
dependencies = [
652
652
+
"autocfg",
653
653
+
"bytes",
654
654
+
"libc",
655
655
+
"memchr",
656
656
+
"mio",
657
657
+
"num_cpus",
658
658
+
"pin-project-lite",
659
659
+
"socket2",
660
660
+
"tokio-macros",
661
661
+
"windows-sys 0.42.0",
662
662
+
]
663
663
+
664
664
+
[[package]]
665
665
+
name = "tokio-macros"
666
666
+
version = "1.8.2"
667
667
+
source = "registry+https://github.com/rust-lang/crates.io-index"
668
668
+
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
669
669
+
dependencies = [
670
670
+
"proc-macro2",
671
671
+
"quote",
672
672
+
"syn",
673
673
+
]
674
674
+
675
675
+
[[package]]
676
676
+
name = "tokio-rustls"
677
677
+
version = "0.22.0"
678
678
+
source = "registry+https://github.com/rust-lang/crates.io-index"
679
679
+
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
680
680
+
dependencies = [
681
681
+
"rustls",
682
682
+
"tokio",
683
683
+
"webpki",
684
684
+
]
685
685
+
686
686
+
[[package]]
687
687
+
name = "tokio-util"
688
688
+
version = "0.7.4"
689
689
+
source = "registry+https://github.com/rust-lang/crates.io-index"
690
690
+
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
691
691
+
dependencies = [
692
692
+
"bytes",
693
693
+
"futures-core",
694
694
+
"futures-sink",
695
695
+
"pin-project-lite",
696
696
+
"tokio",
697
697
+
"tracing",
698
698
+
]
699
699
+
700
700
+
[[package]]
701
701
+
name = "tower"
702
702
+
version = "0.4.13"
703
703
+
source = "registry+https://github.com/rust-lang/crates.io-index"
704
704
+
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
705
705
+
dependencies = [
706
706
+
"futures-core",
707
707
+
"futures-util",
708
708
+
"pin-project",
709
709
+
"pin-project-lite",
710
710
+
"tower-layer",
711
711
+
"tower-service",
712
712
+
"tracing",
713
713
+
]
714
714
+
715
715
+
[[package]]
716
716
+
name = "tower-layer"
717
717
+
version = "0.3.2"
718
718
+
source = "registry+https://github.com/rust-lang/crates.io-index"
719
719
+
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
720
720
+
721
721
+
[[package]]
722
722
+
name = "tower-service"
723
723
+
version = "0.3.2"
724
724
+
source = "registry+https://github.com/rust-lang/crates.io-index"
725
725
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
726
726
+
727
727
+
[[package]]
728
728
+
name = "tracing"
729
729
+
version = "0.1.37"
730
730
+
source = "registry+https://github.com/rust-lang/crates.io-index"
731
731
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
732
732
+
dependencies = [
733
733
+
"cfg-if",
734
734
+
"log",
735
735
+
"pin-project-lite",
736
736
+
"tracing-core",
737
737
+
]
738
738
+
739
739
+
[[package]]
740
740
+
name = "tracing-core"
741
741
+
version = "0.1.30"
742
742
+
source = "registry+https://github.com/rust-lang/crates.io-index"
743
743
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
744
744
+
dependencies = [
745
745
+
"once_cell",
746
746
+
]
747
747
+
748
748
+
[[package]]
749
749
+
name = "try-lock"
750
750
+
version = "0.2.4"
751
751
+
source = "registry+https://github.com/rust-lang/crates.io-index"
752
752
+
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
753
753
+
754
754
+
[[package]]
755
755
+
name = "unicode-ident"
756
756
+
version = "1.0.6"
757
757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
758
758
+
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
759
759
+
760
760
+
[[package]]
761
761
+
name = "unicode-width"
762
762
+
version = "0.1.10"
763
763
+
source = "registry+https://github.com/rust-lang/crates.io-index"
764
764
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
765
765
+
766
766
+
[[package]]
767
767
+
name = "untrusted"
768
768
+
version = "0.7.1"
769
769
+
source = "registry+https://github.com/rust-lang/crates.io-index"
770
770
+
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
771
771
+
772
772
+
[[package]]
773
773
+
name = "vec_map"
774
774
+
version = "0.8.2"
775
775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
776
776
+
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
777
777
+
778
778
+
[[package]]
779
779
+
name = "want"
780
780
+
version = "0.3.0"
781
781
+
source = "registry+https://github.com/rust-lang/crates.io-index"
782
782
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
783
783
+
dependencies = [
784
784
+
"log",
785
785
+
"try-lock",
786
786
+
]
787
787
+
788
788
+
[[package]]
789
789
+
name = "wasi"
790
790
+
version = "0.11.0+wasi-snapshot-preview1"
791
791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
792
792
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
793
793
+
794
794
+
[[package]]
795
795
+
name = "wasm-bindgen"
796
796
+
version = "0.2.83"
797
797
+
source = "registry+https://github.com/rust-lang/crates.io-index"
798
798
+
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
799
799
+
dependencies = [
800
800
+
"cfg-if",
801
801
+
"wasm-bindgen-macro",
802
802
+
]
803
803
+
804
804
+
[[package]]
805
805
+
name = "wasm-bindgen-backend"
806
806
+
version = "0.2.83"
807
807
+
source = "registry+https://github.com/rust-lang/crates.io-index"
808
808
+
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
809
809
+
dependencies = [
810
810
+
"bumpalo",
811
811
+
"log",
812
812
+
"once_cell",
813
813
+
"proc-macro2",
814
814
+
"quote",
815
815
+
"syn",
816
816
+
"wasm-bindgen-shared",
817
817
+
]
818
818
+
819
819
+
[[package]]
820
820
+
name = "wasm-bindgen-macro"
821
821
+
version = "0.2.83"
822
822
+
source = "registry+https://github.com/rust-lang/crates.io-index"
823
823
+
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
824
824
+
dependencies = [
825
825
+
"quote",
826
826
+
"wasm-bindgen-macro-support",
827
827
+
]
828
828
+
829
829
+
[[package]]
830
830
+
name = "wasm-bindgen-macro-support"
831
831
+
version = "0.2.83"
832
832
+
source = "registry+https://github.com/rust-lang/crates.io-index"
833
833
+
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
834
834
+
dependencies = [
835
835
+
"proc-macro2",
836
836
+
"quote",
837
837
+
"syn",
838
838
+
"wasm-bindgen-backend",
839
839
+
"wasm-bindgen-shared",
840
840
+
]
841
841
+
842
842
+
[[package]]
843
843
+
name = "wasm-bindgen-shared"
844
844
+
version = "0.2.83"
845
845
+
source = "registry+https://github.com/rust-lang/crates.io-index"
846
846
+
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
847
847
+
848
848
+
[[package]]
849
849
+
name = "web-sys"
850
850
+
version = "0.3.60"
851
851
+
source = "registry+https://github.com/rust-lang/crates.io-index"
852
852
+
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
853
853
+
dependencies = [
854
854
+
"js-sys",
855
855
+
"wasm-bindgen",
856
856
+
]
857
857
+
858
858
+
[[package]]
859
859
+
name = "webpki"
860
860
+
version = "0.21.4"
861
861
+
source = "registry+https://github.com/rust-lang/crates.io-index"
862
862
+
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
863
863
+
dependencies = [
864
864
+
"ring",
865
865
+
"untrusted",
866
866
+
]
867
867
+
868
868
+
[[package]]
869
869
+
name = "winapi"
870
870
+
version = "0.3.9"
871
871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
872
872
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
873
873
+
dependencies = [
874
874
+
"winapi-i686-pc-windows-gnu",
875
875
+
"winapi-x86_64-pc-windows-gnu",
876
876
+
]
877
877
+
878
878
+
[[package]]
879
879
+
name = "winapi-i686-pc-windows-gnu"
880
880
+
version = "0.4.0"
881
881
+
source = "registry+https://github.com/rust-lang/crates.io-index"
882
882
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
883
883
+
884
884
+
[[package]]
885
885
+
name = "winapi-x86_64-pc-windows-gnu"
886
886
+
version = "0.4.0"
887
887
+
source = "registry+https://github.com/rust-lang/crates.io-index"
888
888
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
889
889
+
890
890
+
[[package]]
891
891
+
name = "windows-sys"
892
892
+
version = "0.36.1"
893
893
+
source = "registry+https://github.com/rust-lang/crates.io-index"
894
894
+
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
895
895
+
dependencies = [
896
896
+
"windows_aarch64_msvc 0.36.1",
897
897
+
"windows_i686_gnu 0.36.1",
898
898
+
"windows_i686_msvc 0.36.1",
899
899
+
"windows_x86_64_gnu 0.36.1",
900
900
+
"windows_x86_64_msvc 0.36.1",
901
901
+
]
902
902
+
903
903
+
[[package]]
904
904
+
name = "windows-sys"
905
905
+
version = "0.42.0"
906
906
+
source = "registry+https://github.com/rust-lang/crates.io-index"
907
907
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
908
908
+
dependencies = [
909
909
+
"windows_aarch64_gnullvm",
910
910
+
"windows_aarch64_msvc 0.42.0",
911
911
+
"windows_i686_gnu 0.42.0",
912
912
+
"windows_i686_msvc 0.42.0",
913
913
+
"windows_x86_64_gnu 0.42.0",
914
914
+
"windows_x86_64_gnullvm",
915
915
+
"windows_x86_64_msvc 0.42.0",
916
916
+
]
917
917
+
918
918
+
[[package]]
919
919
+
name = "windows_aarch64_gnullvm"
920
920
+
version = "0.42.0"
921
921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
922
922
+
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
923
923
+
924
924
+
[[package]]
925
925
+
name = "windows_aarch64_msvc"
926
926
+
version = "0.36.1"
927
927
+
source = "registry+https://github.com/rust-lang/crates.io-index"
928
928
+
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
929
929
+
930
930
+
[[package]]
931
931
+
name = "windows_aarch64_msvc"
932
932
+
version = "0.42.0"
933
933
+
source = "registry+https://github.com/rust-lang/crates.io-index"
934
934
+
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
935
935
+
936
936
+
[[package]]
937
937
+
name = "windows_i686_gnu"
938
938
+
version = "0.36.1"
939
939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
940
940
+
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
941
941
+
942
942
+
[[package]]
943
943
+
name = "windows_i686_gnu"
944
944
+
version = "0.42.0"
945
945
+
source = "registry+https://github.com/rust-lang/crates.io-index"
946
946
+
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
947
947
+
948
948
+
[[package]]
949
949
+
name = "windows_i686_msvc"
950
950
+
version = "0.36.1"
951
951
+
source = "registry+https://github.com/rust-lang/crates.io-index"
952
952
+
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
953
953
+
954
954
+
[[package]]
955
955
+
name = "windows_i686_msvc"
956
956
+
version = "0.42.0"
957
957
+
source = "registry+https://github.com/rust-lang/crates.io-index"
958
958
+
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
959
959
+
960
960
+
[[package]]
961
961
+
name = "windows_x86_64_gnu"
962
962
+
version = "0.36.1"
963
963
+
source = "registry+https://github.com/rust-lang/crates.io-index"
964
964
+
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
965
965
+
966
966
+
[[package]]
967
967
+
name = "windows_x86_64_gnu"
968
968
+
version = "0.42.0"
969
969
+
source = "registry+https://github.com/rust-lang/crates.io-index"
970
970
+
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
971
971
+
972
972
+
[[package]]
973
973
+
name = "windows_x86_64_gnullvm"
974
974
+
version = "0.42.0"
975
975
+
source = "registry+https://github.com/rust-lang/crates.io-index"
976
976
+
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
977
977
+
978
978
+
[[package]]
979
979
+
name = "windows_x86_64_msvc"
980
980
+
version = "0.36.1"
981
981
+
source = "registry+https://github.com/rust-lang/crates.io-index"
982
982
+
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
983
983
+
984
984
+
[[package]]
985
985
+
name = "windows_x86_64_msvc"
986
986
+
version = "0.42.0"
987
987
+
source = "registry+https://github.com/rust-lang/crates.io-index"
988
988
+
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
+36
pkgs/tools/networking/rewrk/default.nix
···
1
1
+
{ lib
2
2
+
, rustPlatform
3
3
+
, fetchFromGitHub
4
4
+
, stdenv
5
5
+
, darwin
6
6
+
}:
7
7
+
8
8
+
rustPlatform.buildRustPackage rec {
9
9
+
pname = "rewrk";
10
10
+
version = "0.3.2";
11
11
+
12
12
+
src = fetchFromGitHub {
13
13
+
owner = "lnx-search";
14
14
+
repo = "rewrk";
15
15
+
rev = version;
16
16
+
hash = "sha256-Bqr5kmIIx+12hW4jpINcv0GBJBbMAkd4di/hZSXlT18=";
17
17
+
};
18
18
+
19
19
+
cargoLock.lockFile = ./Cargo.lock;
20
20
+
21
21
+
postPatch = ''
22
22
+
ln -s ${./Cargo.lock} Cargo.lock
23
23
+
'';
24
24
+
25
25
+
buildInputs = lib.optionals stdenv.isDarwin [
26
26
+
darwin.apple_sdk.frameworks.Security
27
27
+
];
28
28
+
29
29
+
meta = with lib; {
30
30
+
description = "A more modern http framework benchmarker supporting HTTP/1 and HTTP/2 benchmarks";
31
31
+
homepage = "https://github.com/lnx-search/rewrk";
32
32
+
changelog = "https://github.com/lnx-search/rewrk/releases/tag/${version}";
33
33
+
license = licenses.mit;
34
34
+
maintainers = with maintainers; [ figsoda ];
35
35
+
};
36
36
+
}
+2
pkgs/top-level/all-packages.nix
···
11176
11176
11177
11177
retext = qt6Packages.callPackage ../applications/editors/retext { };
11178
11178
11179
11179
+
rewrk = callPackage ../tools/networking/rewrk { };
11180
11180
+
11179
11181
inherit (callPackage ../tools/security/rekor { })
11180
11182
rekor-cli
11181
11183
rekor-server;