tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dnspeep: use fetchCargoVendor
TomaSajt
1 year ago
5b7ce473
603645f9
+2
-675
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
dn
dnspeep
Cargo.lock
package.nix
-669
pkgs/by-name/dn/dnspeep/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.15"
8
8
-
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
-
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
10
10
-
dependencies = [
11
11
-
"memchr",
12
12
-
]
13
13
-
14
14
-
[[package]]
15
15
-
name = "autocfg"
16
16
-
version = "1.0.1"
17
17
-
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
-
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
19
19
-
20
20
-
[[package]]
21
21
-
name = "base64"
22
22
-
version = "0.13.0"
23
23
-
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
-
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
25
25
-
26
26
-
[[package]]
27
27
-
name = "bitflags"
28
28
-
version = "1.2.1"
29
29
-
source = "registry+https://github.com/rust-lang/crates.io-index"
30
30
-
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
31
31
-
32
32
-
[[package]]
33
33
-
name = "byteorder"
34
34
-
version = "1.4.3"
35
35
-
source = "registry+https://github.com/rust-lang/crates.io-index"
36
36
-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
37
37
-
38
38
-
[[package]]
39
39
-
name = "bytes"
40
40
-
version = "0.5.6"
41
41
-
source = "registry+https://github.com/rust-lang/crates.io-index"
42
42
-
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
43
43
-
44
44
-
[[package]]
45
45
-
name = "bytes"
46
46
-
version = "1.1.0"
47
47
-
source = "registry+https://github.com/rust-lang/crates.io-index"
48
48
-
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
49
49
-
50
50
-
[[package]]
51
51
-
name = "cfg-if"
52
52
-
version = "0.1.10"
53
53
-
source = "registry+https://github.com/rust-lang/crates.io-index"
54
54
-
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
55
55
-
56
56
-
[[package]]
57
57
-
name = "cfg-if"
58
58
-
version = "1.0.0"
59
59
-
source = "registry+https://github.com/rust-lang/crates.io-index"
60
60
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
61
61
-
62
62
-
[[package]]
63
63
-
name = "chrono"
64
64
-
version = "0.4.19"
65
65
-
source = "registry+https://github.com/rust-lang/crates.io-index"
66
66
-
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
67
67
-
dependencies = [
68
68
-
"libc",
69
69
-
"num-integer",
70
70
-
"num-traits",
71
71
-
"time",
72
72
-
"winapi 0.3.9",
73
73
-
]
74
74
-
75
75
-
[[package]]
76
76
-
name = "dns-message-parser"
77
77
-
version = "0.6.0"
78
78
-
source = "registry+https://github.com/rust-lang/crates.io-index"
79
79
-
checksum = "b393503f9263e08ba3efe0a3578cdde90d6da5ae1af232cc338640670451c992"
80
80
-
dependencies = [
81
81
-
"base64",
82
82
-
"bytes 1.1.0",
83
83
-
"hex",
84
84
-
"thiserror",
85
85
-
]
86
86
-
87
87
-
[[package]]
88
88
-
name = "dnspeep"
89
89
-
version = "0.1.3"
90
90
-
dependencies = [
91
91
-
"bytes 1.1.0",
92
92
-
"chrono",
93
93
-
"dns-message-parser",
94
94
-
"etherparse",
95
95
-
"eyre",
96
96
-
"futures",
97
97
-
"getopts",
98
98
-
"hex",
99
99
-
"libc",
100
100
-
"pcap",
101
101
-
"tokio",
102
102
-
]
103
103
-
104
104
-
[[package]]
105
105
-
name = "etherparse"
106
106
-
version = "0.9.0"
107
107
-
source = "registry+https://github.com/rust-lang/crates.io-index"
108
108
-
checksum = "2fa20922281f9ee5ffcda45e80d56085829279f1270f79fbabc39809a4354807"
109
109
-
dependencies = [
110
110
-
"byteorder",
111
111
-
]
112
112
-
113
113
-
[[package]]
114
114
-
name = "eyre"
115
115
-
version = "0.6.5"
116
116
-
source = "registry+https://github.com/rust-lang/crates.io-index"
117
117
-
checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b"
118
118
-
dependencies = [
119
119
-
"indenter",
120
120
-
"once_cell",
121
121
-
]
122
122
-
123
123
-
[[package]]
124
124
-
name = "fnv"
125
125
-
version = "1.0.7"
126
126
-
source = "registry+https://github.com/rust-lang/crates.io-index"
127
127
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
128
128
-
129
129
-
[[package]]
130
130
-
name = "fuchsia-zircon"
131
131
-
version = "0.3.3"
132
132
-
source = "registry+https://github.com/rust-lang/crates.io-index"
133
133
-
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
134
134
-
dependencies = [
135
135
-
"bitflags",
136
136
-
"fuchsia-zircon-sys",
137
137
-
]
138
138
-
139
139
-
[[package]]
140
140
-
name = "fuchsia-zircon-sys"
141
141
-
version = "0.3.3"
142
142
-
source = "registry+https://github.com/rust-lang/crates.io-index"
143
143
-
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
144
144
-
145
145
-
[[package]]
146
146
-
name = "futures"
147
147
-
version = "0.3.13"
148
148
-
source = "registry+https://github.com/rust-lang/crates.io-index"
149
149
-
checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
150
150
-
dependencies = [
151
151
-
"futures-channel",
152
152
-
"futures-core",
153
153
-
"futures-executor",
154
154
-
"futures-io",
155
155
-
"futures-sink",
156
156
-
"futures-task",
157
157
-
"futures-util",
158
158
-
]
159
159
-
160
160
-
[[package]]
161
161
-
name = "futures-channel"
162
162
-
version = "0.3.13"
163
163
-
source = "registry+https://github.com/rust-lang/crates.io-index"
164
164
-
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
165
165
-
dependencies = [
166
166
-
"futures-core",
167
167
-
"futures-sink",
168
168
-
]
169
169
-
170
170
-
[[package]]
171
171
-
name = "futures-core"
172
172
-
version = "0.3.13"
173
173
-
source = "registry+https://github.com/rust-lang/crates.io-index"
174
174
-
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
175
175
-
176
176
-
[[package]]
177
177
-
name = "futures-executor"
178
178
-
version = "0.3.13"
179
179
-
source = "registry+https://github.com/rust-lang/crates.io-index"
180
180
-
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
181
181
-
dependencies = [
182
182
-
"futures-core",
183
183
-
"futures-task",
184
184
-
"futures-util",
185
185
-
]
186
186
-
187
187
-
[[package]]
188
188
-
name = "futures-io"
189
189
-
version = "0.3.13"
190
190
-
source = "registry+https://github.com/rust-lang/crates.io-index"
191
191
-
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
192
192
-
193
193
-
[[package]]
194
194
-
name = "futures-macro"
195
195
-
version = "0.3.13"
196
196
-
source = "registry+https://github.com/rust-lang/crates.io-index"
197
197
-
checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
198
198
-
dependencies = [
199
199
-
"proc-macro-hack",
200
200
-
"proc-macro2",
201
201
-
"quote",
202
202
-
"syn",
203
203
-
]
204
204
-
205
205
-
[[package]]
206
206
-
name = "futures-sink"
207
207
-
version = "0.3.13"
208
208
-
source = "registry+https://github.com/rust-lang/crates.io-index"
209
209
-
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
210
210
-
211
211
-
[[package]]
212
212
-
name = "futures-task"
213
213
-
version = "0.3.13"
214
214
-
source = "registry+https://github.com/rust-lang/crates.io-index"
215
215
-
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
216
216
-
217
217
-
[[package]]
218
218
-
name = "futures-util"
219
219
-
version = "0.3.13"
220
220
-
source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
-
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
222
222
-
dependencies = [
223
223
-
"futures-channel",
224
224
-
"futures-core",
225
225
-
"futures-io",
226
226
-
"futures-macro",
227
227
-
"futures-sink",
228
228
-
"futures-task",
229
229
-
"memchr",
230
230
-
"pin-project-lite 0.2.6",
231
231
-
"pin-utils",
232
232
-
"proc-macro-hack",
233
233
-
"proc-macro-nested",
234
234
-
"slab",
235
235
-
]
236
236
-
237
237
-
[[package]]
238
238
-
name = "getopts"
239
239
-
version = "0.2.21"
240
240
-
source = "registry+https://github.com/rust-lang/crates.io-index"
241
241
-
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
242
242
-
dependencies = [
243
243
-
"unicode-width",
244
244
-
]
245
245
-
246
246
-
[[package]]
247
247
-
name = "hermit-abi"
248
248
-
version = "0.1.18"
249
249
-
source = "registry+https://github.com/rust-lang/crates.io-index"
250
250
-
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
251
251
-
dependencies = [
252
252
-
"libc",
253
253
-
]
254
254
-
255
255
-
[[package]]
256
256
-
name = "hex"
257
257
-
version = "0.4.3"
258
258
-
source = "registry+https://github.com/rust-lang/crates.io-index"
259
259
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
260
260
-
261
261
-
[[package]]
262
262
-
name = "indenter"
263
263
-
version = "0.3.3"
264
264
-
source = "registry+https://github.com/rust-lang/crates.io-index"
265
265
-
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
266
266
-
267
267
-
[[package]]
268
268
-
name = "iovec"
269
269
-
version = "0.1.4"
270
270
-
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
-
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
272
272
-
dependencies = [
273
273
-
"libc",
274
274
-
]
275
275
-
276
276
-
[[package]]
277
277
-
name = "kernel32-sys"
278
278
-
version = "0.2.2"
279
279
-
source = "registry+https://github.com/rust-lang/crates.io-index"
280
280
-
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
281
281
-
dependencies = [
282
282
-
"winapi 0.2.8",
283
283
-
"winapi-build",
284
284
-
]
285
285
-
286
286
-
[[package]]
287
287
-
name = "lazy_static"
288
288
-
version = "1.4.0"
289
289
-
source = "registry+https://github.com/rust-lang/crates.io-index"
290
290
-
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
291
291
-
292
292
-
[[package]]
293
293
-
name = "libc"
294
294
-
version = "0.2.91"
295
295
-
source = "registry+https://github.com/rust-lang/crates.io-index"
296
296
-
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
297
297
-
298
298
-
[[package]]
299
299
-
name = "libloading"
300
300
-
version = "0.6.7"
301
301
-
source = "registry+https://github.com/rust-lang/crates.io-index"
302
302
-
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
303
303
-
dependencies = [
304
304
-
"cfg-if 1.0.0",
305
305
-
"winapi 0.3.9",
306
306
-
]
307
307
-
308
308
-
[[package]]
309
309
-
name = "log"
310
310
-
version = "0.4.14"
311
311
-
source = "registry+https://github.com/rust-lang/crates.io-index"
312
312
-
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
313
313
-
dependencies = [
314
314
-
"cfg-if 1.0.0",
315
315
-
]
316
316
-
317
317
-
[[package]]
318
318
-
name = "memchr"
319
319
-
version = "2.3.4"
320
320
-
source = "registry+https://github.com/rust-lang/crates.io-index"
321
321
-
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
322
322
-
323
323
-
[[package]]
324
324
-
name = "mio"
325
325
-
version = "0.6.23"
326
326
-
source = "registry+https://github.com/rust-lang/crates.io-index"
327
327
-
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
328
328
-
dependencies = [
329
329
-
"cfg-if 0.1.10",
330
330
-
"fuchsia-zircon",
331
331
-
"fuchsia-zircon-sys",
332
332
-
"iovec",
333
333
-
"kernel32-sys",
334
334
-
"libc",
335
335
-
"log",
336
336
-
"miow 0.2.2",
337
337
-
"net2",
338
338
-
"slab",
339
339
-
"winapi 0.2.8",
340
340
-
]
341
341
-
342
342
-
[[package]]
343
343
-
name = "mio-named-pipes"
344
344
-
version = "0.1.7"
345
345
-
source = "registry+https://github.com/rust-lang/crates.io-index"
346
346
-
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
347
347
-
dependencies = [
348
348
-
"log",
349
349
-
"mio",
350
350
-
"miow 0.3.7",
351
351
-
"winapi 0.3.9",
352
352
-
]
353
353
-
354
354
-
[[package]]
355
355
-
name = "mio-uds"
356
356
-
version = "0.6.8"
357
357
-
source = "registry+https://github.com/rust-lang/crates.io-index"
358
358
-
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
359
359
-
dependencies = [
360
360
-
"iovec",
361
361
-
"libc",
362
362
-
"mio",
363
363
-
]
364
364
-
365
365
-
[[package]]
366
366
-
name = "miow"
367
367
-
version = "0.2.2"
368
368
-
source = "registry+https://github.com/rust-lang/crates.io-index"
369
369
-
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
370
370
-
dependencies = [
371
371
-
"kernel32-sys",
372
372
-
"net2",
373
373
-
"winapi 0.2.8",
374
374
-
"ws2_32-sys",
375
375
-
]
376
376
-
377
377
-
[[package]]
378
378
-
name = "miow"
379
379
-
version = "0.3.7"
380
380
-
source = "registry+https://github.com/rust-lang/crates.io-index"
381
381
-
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
382
382
-
dependencies = [
383
383
-
"winapi 0.3.9",
384
384
-
]
385
385
-
386
386
-
[[package]]
387
387
-
name = "net2"
388
388
-
version = "0.2.37"
389
389
-
source = "registry+https://github.com/rust-lang/crates.io-index"
390
390
-
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
391
391
-
dependencies = [
392
392
-
"cfg-if 0.1.10",
393
393
-
"libc",
394
394
-
"winapi 0.3.9",
395
395
-
]
396
396
-
397
397
-
[[package]]
398
398
-
name = "num-integer"
399
399
-
version = "0.1.44"
400
400
-
source = "registry+https://github.com/rust-lang/crates.io-index"
401
401
-
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
402
402
-
dependencies = [
403
403
-
"autocfg",
404
404
-
"num-traits",
405
405
-
]
406
406
-
407
407
-
[[package]]
408
408
-
name = "num-traits"
409
409
-
version = "0.2.14"
410
410
-
source = "registry+https://github.com/rust-lang/crates.io-index"
411
411
-
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
412
412
-
dependencies = [
413
413
-
"autocfg",
414
414
-
]
415
415
-
416
416
-
[[package]]
417
417
-
name = "num_cpus"
418
418
-
version = "1.13.0"
419
419
-
source = "registry+https://github.com/rust-lang/crates.io-index"
420
420
-
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
421
421
-
dependencies = [
422
422
-
"hermit-abi",
423
423
-
"libc",
424
424
-
]
425
425
-
426
426
-
[[package]]
427
427
-
name = "once_cell"
428
428
-
version = "1.7.2"
429
429
-
source = "registry+https://github.com/rust-lang/crates.io-index"
430
430
-
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
431
431
-
432
432
-
[[package]]
433
433
-
name = "pcap"
434
434
-
version = "0.8.1"
435
435
-
source = "git+https://github.com/jvns/pcap#ae2aa7f501ae5bb7069155cf7c5c700b7482681d"
436
436
-
dependencies = [
437
437
-
"futures",
438
438
-
"libc",
439
439
-
"libloading",
440
440
-
"mio",
441
441
-
"regex",
442
442
-
"tokio",
443
443
-
"widestring",
444
444
-
]
445
445
-
446
446
-
[[package]]
447
447
-
name = "pin-project-lite"
448
448
-
version = "0.1.12"
449
449
-
source = "registry+https://github.com/rust-lang/crates.io-index"
450
450
-
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
451
451
-
452
452
-
[[package]]
453
453
-
name = "pin-project-lite"
454
454
-
version = "0.2.6"
455
455
-
source = "registry+https://github.com/rust-lang/crates.io-index"
456
456
-
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
457
457
-
458
458
-
[[package]]
459
459
-
name = "pin-utils"
460
460
-
version = "0.1.0"
461
461
-
source = "registry+https://github.com/rust-lang/crates.io-index"
462
462
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
463
463
-
464
464
-
[[package]]
465
465
-
name = "proc-macro-hack"
466
466
-
version = "0.5.19"
467
467
-
source = "registry+https://github.com/rust-lang/crates.io-index"
468
468
-
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
469
469
-
470
470
-
[[package]]
471
471
-
name = "proc-macro-nested"
472
472
-
version = "0.1.7"
473
473
-
source = "registry+https://github.com/rust-lang/crates.io-index"
474
474
-
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
475
475
-
476
476
-
[[package]]
477
477
-
name = "proc-macro2"
478
478
-
version = "1.0.24"
479
479
-
source = "registry+https://github.com/rust-lang/crates.io-index"
480
480
-
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
481
481
-
dependencies = [
482
482
-
"unicode-xid",
483
483
-
]
484
484
-
485
485
-
[[package]]
486
486
-
name = "quote"
487
487
-
version = "1.0.9"
488
488
-
source = "registry+https://github.com/rust-lang/crates.io-index"
489
489
-
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
490
490
-
dependencies = [
491
491
-
"proc-macro2",
492
492
-
]
493
493
-
494
494
-
[[package]]
495
495
-
name = "regex"
496
496
-
version = "1.4.5"
497
497
-
source = "registry+https://github.com/rust-lang/crates.io-index"
498
498
-
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
499
499
-
dependencies = [
500
500
-
"aho-corasick",
501
501
-
"memchr",
502
502
-
"regex-syntax",
503
503
-
]
504
504
-
505
505
-
[[package]]
506
506
-
name = "regex-syntax"
507
507
-
version = "0.6.23"
508
508
-
source = "registry+https://github.com/rust-lang/crates.io-index"
509
509
-
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
510
510
-
511
511
-
[[package]]
512
512
-
name = "signal-hook-registry"
513
513
-
version = "1.3.0"
514
514
-
source = "registry+https://github.com/rust-lang/crates.io-index"
515
515
-
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
516
516
-
dependencies = [
517
517
-
"libc",
518
518
-
]
519
519
-
520
520
-
[[package]]
521
521
-
name = "slab"
522
522
-
version = "0.4.2"
523
523
-
source = "registry+https://github.com/rust-lang/crates.io-index"
524
524
-
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
525
525
-
526
526
-
[[package]]
527
527
-
name = "syn"
528
528
-
version = "1.0.65"
529
529
-
source = "registry+https://github.com/rust-lang/crates.io-index"
530
530
-
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
531
531
-
dependencies = [
532
532
-
"proc-macro2",
533
533
-
"quote",
534
534
-
"unicode-xid",
535
535
-
]
536
536
-
537
537
-
[[package]]
538
538
-
name = "thiserror"
539
539
-
version = "1.0.30"
540
540
-
source = "registry+https://github.com/rust-lang/crates.io-index"
541
541
-
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
542
542
-
dependencies = [
543
543
-
"thiserror-impl",
544
544
-
]
545
545
-
546
546
-
[[package]]
547
547
-
name = "thiserror-impl"
548
548
-
version = "1.0.30"
549
549
-
source = "registry+https://github.com/rust-lang/crates.io-index"
550
550
-
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
551
551
-
dependencies = [
552
552
-
"proc-macro2",
553
553
-
"quote",
554
554
-
"syn",
555
555
-
]
556
556
-
557
557
-
[[package]]
558
558
-
name = "time"
559
559
-
version = "0.1.44"
560
560
-
source = "registry+https://github.com/rust-lang/crates.io-index"
561
561
-
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
562
562
-
dependencies = [
563
563
-
"libc",
564
564
-
"wasi",
565
565
-
"winapi 0.3.9",
566
566
-
]
567
567
-
568
568
-
[[package]]
569
569
-
name = "tokio"
570
570
-
version = "0.2.25"
571
571
-
source = "registry+https://github.com/rust-lang/crates.io-index"
572
572
-
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
573
573
-
dependencies = [
574
574
-
"bytes 0.5.6",
575
575
-
"fnv",
576
576
-
"futures-core",
577
577
-
"iovec",
578
578
-
"lazy_static",
579
579
-
"libc",
580
580
-
"memchr",
581
581
-
"mio",
582
582
-
"mio-named-pipes",
583
583
-
"mio-uds",
584
584
-
"num_cpus",
585
585
-
"pin-project-lite 0.1.12",
586
586
-
"signal-hook-registry",
587
587
-
"slab",
588
588
-
"tokio-macros",
589
589
-
"winapi 0.3.9",
590
590
-
]
591
591
-
592
592
-
[[package]]
593
593
-
name = "tokio-macros"
594
594
-
version = "0.2.6"
595
595
-
source = "registry+https://github.com/rust-lang/crates.io-index"
596
596
-
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
597
597
-
dependencies = [
598
598
-
"proc-macro2",
599
599
-
"quote",
600
600
-
"syn",
601
601
-
]
602
602
-
603
603
-
[[package]]
604
604
-
name = "unicode-width"
605
605
-
version = "0.1.8"
606
606
-
source = "registry+https://github.com/rust-lang/crates.io-index"
607
607
-
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
608
608
-
609
609
-
[[package]]
610
610
-
name = "unicode-xid"
611
611
-
version = "0.2.1"
612
612
-
source = "registry+https://github.com/rust-lang/crates.io-index"
613
613
-
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
614
614
-
615
615
-
[[package]]
616
616
-
name = "wasi"
617
617
-
version = "0.10.0+wasi-snapshot-preview1"
618
618
-
source = "registry+https://github.com/rust-lang/crates.io-index"
619
619
-
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
620
620
-
621
621
-
[[package]]
622
622
-
name = "widestring"
623
623
-
version = "0.2.2"
624
624
-
source = "registry+https://github.com/rust-lang/crates.io-index"
625
625
-
checksum = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"
626
626
-
627
627
-
[[package]]
628
628
-
name = "winapi"
629
629
-
version = "0.2.8"
630
630
-
source = "registry+https://github.com/rust-lang/crates.io-index"
631
631
-
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
632
632
-
633
633
-
[[package]]
634
634
-
name = "winapi"
635
635
-
version = "0.3.9"
636
636
-
source = "registry+https://github.com/rust-lang/crates.io-index"
637
637
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
638
638
-
dependencies = [
639
639
-
"winapi-i686-pc-windows-gnu",
640
640
-
"winapi-x86_64-pc-windows-gnu",
641
641
-
]
642
642
-
643
643
-
[[package]]
644
644
-
name = "winapi-build"
645
645
-
version = "0.1.1"
646
646
-
source = "registry+https://github.com/rust-lang/crates.io-index"
647
647
-
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
648
648
-
649
649
-
[[package]]
650
650
-
name = "winapi-i686-pc-windows-gnu"
651
651
-
version = "0.4.0"
652
652
-
source = "registry+https://github.com/rust-lang/crates.io-index"
653
653
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
654
654
-
655
655
-
[[package]]
656
656
-
name = "winapi-x86_64-pc-windows-gnu"
657
657
-
version = "0.4.0"
658
658
-
source = "registry+https://github.com/rust-lang/crates.io-index"
659
659
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
660
660
-
661
661
-
[[package]]
662
662
-
name = "ws2_32-sys"
663
663
-
version = "0.2.1"
664
664
-
source = "registry+https://github.com/rust-lang/crates.io-index"
665
665
-
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
666
666
-
dependencies = [
667
667
-
"winapi 0.2.8",
668
668
-
"winapi-build",
669
669
-
]
+2
-6
pkgs/by-name/dn/dnspeep/package.nix
···
11
11
sha256 = "sha256-QpUbHiMDQFRCTVyjrO9lfQQ62Z3qanv0j+8eEXjE3n4=";
12
12
};
13
13
14
14
-
cargoLock = {
15
15
-
lockFile = ./Cargo.lock;
16
16
-
outputHashes = {
17
17
-
"pcap-0.8.1" = "sha256-baoHK3Q+5Qp9ccGqDGd5K5q87c5JufpNJHRdBin0zto=";
18
18
-
};
19
19
-
};
14
14
+
useFetchCargoVendor = true;
15
15
+
cargoHash = "sha256-tZlh7+END6oOy3uWOrjle+nwqFhMU6bbXmr4hdt6gqY=";
20
16
21
17
LIBPCAP_LIBDIR = lib.makeLibraryPath [ libpcap ];
22
18
LIBPCAP_VER = libpcap.version;