]> git.proxmox.com Git - cargo.git/blob - vendor/cc/Cargo.lock
c9564008ee5b9d22fcb896ac89b4e16a75c05268
[cargo.git] / vendor / cc / 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 = "cc"
13 version = "1.0.77"
14 dependencies = [
15 "jobserver",
16 "tempfile",
17 ]
18
19 [[package]]
20 name = "cfg-if"
21 version = "1.0.0"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
24
25 [[package]]
26 name = "fastrand"
27 version = "1.8.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
30 dependencies = [
31 "instant",
32 ]
33
34 [[package]]
35 name = "instant"
36 version = "0.1.12"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
39 dependencies = [
40 "cfg-if",
41 ]
42
43 [[package]]
44 name = "jobserver"
45 version = "0.1.25"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
48 dependencies = [
49 "libc",
50 ]
51
52 [[package]]
53 name = "libc"
54 version = "0.2.137"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
57
58 [[package]]
59 name = "redox_syscall"
60 version = "0.2.16"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
63 dependencies = [
64 "bitflags",
65 ]
66
67 [[package]]
68 name = "remove_dir_all"
69 version = "0.5.3"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
72 dependencies = [
73 "winapi",
74 ]
75
76 [[package]]
77 name = "tempfile"
78 version = "3.3.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
81 dependencies = [
82 "cfg-if",
83 "fastrand",
84 "libc",
85 "redox_syscall",
86 "remove_dir_all",
87 "winapi",
88 ]
89
90 [[package]]
91 name = "winapi"
92 version = "0.3.9"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
95 dependencies = [
96 "winapi-i686-pc-windows-gnu",
97 "winapi-x86_64-pc-windows-gnu",
98 ]
99
100 [[package]]
101 name = "winapi-i686-pc-windows-gnu"
102 version = "0.4.0"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
105
106 [[package]]
107 name = "winapi-x86_64-pc-windows-gnu"
108 version = "0.4.0"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"