]> Witch of Git - jade-mouse/blob - toolchain/Cargo.lock
Add proptest encoding round-trip test
[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 = "proc-macro2"
118 version = "0.4.30"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
121 dependencies = [
122 "unicode-xid",
123 ]
124
125 [[package]]
126 name = "proptest"
127 version = "0.9.4"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
130 dependencies = [
131 "bit-set",
132 "bitflags",
133 "byteorder",
134 "lazy_static",
135 "num-traits",
136 "quick-error",
137 "rand 0.6.5",
138 "rand_chacha 0.1.1",
139 "rand_xorshift",
140 "regex-syntax",
141 "rusty-fork",
142 "tempfile",
143 ]
144
145 [[package]]
146 name = "proptest-derive"
147 version = "0.1.2"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "d31edb17edac73aeacc947bd61462dda15220584268896a58e12f053d767f15b"
150 dependencies = [
151 "proc-macro2",
152 "quote",
153 "syn",
154 ]
155
156 [[package]]
157 name = "quick-error"
158 version = "1.2.3"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
160 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
161
162 [[package]]
163 name = "quote"
164 version = "0.6.13"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
167 dependencies = [
168 "proc-macro2",
169 ]
170
171 [[package]]
172 name = "rand"
173 version = "0.6.5"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
176 dependencies = [
177 "autocfg 0.1.7",
178 "libc",
179 "rand_chacha 0.1.1",
180 "rand_core 0.4.2",
181 "rand_hc 0.1.0",
182 "rand_isaac",
183 "rand_jitter",
184 "rand_os",
185 "rand_pcg",
186 "rand_xorshift",
187 "winapi",
188 ]
189
190 [[package]]
191 name = "rand"
192 version = "0.7.3"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
195 dependencies = [
196 "getrandom",
197 "libc",
198 "rand_chacha 0.2.1",
199 "rand_core 0.5.1",
200 "rand_hc 0.2.0",
201 ]
202
203 [[package]]
204 name = "rand_chacha"
205 version = "0.1.1"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
208 dependencies = [
209 "autocfg 0.1.7",
210 "rand_core 0.3.1",
211 ]
212
213 [[package]]
214 name = "rand_chacha"
215 version = "0.2.1"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
218 dependencies = [
219 "c2-chacha",
220 "rand_core 0.5.1",
221 ]
222
223 [[package]]
224 name = "rand_core"
225 version = "0.3.1"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
228 dependencies = [
229 "rand_core 0.4.2",
230 ]
231
232 [[package]]
233 name = "rand_core"
234 version = "0.4.2"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
237
238 [[package]]
239 name = "rand_core"
240 version = "0.5.1"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
243 dependencies = [
244 "getrandom",
245 ]
246
247 [[package]]
248 name = "rand_hc"
249 version = "0.1.0"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
252 dependencies = [
253 "rand_core 0.3.1",
254 ]
255
256 [[package]]
257 name = "rand_hc"
258 version = "0.2.0"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
261 dependencies = [
262 "rand_core 0.5.1",
263 ]
264
265 [[package]]
266 name = "rand_isaac"
267 version = "0.1.1"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
270 dependencies = [
271 "rand_core 0.3.1",
272 ]
273
274 [[package]]
275 name = "rand_jitter"
276 version = "0.1.4"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
279 dependencies = [
280 "libc",
281 "rand_core 0.4.2",
282 "winapi",
283 ]
284
285 [[package]]
286 name = "rand_os"
287 version = "0.1.3"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
290 dependencies = [
291 "cloudabi",
292 "fuchsia-cprng",
293 "libc",
294 "rand_core 0.4.2",
295 "rdrand",
296 "winapi",
297 ]
298
299 [[package]]
300 name = "rand_pcg"
301 version = "0.1.2"
302 source = "registry+https://github.com/rust-lang/crates.io-index"
303 checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
304 dependencies = [
305 "autocfg 0.1.7",
306 "rand_core 0.4.2",
307 ]
308
309 [[package]]
310 name = "rand_xorshift"
311 version = "0.1.1"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
314 dependencies = [
315 "rand_core 0.3.1",
316 ]
317
318 [[package]]
319 name = "rdrand"
320 version = "0.4.0"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
323 dependencies = [
324 "rand_core 0.3.1",
325 ]
326
327 [[package]]
328 name = "redox_syscall"
329 version = "0.1.56"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
332
333 [[package]]
334 name = "regex-syntax"
335 version = "0.6.13"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
338
339 [[package]]
340 name = "remove_dir_all"
341 version = "0.5.2"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
344 dependencies = [
345 "winapi",
346 ]
347
348 [[package]]
349 name = "rusty-fork"
350 version = "0.2.2"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae"
353 dependencies = [
354 "fnv",
355 "quick-error",
356 "tempfile",
357 "wait-timeout",
358 ]
359
360 [[package]]
361 name = "syn"
362 version = "0.15.44"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
365 dependencies = [
366 "proc-macro2",
367 "quote",
368 "unicode-xid",
369 ]
370
371 [[package]]
372 name = "tempfile"
373 version = "3.1.0"
374 source = "registry+https://github.com/rust-lang/crates.io-index"
375 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
376 dependencies = [
377 "cfg-if",
378 "libc",
379 "rand 0.7.3",
380 "redox_syscall",
381 "remove_dir_all",
382 "winapi",
383 ]
384
385 [[package]]
386 name = "toolchain"
387 version = "0.1.0"
388 dependencies = [
389 "proptest",
390 "proptest-derive",
391 ]
392
393 [[package]]
394 name = "unicode-xid"
395 version = "0.1.0"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
398
399 [[package]]
400 name = "wait-timeout"
401 version = "0.2.0"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
404 dependencies = [
405 "libc",
406 ]
407
408 [[package]]
409 name = "wasi"
410 version = "0.9.0+wasi-snapshot-preview1"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
413
414 [[package]]
415 name = "winapi"
416 version = "0.3.8"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
419 dependencies = [
420 "winapi-i686-pc-windows-gnu",
421 "winapi-x86_64-pc-windows-gnu",
422 ]
423
424 [[package]]
425 name = "winapi-i686-pc-windows-gnu"
426 version = "0.4.0"
427 source = "registry+https://github.com/rust-lang/crates.io-index"
428 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
429
430 [[package]]
431 name = "winapi-x86_64-pc-windows-gnu"
432 version = "0.4.0"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"