]> git.proxmox.com Git - cargo.git/blob - vendor/tar/Cargo.lock
New upstream version 0.47.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 = "cfg-if"
5 version = "0.1.10"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
8
9 [[package]]
10 name = "filetime"
11 version = "0.2.12"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
14 dependencies = [
15 "cfg-if",
16 "libc",
17 "redox_syscall",
18 "winapi",
19 ]
20
21 [[package]]
22 name = "getrandom"
23 version = "0.1.14"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
26 dependencies = [
27 "cfg-if",
28 "libc",
29 "wasi",
30 ]
31
32 [[package]]
33 name = "libc"
34 version = "0.2.76"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
37
38 [[package]]
39 name = "ppv-lite86"
40 version = "0.2.9"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
43
44 [[package]]
45 name = "rand"
46 version = "0.7.3"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
49 dependencies = [
50 "getrandom",
51 "libc",
52 "rand_chacha",
53 "rand_core",
54 "rand_hc",
55 ]
56
57 [[package]]
58 name = "rand_chacha"
59 version = "0.2.2"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
62 dependencies = [
63 "ppv-lite86",
64 "rand_core",
65 ]
66
67 [[package]]
68 name = "rand_core"
69 version = "0.5.1"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
72 dependencies = [
73 "getrandom",
74 ]
75
76 [[package]]
77 name = "rand_hc"
78 version = "0.2.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
81 dependencies = [
82 "rand_core",
83 ]
84
85 [[package]]
86 name = "redox_syscall"
87 version = "0.1.57"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
90
91 [[package]]
92 name = "remove_dir_all"
93 version = "0.5.3"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
96 dependencies = [
97 "winapi",
98 ]
99
100 [[package]]
101 name = "tar"
102 version = "0.4.30"
103 dependencies = [
104 "filetime",
105 "libc",
106 "redox_syscall",
107 "tempfile",
108 "xattr",
109 ]
110
111 [[package]]
112 name = "tempfile"
113 version = "3.1.0"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
116 dependencies = [
117 "cfg-if",
118 "libc",
119 "rand",
120 "redox_syscall",
121 "remove_dir_all",
122 "winapi",
123 ]
124
125 [[package]]
126 name = "wasi"
127 version = "0.9.0+wasi-snapshot-preview1"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
130
131 [[package]]
132 name = "winapi"
133 version = "0.3.9"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
136 dependencies = [
137 "winapi-i686-pc-windows-gnu",
138 "winapi-x86_64-pc-windows-gnu",
139 ]
140
141 [[package]]
142 name = "winapi-i686-pc-windows-gnu"
143 version = "0.4.0"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
146
147 [[package]]
148 name = "winapi-x86_64-pc-windows-gnu"
149 version = "0.4.0"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
152
153 [[package]]
154 name = "xattr"
155 version = "0.2.2"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
158 dependencies = [
159 "libc",
160 ]