]> git.proxmox.com Git - rustc.git/blob - vendor/cc/Cargo.lock
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / cc / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "c2-chacha"
5 version = "0.2.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 dependencies = [
8 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
9 ]
10
11 [[package]]
12 name = "cc"
13 version = "1.0.52"
14 dependencies = [
15 "jobserver 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
16 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
17 ]
18
19 [[package]]
20 name = "cfg-if"
21 version = "0.1.10"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23
24 [[package]]
25 name = "getrandom"
26 version = "0.1.14"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 dependencies = [
29 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
30 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
31 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
32 ]
33
34 [[package]]
35 name = "jobserver"
36 version = "0.1.18"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 dependencies = [
39 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
40 ]
41
42 [[package]]
43 name = "libc"
44 version = "0.2.66"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46
47 [[package]]
48 name = "ppv-lite86"
49 version = "0.2.6"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51
52 [[package]]
53 name = "rand"
54 version = "0.7.2"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 dependencies = [
57 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
58 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
59 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
60 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
61 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
62 ]
63
64 [[package]]
65 name = "rand_chacha"
66 version = "0.2.1"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 dependencies = [
69 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
70 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
71 ]
72
73 [[package]]
74 name = "rand_core"
75 version = "0.5.1"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 dependencies = [
78 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
79 ]
80
81 [[package]]
82 name = "rand_hc"
83 version = "0.2.0"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 dependencies = [
86 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
87 ]
88
89 [[package]]
90 name = "redox_syscall"
91 version = "0.1.56"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93
94 [[package]]
95 name = "remove_dir_all"
96 version = "0.5.2"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 dependencies = [
99 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
100 ]
101
102 [[package]]
103 name = "tempfile"
104 version = "3.1.0"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 dependencies = [
107 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
108 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
109 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
110 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
111 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
112 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
113 ]
114
115 [[package]]
116 name = "wasi"
117 version = "0.9.0+wasi-snapshot-preview1"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119
120 [[package]]
121 name = "winapi"
122 version = "0.3.8"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 dependencies = [
125 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
126 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
127 ]
128
129 [[package]]
130 name = "winapi-i686-pc-windows-gnu"
131 version = "0.4.0"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133
134 [[package]]
135 name = "winapi-x86_64-pc-windows-gnu"
136 version = "0.4.0"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138
139 [metadata]
140 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
141 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
142 "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
143 "checksum jobserver 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "230ae9adf468173aecd4176c7233bddc84a15871a586c5971ace9a55f881c075"
144 "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
145 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
146 "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
147 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
148 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
149 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
150 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
151 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
152 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
153 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
154 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
155 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
156 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"