linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / misc / peep / 0001-Add-Cargo.lock-by-running-cargo-vendor.patch
blobf444d72c464809e76ad1cc9bacce6a07652b77b1
1 From 153e9acd6fb50c50db5ebdd03303a42f56ec05e0 Mon Sep 17 00:00:00 2001
2 From: Maximilian Bosch <maximilian@mbosch.me>
3 Date: Tue, 17 Mar 2020 23:14:36 +0100
4 Subject: [PATCH] Add Cargo.lock by running `cargo vendor`
6 ---
7 Cargo.lock | 551 +++++++++++++++++++++++++++++++++++++++++++++++++++++
8 1 file changed, 551 insertions(+)
9 create mode 100644 Cargo.lock
11 diff --git a/Cargo.lock b/Cargo.lock
12 new file mode 100644
13 index 0000000..91f9100
14 --- /dev/null
15 +++ b/Cargo.lock
16 @@ -0,0 +1,551 @@
17 +# This file is automatically @generated by Cargo.
18 +# It is not intended for manual editing.
19 +[[package]]
20 +name = "aho-corasick"
21 +version = "0.7.10"
22 +source = "registry+https://github.com/rust-lang/crates.io-index"
23 +checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
24 +dependencies = [
25 + "memchr",
28 +[[package]]
29 +name = "autocfg"
30 +version = "1.0.0"
31 +source = "registry+https://github.com/rust-lang/crates.io-index"
32 +checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
34 +[[package]]
35 +name = "bitflags"
36 +version = "1.2.1"
37 +source = "registry+https://github.com/rust-lang/crates.io-index"
38 +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
40 +[[package]]
41 +name = "byteorder"
42 +version = "1.3.4"
43 +source = "registry+https://github.com/rust-lang/crates.io-index"
44 +checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
46 +[[package]]
47 +name = "bytes"
48 +version = "0.4.12"
49 +source = "registry+https://github.com/rust-lang/crates.io-index"
50 +checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
51 +dependencies = [
52 + "byteorder",
53 + "iovec",
56 +[[package]]
57 +name = "cc"
58 +version = "1.0.50"
59 +source = "registry+https://github.com/rust-lang/crates.io-index"
60 +checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
62 +[[package]]
63 +name = "cfg-if"
64 +version = "0.1.10"
65 +source = "registry+https://github.com/rust-lang/crates.io-index"
66 +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
68 +[[package]]
69 +name = "cloudabi"
70 +version = "0.0.3"
71 +source = "registry+https://github.com/rust-lang/crates.io-index"
72 +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
73 +dependencies = [
74 + "bitflags",
77 +[[package]]
78 +name = "crossbeam-utils"
79 +version = "0.7.2"
80 +source = "registry+https://github.com/rust-lang/crates.io-index"
81 +checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
82 +dependencies = [
83 + "autocfg",
84 + "cfg-if",
85 + "lazy_static",
88 +[[package]]
89 +name = "ctrlc"
90 +version = "3.1.4"
91 +source = "registry+https://github.com/rust-lang/crates.io-index"
92 +checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7"
93 +dependencies = [
94 + "nix 0.17.0",
95 + "winapi 0.3.8",
98 +[[package]]
99 +name = "fnv"
100 +version = "1.0.6"
101 +source = "registry+https://github.com/rust-lang/crates.io-index"
102 +checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
104 +[[package]]
105 +name = "fuchsia-zircon"
106 +version = "0.3.3"
107 +source = "registry+https://github.com/rust-lang/crates.io-index"
108 +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
109 +dependencies = [
110 + "bitflags",
111 + "fuchsia-zircon-sys",
114 +[[package]]
115 +name = "fuchsia-zircon-sys"
116 +version = "0.3.3"
117 +source = "registry+https://github.com/rust-lang/crates.io-index"
118 +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
120 +[[package]]
121 +name = "futures"
122 +version = "0.1.29"
123 +source = "registry+https://github.com/rust-lang/crates.io-index"
124 +checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
126 +[[package]]
127 +name = "getopts"
128 +version = "0.2.21"
129 +source = "registry+https://github.com/rust-lang/crates.io-index"
130 +checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
131 +dependencies = [
132 + "unicode-width",
135 +[[package]]
136 +name = "hermit-abi"
137 +version = "0.1.8"
138 +source = "registry+https://github.com/rust-lang/crates.io-index"
139 +checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
140 +dependencies = [
141 + "libc",
144 +[[package]]
145 +name = "inotify"
146 +version = "0.6.1"
147 +source = "registry+https://github.com/rust-lang/crates.io-index"
148 +checksum = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
149 +dependencies = [
150 + "bitflags",
151 + "futures",
152 + "inotify-sys",
153 + "libc",
154 + "mio",
155 + "tokio-io",
156 + "tokio-reactor",
159 +[[package]]
160 +name = "inotify-sys"
161 +version = "0.1.3"
162 +source = "registry+https://github.com/rust-lang/crates.io-index"
163 +checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
164 +dependencies = [
165 + "libc",
168 +[[package]]
169 +name = "iovec"
170 +version = "0.1.4"
171 +source = "registry+https://github.com/rust-lang/crates.io-index"
172 +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
173 +dependencies = [
174 + "libc",
177 +[[package]]
178 +name = "kernel32-sys"
179 +version = "0.2.2"
180 +source = "registry+https://github.com/rust-lang/crates.io-index"
181 +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
182 +dependencies = [
183 + "winapi 0.2.8",
184 + "winapi-build",
187 +[[package]]
188 +name = "lazy_static"
189 +version = "1.4.0"
190 +source = "registry+https://github.com/rust-lang/crates.io-index"
191 +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
193 +[[package]]
194 +name = "libc"
195 +version = "0.2.68"
196 +source = "registry+https://github.com/rust-lang/crates.io-index"
197 +checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
199 +[[package]]
200 +name = "lock_api"
201 +version = "0.3.3"
202 +source = "registry+https://github.com/rust-lang/crates.io-index"
203 +checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
204 +dependencies = [
205 + "scopeguard",
208 +[[package]]
209 +name = "log"
210 +version = "0.4.8"
211 +source = "registry+https://github.com/rust-lang/crates.io-index"
212 +checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
213 +dependencies = [
214 + "cfg-if",
217 +[[package]]
218 +name = "maybe-uninit"
219 +version = "2.0.0"
220 +source = "registry+https://github.com/rust-lang/crates.io-index"
221 +checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
223 +[[package]]
224 +name = "memchr"
225 +version = "2.3.3"
226 +source = "registry+https://github.com/rust-lang/crates.io-index"
227 +checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
229 +[[package]]
230 +name = "mio"
231 +version = "0.6.21"
232 +source = "registry+https://github.com/rust-lang/crates.io-index"
233 +checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
234 +dependencies = [
235 + "cfg-if",
236 + "fuchsia-zircon",
237 + "fuchsia-zircon-sys",
238 + "iovec",
239 + "kernel32-sys",
240 + "libc",
241 + "log",
242 + "miow",
243 + "net2",
244 + "slab",
245 + "winapi 0.2.8",
248 +[[package]]
249 +name = "miow"
250 +version = "0.2.1"
251 +source = "registry+https://github.com/rust-lang/crates.io-index"
252 +checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
253 +dependencies = [
254 + "kernel32-sys",
255 + "net2",
256 + "winapi 0.2.8",
257 + "ws2_32-sys",
260 +[[package]]
261 +name = "net2"
262 +version = "0.2.33"
263 +source = "registry+https://github.com/rust-lang/crates.io-index"
264 +checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
265 +dependencies = [
266 + "cfg-if",
267 + "libc",
268 + "winapi 0.3.8",
271 +[[package]]
272 +name = "nix"
273 +version = "0.11.1"
274 +source = "registry+https://github.com/rust-lang/crates.io-index"
275 +checksum = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
276 +dependencies = [
277 + "bitflags",
278 + "cc",
279 + "cfg-if",
280 + "libc",
281 + "void",
284 +[[package]]
285 +name = "nix"
286 +version = "0.17.0"
287 +source = "registry+https://github.com/rust-lang/crates.io-index"
288 +checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
289 +dependencies = [
290 + "bitflags",
291 + "cc",
292 + "cfg-if",
293 + "libc",
294 + "void",
297 +[[package]]
298 +name = "num_cpus"
299 +version = "1.12.0"
300 +source = "registry+https://github.com/rust-lang/crates.io-index"
301 +checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
302 +dependencies = [
303 + "hermit-abi",
304 + "libc",
307 +[[package]]
308 +name = "numtoa"
309 +version = "0.1.0"
310 +source = "registry+https://github.com/rust-lang/crates.io-index"
311 +checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
313 +[[package]]
314 +name = "parking_lot"
315 +version = "0.9.0"
316 +source = "registry+https://github.com/rust-lang/crates.io-index"
317 +checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
318 +dependencies = [
319 + "lock_api",
320 + "parking_lot_core",
321 + "rustc_version",
324 +[[package]]
325 +name = "parking_lot_core"
326 +version = "0.6.2"
327 +source = "registry+https://github.com/rust-lang/crates.io-index"
328 +checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
329 +dependencies = [
330 + "cfg-if",
331 + "cloudabi",
332 + "libc",
333 + "redox_syscall",
334 + "rustc_version",
335 + "smallvec",
336 + "winapi 0.3.8",
339 +[[package]]
340 +name = "peep"
341 +version = "0.1.4"
342 +dependencies = [
343 + "ctrlc",
344 + "getopts",
345 + "inotify",
346 + "libc",
347 + "mio",
348 + "nix 0.11.1",
349 + "regex",
350 + "termion",
351 + "termios",
352 + "unicode-width",
355 +[[package]]
356 +name = "redox_syscall"
357 +version = "0.1.56"
358 +source = "registry+https://github.com/rust-lang/crates.io-index"
359 +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
361 +[[package]]
362 +name = "redox_termios"
363 +version = "0.1.1"
364 +source = "registry+https://github.com/rust-lang/crates.io-index"
365 +checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
366 +dependencies = [
367 + "redox_syscall",
370 +[[package]]
371 +name = "regex"
372 +version = "1.3.5"
373 +source = "registry+https://github.com/rust-lang/crates.io-index"
374 +checksum = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048"
375 +dependencies = [
376 + "aho-corasick",
377 + "memchr",
378 + "regex-syntax",
379 + "thread_local",
382 +[[package]]
383 +name = "regex-syntax"
384 +version = "0.6.17"
385 +source = "registry+https://github.com/rust-lang/crates.io-index"
386 +checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
388 +[[package]]
389 +name = "rustc_version"
390 +version = "0.2.3"
391 +source = "registry+https://github.com/rust-lang/crates.io-index"
392 +checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
393 +dependencies = [
394 + "semver",
397 +[[package]]
398 +name = "scopeguard"
399 +version = "1.1.0"
400 +source = "registry+https://github.com/rust-lang/crates.io-index"
401 +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
403 +[[package]]
404 +name = "semver"
405 +version = "0.9.0"
406 +source = "registry+https://github.com/rust-lang/crates.io-index"
407 +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
408 +dependencies = [
409 + "semver-parser",
412 +[[package]]
413 +name = "semver-parser"
414 +version = "0.7.0"
415 +source = "registry+https://github.com/rust-lang/crates.io-index"
416 +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
418 +[[package]]
419 +name = "slab"
420 +version = "0.4.2"
421 +source = "registry+https://github.com/rust-lang/crates.io-index"
422 +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
424 +[[package]]
425 +name = "smallvec"
426 +version = "0.6.13"
427 +source = "registry+https://github.com/rust-lang/crates.io-index"
428 +checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
429 +dependencies = [
430 + "maybe-uninit",
433 +[[package]]
434 +name = "termion"
435 +version = "1.5.5"
436 +source = "registry+https://github.com/rust-lang/crates.io-index"
437 +checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
438 +dependencies = [
439 + "libc",
440 + "numtoa",
441 + "redox_syscall",
442 + "redox_termios",
445 +[[package]]
446 +name = "termios"
447 +version = "0.3.1"
448 +source = "registry+https://github.com/rust-lang/crates.io-index"
449 +checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
450 +dependencies = [
451 + "libc",
454 +[[package]]
455 +name = "thread_local"
456 +version = "1.0.1"
457 +source = "registry+https://github.com/rust-lang/crates.io-index"
458 +checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
459 +dependencies = [
460 + "lazy_static",
463 +[[package]]
464 +name = "tokio-executor"
465 +version = "0.1.10"
466 +source = "registry+https://github.com/rust-lang/crates.io-index"
467 +checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
468 +dependencies = [
469 + "crossbeam-utils",
470 + "futures",
473 +[[package]]
474 +name = "tokio-io"
475 +version = "0.1.13"
476 +source = "registry+https://github.com/rust-lang/crates.io-index"
477 +checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
478 +dependencies = [
479 + "bytes",
480 + "futures",
481 + "log",
484 +[[package]]
485 +name = "tokio-reactor"
486 +version = "0.1.12"
487 +source = "registry+https://github.com/rust-lang/crates.io-index"
488 +checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
489 +dependencies = [
490 + "crossbeam-utils",
491 + "futures",
492 + "lazy_static",
493 + "log",
494 + "mio",
495 + "num_cpus",
496 + "parking_lot",
497 + "slab",
498 + "tokio-executor",
499 + "tokio-io",
500 + "tokio-sync",
503 +[[package]]
504 +name = "tokio-sync"
505 +version = "0.1.8"
506 +source = "registry+https://github.com/rust-lang/crates.io-index"
507 +checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
508 +dependencies = [
509 + "fnv",
510 + "futures",
513 +[[package]]
514 +name = "unicode-width"
515 +version = "0.1.7"
516 +source = "registry+https://github.com/rust-lang/crates.io-index"
517 +checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
519 +[[package]]
520 +name = "void"
521 +version = "1.0.2"
522 +source = "registry+https://github.com/rust-lang/crates.io-index"
523 +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
525 +[[package]]
526 +name = "winapi"
527 +version = "0.2.8"
528 +source = "registry+https://github.com/rust-lang/crates.io-index"
529 +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
531 +[[package]]
532 +name = "winapi"
533 +version = "0.3.8"
534 +source = "registry+https://github.com/rust-lang/crates.io-index"
535 +checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
536 +dependencies = [
537 + "winapi-i686-pc-windows-gnu",
538 + "winapi-x86_64-pc-windows-gnu",
541 +[[package]]
542 +name = "winapi-build"
543 +version = "0.1.1"
544 +source = "registry+https://github.com/rust-lang/crates.io-index"
545 +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
547 +[[package]]
548 +name = "winapi-i686-pc-windows-gnu"
549 +version = "0.4.0"
550 +source = "registry+https://github.com/rust-lang/crates.io-index"
551 +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
553 +[[package]]
554 +name = "winapi-x86_64-pc-windows-gnu"
555 +version = "0.4.0"
556 +source = "registry+https://github.com/rust-lang/crates.io-index"
557 +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
559 +[[package]]
560 +name = "ws2_32-sys"
561 +version = "0.2.1"
562 +source = "registry+https://github.com/rust-lang/crates.io-index"
563 +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
564 +dependencies = [
565 + "winapi 0.2.8",
566 + "winapi-build",
569 2.25.0