]> git.lizzy.rs Git - line_audiolizer.git/blob - Cargo.lock
Initial commit
[line_audiolizer.git] / 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 = "alsa"
7 version = "0.6.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
10 dependencies = [
11  "alsa-sys",
12  "bitflags",
13  "libc",
14  "nix",
15 ]
16
17 [[package]]
18 name = "alsa-sys"
19 version = "0.3.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
22 dependencies = [
23  "libc",
24  "pkg-config",
25 ]
26
27 [[package]]
28 name = "autocfg"
29 version = "1.1.0"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
32
33 [[package]]
34 name = "bindgen"
35 version = "0.59.2"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
38 dependencies = [
39  "bitflags",
40  "cexpr",
41  "clang-sys",
42  "lazy_static",
43  "lazycell",
44  "peeking_take_while",
45  "proc-macro2",
46  "quote",
47  "regex",
48  "rustc-hash",
49  "shlex",
50 ]
51
52 [[package]]
53 name = "bitflags"
54 version = "1.3.2"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
57
58 [[package]]
59 name = "bumpalo"
60 version = "3.10.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
63
64 [[package]]
65 name = "byteorder"
66 version = "1.4.3"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
69
70 [[package]]
71 name = "bytes"
72 version = "1.2.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
75
76 [[package]]
77 name = "cc"
78 version = "1.0.73"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
81 dependencies = [
82  "jobserver",
83 ]
84
85 [[package]]
86 name = "cesu8"
87 version = "1.1.0"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
90
91 [[package]]
92 name = "cexpr"
93 version = "0.6.0"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
96 dependencies = [
97  "nom",
98 ]
99
100 [[package]]
101 name = "cfg-if"
102 version = "1.0.0"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
105
106 [[package]]
107 name = "clang-sys"
108 version = "1.3.3"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
111 dependencies = [
112  "glob",
113  "libc",
114  "libloading",
115 ]
116
117 [[package]]
118 name = "claxon"
119 version = "0.4.3"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
122
123 [[package]]
124 name = "combine"
125 version = "4.6.4"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
128 dependencies = [
129  "bytes",
130  "memchr",
131 ]
132
133 [[package]]
134 name = "core-foundation-sys"
135 version = "0.8.3"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
138
139 [[package]]
140 name = "coreaudio-rs"
141 version = "0.10.0"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
144 dependencies = [
145  "bitflags",
146  "coreaudio-sys",
147 ]
148
149 [[package]]
150 name = "coreaudio-sys"
151 version = "0.2.10"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
154 dependencies = [
155  "bindgen",
156 ]
157
158 [[package]]
159 name = "cpal"
160 version = "0.13.5"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116"
163 dependencies = [
164  "alsa",
165  "core-foundation-sys",
166  "coreaudio-rs",
167  "jni",
168  "js-sys",
169  "lazy_static",
170  "libc",
171  "mach",
172  "ndk",
173  "ndk-glue",
174  "nix",
175  "oboe",
176  "parking_lot",
177  "stdweb",
178  "thiserror",
179  "web-sys",
180  "winapi",
181 ]
182
183 [[package]]
184 name = "darling"
185 version = "0.13.4"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
188 dependencies = [
189  "darling_core",
190  "darling_macro",
191 ]
192
193 [[package]]
194 name = "darling_core"
195 version = "0.13.4"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
198 dependencies = [
199  "fnv",
200  "ident_case",
201  "proc-macro2",
202  "quote",
203  "strsim",
204  "syn",
205 ]
206
207 [[package]]
208 name = "darling_macro"
209 version = "0.13.4"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
212 dependencies = [
213  "darling_core",
214  "quote",
215  "syn",
216 ]
217
218 [[package]]
219 name = "fnv"
220 version = "1.0.7"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
223
224 [[package]]
225 name = "glob"
226 version = "0.3.0"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
229
230 [[package]]
231 name = "hound"
232 version = "3.4.0"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
235
236 [[package]]
237 name = "ident_case"
238 version = "1.0.1"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
241
242 [[package]]
243 name = "instant"
244 version = "0.1.12"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
247 dependencies = [
248  "cfg-if",
249 ]
250
251 [[package]]
252 name = "jni"
253 version = "0.19.0"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
256 dependencies = [
257  "cesu8",
258  "combine",
259  "jni-sys",
260  "log",
261  "thiserror",
262  "walkdir",
263 ]
264
265 [[package]]
266 name = "jni-sys"
267 version = "0.3.0"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
270
271 [[package]]
272 name = "jobserver"
273 version = "0.1.24"
274 source = "registry+https://github.com/rust-lang/crates.io-index"
275 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
276 dependencies = [
277  "libc",
278 ]
279
280 [[package]]
281 name = "js-sys"
282 version = "0.3.59"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
285 dependencies = [
286  "wasm-bindgen",
287 ]
288
289 [[package]]
290 name = "lazy_static"
291 version = "1.4.0"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
294
295 [[package]]
296 name = "lazycell"
297 version = "1.3.0"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
300
301 [[package]]
302 name = "lewton"
303 version = "0.10.2"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
306 dependencies = [
307  "byteorder",
308  "ogg",
309  "tinyvec",
310 ]
311
312 [[package]]
313 name = "libc"
314 version = "0.2.126"
315 source = "registry+https://github.com/rust-lang/crates.io-index"
316 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
317
318 [[package]]
319 name = "libloading"
320 version = "0.7.3"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
323 dependencies = [
324  "cfg-if",
325  "winapi",
326 ]
327
328 [[package]]
329 name = "line_audiolizer"
330 version = "0.1.0"
331 dependencies = [
332  "rodio",
333  "unicode-width",
334 ]
335
336 [[package]]
337 name = "lock_api"
338 version = "0.4.7"
339 source = "registry+https://github.com/rust-lang/crates.io-index"
340 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
341 dependencies = [
342  "autocfg",
343  "scopeguard",
344 ]
345
346 [[package]]
347 name = "log"
348 version = "0.4.17"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
351 dependencies = [
352  "cfg-if",
353 ]
354
355 [[package]]
356 name = "mach"
357 version = "0.3.2"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
360 dependencies = [
361  "libc",
362 ]
363
364 [[package]]
365 name = "memchr"
366 version = "2.5.0"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
369
370 [[package]]
371 name = "memoffset"
372 version = "0.6.5"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
375 dependencies = [
376  "autocfg",
377 ]
378
379 [[package]]
380 name = "minimal-lexical"
381 version = "0.2.1"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
384
385 [[package]]
386 name = "minimp3"
387 version = "0.5.1"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
390 dependencies = [
391  "minimp3-sys",
392  "slice-deque",
393  "thiserror",
394 ]
395
396 [[package]]
397 name = "minimp3-sys"
398 version = "0.3.2"
399 source = "registry+https://github.com/rust-lang/crates.io-index"
400 checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
401 dependencies = [
402  "cc",
403 ]
404
405 [[package]]
406 name = "ndk"
407 version = "0.6.0"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
410 dependencies = [
411  "bitflags",
412  "jni-sys",
413  "ndk-sys",
414  "num_enum",
415  "thiserror",
416 ]
417
418 [[package]]
419 name = "ndk-context"
420 version = "0.1.1"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
423
424 [[package]]
425 name = "ndk-glue"
426 version = "0.6.2"
427 source = "registry+https://github.com/rust-lang/crates.io-index"
428 checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
429 dependencies = [
430  "lazy_static",
431  "libc",
432  "log",
433  "ndk",
434  "ndk-context",
435  "ndk-macro",
436  "ndk-sys",
437 ]
438
439 [[package]]
440 name = "ndk-macro"
441 version = "0.3.0"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
444 dependencies = [
445  "darling",
446  "proc-macro-crate",
447  "proc-macro2",
448  "quote",
449  "syn",
450 ]
451
452 [[package]]
453 name = "ndk-sys"
454 version = "0.3.0"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
457 dependencies = [
458  "jni-sys",
459 ]
460
461 [[package]]
462 name = "nix"
463 version = "0.23.1"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
465 checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
466 dependencies = [
467  "bitflags",
468  "cc",
469  "cfg-if",
470  "libc",
471  "memoffset",
472 ]
473
474 [[package]]
475 name = "nom"
476 version = "7.1.1"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
479 dependencies = [
480  "memchr",
481  "minimal-lexical",
482 ]
483
484 [[package]]
485 name = "num-derive"
486 version = "0.3.3"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
489 dependencies = [
490  "proc-macro2",
491  "quote",
492  "syn",
493 ]
494
495 [[package]]
496 name = "num-traits"
497 version = "0.2.15"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
500 dependencies = [
501  "autocfg",
502 ]
503
504 [[package]]
505 name = "num_enum"
506 version = "0.5.7"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
508 checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
509 dependencies = [
510  "num_enum_derive",
511 ]
512
513 [[package]]
514 name = "num_enum_derive"
515 version = "0.5.7"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
518 dependencies = [
519  "proc-macro-crate",
520  "proc-macro2",
521  "quote",
522  "syn",
523 ]
524
525 [[package]]
526 name = "oboe"
527 version = "0.4.6"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
530 dependencies = [
531  "jni",
532  "ndk",
533  "ndk-context",
534  "num-derive",
535  "num-traits",
536  "oboe-sys",
537 ]
538
539 [[package]]
540 name = "oboe-sys"
541 version = "0.4.5"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
544 dependencies = [
545  "cc",
546 ]
547
548 [[package]]
549 name = "ogg"
550 version = "0.8.0"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
553 dependencies = [
554  "byteorder",
555 ]
556
557 [[package]]
558 name = "once_cell"
559 version = "1.13.0"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
562
563 [[package]]
564 name = "parking_lot"
565 version = "0.11.2"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
568 dependencies = [
569  "instant",
570  "lock_api",
571  "parking_lot_core",
572 ]
573
574 [[package]]
575 name = "parking_lot_core"
576 version = "0.8.5"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
579 dependencies = [
580  "cfg-if",
581  "instant",
582  "libc",
583  "redox_syscall",
584  "smallvec",
585  "winapi",
586 ]
587
588 [[package]]
589 name = "peeking_take_while"
590 version = "0.1.2"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
593
594 [[package]]
595 name = "pkg-config"
596 version = "0.3.25"
597 source = "registry+https://github.com/rust-lang/crates.io-index"
598 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
599
600 [[package]]
601 name = "proc-macro-crate"
602 version = "1.1.3"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
605 dependencies = [
606  "thiserror",
607  "toml",
608 ]
609
610 [[package]]
611 name = "proc-macro2"
612 version = "1.0.42"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
615 dependencies = [
616  "unicode-ident",
617 ]
618
619 [[package]]
620 name = "quote"
621 version = "1.0.20"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
624 dependencies = [
625  "proc-macro2",
626 ]
627
628 [[package]]
629 name = "redox_syscall"
630 version = "0.2.16"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
633 dependencies = [
634  "bitflags",
635 ]
636
637 [[package]]
638 name = "regex"
639 version = "1.6.0"
640 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
642 dependencies = [
643  "regex-syntax",
644 ]
645
646 [[package]]
647 name = "regex-syntax"
648 version = "0.6.27"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
651
652 [[package]]
653 name = "rodio"
654 version = "0.15.0"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e"
657 dependencies = [
658  "claxon",
659  "cpal",
660  "hound",
661  "lewton",
662  "minimp3",
663 ]
664
665 [[package]]
666 name = "rustc-hash"
667 version = "1.1.0"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
670
671 [[package]]
672 name = "same-file"
673 version = "1.0.6"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
676 dependencies = [
677  "winapi-util",
678 ]
679
680 [[package]]
681 name = "scopeguard"
682 version = "1.1.0"
683 source = "registry+https://github.com/rust-lang/crates.io-index"
684 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
685
686 [[package]]
687 name = "serde"
688 version = "1.0.140"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
691
692 [[package]]
693 name = "shlex"
694 version = "1.1.0"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
697
698 [[package]]
699 name = "slice-deque"
700 version = "0.3.0"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
703 dependencies = [
704  "libc",
705  "mach",
706  "winapi",
707 ]
708
709 [[package]]
710 name = "smallvec"
711 version = "1.9.0"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
714
715 [[package]]
716 name = "stdweb"
717 version = "0.1.3"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
720
721 [[package]]
722 name = "strsim"
723 version = "0.10.0"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
726
727 [[package]]
728 name = "syn"
729 version = "1.0.98"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
731 checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
732 dependencies = [
733  "proc-macro2",
734  "quote",
735  "unicode-ident",
736 ]
737
738 [[package]]
739 name = "thiserror"
740 version = "1.0.31"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
743 dependencies = [
744  "thiserror-impl",
745 ]
746
747 [[package]]
748 name = "thiserror-impl"
749 version = "1.0.31"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
752 dependencies = [
753  "proc-macro2",
754  "quote",
755  "syn",
756 ]
757
758 [[package]]
759 name = "tinyvec"
760 version = "1.6.0"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
763 dependencies = [
764  "tinyvec_macros",
765 ]
766
767 [[package]]
768 name = "tinyvec_macros"
769 version = "0.1.0"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
772
773 [[package]]
774 name = "toml"
775 version = "0.5.9"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
778 dependencies = [
779  "serde",
780 ]
781
782 [[package]]
783 name = "unicode-ident"
784 version = "1.0.2"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
786 checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
787
788 [[package]]
789 name = "unicode-width"
790 version = "0.1.9"
791 source = "registry+https://github.com/rust-lang/crates.io-index"
792 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
793
794 [[package]]
795 name = "walkdir"
796 version = "2.3.2"
797 source = "registry+https://github.com/rust-lang/crates.io-index"
798 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
799 dependencies = [
800  "same-file",
801  "winapi",
802  "winapi-util",
803 ]
804
805 [[package]]
806 name = "wasm-bindgen"
807 version = "0.2.82"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
810 dependencies = [
811  "cfg-if",
812  "wasm-bindgen-macro",
813 ]
814
815 [[package]]
816 name = "wasm-bindgen-backend"
817 version = "0.2.82"
818 source = "registry+https://github.com/rust-lang/crates.io-index"
819 checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
820 dependencies = [
821  "bumpalo",
822  "log",
823  "once_cell",
824  "proc-macro2",
825  "quote",
826  "syn",
827  "wasm-bindgen-shared",
828 ]
829
830 [[package]]
831 name = "wasm-bindgen-macro"
832 version = "0.2.82"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
835 dependencies = [
836  "quote",
837  "wasm-bindgen-macro-support",
838 ]
839
840 [[package]]
841 name = "wasm-bindgen-macro-support"
842 version = "0.2.82"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
845 dependencies = [
846  "proc-macro2",
847  "quote",
848  "syn",
849  "wasm-bindgen-backend",
850  "wasm-bindgen-shared",
851 ]
852
853 [[package]]
854 name = "wasm-bindgen-shared"
855 version = "0.2.82"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
858
859 [[package]]
860 name = "web-sys"
861 version = "0.3.59"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
864 dependencies = [
865  "js-sys",
866  "wasm-bindgen",
867 ]
868
869 [[package]]
870 name = "winapi"
871 version = "0.3.9"
872 source = "registry+https://github.com/rust-lang/crates.io-index"
873 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
874 dependencies = [
875  "winapi-i686-pc-windows-gnu",
876  "winapi-x86_64-pc-windows-gnu",
877 ]
878
879 [[package]]
880 name = "winapi-i686-pc-windows-gnu"
881 version = "0.4.0"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
884
885 [[package]]
886 name = "winapi-util"
887 version = "0.1.5"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
890 dependencies = [
891  "winapi",
892 ]
893
894 [[package]]
895 name = "winapi-x86_64-pc-windows-gnu"
896 version = "0.4.0"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"