]> git.proxmox.com Git - cargo.git/blob - vendor/tar/Cargo.lock
New upstream version 0.52.0
[cargo.git] / vendor / tar / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "bitflags"
5 version = "1.2.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
8
9 [[package]]
10 name = "cfg-if"
11 version = "1.0.0"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
14
15 [[package]]
16 name = "filetime"
17 version = "0.2.14"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
20 dependencies = [
21 "cfg-if",
22 "libc",
23 "redox_syscall",
24 "winapi",
25 ]
26
27 [[package]]
28 name = "getrandom"
29 version = "0.2.2"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
32 dependencies = [
33 "cfg-if",
34 "libc",
35 "wasi",
36 ]
37
38 [[package]]
39 name = "libc"
40 version = "0.2.82"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
43
44 [[package]]
45 name = "ppv-lite86"
46 version = "0.2.10"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
49
50 [[package]]
51 name = "rand"
52 version = "0.8.2"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
55 dependencies = [
56 "libc",
57 "rand_chacha",
58 "rand_core",
59 "rand_hc",
60 ]
61
62 [[package]]
63 name = "rand_chacha"
64 version = "0.3.0"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
67 dependencies = [
68 "ppv-lite86",
69 "rand_core",
70 ]
71
72 [[package]]
73 name = "rand_core"
74 version = "0.6.1"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
77 dependencies = [
78 "getrandom",
79 ]
80
81 [[package]]
82 name = "rand_hc"
83 version = "0.3.0"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
86 dependencies = [
87 "rand_core",
88 ]
89
90 [[package]]
91 name = "redox_syscall"
92 version = "0.2.4"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
95 dependencies = [
96 "bitflags",
97 ]
98
99 [[package]]
100 name = "remove_dir_all"
101 version = "0.5.3"
102 source = "registry+https://github.com/rust-lang/crates.io-index"
103 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
104 dependencies = [
105 "winapi",
106 ]
107
108 [[package]]
109 name = "tar"
110 version = "0.4.33"
111 dependencies = [
112 "filetime",
113 "libc",
114 "tempfile",
115 "xattr",
116 ]
117
118 [[package]]
119 name = "tempfile"
120 version = "3.2.0"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
123 dependencies = [
124 "cfg-if",
125 "libc",
126 "rand",
127 "redox_syscall",
128 "remove_dir_all",
129 "winapi",
130 ]
131
132 [[package]]
133 name = "wasi"
134 version = "0.10.1+wasi-snapshot-preview1"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
137
138 [[package]]
139 name = "winapi"
140 version = "0.3.9"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
143 dependencies = [
144 "winapi-i686-pc-windows-gnu",
145 "winapi-x86_64-pc-windows-gnu",
146 ]
147
148 [[package]]
149 name = "winapi-i686-pc-windows-gnu"
150 version = "0.4.0"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
153
154 [[package]]
155 name = "winapi-x86_64-pc-windows-gnu"
156 version = "0.4.0"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
159
160 [[package]]
161 name = "xattr"
162 version = "0.2.2"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
165 dependencies = [
166 "libc",
167 ]