]> git.proxmox.com Git - cargo.git/blob - vendor/openssl/Cargo.lock
Update upstream source from tag 'upstream/0.57.0'
[cargo.git] / vendor / openssl / 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 = "autocfg"
7 version = "1.0.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10
11 [[package]]
12 name = "bitflags"
13 version = "1.3.2"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
17 [[package]]
18 name = "cc"
19 version = "1.0.69"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
22
23 [[package]]
24 name = "cfg-if"
25 version = "1.0.0"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
28
29 [[package]]
30 name = "foreign-types"
31 version = "0.3.2"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
34 dependencies = [
35 "foreign-types-shared",
36 ]
37
38 [[package]]
39 name = "foreign-types-shared"
40 version = "0.1.1"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
43
44 [[package]]
45 name = "fuchsia-cprng"
46 version = "0.1.1"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
49
50 [[package]]
51 name = "hex"
52 version = "0.3.2"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
55
56 [[package]]
57 name = "libc"
58 version = "0.2.99"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
61
62 [[package]]
63 name = "once_cell"
64 version = "1.8.0"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
67
68 [[package]]
69 name = "openssl"
70 version = "0.10.36"
71 dependencies = [
72 "bitflags",
73 "cfg-if",
74 "foreign-types",
75 "hex",
76 "libc",
77 "once_cell",
78 "openssl-sys",
79 "tempdir",
80 ]
81
82 [[package]]
83 name = "openssl-src"
84 version = "111.15.0+1.1.1k"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
87 dependencies = [
88 "cc",
89 ]
90
91 [[package]]
92 name = "openssl-sys"
93 version = "0.9.66"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
96 dependencies = [
97 "autocfg",
98 "cc",
99 "libc",
100 "openssl-src",
101 "pkg-config",
102 "vcpkg",
103 ]
104
105 [[package]]
106 name = "pkg-config"
107 version = "0.3.19"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
110
111 [[package]]
112 name = "rand"
113 version = "0.4.6"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
116 dependencies = [
117 "fuchsia-cprng",
118 "libc",
119 "rand_core 0.3.1",
120 "rdrand",
121 "winapi",
122 ]
123
124 [[package]]
125 name = "rand_core"
126 version = "0.3.1"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
129 dependencies = [
130 "rand_core 0.4.2",
131 ]
132
133 [[package]]
134 name = "rand_core"
135 version = "0.4.2"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
138
139 [[package]]
140 name = "rdrand"
141 version = "0.4.0"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
144 dependencies = [
145 "rand_core 0.3.1",
146 ]
147
148 [[package]]
149 name = "remove_dir_all"
150 version = "0.5.3"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
153 dependencies = [
154 "winapi",
155 ]
156
157 [[package]]
158 name = "tempdir"
159 version = "0.3.7"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
162 dependencies = [
163 "rand",
164 "remove_dir_all",
165 ]
166
167 [[package]]
168 name = "vcpkg"
169 version = "0.2.15"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
172
173 [[package]]
174 name = "winapi"
175 version = "0.3.9"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
178 dependencies = [
179 "winapi-i686-pc-windows-gnu",
180 "winapi-x86_64-pc-windows-gnu",
181 ]
182
183 [[package]]
184 name = "winapi-i686-pc-windows-gnu"
185 version = "0.4.0"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
188
189 [[package]]
190 name = "winapi-x86_64-pc-windows-gnu"
191 version = "0.4.0"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"