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