Replacing deprecated tempdir by tempfile crate
[ouch.git] / Cargo.lock
blobd00d47f6446a22c842c1c320b6b70e83e57f92a4
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "adler"
7 version = "1.0.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
11 [[package]]
12 name = "autocfg"
13 version = "1.0.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
17 [[package]]
18 name = "bitflags"
19 version = "1.2.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
23 [[package]]
24 name = "byteorder"
25 version = "1.4.3"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
29 [[package]]
30 name = "bzip2"
31 version = "0.4.3"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
34 dependencies = [
35  "bzip2-sys",
36  "libc",
39 [[package]]
40 name = "bzip2-sys"
41 version = "0.1.11+1.0.8"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
44 dependencies = [
45  "cc",
46  "libc",
47  "pkg-config",
50 [[package]]
51 name = "cc"
52 version = "1.0.69"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
56 [[package]]
57 name = "cfg-if"
58 version = "1.0.0"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
62 [[package]]
63 name = "crc32fast"
64 version = "1.2.1"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
67 dependencies = [
68  "cfg-if",
71 [[package]]
72 name = "filetime"
73 version = "0.2.14"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
76 dependencies = [
77  "cfg-if",
78  "libc",
79  "redox_syscall",
80  "winapi",
83 [[package]]
84 name = "flate2"
85 version = "1.0.20"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
88 dependencies = [
89  "cfg-if",
90  "crc32fast",
91  "libc",
92  "miniz_oxide",
95 [[package]]
96 name = "getrandom"
97 version = "0.2.3"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
100 dependencies = [
101  "cfg-if",
102  "libc",
103  "wasi",
106 [[package]]
107 name = "libc"
108 version = "0.2.98"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
112 [[package]]
113 name = "lzma-sys"
114 version = "0.1.17"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "bdb4b7c3eddad11d3af9e86c487607d2d2442d185d848575365c4856ba96d619"
117 dependencies = [
118  "cc",
119  "libc",
120  "pkg-config",
123 [[package]]
124 name = "miniz_oxide"
125 version = "0.4.4"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
128 dependencies = [
129  "adler",
130  "autocfg",
133 [[package]]
134 name = "ouch"
135 version = "0.1.5"
136 dependencies = [
137  "bzip2",
138  "flate2",
139  "rand",
140  "strsim",
141  "tar",
142  "tempfile",
143  "walkdir",
144  "xz2",
145  "zip",
148 [[package]]
149 name = "pkg-config"
150 version = "0.3.19"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
154 [[package]]
155 name = "ppv-lite86"
156 version = "0.2.10"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
160 [[package]]
161 name = "proc-macro2"
162 version = "1.0.28"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
165 dependencies = [
166  "unicode-xid",
169 [[package]]
170 name = "quote"
171 version = "1.0.9"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
174 dependencies = [
175  "proc-macro2",
178 [[package]]
179 name = "rand"
180 version = "0.8.4"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
183 dependencies = [
184  "libc",
185  "rand_chacha",
186  "rand_core",
187  "rand_hc",
190 [[package]]
191 name = "rand_chacha"
192 version = "0.3.1"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
195 dependencies = [
196  "ppv-lite86",
197  "rand_core",
200 [[package]]
201 name = "rand_core"
202 version = "0.6.3"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
205 dependencies = [
206  "getrandom",
209 [[package]]
210 name = "rand_hc"
211 version = "0.3.1"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
214 dependencies = [
215  "rand_core",
218 [[package]]
219 name = "redox_syscall"
220 version = "0.2.9"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
223 dependencies = [
224  "bitflags",
227 [[package]]
228 name = "remove_dir_all"
229 version = "0.5.3"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
232 dependencies = [
233  "winapi",
236 [[package]]
237 name = "same-file"
238 version = "1.0.6"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
241 dependencies = [
242  "winapi-util",
245 [[package]]
246 name = "strsim"
247 version = "0.10.0"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
251 [[package]]
252 name = "syn"
253 version = "1.0.74"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
256 dependencies = [
257  "proc-macro2",
258  "quote",
259  "unicode-xid",
262 [[package]]
263 name = "tar"
264 version = "0.4.35"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
267 dependencies = [
268  "filetime",
269  "libc",
270  "xattr",
273 [[package]]
274 name = "tempfile"
275 version = "3.2.0"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
278 dependencies = [
279  "cfg-if",
280  "libc",
281  "rand",
282  "redox_syscall",
283  "remove_dir_all",
284  "winapi",
287 [[package]]
288 name = "thiserror"
289 version = "1.0.26"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
292 dependencies = [
293  "thiserror-impl",
296 [[package]]
297 name = "thiserror-impl"
298 version = "1.0.26"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
301 dependencies = [
302  "proc-macro2",
303  "quote",
304  "syn",
307 [[package]]
308 name = "time"
309 version = "0.1.43"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
312 dependencies = [
313  "libc",
314  "winapi",
317 [[package]]
318 name = "unicode-xid"
319 version = "0.2.2"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
323 [[package]]
324 name = "walkdir"
325 version = "2.3.2"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
328 dependencies = [
329  "same-file",
330  "winapi",
331  "winapi-util",
334 [[package]]
335 name = "wasi"
336 version = "0.10.2+wasi-snapshot-preview1"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
340 [[package]]
341 name = "winapi"
342 version = "0.3.9"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
345 dependencies = [
346  "winapi-i686-pc-windows-gnu",
347  "winapi-x86_64-pc-windows-gnu",
350 [[package]]
351 name = "winapi-i686-pc-windows-gnu"
352 version = "0.4.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
356 [[package]]
357 name = "winapi-util"
358 version = "0.1.5"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
361 dependencies = [
362  "winapi",
365 [[package]]
366 name = "winapi-x86_64-pc-windows-gnu"
367 version = "0.4.0"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
371 [[package]]
372 name = "xattr"
373 version = "0.2.2"
374 source = "registry+https://github.com/rust-lang/crates.io-index"
375 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
376 dependencies = [
377  "libc",
380 [[package]]
381 name = "xz2"
382 version = "0.1.6"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
385 dependencies = [
386  "lzma-sys",
389 [[package]]
390 name = "zip"
391 version = "0.5.13"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
394 dependencies = [
395  "byteorder",
396  "bzip2",
397  "crc32fast",
398  "flate2",
399  "thiserror",
400  "time",