1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "aes"
13version = "0.8.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
16dependencies = [
17 "cfg-if",
18 "cipher",
19 "cpufeatures",
20]
21
22[[package]]
23name = "base64ct"
24version = "1.6.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
27
28[[package]]
29name = "bencher"
30version = "0.1.5"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"
33
34[[package]]
35name = "block-buffer"
36version = "0.10.4"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
39dependencies = [
40 "generic-array",
41]
42
43[[package]]
44name = "byteorder"
45version = "1.4.3"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
48
49[[package]]
50name = "bzip2"
51version = "0.4.4"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
54dependencies = [
55 "bzip2-sys",
56 "libc",
57]
58
59[[package]]
60name = "bzip2-sys"
61version = "0.1.11+1.0.8"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
64dependencies = [
65 "cc",
66 "libc",
67 "pkg-config",
68]
69
70[[package]]
71name = "cc"
72version = "1.0.79"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
75dependencies = [
76 "jobserver",
77]
78
79[[package]]
80name = "cfg-if"
81version = "1.0.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
84
85[[package]]
86name = "cipher"
87version = "0.4.4"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
90dependencies = [
91 "crypto-common",
92 "inout",
93]
94
95[[package]]
96name = "constant_time_eq"
97version = "0.1.5"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
100
101[[package]]
102name = "cpufeatures"
103version = "0.2.7"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
106dependencies = [
107 "libc",
108]
109
110[[package]]
111name = "crc32fast"
112version = "1.3.2"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
115dependencies = [
116 "cfg-if",
117]
118
119[[package]]
120name = "crossbeam-utils"
121version = "0.8.15"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
124dependencies = [
125 "cfg-if",
126]
127
128[[package]]
129name = "crypto-common"
130version = "0.1.6"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
133dependencies = [
134 "generic-array",
135 "typenum",
136]
137
138[[package]]
139name = "digest"
140version = "0.10.6"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
143dependencies = [
144 "block-buffer",
145 "crypto-common",
146 "subtle",
147]
148
149[[package]]
150name = "flate2"
151version = "1.0.26"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
154dependencies = [
155 "crc32fast",
156 "libz-sys",
157 "miniz_oxide",
158]
159
160[[package]]
161name = "generic-array"
162version = "0.14.7"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
165dependencies = [
166 "typenum",
167 "version_check",
168]
169
170[[package]]
171name = "getrandom"
172version = "0.2.9"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
175dependencies = [
176 "cfg-if",
177 "libc",
178 "wasi",
179]
180
181[[package]]
182name = "hmac"
183version = "0.12.1"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
186dependencies = [
187 "digest",
188]
189
190[[package]]
191name = "inout"
192version = "0.1.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
195dependencies = [
196 "generic-array",
197]
198
199[[package]]
200name = "itoa"
201version = "1.0.6"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
204
205[[package]]
206name = "jobserver"
207version = "0.1.26"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
210dependencies = [
211 "libc",
212]
213
214[[package]]
215name = "libc"
216version = "0.2.144"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
219
220[[package]]
221name = "libz-sys"
222version = "1.1.9"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
225dependencies = [
226 "cc",
227 "pkg-config",
228 "vcpkg",
229]
230
231[[package]]
232name = "miniz_oxide"
233version = "0.7.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
236dependencies = [
237 "adler",
238]
239
240[[package]]
241name = "password-hash"
242version = "0.4.2"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
245dependencies = [
246 "base64ct",
247 "rand_core",
248 "subtle",
249]
250
251[[package]]
252name = "pbkdf2"
253version = "0.11.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
256dependencies = [
257 "digest",
258 "hmac",
259 "password-hash",
260 "sha2",
261]
262
263[[package]]
264name = "pkg-config"
265version = "0.3.27"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
268
269[[package]]
270name = "rand_core"
271version = "0.6.4"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
274
275[[package]]
276name = "same-file"
277version = "1.0.6"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
280dependencies = [
281 "winapi-util",
282]
283
284[[package]]
285name = "serde"
286version = "1.0.162"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
289
290[[package]]
291name = "sha1"
292version = "0.10.5"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
295dependencies = [
296 "cfg-if",
297 "cpufeatures",
298 "digest",
299]
300
301[[package]]
302name = "sha2"
303version = "0.10.6"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
306dependencies = [
307 "cfg-if",
308 "cpufeatures",
309 "digest",
310]
311
312[[package]]
313name = "subtle"
314version = "2.4.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
317
318[[package]]
319name = "time"
320version = "0.3.21"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
323dependencies = [
324 "itoa",
325 "serde",
326 "time-core",
327 "time-macros",
328]
329
330[[package]]
331name = "time-core"
332version = "0.1.1"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
335
336[[package]]
337name = "time-macros"
338version = "0.2.9"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
341dependencies = [
342 "time-core",
343]
344
345[[package]]
346name = "typenum"
347version = "1.16.0"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
350
351[[package]]
352name = "vcpkg"
353version = "0.2.15"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
356
357[[package]]
358name = "version_check"
359version = "0.9.4"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
362
363[[package]]
364name = "walkdir"
365version = "2.3.3"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
368dependencies = [
369 "same-file",
370 "winapi-util",
371]
372
373[[package]]
374name = "wasi"
375version = "0.11.0+wasi-snapshot-preview1"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
378
379[[package]]
380name = "winapi"
381version = "0.3.9"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
384dependencies = [
385 "winapi-i686-pc-windows-gnu",
386 "winapi-x86_64-pc-windows-gnu",
387]
388
389[[package]]
390name = "winapi-i686-pc-windows-gnu"
391version = "0.4.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
394
395[[package]]
396name = "winapi-util"
397version = "0.1.5"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
400dependencies = [
401 "winapi",
402]
403
404[[package]]
405name = "winapi-x86_64-pc-windows-gnu"
406version = "0.4.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
409
410[[package]]
411name = "zip"
412version = "0.6.6"
413dependencies = [
414 "aes",
415 "bencher",
416 "byteorder",
417 "bzip2",
418 "constant_time_eq",
419 "crc32fast",
420 "crossbeam-utils",
421 "flate2",
422 "getrandom",
423 "hmac",
424 "pbkdf2",
425 "sha1",
426 "time",
427 "walkdir",
428 "zstd",
429]
430
431[[package]]
432name = "zstd"
433version = "0.11.2+zstd.1.5.2"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
436dependencies = [
437 "zstd-safe",
438]
439
440[[package]]
441name = "zstd-safe"
442version = "5.0.2+zstd.1.5.2"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
445dependencies = [
446 "libc",
447 "zstd-sys",
448]
449
450[[package]]
451name = "zstd-sys"
452version = "2.0.8+zstd.1.5.5"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
455dependencies = [
456 "cc",
457 "libc",
458 "pkg-config",
459]
460