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