]> git.proxmox.com Git - cargo.git/blob - vendor/git2/Cargo.lock
New upstream version 0.63.1
[cargo.git] / vendor / git2 / 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 = "ansi_term"
7 version = "0.11.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
10 dependencies = [
11 "winapi",
12 ]
13
14 [[package]]
15 name = "atty"
16 version = "0.2.14"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
19 dependencies = [
20 "hermit-abi",
21 "libc",
22 "winapi",
23 ]
24
25 [[package]]
26 name = "autocfg"
27 version = "1.0.1"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
30
31 [[package]]
32 name = "bitflags"
33 version = "1.3.2"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
36
37 [[package]]
38 name = "cc"
39 version = "1.0.70"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
42 dependencies = [
43 "jobserver",
44 ]
45
46 [[package]]
47 name = "cfg-if"
48 version = "1.0.0"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
50 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
51
52 [[package]]
53 name = "clap"
54 version = "2.33.3"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
57 dependencies = [
58 "ansi_term",
59 "atty",
60 "bitflags",
61 "strsim",
62 "textwrap",
63 "unicode-width",
64 "vec_map",
65 ]
66
67 [[package]]
68 name = "cmake"
69 version = "0.1.45"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
72 dependencies = [
73 "cc",
74 ]
75
76 [[package]]
77 name = "form_urlencoded"
78 version = "1.0.1"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
81 dependencies = [
82 "matches",
83 "percent-encoding",
84 ]
85
86 [[package]]
87 name = "getrandom"
88 version = "0.2.3"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
91 dependencies = [
92 "cfg-if",
93 "libc",
94 "wasi",
95 ]
96
97 [[package]]
98 name = "git2"
99 version = "0.14.2"
100 dependencies = [
101 "bitflags",
102 "libc",
103 "libgit2-sys",
104 "log",
105 "openssl-probe",
106 "openssl-sys",
107 "paste",
108 "structopt",
109 "tempfile",
110 "time",
111 "url",
112 ]
113
114 [[package]]
115 name = "heck"
116 version = "0.3.3"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
119 dependencies = [
120 "unicode-segmentation",
121 ]
122
123 [[package]]
124 name = "hermit-abi"
125 version = "0.1.19"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
128 dependencies = [
129 "libc",
130 ]
131
132 [[package]]
133 name = "idna"
134 version = "0.2.3"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
137 dependencies = [
138 "matches",
139 "unicode-bidi",
140 "unicode-normalization",
141 ]
142
143 [[package]]
144 name = "jobserver"
145 version = "0.1.24"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
148 dependencies = [
149 "libc",
150 ]
151
152 [[package]]
153 name = "lazy_static"
154 version = "1.4.0"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
157
158 [[package]]
159 name = "libc"
160 version = "0.2.101"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
163
164 [[package]]
165 name = "libgit2-sys"
166 version = "0.13.2+1.4.2"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
169 dependencies = [
170 "cc",
171 "libc",
172 "libssh2-sys",
173 "libz-sys",
174 "openssl-sys",
175 "pkg-config",
176 ]
177
178 [[package]]
179 name = "libssh2-sys"
180 version = "0.2.21"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "e0186af0d8f171ae6b9c4c90ec51898bad5d08a2d5e470903a50d9ad8959cbee"
183 dependencies = [
184 "cc",
185 "libc",
186 "libz-sys",
187 "openssl-sys",
188 "pkg-config",
189 "vcpkg",
190 ]
191
192 [[package]]
193 name = "libz-sys"
194 version = "1.1.3"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
197 dependencies = [
198 "cc",
199 "cmake",
200 "libc",
201 "pkg-config",
202 "vcpkg",
203 ]
204
205 [[package]]
206 name = "log"
207 version = "0.4.14"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
210 dependencies = [
211 "cfg-if",
212 ]
213
214 [[package]]
215 name = "matches"
216 version = "0.1.9"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
219
220 [[package]]
221 name = "openssl-probe"
222 version = "0.1.4"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
225
226 [[package]]
227 name = "openssl-src"
228 version = "111.16.0+1.1.1l"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
231 dependencies = [
232 "cc",
233 ]
234
235 [[package]]
236 name = "openssl-sys"
237 version = "0.9.66"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
240 dependencies = [
241 "autocfg",
242 "cc",
243 "libc",
244 "openssl-src",
245 "pkg-config",
246 "vcpkg",
247 ]
248
249 [[package]]
250 name = "paste"
251 version = "1.0.5"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
254
255 [[package]]
256 name = "percent-encoding"
257 version = "2.1.0"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
260
261 [[package]]
262 name = "pkg-config"
263 version = "0.3.19"
264 source = "registry+https://github.com/rust-lang/crates.io-index"
265 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
266
267 [[package]]
268 name = "ppv-lite86"
269 version = "0.2.10"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
272
273 [[package]]
274 name = "proc-macro-error"
275 version = "1.0.4"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
278 dependencies = [
279 "proc-macro-error-attr",
280 "proc-macro2",
281 "quote",
282 "syn",
283 "version_check",
284 ]
285
286 [[package]]
287 name = "proc-macro-error-attr"
288 version = "1.0.4"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
291 dependencies = [
292 "proc-macro2",
293 "quote",
294 "version_check",
295 ]
296
297 [[package]]
298 name = "proc-macro2"
299 version = "1.0.29"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
302 dependencies = [
303 "unicode-xid",
304 ]
305
306 [[package]]
307 name = "quote"
308 version = "1.0.9"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
311 dependencies = [
312 "proc-macro2",
313 ]
314
315 [[package]]
316 name = "rand"
317 version = "0.8.4"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
320 dependencies = [
321 "libc",
322 "rand_chacha",
323 "rand_core",
324 "rand_hc",
325 ]
326
327 [[package]]
328 name = "rand_chacha"
329 version = "0.3.1"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
332 dependencies = [
333 "ppv-lite86",
334 "rand_core",
335 ]
336
337 [[package]]
338 name = "rand_core"
339 version = "0.6.3"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
342 dependencies = [
343 "getrandom",
344 ]
345
346 [[package]]
347 name = "rand_hc"
348 version = "0.3.1"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
351 dependencies = [
352 "rand_core",
353 ]
354
355 [[package]]
356 name = "redox_syscall"
357 version = "0.2.10"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
360 dependencies = [
361 "bitflags",
362 ]
363
364 [[package]]
365 name = "remove_dir_all"
366 version = "0.5.3"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
369 dependencies = [
370 "winapi",
371 ]
372
373 [[package]]
374 name = "strsim"
375 version = "0.8.0"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
378
379 [[package]]
380 name = "structopt"
381 version = "0.3.23"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"
384 dependencies = [
385 "clap",
386 "lazy_static",
387 "structopt-derive",
388 ]
389
390 [[package]]
391 name = "structopt-derive"
392 version = "0.4.16"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"
395 dependencies = [
396 "heck",
397 "proc-macro-error",
398 "proc-macro2",
399 "quote",
400 "syn",
401 ]
402
403 [[package]]
404 name = "syn"
405 version = "1.0.75"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
408 dependencies = [
409 "proc-macro2",
410 "quote",
411 "unicode-xid",
412 ]
413
414 [[package]]
415 name = "tempfile"
416 version = "3.2.0"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
419 dependencies = [
420 "cfg-if",
421 "libc",
422 "rand",
423 "redox_syscall",
424 "remove_dir_all",
425 "winapi",
426 ]
427
428 [[package]]
429 name = "textwrap"
430 version = "0.11.0"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
433 dependencies = [
434 "unicode-width",
435 ]
436
437 [[package]]
438 name = "time"
439 version = "0.1.43"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
442 dependencies = [
443 "libc",
444 "winapi",
445 ]
446
447 [[package]]
448 name = "tinyvec"
449 version = "1.3.1"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
452 dependencies = [
453 "tinyvec_macros",
454 ]
455
456 [[package]]
457 name = "tinyvec_macros"
458 version = "0.1.0"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
461
462 [[package]]
463 name = "unicode-bidi"
464 version = "0.3.6"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
467
468 [[package]]
469 name = "unicode-normalization"
470 version = "0.1.19"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
473 dependencies = [
474 "tinyvec",
475 ]
476
477 [[package]]
478 name = "unicode-segmentation"
479 version = "1.8.0"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
482
483 [[package]]
484 name = "unicode-width"
485 version = "0.1.8"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
488
489 [[package]]
490 name = "unicode-xid"
491 version = "0.2.2"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
494
495 [[package]]
496 name = "url"
497 version = "2.2.2"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
500 dependencies = [
501 "form_urlencoded",
502 "idna",
503 "matches",
504 "percent-encoding",
505 ]
506
507 [[package]]
508 name = "vcpkg"
509 version = "0.2.15"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
512
513 [[package]]
514 name = "vec_map"
515 version = "0.8.2"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
518
519 [[package]]
520 name = "version_check"
521 version = "0.9.3"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
524
525 [[package]]
526 name = "wasi"
527 version = "0.10.2+wasi-snapshot-preview1"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
530
531 [[package]]
532 name = "winapi"
533 version = "0.3.9"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
536 dependencies = [
537 "winapi-i686-pc-windows-gnu",
538 "winapi-x86_64-pc-windows-gnu",
539 ]
540
541 [[package]]
542 name = "winapi-i686-pc-windows-gnu"
543 version = "0.4.0"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
546
547 [[package]]
548 name = "winapi-x86_64-pc-windows-gnu"
549 version = "0.4.0"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"