old school music tracker audio backend
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "alsa"
16version = "0.9.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "37fe60779335388a88c01ac6c3be40304d1e349de3ada3b15f7808bb90fa9dce"
19dependencies = [
20 "alsa-sys",
21 "bitflags 2.5.0",
22 "libc",
23]
24
25[[package]]
26name = "alsa-sys"
27version = "0.3.1"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
30dependencies = [
31 "libc",
32 "pkg-config",
33]
34
35[[package]]
36name = "arbitrary"
37version = "1.3.2"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
40
41[[package]]
42name = "arrayvec"
43version = "0.7.4"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
46
47[[package]]
48name = "autocfg"
49version = "1.3.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
52
53[[package]]
54name = "basedrop"
55version = "0.1.2"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "47611e530cf21bb89fbfe322aa8b1feae1ace33ff65f8ebf40fe3b4b99b7c9a2"
58
59[[package]]
60name = "bindgen"
61version = "0.69.4"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
64dependencies = [
65 "bitflags 2.5.0",
66 "cexpr",
67 "clang-sys",
68 "itertools",
69 "lazy_static",
70 "lazycell",
71 "proc-macro2",
72 "quote",
73 "regex",
74 "rustc-hash",
75 "shlex",
76 "syn",
77]
78
79[[package]]
80name = "bitflags"
81version = "1.3.2"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
84
85[[package]]
86name = "bitflags"
87version = "2.5.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
90
91[[package]]
92name = "bumpalo"
93version = "3.16.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
96
97[[package]]
98name = "bytes"
99version = "1.6.0"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
102
103[[package]]
104name = "cc"
105version = "1.0.98"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
108dependencies = [
109 "jobserver",
110 "libc",
111 "once_cell",
112]
113
114[[package]]
115name = "cesu8"
116version = "1.1.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
119
120[[package]]
121name = "cexpr"
122version = "0.6.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
125dependencies = [
126 "nom",
127]
128
129[[package]]
130name = "cfg-if"
131version = "1.0.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
134
135[[package]]
136name = "clang-sys"
137version = "1.7.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
140dependencies = [
141 "glob",
142 "libc",
143 "libloading",
144]
145
146[[package]]
147name = "combine"
148version = "4.6.7"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
151dependencies = [
152 "bytes",
153 "memchr",
154]
155
156[[package]]
157name = "core-foundation-sys"
158version = "0.8.6"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
161
162[[package]]
163name = "coreaudio-rs"
164version = "0.11.3"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
167dependencies = [
168 "bitflags 1.3.2",
169 "core-foundation-sys",
170 "coreaudio-sys",
171]
172
173[[package]]
174name = "coreaudio-sys"
175version = "0.2.15"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
178dependencies = [
179 "bindgen",
180]
181
182[[package]]
183name = "cpal"
184version = "0.15.3"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
187dependencies = [
188 "alsa",
189 "core-foundation-sys",
190 "coreaudio-rs",
191 "dasp_sample",
192 "jni",
193 "js-sys",
194 "libc",
195 "mach2",
196 "ndk",
197 "ndk-context",
198 "oboe",
199 "wasm-bindgen",
200 "wasm-bindgen-futures",
201 "web-sys",
202 "windows 0.54.0",
203]
204
205[[package]]
206name = "dasp_sample"
207version = "0.11.0"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
210
211[[package]]
212name = "either"
213version = "1.12.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
216
217[[package]]
218name = "enumflags2"
219version = "0.7.9"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
222dependencies = [
223 "enumflags2_derive",
224]
225
226[[package]]
227name = "enumflags2_derive"
228version = "0.7.9"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
231dependencies = [
232 "proc-macro2",
233 "quote",
234 "syn",
235]
236
237[[package]]
238name = "equivalent"
239version = "1.0.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
242
243[[package]]
244name = "generator"
245version = "0.7.5"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
248dependencies = [
249 "cc",
250 "libc",
251 "log",
252 "rustversion",
253 "windows 0.48.0",
254]
255
256[[package]]
257name = "glob"
258version = "0.3.1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
261
262[[package]]
263name = "hashbrown"
264version = "0.14.5"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
267
268[[package]]
269name = "impulse-engine"
270version = "0.1.0"
271dependencies = [
272 "arrayvec",
273 "basedrop",
274 "cpal",
275 "enumflags2",
276 "left-right",
277]
278
279[[package]]
280name = "impulse-engine-fuzz"
281version = "0.0.0"
282dependencies = [
283 "impulse-engine",
284 "libfuzzer-sys",
285]
286
287[[package]]
288name = "indexmap"
289version = "2.2.6"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
292dependencies = [
293 "equivalent",
294 "hashbrown",
295]
296
297[[package]]
298name = "itertools"
299version = "0.12.1"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
302dependencies = [
303 "either",
304]
305
306[[package]]
307name = "jni"
308version = "0.21.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
311dependencies = [
312 "cesu8",
313 "cfg-if",
314 "combine",
315 "jni-sys",
316 "log",
317 "thiserror",
318 "walkdir",
319 "windows-sys 0.45.0",
320]
321
322[[package]]
323name = "jni-sys"
324version = "0.3.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
327
328[[package]]
329name = "jobserver"
330version = "0.1.31"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
333dependencies = [
334 "libc",
335]
336
337[[package]]
338name = "js-sys"
339version = "0.3.69"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
342dependencies = [
343 "wasm-bindgen",
344]
345
346[[package]]
347name = "lazy_static"
348version = "1.4.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
351
352[[package]]
353name = "lazycell"
354version = "1.3.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
357
358[[package]]
359name = "left-right"
360version = "0.11.5"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "cabfddf3ad712b726484562039aa6fc2014bc1b5c088bb211b208052cf0439e6"
363dependencies = [
364 "loom",
365 "slab",
366]
367
368[[package]]
369name = "libc"
370version = "0.2.155"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
373
374[[package]]
375name = "libfuzzer-sys"
376version = "0.4.7"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
379dependencies = [
380 "arbitrary",
381 "cc",
382 "once_cell",
383]
384
385[[package]]
386name = "libloading"
387version = "0.8.3"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
390dependencies = [
391 "cfg-if",
392 "windows-targets 0.52.5",
393]
394
395[[package]]
396name = "log"
397version = "0.4.21"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
400
401[[package]]
402name = "loom"
403version = "0.5.6"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
406dependencies = [
407 "cfg-if",
408 "generator",
409 "scoped-tls",
410 "tracing",
411 "tracing-subscriber",
412]
413
414[[package]]
415name = "mach2"
416version = "0.4.2"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
419dependencies = [
420 "libc",
421]
422
423[[package]]
424name = "matchers"
425version = "0.1.0"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
428dependencies = [
429 "regex-automata 0.1.10",
430]
431
432[[package]]
433name = "memchr"
434version = "2.7.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
437
438[[package]]
439name = "minimal-lexical"
440version = "0.2.1"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
443
444[[package]]
445name = "ndk"
446version = "0.8.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
449dependencies = [
450 "bitflags 2.5.0",
451 "jni-sys",
452 "log",
453 "ndk-sys",
454 "num_enum",
455 "thiserror",
456]
457
458[[package]]
459name = "ndk-context"
460version = "0.1.1"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
463
464[[package]]
465name = "ndk-sys"
466version = "0.5.0+25.2.9519653"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
469dependencies = [
470 "jni-sys",
471]
472
473[[package]]
474name = "nom"
475version = "7.1.3"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
478dependencies = [
479 "memchr",
480 "minimal-lexical",
481]
482
483[[package]]
484name = "nu-ansi-term"
485version = "0.46.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
488dependencies = [
489 "overload",
490 "winapi",
491]
492
493[[package]]
494name = "num-derive"
495version = "0.4.2"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
498dependencies = [
499 "proc-macro2",
500 "quote",
501 "syn",
502]
503
504[[package]]
505name = "num-traits"
506version = "0.2.19"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
509dependencies = [
510 "autocfg",
511]
512
513[[package]]
514name = "num_enum"
515version = "0.7.2"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
518dependencies = [
519 "num_enum_derive",
520]
521
522[[package]]
523name = "num_enum_derive"
524version = "0.7.2"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
527dependencies = [
528 "proc-macro-crate",
529 "proc-macro2",
530 "quote",
531 "syn",
532]
533
534[[package]]
535name = "oboe"
536version = "0.6.1"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
539dependencies = [
540 "jni",
541 "ndk",
542 "ndk-context",
543 "num-derive",
544 "num-traits",
545 "oboe-sys",
546]
547
548[[package]]
549name = "oboe-sys"
550version = "0.6.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
553dependencies = [
554 "cc",
555]
556
557[[package]]
558name = "once_cell"
559version = "1.19.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
562
563[[package]]
564name = "overload"
565version = "0.1.1"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
568
569[[package]]
570name = "pin-project-lite"
571version = "0.2.14"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
574
575[[package]]
576name = "pkg-config"
577version = "0.3.30"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
580
581[[package]]
582name = "proc-macro-crate"
583version = "3.1.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
586dependencies = [
587 "toml_edit",
588]
589
590[[package]]
591name = "proc-macro2"
592version = "1.0.83"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
595dependencies = [
596 "unicode-ident",
597]
598
599[[package]]
600name = "quote"
601version = "1.0.36"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
604dependencies = [
605 "proc-macro2",
606]
607
608[[package]]
609name = "regex"
610version = "1.10.4"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
613dependencies = [
614 "aho-corasick",
615 "memchr",
616 "regex-automata 0.4.6",
617 "regex-syntax 0.8.3",
618]
619
620[[package]]
621name = "regex-automata"
622version = "0.1.10"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
625dependencies = [
626 "regex-syntax 0.6.29",
627]
628
629[[package]]
630name = "regex-automata"
631version = "0.4.6"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
634dependencies = [
635 "aho-corasick",
636 "memchr",
637 "regex-syntax 0.8.3",
638]
639
640[[package]]
641name = "regex-syntax"
642version = "0.6.29"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
645
646[[package]]
647name = "regex-syntax"
648version = "0.8.3"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
651
652[[package]]
653name = "rustc-hash"
654version = "1.1.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
657
658[[package]]
659name = "rustversion"
660version = "1.0.17"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
663
664[[package]]
665name = "same-file"
666version = "1.0.6"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
669dependencies = [
670 "winapi-util",
671]
672
673[[package]]
674name = "scoped-tls"
675version = "1.0.1"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
678
679[[package]]
680name = "sharded-slab"
681version = "0.1.7"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
684dependencies = [
685 "lazy_static",
686]
687
688[[package]]
689name = "shlex"
690version = "1.3.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
693
694[[package]]
695name = "slab"
696version = "0.4.9"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
699dependencies = [
700 "autocfg",
701]
702
703[[package]]
704name = "smallvec"
705version = "1.13.2"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
708
709[[package]]
710name = "syn"
711version = "2.0.65"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
714dependencies = [
715 "proc-macro2",
716 "quote",
717 "unicode-ident",
718]
719
720[[package]]
721name = "thiserror"
722version = "1.0.61"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
725dependencies = [
726 "thiserror-impl",
727]
728
729[[package]]
730name = "thiserror-impl"
731version = "1.0.61"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
734dependencies = [
735 "proc-macro2",
736 "quote",
737 "syn",
738]
739
740[[package]]
741name = "thread_local"
742version = "1.1.8"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
745dependencies = [
746 "cfg-if",
747 "once_cell",
748]
749
750[[package]]
751name = "toml_datetime"
752version = "0.6.6"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
755
756[[package]]
757name = "toml_edit"
758version = "0.21.1"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
761dependencies = [
762 "indexmap",
763 "toml_datetime",
764 "winnow",
765]
766
767[[package]]
768name = "tracing"
769version = "0.1.40"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
772dependencies = [
773 "pin-project-lite",
774 "tracing-attributes",
775 "tracing-core",
776]
777
778[[package]]
779name = "tracing-attributes"
780version = "0.1.27"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
783dependencies = [
784 "proc-macro2",
785 "quote",
786 "syn",
787]
788
789[[package]]
790name = "tracing-core"
791version = "0.1.32"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
794dependencies = [
795 "once_cell",
796 "valuable",
797]
798
799[[package]]
800name = "tracing-log"
801version = "0.2.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
804dependencies = [
805 "log",
806 "once_cell",
807 "tracing-core",
808]
809
810[[package]]
811name = "tracing-subscriber"
812version = "0.3.18"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
815dependencies = [
816 "matchers",
817 "nu-ansi-term",
818 "once_cell",
819 "regex",
820 "sharded-slab",
821 "smallvec",
822 "thread_local",
823 "tracing",
824 "tracing-core",
825 "tracing-log",
826]
827
828[[package]]
829name = "unicode-ident"
830version = "1.0.12"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
833
834[[package]]
835name = "valuable"
836version = "0.1.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
839
840[[package]]
841name = "walkdir"
842version = "2.5.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
845dependencies = [
846 "same-file",
847 "winapi-util",
848]
849
850[[package]]
851name = "wasm-bindgen"
852version = "0.2.92"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
855dependencies = [
856 "cfg-if",
857 "wasm-bindgen-macro",
858]
859
860[[package]]
861name = "wasm-bindgen-backend"
862version = "0.2.92"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
865dependencies = [
866 "bumpalo",
867 "log",
868 "once_cell",
869 "proc-macro2",
870 "quote",
871 "syn",
872 "wasm-bindgen-shared",
873]
874
875[[package]]
876name = "wasm-bindgen-futures"
877version = "0.4.42"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
880dependencies = [
881 "cfg-if",
882 "js-sys",
883 "wasm-bindgen",
884 "web-sys",
885]
886
887[[package]]
888name = "wasm-bindgen-macro"
889version = "0.2.92"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
892dependencies = [
893 "quote",
894 "wasm-bindgen-macro-support",
895]
896
897[[package]]
898name = "wasm-bindgen-macro-support"
899version = "0.2.92"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
902dependencies = [
903 "proc-macro2",
904 "quote",
905 "syn",
906 "wasm-bindgen-backend",
907 "wasm-bindgen-shared",
908]
909
910[[package]]
911name = "wasm-bindgen-shared"
912version = "0.2.92"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
915
916[[package]]
917name = "web-sys"
918version = "0.3.69"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
921dependencies = [
922 "js-sys",
923 "wasm-bindgen",
924]
925
926[[package]]
927name = "winapi"
928version = "0.3.9"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
931dependencies = [
932 "winapi-i686-pc-windows-gnu",
933 "winapi-x86_64-pc-windows-gnu",
934]
935
936[[package]]
937name = "winapi-i686-pc-windows-gnu"
938version = "0.4.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
941
942[[package]]
943name = "winapi-util"
944version = "0.1.8"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
947dependencies = [
948 "windows-sys 0.52.0",
949]
950
951[[package]]
952name = "winapi-x86_64-pc-windows-gnu"
953version = "0.4.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
956
957[[package]]
958name = "windows"
959version = "0.48.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
962dependencies = [
963 "windows-targets 0.48.5",
964]
965
966[[package]]
967name = "windows"
968version = "0.54.0"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
971dependencies = [
972 "windows-core",
973 "windows-targets 0.52.5",
974]
975
976[[package]]
977name = "windows-core"
978version = "0.54.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
981dependencies = [
982 "windows-result",
983 "windows-targets 0.52.5",
984]
985
986[[package]]
987name = "windows-result"
988version = "0.1.1"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
991dependencies = [
992 "windows-targets 0.52.5",
993]
994
995[[package]]
996name = "windows-sys"
997version = "0.45.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1000dependencies = [
1001 "windows-targets 0.42.2",
1002]
1003
1004[[package]]
1005name = "windows-sys"
1006version = "0.52.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1009dependencies = [
1010 "windows-targets 0.52.5",
1011]
1012
1013[[package]]
1014name = "windows-targets"
1015version = "0.42.2"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1018dependencies = [
1019 "windows_aarch64_gnullvm 0.42.2",
1020 "windows_aarch64_msvc 0.42.2",
1021 "windows_i686_gnu 0.42.2",
1022 "windows_i686_msvc 0.42.2",
1023 "windows_x86_64_gnu 0.42.2",
1024 "windows_x86_64_gnullvm 0.42.2",
1025 "windows_x86_64_msvc 0.42.2",
1026]
1027
1028[[package]]
1029name = "windows-targets"
1030version = "0.48.5"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1033dependencies = [
1034 "windows_aarch64_gnullvm 0.48.5",
1035 "windows_aarch64_msvc 0.48.5",
1036 "windows_i686_gnu 0.48.5",
1037 "windows_i686_msvc 0.48.5",
1038 "windows_x86_64_gnu 0.48.5",
1039 "windows_x86_64_gnullvm 0.48.5",
1040 "windows_x86_64_msvc 0.48.5",
1041]
1042
1043[[package]]
1044name = "windows-targets"
1045version = "0.52.5"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
1048dependencies = [
1049 "windows_aarch64_gnullvm 0.52.5",
1050 "windows_aarch64_msvc 0.52.5",
1051 "windows_i686_gnu 0.52.5",
1052 "windows_i686_gnullvm",
1053 "windows_i686_msvc 0.52.5",
1054 "windows_x86_64_gnu 0.52.5",
1055 "windows_x86_64_gnullvm 0.52.5",
1056 "windows_x86_64_msvc 0.52.5",
1057]
1058
1059[[package]]
1060name = "windows_aarch64_gnullvm"
1061version = "0.42.2"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1064
1065[[package]]
1066name = "windows_aarch64_gnullvm"
1067version = "0.48.5"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1070
1071[[package]]
1072name = "windows_aarch64_gnullvm"
1073version = "0.52.5"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
1076
1077[[package]]
1078name = "windows_aarch64_msvc"
1079version = "0.42.2"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1082
1083[[package]]
1084name = "windows_aarch64_msvc"
1085version = "0.48.5"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1088
1089[[package]]
1090name = "windows_aarch64_msvc"
1091version = "0.52.5"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
1094
1095[[package]]
1096name = "windows_i686_gnu"
1097version = "0.42.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1100
1101[[package]]
1102name = "windows_i686_gnu"
1103version = "0.48.5"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1106
1107[[package]]
1108name = "windows_i686_gnu"
1109version = "0.52.5"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
1112
1113[[package]]
1114name = "windows_i686_gnullvm"
1115version = "0.52.5"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
1118
1119[[package]]
1120name = "windows_i686_msvc"
1121version = "0.42.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1124
1125[[package]]
1126name = "windows_i686_msvc"
1127version = "0.48.5"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1130
1131[[package]]
1132name = "windows_i686_msvc"
1133version = "0.52.5"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
1136
1137[[package]]
1138name = "windows_x86_64_gnu"
1139version = "0.42.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1142
1143[[package]]
1144name = "windows_x86_64_gnu"
1145version = "0.48.5"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1148
1149[[package]]
1150name = "windows_x86_64_gnu"
1151version = "0.52.5"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
1154
1155[[package]]
1156name = "windows_x86_64_gnullvm"
1157version = "0.42.2"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1160
1161[[package]]
1162name = "windows_x86_64_gnullvm"
1163version = "0.48.5"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1166
1167[[package]]
1168name = "windows_x86_64_gnullvm"
1169version = "0.52.5"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
1172
1173[[package]]
1174name = "windows_x86_64_msvc"
1175version = "0.42.2"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1178
1179[[package]]
1180name = "windows_x86_64_msvc"
1181version = "0.48.5"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1184
1185[[package]]
1186name = "windows_x86_64_msvc"
1187version = "0.52.5"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
1190
1191[[package]]
1192name = "winnow"
1193version = "0.5.40"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
1196dependencies = [
1197 "memchr",
1198]