]> git.proxmox.com Git - rustc.git/blob - vendor/tar-0.4.38/Cargo.lock
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / tar-0.4.38 / 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.3.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
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.15"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
22 dependencies = [
23 "cfg-if",
24 "libc",
25 "redox_syscall",
26 "winapi",
27 ]
28
29 [[package]]
30 name = "getrandom"
31 version = "0.2.3"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
34 dependencies = [
35 "cfg-if",
36 "libc",
37 "wasi",
38 ]
39
40 [[package]]
41 name = "libc"
42 version = "0.2.103"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
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.4"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
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.1"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
69 dependencies = [
70 "ppv-lite86",
71 "rand_core",
72 ]
73
74 [[package]]
75 name = "rand_core"
76 version = "0.6.3"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
79 dependencies = [
80 "getrandom",
81 ]
82
83 [[package]]
84 name = "rand_hc"
85 version = "0.3.1"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
88 dependencies = [
89 "rand_core",
90 ]
91
92 [[package]]
93 name = "redox_syscall"
94 version = "0.2.10"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
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.38"
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 ]