]> Witch of Git - jade-mouse/blob - toolchain/Cargo.lock
Implement mov and add tests
[jade-mouse] / toolchain / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "autocfg"
5 version = "0.1.7"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
8
9 [[package]]
10 name = "autocfg"
11 version = "1.0.0"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
14
15 [[package]]
16 name = "bit-set"
17 version = "0.5.1"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80"
20 dependencies = [
21 "bit-vec",
22 ]
23
24 [[package]]
25 name = "bit-vec"
26 version = "0.5.1"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 checksum = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
29
30 [[package]]
31 name = "bitflags"
32 version = "1.2.1"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
35
36 [[package]]
37 name = "byteorder"
38 version = "1.3.2"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
41
42 [[package]]
43 name = "c2-chacha"
44 version = "0.2.3"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
47 dependencies = [
48 "ppv-lite86",
49 ]
50
51 [[package]]
52 name = "cfg-if"
53 version = "0.1.10"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
56
57 [[package]]
58 name = "cloudabi"
59 version = "0.0.3"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
62 dependencies = [
63 "bitflags",
64 ]
65
66 [[package]]
67 name = "fnv"
68 version = "1.0.6"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
71
72 [[package]]
73 name = "fuchsia-cprng"
74 version = "0.1.1"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
77
78 [[package]]
79 name = "getrandom"
80 version = "0.1.14"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
83 dependencies = [
84 "cfg-if",
85 "libc",
86 "wasi",
87 ]
88
89 [[package]]
90 name = "lazy_static"
91 version = "1.4.0"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
94
95 [[package]]
96 name = "libc"
97 version = "0.2.66"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
100
101 [[package]]
102 name = "num-traits"
103 version = "0.2.11"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
106 dependencies = [
107 "autocfg 1.0.0",
108 ]
109
110 [[package]]
111 name = "ppv-lite86"
112 version = "0.2.6"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
115
116 [[package]]
117 name = "proptest"
118 version = "0.9.4"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
121 dependencies = [
122 "bit-set",
123 "bitflags",
124 "byteorder",
125 "lazy_static",
126 "num-traits",
127 "quick-error",
128 "rand 0.6.5",
129 "rand_chacha 0.1.1",
130 "rand_xorshift",
131 "regex-syntax",
132 "rusty-fork",
133 "tempfile",
134 ]
135
136 [[package]]
137 name = "quick-error"
138 version = "1.2.3"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
141
142 [[package]]
143 name = "rand"
144 version = "0.6.5"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
147 dependencies = [
148 "autocfg 0.1.7",
149 "libc",
150 "rand_chacha 0.1.1",
151 "rand_core 0.4.2",
152 "rand_hc 0.1.0",
153 "rand_isaac",
154 "rand_jitter",
155 "rand_os",
156 "rand_pcg",
157 "rand_xorshift",
158 "winapi",
159 ]
160
161 [[package]]
162 name = "rand"
163 version = "0.7.3"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
166 dependencies = [
167 "getrandom",
168 "libc",
169 "rand_chacha 0.2.1",
170 "rand_core 0.5.1",
171 "rand_hc 0.2.0",
172 ]
173
174 [[package]]
175 name = "rand_chacha"
176 version = "0.1.1"
177 source = "registry+https://github.com/rust-lang/crates.io-index"
178 checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
179 dependencies = [
180 "autocfg 0.1.7",
181 "rand_core 0.3.1",
182 ]
183
184 [[package]]
185 name = "rand_chacha"
186 version = "0.2.1"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
189 dependencies = [
190 "c2-chacha",
191 "rand_core 0.5.1",
192 ]
193
194 [[package]]
195 name = "rand_core"
196 version = "0.3.1"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
199 dependencies = [
200 "rand_core 0.4.2",
201 ]
202
203 [[package]]
204 name = "rand_core"
205 version = "0.4.2"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
208
209 [[package]]
210 name = "rand_core"
211 version = "0.5.1"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
214 dependencies = [
215 "getrandom",
216 ]
217
218 [[package]]
219 name = "rand_hc"
220 version = "0.1.0"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
223 dependencies = [
224 "rand_core 0.3.1",
225 ]
226
227 [[package]]
228 name = "rand_hc"
229 version = "0.2.0"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
232 dependencies = [
233 "rand_core 0.5.1",
234 ]
235
236 [[package]]
237 name = "rand_isaac"
238 version = "0.1.1"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
241 dependencies = [
242 "rand_core 0.3.1",
243 ]
244
245 [[package]]
246 name = "rand_jitter"
247 version = "0.1.4"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
250 dependencies = [
251 "libc",
252 "rand_core 0.4.2",
253 "winapi",
254 ]
255
256 [[package]]
257 name = "rand_os"
258 version = "0.1.3"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
261 dependencies = [
262 "cloudabi",
263 "fuchsia-cprng",
264 "libc",
265 "rand_core 0.4.2",
266 "rdrand",
267 "winapi",
268 ]
269
270 [[package]]
271 name = "rand_pcg"
272 version = "0.1.2"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
275 dependencies = [
276 "autocfg 0.1.7",
277 "rand_core 0.4.2",
278 ]
279
280 [[package]]
281 name = "rand_xorshift"
282 version = "0.1.1"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
285 dependencies = [
286 "rand_core 0.3.1",
287 ]
288
289 [[package]]
290 name = "rdrand"
291 version = "0.4.0"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
294 dependencies = [
295 "rand_core 0.3.1",
296 ]
297
298 [[package]]
299 name = "redox_syscall"
300 version = "0.1.56"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
303
304 [[package]]
305 name = "regex-syntax"
306 version = "0.6.13"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
309
310 [[package]]
311 name = "remove_dir_all"
312 version = "0.5.2"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
315 dependencies = [
316 "winapi",
317 ]
318
319 [[package]]
320 name = "rusty-fork"
321 version = "0.2.2"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae"
324 dependencies = [
325 "fnv",
326 "quick-error",
327 "tempfile",
328 "wait-timeout",
329 ]
330
331 [[package]]
332 name = "tempfile"
333 version = "3.1.0"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
336 dependencies = [
337 "cfg-if",
338 "libc",
339 "rand 0.7.3",
340 "redox_syscall",
341 "remove_dir_all",
342 "winapi",
343 ]
344
345 [[package]]
346 name = "toolchain"
347 version = "0.1.0"
348 dependencies = [
349 "proptest",
350 ]
351
352 [[package]]
353 name = "wait-timeout"
354 version = "0.2.0"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
357 dependencies = [
358 "libc",
359 ]
360
361 [[package]]
362 name = "wasi"
363 version = "0.9.0+wasi-snapshot-preview1"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
366
367 [[package]]
368 name = "winapi"
369 version = "0.3.8"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
372 dependencies = [
373 "winapi-i686-pc-windows-gnu",
374 "winapi-x86_64-pc-windows-gnu",
375 ]
376
377 [[package]]
378 name = "winapi-i686-pc-windows-gnu"
379 version = "0.4.0"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
381 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
382
383 [[package]]
384 name = "winapi-x86_64-pc-windows-gnu"
385 version = "0.4.0"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"