Bug 1756130 [wpt PR 32898] - [CSP] Enhance unsafe-eval test to check both realms...
[gecko.git] / build / liblowercase / Cargo.lock
blob4449d1ebc7b073d78221c81dad15f49c7c7288f8
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 checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
8 dependencies = [
9  "ppv-lite86",
12 [[package]]
13 name = "cfg-if"
14 version = "0.1.10"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
18 [[package]]
19 name = "getrandom"
20 version = "0.1.14"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
23 dependencies = [
24  "cfg-if",
25  "libc",
26  "wasi",
29 [[package]]
30 name = "lazy_static"
31 version = "1.4.0"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
35 [[package]]
36 name = "libc"
37 version = "0.2.67"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
41 [[package]]
42 name = "lowercase"
43 version = "0.1.0"
44 dependencies = [
45  "libc",
46  "once_cell",
47  "paste",
48  "path-dedot",
49  "tempfile",
52 [[package]]
53 name = "once_cell"
54 version = "1.3.1"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
58 [[package]]
59 name = "paste"
60 version = "0.1.7"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "63e1afe738d71b1ebab5f1207c055054015427dbfc7bbe9ee1266894156ec046"
63 dependencies = [
64  "paste-impl",
65  "proc-macro-hack",
68 [[package]]
69 name = "paste-impl"
70 version = "0.1.7"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "6d4dc4a7f6f743211c5aab239640a65091535d97d43d92a52bca435a640892bb"
73 dependencies = [
74  "proc-macro-hack",
75  "proc-macro2",
76  "quote",
77  "syn",
80 [[package]]
81 name = "path-dedot"
82 version = "1.2.2"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "4cf32f6a3b529384739d9c11c230ad760aeb553061e7834f58de63a7c507f24f"
85 dependencies = [
86  "lazy_static",
89 [[package]]
90 name = "ppv-lite86"
91 version = "0.2.6"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
95 [[package]]
96 name = "proc-macro-hack"
97 version = "0.5.11"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
100 dependencies = [
101  "proc-macro2",
102  "quote",
103  "syn",
106 [[package]]
107 name = "proc-macro2"
108 version = "1.0.9"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
111 dependencies = [
112  "unicode-xid",
115 [[package]]
116 name = "quote"
117 version = "1.0.2"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119 checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
120 dependencies = [
121  "proc-macro2",
124 [[package]]
125 name = "rand"
126 version = "0.7.3"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
129 dependencies = [
130  "getrandom",
131  "libc",
132  "rand_chacha",
133  "rand_core",
134  "rand_hc",
137 [[package]]
138 name = "rand_chacha"
139 version = "0.2.1"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
142 dependencies = [
143  "c2-chacha",
144  "rand_core",
147 [[package]]
148 name = "rand_core"
149 version = "0.5.1"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
152 dependencies = [
153  "getrandom",
156 [[package]]
157 name = "rand_hc"
158 version = "0.2.0"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
160 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
161 dependencies = [
162  "rand_core",
165 [[package]]
166 name = "redox_syscall"
167 version = "0.1.56"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
171 [[package]]
172 name = "remove_dir_all"
173 version = "0.5.2"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
176 dependencies = [
177  "winapi",
180 [[package]]
181 name = "syn"
182 version = "1.0.16"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
184 checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
185 dependencies = [
186  "proc-macro2",
187  "quote",
188  "unicode-xid",
191 [[package]]
192 name = "tempfile"
193 version = "3.1.0"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
196 dependencies = [
197  "cfg-if",
198  "libc",
199  "rand",
200  "redox_syscall",
201  "remove_dir_all",
202  "winapi",
205 [[package]]
206 name = "unicode-xid"
207 version = "0.2.0"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
211 [[package]]
212 name = "wasi"
213 version = "0.9.0+wasi-snapshot-preview1"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
217 [[package]]
218 name = "winapi"
219 version = "0.3.8"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
222 dependencies = [
223  "winapi-i686-pc-windows-gnu",
224  "winapi-x86_64-pc-windows-gnu",
227 [[package]]
228 name = "winapi-i686-pc-windows-gnu"
229 version = "0.4.0"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
233 [[package]]
234 name = "winapi-x86_64-pc-windows-gnu"
235 version = "0.4.0"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"