nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "getrandom",
28 "once_cell",
29 "version_check",
30 "zerocopy",
31]
32
33[[package]]
34name = "aho-corasick"
35version = "1.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "aligned-vec"
44version = "0.5.0"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
47
48[[package]]
49name = "allocator-api2"
50version = "0.2.18"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
53
54[[package]]
55name = "alsa"
56version = "0.9.0"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "37fe60779335388a88c01ac6c3be40304d1e349de3ada3b15f7808bb90fa9dce"
59dependencies = [
60 "alsa-sys",
61 "bitflags 2.6.0",
62 "libc",
63]
64
65[[package]]
66name = "alsa-sys"
67version = "0.3.1"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
70dependencies = [
71 "libc",
72 "pkg-config",
73]
74
75[[package]]
76name = "android-tzdata"
77version = "0.1.1"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
80
81[[package]]
82name = "android_system_properties"
83version = "0.1.5"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
86dependencies = [
87 "libc",
88]
89
90[[package]]
91name = "anes"
92version = "0.1.6"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
95
96[[package]]
97name = "anstream"
98version = "0.6.15"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
101dependencies = [
102 "anstyle",
103 "anstyle-parse",
104 "anstyle-query",
105 "anstyle-wincon",
106 "colorchoice",
107 "is_terminal_polyfill",
108 "utf8parse",
109]
110
111[[package]]
112name = "anstyle"
113version = "1.0.8"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
116
117[[package]]
118name = "anstyle-parse"
119version = "0.2.5"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
122dependencies = [
123 "utf8parse",
124]
125
126[[package]]
127name = "anstyle-query"
128version = "1.1.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
131dependencies = [
132 "windows-sys 0.52.0",
133]
134
135[[package]]
136name = "anstyle-wincon"
137version = "3.0.4"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
140dependencies = [
141 "anstyle",
142 "windows-sys 0.52.0",
143]
144
145[[package]]
146name = "anyhow"
147version = "1.0.86"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
150
151[[package]]
152name = "arbitrary"
153version = "1.3.2"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
156dependencies = [
157 "derive_arbitrary",
158]
159
160[[package]]
161name = "arg_enum_proc_macro"
162version = "0.3.4"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
165dependencies = [
166 "proc-macro2",
167 "quote",
168 "syn 2.0.72",
169]
170
171[[package]]
172name = "arrayvec"
173version = "0.7.4"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
176
177[[package]]
178name = "assert_cmd"
179version = "2.0.15"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37"
182dependencies = [
183 "anstyle",
184 "bstr",
185 "doc-comment",
186 "predicates",
187 "predicates-core",
188 "predicates-tree",
189 "wait-timeout",
190]
191
192[[package]]
193name = "assert_fs"
194version = "1.1.2"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674"
197dependencies = [
198 "anstyle",
199 "doc-comment",
200 "globwalk",
201 "predicates",
202 "predicates-core",
203 "predicates-tree",
204 "tempfile",
205]
206
207[[package]]
208name = "async-stream"
209version = "0.3.5"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
212dependencies = [
213 "async-stream-impl",
214 "futures-core",
215 "pin-project-lite",
216]
217
218[[package]]
219name = "async-stream-impl"
220version = "0.3.5"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
223dependencies = [
224 "proc-macro2",
225 "quote",
226 "syn 2.0.72",
227]
228
229[[package]]
230name = "async-trait"
231version = "0.1.81"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
234dependencies = [
235 "proc-macro2",
236 "quote",
237 "syn 2.0.72",
238]
239
240[[package]]
241name = "atoi"
242version = "2.0.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
245dependencies = [
246 "num-traits",
247]
248
249[[package]]
250name = "atomic-waker"
251version = "1.1.2"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
254
255[[package]]
256name = "autocfg"
257version = "1.3.0"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
260
261[[package]]
262name = "av1-grain"
263version = "0.2.3"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
266dependencies = [
267 "anyhow",
268 "arrayvec",
269 "log",
270 "nom",
271 "num-rational",
272 "v_frame",
273]
274
275[[package]]
276name = "avif-serialize"
277version = "0.8.1"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
280dependencies = [
281 "arrayvec",
282]
283
284[[package]]
285name = "axum"
286version = "0.6.20"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
289dependencies = [
290 "async-trait",
291 "axum-core 0.3.4",
292 "bitflags 1.3.2",
293 "bytes",
294 "futures-util",
295 "http 0.2.12",
296 "http-body 0.4.6",
297 "hyper 0.14.30",
298 "itoa",
299 "matchit",
300 "memchr",
301 "mime",
302 "percent-encoding",
303 "pin-project-lite",
304 "rustversion",
305 "serde",
306 "sync_wrapper 0.1.2",
307 "tower",
308 "tower-layer",
309 "tower-service",
310]
311
312[[package]]
313name = "axum"
314version = "0.7.5"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
317dependencies = [
318 "async-trait",
319 "axum-core 0.4.3",
320 "bytes",
321 "futures-util",
322 "http 1.1.0",
323 "http-body 1.0.1",
324 "http-body-util",
325 "hyper 1.4.1",
326 "hyper-util",
327 "itoa",
328 "matchit",
329 "memchr",
330 "mime",
331 "percent-encoding",
332 "pin-project-lite",
333 "rustversion",
334 "serde",
335 "serde_json",
336 "serde_path_to_error",
337 "serde_urlencoded",
338 "sync_wrapper 1.0.1",
339 "tokio",
340 "tower",
341 "tower-layer",
342 "tower-service",
343 "tracing",
344]
345
346[[package]]
347name = "axum-core"
348version = "0.3.4"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
351dependencies = [
352 "async-trait",
353 "bytes",
354 "futures-util",
355 "http 0.2.12",
356 "http-body 0.4.6",
357 "mime",
358 "rustversion",
359 "tower-layer",
360 "tower-service",
361]
362
363[[package]]
364name = "axum-core"
365version = "0.4.3"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
368dependencies = [
369 "async-trait",
370 "bytes",
371 "futures-util",
372 "http 1.1.0",
373 "http-body 1.0.1",
374 "http-body-util",
375 "mime",
376 "pin-project-lite",
377 "rustversion",
378 "sync_wrapper 0.1.2",
379 "tower-layer",
380 "tower-service",
381 "tracing",
382]
383
384[[package]]
385name = "backtrace"
386version = "0.3.73"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
389dependencies = [
390 "addr2line",
391 "cc",
392 "cfg-if",
393 "libc",
394 "miniz_oxide",
395 "object",
396 "rustc-demangle",
397]
398
399[[package]]
400name = "base64"
401version = "0.13.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
404
405[[package]]
406name = "base64"
407version = "0.21.7"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
410
411[[package]]
412name = "base64"
413version = "0.22.1"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
416
417[[package]]
418name = "base64ct"
419version = "1.6.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
422
423[[package]]
424name = "bindgen"
425version = "0.69.4"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
428dependencies = [
429 "bitflags 2.6.0",
430 "cexpr",
431 "clang-sys",
432 "itertools 0.12.1",
433 "lazy_static",
434 "lazycell",
435 "proc-macro2",
436 "quote",
437 "regex",
438 "rustc-hash",
439 "shlex",
440 "syn 2.0.72",
441]
442
443[[package]]
444name = "bindgen_cuda"
445version = "0.1.5"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "1f8489af5b7d17a81bffe37e0f4d6e1e4de87c87329d05447f22c35d95a1227d"
448dependencies = [
449 "glob",
450 "num_cpus",
451 "rayon",
452]
453
454[[package]]
455name = "bit-set"
456version = "0.5.3"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
459dependencies = [
460 "bit-vec",
461]
462
463[[package]]
464name = "bit-vec"
465version = "0.6.3"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
468
469[[package]]
470name = "bit_field"
471version = "0.10.2"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
474
475[[package]]
476name = "bitflags"
477version = "1.3.2"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
480
481[[package]]
482name = "bitflags"
483version = "2.6.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
486dependencies = [
487 "serde",
488]
489
490[[package]]
491name = "bitstream-io"
492version = "2.5.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499"
495
496[[package]]
497name = "block"
498version = "0.1.6"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
501
502[[package]]
503name = "block-buffer"
504version = "0.10.4"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
507dependencies = [
508 "generic-array",
509]
510
511[[package]]
512name = "bstr"
513version = "1.10.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
516dependencies = [
517 "memchr",
518 "regex-automata 0.4.7",
519 "serde",
520]
521
522[[package]]
523name = "built"
524version = "0.7.4"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
527
528[[package]]
529name = "bumpalo"
530version = "3.16.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
533
534[[package]]
535name = "bytemuck"
536version = "1.16.3"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
539dependencies = [
540 "bytemuck_derive",
541]
542
543[[package]]
544name = "bytemuck_derive"
545version = "1.7.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
548dependencies = [
549 "proc-macro2",
550 "quote",
551 "syn 2.0.72",
552]
553
554[[package]]
555name = "byteorder"
556version = "1.5.0"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
559
560[[package]]
561name = "byteorder-lite"
562version = "0.1.0"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
565
566[[package]]
567name = "bytes"
568version = "1.7.1"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
571
572[[package]]
573name = "candle-core"
574version = "0.6.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "d5b18de020c2729dbf7ac390325312644808b6ba9b7962f1f724e9185b1d53c7"
577dependencies = [
578 "byteorder",
579 "candle-kernels",
580 "candle-metal-kernels",
581 "cudarc",
582 "gemm",
583 "half",
584 "memmap2",
585 "metal",
586 "num-traits",
587 "num_cpus",
588 "rand",
589 "rand_distr",
590 "rayon",
591 "safetensors",
592 "thiserror",
593 "yoke",
594 "zip",
595]
596
597[[package]]
598name = "candle-kernels"
599version = "0.6.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "8bc0a71be8b2f0950b63fd602a5e10a74a4f94a5fd63059ae455e96163389488"
602dependencies = [
603 "bindgen_cuda",
604]
605
606[[package]]
607name = "candle-metal-kernels"
608version = "0.6.0"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "f889aacd02fd999620a0435133d7cf3b58c81ef9dd5e47c38939b7a72345ea86"
611dependencies = [
612 "metal",
613 "once_cell",
614 "thiserror",
615 "tracing",
616]
617
618[[package]]
619name = "candle-nn"
620version = "0.6.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "b006b30f66a0d94fc9cef0ac4de6ce510565f35ae2c6c35ce5d4aacfb0fc8eeb"
623dependencies = [
624 "candle-core",
625 "candle-metal-kernels",
626 "half",
627 "metal",
628 "num-traits",
629 "rayon",
630 "safetensors",
631 "serde",
632 "thiserror",
633]
634
635[[package]]
636name = "candle-transformers"
637version = "0.6.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "4f0d4eb6a0d9279d5829b06b2bf3caa117904eefd6dcf879d16e687c4a84034c"
640dependencies = [
641 "byteorder",
642 "candle-core",
643 "candle-nn",
644 "fancy-regex",
645 "num-traits",
646 "rand",
647 "rayon",
648 "serde",
649 "serde_json",
650 "serde_plain",
651 "tracing",
652]
653
654[[package]]
655name = "cast"
656version = "0.3.0"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
659
660[[package]]
661name = "cc"
662version = "1.1.7"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
665dependencies = [
666 "jobserver",
667 "libc",
668]
669
670[[package]]
671name = "cesu8"
672version = "1.1.0"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
675
676[[package]]
677name = "cexpr"
678version = "0.6.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
681dependencies = [
682 "nom",
683]
684
685[[package]]
686name = "cfb"
687version = "0.7.3"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
690dependencies = [
691 "byteorder",
692 "fnv",
693 "uuid",
694]
695
696[[package]]
697name = "cfg-expr"
698version = "0.15.8"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
701dependencies = [
702 "smallvec",
703 "target-lexicon",
704]
705
706[[package]]
707name = "cfg-if"
708version = "1.0.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
711
712[[package]]
713name = "chrono"
714version = "0.4.38"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
717dependencies = [
718 "android-tzdata",
719 "iana-time-zone",
720 "js-sys",
721 "num-traits",
722 "serde",
723 "wasm-bindgen",
724 "windows-targets 0.52.6",
725]
726
727[[package]]
728name = "ciborium"
729version = "0.2.2"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
732dependencies = [
733 "ciborium-io",
734 "ciborium-ll",
735 "serde",
736]
737
738[[package]]
739name = "ciborium-io"
740version = "0.2.2"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
743
744[[package]]
745name = "ciborium-ll"
746version = "0.2.2"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
749dependencies = [
750 "ciborium-io",
751 "half",
752]
753
754[[package]]
755name = "clang-sys"
756version = "1.8.1"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
759dependencies = [
760 "glob",
761 "libc",
762 "libloading",
763]
764
765[[package]]
766name = "clap"
767version = "4.5.13"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
770dependencies = [
771 "clap_builder",
772 "clap_derive",
773]
774
775[[package]]
776name = "clap_builder"
777version = "4.5.13"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
780dependencies = [
781 "anstream",
782 "anstyle",
783 "clap_lex",
784 "strsim 0.11.1",
785]
786
787[[package]]
788name = "clap_derive"
789version = "4.5.13"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
792dependencies = [
793 "heck 0.5.0",
794 "proc-macro2",
795 "quote",
796 "syn 2.0.72",
797]
798
799[[package]]
800name = "clap_lex"
801version = "0.7.2"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
804
805[[package]]
806name = "color_quant"
807version = "1.1.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
810
811[[package]]
812name = "colorchoice"
813version = "1.0.2"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
816
817[[package]]
818name = "colored"
819version = "2.1.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
822dependencies = [
823 "lazy_static",
824 "windows-sys 0.48.0",
825]
826
827[[package]]
828name = "combine"
829version = "4.6.7"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
832dependencies = [
833 "bytes",
834 "memchr",
835]
836
837[[package]]
838name = "console"
839version = "0.15.8"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
842dependencies = [
843 "encode_unicode",
844 "lazy_static",
845 "libc",
846 "unicode-width",
847 "windows-sys 0.52.0",
848]
849
850[[package]]
851name = "console-api"
852version = "0.7.0"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "a257c22cd7e487dd4a13d413beabc512c5052f0bc048db0da6a84c3d8a6142fd"
855dependencies = [
856 "futures-core",
857 "prost",
858 "prost-types",
859 "tonic",
860 "tracing-core",
861]
862
863[[package]]
864name = "console-subscriber"
865version = "0.3.0"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "31c4cc54bae66f7d9188996404abdf7fdfa23034ef8e43478c8810828abad758"
868dependencies = [
869 "console-api",
870 "crossbeam-channel",
871 "crossbeam-utils",
872 "futures-task",
873 "hdrhistogram",
874 "humantime",
875 "prost",
876 "prost-types",
877 "serde",
878 "serde_json",
879 "thread_local",
880 "tokio",
881 "tokio-stream",
882 "tonic",
883 "tracing",
884 "tracing-core",
885 "tracing-subscriber",
886]
887
888[[package]]
889name = "const-oid"
890version = "0.9.6"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
893
894[[package]]
895name = "core-foundation"
896version = "0.9.4"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
899dependencies = [
900 "core-foundation-sys",
901 "libc",
902]
903
904[[package]]
905name = "core-foundation-sys"
906version = "0.8.6"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
909
910[[package]]
911name = "core-graphics"
912version = "0.23.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
915dependencies = [
916 "bitflags 1.3.2",
917 "core-foundation",
918 "core-graphics-types",
919 "foreign-types 0.5.0",
920 "libc",
921]
922
923[[package]]
924name = "core-graphics-types"
925version = "0.1.3"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
928dependencies = [
929 "bitflags 1.3.2",
930 "core-foundation",
931 "libc",
932]
933
934[[package]]
935name = "coreaudio-rs"
936version = "0.11.3"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
939dependencies = [
940 "bitflags 1.3.2",
941 "core-foundation-sys",
942 "coreaudio-sys",
943]
944
945[[package]]
946name = "coreaudio-sys"
947version = "0.2.15"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
950dependencies = [
951 "bindgen",
952]
953
954[[package]]
955name = "cpal"
956version = "0.15.3"
957source = "git+https://github.com/louis030195/cpal-d.git?rev=6751589#67515895504eef8217cb2008fb6544fb9012ddc7"
958dependencies = [
959 "alsa",
960 "core-foundation-sys",
961 "coreaudio-rs",
962 "dasp_sample",
963 "jni",
964 "js-sys",
965 "libc",
966 "mach2",
967 "ndk",
968 "ndk-context",
969 "oboe",
970 "screencapturekit",
971 "screencapturekit-sys",
972 "wasm-bindgen",
973 "wasm-bindgen-futures",
974 "web-sys",
975 "windows 0.54.0",
976]
977
978[[package]]
979name = "cpufeatures"
980version = "0.2.12"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
983dependencies = [
984 "libc",
985]
986
987[[package]]
988name = "crc"
989version = "3.2.1"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
992dependencies = [
993 "crc-catalog",
994]
995
996[[package]]
997name = "crc-catalog"
998version = "2.4.0"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1001
1002[[package]]
1003name = "crc32fast"
1004version = "1.4.2"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1007dependencies = [
1008 "cfg-if",
1009]
1010
1011[[package]]
1012name = "criterion"
1013version = "0.5.1"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
1016dependencies = [
1017 "anes",
1018 "cast",
1019 "ciborium",
1020 "clap",
1021 "criterion-plot",
1022 "futures",
1023 "is-terminal",
1024 "itertools 0.10.5",
1025 "num-traits",
1026 "once_cell",
1027 "oorandom",
1028 "plotters",
1029 "rayon",
1030 "regex",
1031 "serde",
1032 "serde_derive",
1033 "serde_json",
1034 "tinytemplate",
1035 "tokio",
1036 "walkdir",
1037]
1038
1039[[package]]
1040name = "criterion-plot"
1041version = "0.5.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
1044dependencies = [
1045 "cast",
1046 "itertools 0.10.5",
1047]
1048
1049[[package]]
1050name = "crossbeam"
1051version = "0.8.4"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
1054dependencies = [
1055 "crossbeam-channel",
1056 "crossbeam-deque",
1057 "crossbeam-epoch",
1058 "crossbeam-queue",
1059 "crossbeam-utils",
1060]
1061
1062[[package]]
1063name = "crossbeam-channel"
1064version = "0.5.13"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
1067dependencies = [
1068 "crossbeam-utils",
1069]
1070
1071[[package]]
1072name = "crossbeam-deque"
1073version = "0.8.5"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
1076dependencies = [
1077 "crossbeam-epoch",
1078 "crossbeam-utils",
1079]
1080
1081[[package]]
1082name = "crossbeam-epoch"
1083version = "0.9.18"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1086dependencies = [
1087 "crossbeam-utils",
1088]
1089
1090[[package]]
1091name = "crossbeam-queue"
1092version = "0.3.11"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
1095dependencies = [
1096 "crossbeam-utils",
1097]
1098
1099[[package]]
1100name = "crossbeam-utils"
1101version = "0.8.20"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1104
1105[[package]]
1106name = "crunchy"
1107version = "0.2.2"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1110
1111[[package]]
1112name = "crypto-common"
1113version = "0.1.6"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1116dependencies = [
1117 "generic-array",
1118 "typenum",
1119]
1120
1121[[package]]
1122name = "cudarc"
1123version = "0.11.8"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "a56028291ec3b0f6711e2e1b2d597484d359833dcb68331ce89e538012f835c4"
1126dependencies = [
1127 "half",
1128 "libloading",
1129]
1130
1131[[package]]
1132name = "darling"
1133version = "0.20.10"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
1136dependencies = [
1137 "darling_core",
1138 "darling_macro",
1139]
1140
1141[[package]]
1142name = "darling_core"
1143version = "0.20.10"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
1146dependencies = [
1147 "fnv",
1148 "ident_case",
1149 "proc-macro2",
1150 "quote",
1151 "strsim 0.11.1",
1152 "syn 2.0.72",
1153]
1154
1155[[package]]
1156name = "darling_macro"
1157version = "0.20.10"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
1160dependencies = [
1161 "darling_core",
1162 "quote",
1163 "syn 2.0.72",
1164]
1165
1166[[package]]
1167name = "dasp_sample"
1168version = "0.11.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1171
1172[[package]]
1173name = "dbus"
1174version = "0.9.7"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
1177dependencies = [
1178 "libc",
1179 "libdbus-sys",
1180 "winapi",
1181]
1182
1183[[package]]
1184name = "der"
1185version = "0.7.9"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
1188dependencies = [
1189 "const-oid",
1190 "pem-rfc7468",
1191 "zeroize",
1192]
1193
1194[[package]]
1195name = "derive_arbitrary"
1196version = "1.3.2"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
1199dependencies = [
1200 "proc-macro2",
1201 "quote",
1202 "syn 2.0.72",
1203]
1204
1205[[package]]
1206name = "derive_builder"
1207version = "0.20.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
1210dependencies = [
1211 "derive_builder_macro",
1212]
1213
1214[[package]]
1215name = "derive_builder_core"
1216version = "0.20.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
1219dependencies = [
1220 "darling",
1221 "proc-macro2",
1222 "quote",
1223 "syn 2.0.72",
1224]
1225
1226[[package]]
1227name = "derive_builder_macro"
1228version = "0.20.0"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
1231dependencies = [
1232 "derive_builder_core",
1233 "syn 2.0.72",
1234]
1235
1236[[package]]
1237name = "difflib"
1238version = "0.4.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
1241
1242[[package]]
1243name = "digest"
1244version = "0.10.7"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1247dependencies = [
1248 "block-buffer",
1249 "const-oid",
1250 "crypto-common",
1251 "subtle",
1252]
1253
1254[[package]]
1255name = "dirs"
1256version = "5.0.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
1259dependencies = [
1260 "dirs-sys",
1261]
1262
1263[[package]]
1264name = "dirs-sys"
1265version = "0.4.1"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1268dependencies = [
1269 "libc",
1270 "option-ext",
1271 "redox_users",
1272 "windows-sys 0.48.0",
1273]
1274
1275[[package]]
1276name = "dispatch"
1277version = "0.2.0"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1280
1281[[package]]
1282name = "displaydoc"
1283version = "0.2.5"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1286dependencies = [
1287 "proc-macro2",
1288 "quote",
1289 "syn 2.0.72",
1290]
1291
1292[[package]]
1293name = "doc-comment"
1294version = "0.3.3"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1297
1298[[package]]
1299name = "dotenvy"
1300version = "0.15.7"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1303
1304[[package]]
1305name = "dyn-stack"
1306version = "0.10.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
1309dependencies = [
1310 "bytemuck",
1311 "reborrow",
1312]
1313
1314[[package]]
1315name = "either"
1316version = "1.13.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1319dependencies = [
1320 "serde",
1321]
1322
1323[[package]]
1324name = "encode_unicode"
1325version = "0.3.6"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1328
1329[[package]]
1330name = "encoding_rs"
1331version = "0.8.34"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
1334dependencies = [
1335 "cfg-if",
1336]
1337
1338[[package]]
1339name = "enum-as-inner"
1340version = "0.6.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
1343dependencies = [
1344 "heck 0.4.1",
1345 "proc-macro2",
1346 "quote",
1347 "syn 2.0.72",
1348]
1349
1350[[package]]
1351name = "env_logger"
1352version = "0.10.2"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
1355dependencies = [
1356 "humantime",
1357 "is-terminal",
1358 "log",
1359 "regex",
1360 "termcolor",
1361]
1362
1363[[package]]
1364name = "equivalent"
1365version = "1.0.1"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1368
1369[[package]]
1370name = "errno"
1371version = "0.3.9"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
1374dependencies = [
1375 "libc",
1376 "windows-sys 0.52.0",
1377]
1378
1379[[package]]
1380name = "esaxx-rs"
1381version = "0.1.10"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
1384dependencies = [
1385 "cc",
1386]
1387
1388[[package]]
1389name = "etcetera"
1390version = "0.8.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1393dependencies = [
1394 "cfg-if",
1395 "home",
1396 "windows-sys 0.48.0",
1397]
1398
1399[[package]]
1400name = "event-listener"
1401version = "2.5.3"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1404
1405[[package]]
1406name = "exr"
1407version = "1.72.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
1410dependencies = [
1411 "bit_field",
1412 "flume",
1413 "half",
1414 "lebe",
1415 "miniz_oxide",
1416 "rayon-core",
1417 "smallvec",
1418 "zune-inflate",
1419]
1420
1421[[package]]
1422name = "extended"
1423version = "0.1.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1426
1427[[package]]
1428name = "fancy-regex"
1429version = "0.13.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
1432dependencies = [
1433 "bit-set",
1434 "regex-automata 0.4.7",
1435 "regex-syntax 0.8.4",
1436]
1437
1438[[package]]
1439name = "fastrand"
1440version = "2.1.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
1443
1444[[package]]
1445name = "fdeflate"
1446version = "0.3.4"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
1449dependencies = [
1450 "simd-adler32",
1451]
1452
1453[[package]]
1454name = "ffmpeg-next"
1455version = "7.0.4"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "19a340e3d664ad5f530147cd6d4a86ece739a829fe2d81c369389ef903bd96f6"
1458dependencies = [
1459 "bitflags 2.6.0",
1460 "ffmpeg-sys-next",
1461 "libc",
1462]
1463
1464[[package]]
1465name = "ffmpeg-sys-next"
1466version = "7.0.2"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "db1b7546e70609ead8c06b2b4c618a1ba352364675f81608f431dd4f321fe3f1"
1469dependencies = [
1470 "bindgen",
1471 "cc",
1472 "libc",
1473 "num_cpus",
1474 "pkg-config",
1475 "vcpkg",
1476]
1477
1478[[package]]
1479name = "flate2"
1480version = "1.0.31"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
1483dependencies = [
1484 "crc32fast",
1485 "miniz_oxide",
1486]
1487
1488[[package]]
1489name = "float-cmp"
1490version = "0.9.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1493dependencies = [
1494 "num-traits",
1495]
1496
1497[[package]]
1498name = "flume"
1499version = "0.11.0"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
1502dependencies = [
1503 "futures-core",
1504 "futures-sink",
1505 "spin",
1506]
1507
1508[[package]]
1509name = "fnv"
1510version = "1.0.7"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1513
1514[[package]]
1515name = "foreign-types"
1516version = "0.3.2"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1519dependencies = [
1520 "foreign-types-shared 0.1.1",
1521]
1522
1523[[package]]
1524name = "foreign-types"
1525version = "0.5.0"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1528dependencies = [
1529 "foreign-types-macros",
1530 "foreign-types-shared 0.3.1",
1531]
1532
1533[[package]]
1534name = "foreign-types-macros"
1535version = "0.2.3"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1538dependencies = [
1539 "proc-macro2",
1540 "quote",
1541 "syn 2.0.72",
1542]
1543
1544[[package]]
1545name = "foreign-types-shared"
1546version = "0.1.1"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1549
1550[[package]]
1551name = "foreign-types-shared"
1552version = "0.3.1"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1555
1556[[package]]
1557name = "form_urlencoded"
1558version = "1.2.1"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1561dependencies = [
1562 "percent-encoding",
1563]
1564
1565[[package]]
1566name = "futures"
1567version = "0.3.30"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1570dependencies = [
1571 "futures-channel",
1572 "futures-core",
1573 "futures-executor",
1574 "futures-io",
1575 "futures-sink",
1576 "futures-task",
1577 "futures-util",
1578]
1579
1580[[package]]
1581name = "futures-channel"
1582version = "0.3.30"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1585dependencies = [
1586 "futures-core",
1587 "futures-sink",
1588]
1589
1590[[package]]
1591name = "futures-core"
1592version = "0.3.30"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1595
1596[[package]]
1597name = "futures-executor"
1598version = "0.3.30"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1601dependencies = [
1602 "futures-core",
1603 "futures-task",
1604 "futures-util",
1605]
1606
1607[[package]]
1608name = "futures-intrusive"
1609version = "0.5.0"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1612dependencies = [
1613 "futures-core",
1614 "lock_api",
1615 "parking_lot",
1616]
1617
1618[[package]]
1619name = "futures-io"
1620version = "0.3.30"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1623
1624[[package]]
1625name = "futures-macro"
1626version = "0.3.30"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1629dependencies = [
1630 "proc-macro2",
1631 "quote",
1632 "syn 2.0.72",
1633]
1634
1635[[package]]
1636name = "futures-sink"
1637version = "0.3.30"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1640
1641[[package]]
1642name = "futures-task"
1643version = "0.3.30"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1646
1647[[package]]
1648name = "futures-util"
1649version = "0.3.30"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1652dependencies = [
1653 "futures-channel",
1654 "futures-core",
1655 "futures-io",
1656 "futures-macro",
1657 "futures-sink",
1658 "futures-task",
1659 "memchr",
1660 "pin-project-lite",
1661 "pin-utils",
1662 "slab",
1663]
1664
1665[[package]]
1666name = "gemm"
1667version = "0.17.1"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
1670dependencies = [
1671 "dyn-stack",
1672 "gemm-c32",
1673 "gemm-c64",
1674 "gemm-common",
1675 "gemm-f16",
1676 "gemm-f32",
1677 "gemm-f64",
1678 "num-complex",
1679 "num-traits",
1680 "paste",
1681 "raw-cpuid",
1682 "seq-macro",
1683]
1684
1685[[package]]
1686name = "gemm-c32"
1687version = "0.17.1"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
1690dependencies = [
1691 "dyn-stack",
1692 "gemm-common",
1693 "num-complex",
1694 "num-traits",
1695 "paste",
1696 "raw-cpuid",
1697 "seq-macro",
1698]
1699
1700[[package]]
1701name = "gemm-c64"
1702version = "0.17.1"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
1705dependencies = [
1706 "dyn-stack",
1707 "gemm-common",
1708 "num-complex",
1709 "num-traits",
1710 "paste",
1711 "raw-cpuid",
1712 "seq-macro",
1713]
1714
1715[[package]]
1716name = "gemm-common"
1717version = "0.17.1"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
1720dependencies = [
1721 "bytemuck",
1722 "dyn-stack",
1723 "half",
1724 "num-complex",
1725 "num-traits",
1726 "once_cell",
1727 "paste",
1728 "pulp",
1729 "raw-cpuid",
1730 "rayon",
1731 "seq-macro",
1732 "sysctl",
1733]
1734
1735[[package]]
1736name = "gemm-f16"
1737version = "0.17.1"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
1740dependencies = [
1741 "dyn-stack",
1742 "gemm-common",
1743 "gemm-f32",
1744 "half",
1745 "num-complex",
1746 "num-traits",
1747 "paste",
1748 "raw-cpuid",
1749 "rayon",
1750 "seq-macro",
1751]
1752
1753[[package]]
1754name = "gemm-f32"
1755version = "0.17.1"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
1758dependencies = [
1759 "dyn-stack",
1760 "gemm-common",
1761 "num-complex",
1762 "num-traits",
1763 "paste",
1764 "raw-cpuid",
1765 "seq-macro",
1766]
1767
1768[[package]]
1769name = "gemm-f64"
1770version = "0.17.1"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
1773dependencies = [
1774 "dyn-stack",
1775 "gemm-common",
1776 "num-complex",
1777 "num-traits",
1778 "paste",
1779 "raw-cpuid",
1780 "seq-macro",
1781]
1782
1783[[package]]
1784name = "generic-array"
1785version = "0.14.7"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1788dependencies = [
1789 "typenum",
1790 "version_check",
1791]
1792
1793[[package]]
1794name = "getrandom"
1795version = "0.2.15"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1798dependencies = [
1799 "cfg-if",
1800 "libc",
1801 "wasi",
1802]
1803
1804[[package]]
1805name = "gif"
1806version = "0.13.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
1809dependencies = [
1810 "color_quant",
1811 "weezl",
1812]
1813
1814[[package]]
1815name = "gimli"
1816version = "0.29.0"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1819
1820[[package]]
1821name = "glob"
1822version = "0.3.1"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1825
1826[[package]]
1827name = "globset"
1828version = "0.4.14"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
1831dependencies = [
1832 "aho-corasick",
1833 "bstr",
1834 "log",
1835 "regex-automata 0.4.7",
1836 "regex-syntax 0.8.4",
1837]
1838
1839[[package]]
1840name = "globwalk"
1841version = "0.9.1"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
1844dependencies = [
1845 "bitflags 2.6.0",
1846 "ignore",
1847 "walkdir",
1848]
1849
1850[[package]]
1851name = "h2"
1852version = "0.3.26"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1855dependencies = [
1856 "bytes",
1857 "fnv",
1858 "futures-core",
1859 "futures-sink",
1860 "futures-util",
1861 "http 0.2.12",
1862 "indexmap 2.3.0",
1863 "slab",
1864 "tokio",
1865 "tokio-util",
1866 "tracing",
1867]
1868
1869[[package]]
1870name = "h2"
1871version = "0.4.5"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
1874dependencies = [
1875 "atomic-waker",
1876 "bytes",
1877 "fnv",
1878 "futures-core",
1879 "futures-sink",
1880 "http 1.1.0",
1881 "indexmap 2.3.0",
1882 "slab",
1883 "tokio",
1884 "tokio-util",
1885 "tracing",
1886]
1887
1888[[package]]
1889name = "half"
1890version = "2.4.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1893dependencies = [
1894 "bytemuck",
1895 "cfg-if",
1896 "crunchy",
1897 "num-traits",
1898 "rand",
1899 "rand_distr",
1900]
1901
1902[[package]]
1903name = "hashbrown"
1904version = "0.12.3"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1907
1908[[package]]
1909name = "hashbrown"
1910version = "0.14.5"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1913dependencies = [
1914 "ahash",
1915 "allocator-api2",
1916]
1917
1918[[package]]
1919name = "hashlink"
1920version = "0.8.4"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
1923dependencies = [
1924 "hashbrown 0.14.5",
1925]
1926
1927[[package]]
1928name = "hdrhistogram"
1929version = "7.5.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
1932dependencies = [
1933 "base64 0.21.7",
1934 "byteorder",
1935 "flate2",
1936 "nom",
1937 "num-traits",
1938]
1939
1940[[package]]
1941name = "heck"
1942version = "0.4.1"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1945dependencies = [
1946 "unicode-segmentation",
1947]
1948
1949[[package]]
1950name = "heck"
1951version = "0.5.0"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1954
1955[[package]]
1956name = "hermit-abi"
1957version = "0.3.9"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1960
1961[[package]]
1962name = "hex"
1963version = "0.4.3"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1966
1967[[package]]
1968name = "hf-hub"
1969version = "0.3.2"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732"
1972dependencies = [
1973 "dirs",
1974 "futures",
1975 "indicatif",
1976 "log",
1977 "native-tls",
1978 "num_cpus",
1979 "rand",
1980 "reqwest 0.11.27",
1981 "serde",
1982 "serde_json",
1983 "thiserror",
1984 "tokio",
1985 "ureq",
1986]
1987
1988[[package]]
1989name = "hkdf"
1990version = "0.12.4"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1993dependencies = [
1994 "hmac",
1995]
1996
1997[[package]]
1998name = "hmac"
1999version = "0.12.1"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2002dependencies = [
2003 "digest",
2004]
2005
2006[[package]]
2007name = "home"
2008version = "0.5.9"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2011dependencies = [
2012 "windows-sys 0.52.0",
2013]
2014
2015[[package]]
2016name = "hound"
2017version = "3.5.1"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
2020
2021[[package]]
2022name = "http"
2023version = "0.2.12"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2026dependencies = [
2027 "bytes",
2028 "fnv",
2029 "itoa",
2030]
2031
2032[[package]]
2033name = "http"
2034version = "1.1.0"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2037dependencies = [
2038 "bytes",
2039 "fnv",
2040 "itoa",
2041]
2042
2043[[package]]
2044name = "http-body"
2045version = "0.4.6"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2048dependencies = [
2049 "bytes",
2050 "http 0.2.12",
2051 "pin-project-lite",
2052]
2053
2054[[package]]
2055name = "http-body"
2056version = "1.0.1"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2059dependencies = [
2060 "bytes",
2061 "http 1.1.0",
2062]
2063
2064[[package]]
2065name = "http-body-util"
2066version = "0.1.2"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2069dependencies = [
2070 "bytes",
2071 "futures-util",
2072 "http 1.1.0",
2073 "http-body 1.0.1",
2074 "pin-project-lite",
2075]
2076
2077[[package]]
2078name = "httparse"
2079version = "1.9.4"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2082
2083[[package]]
2084name = "httpdate"
2085version = "1.0.3"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2088
2089[[package]]
2090name = "humantime"
2091version = "2.1.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2094
2095[[package]]
2096name = "hyper"
2097version = "0.14.30"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
2100dependencies = [
2101 "bytes",
2102 "futures-channel",
2103 "futures-core",
2104 "futures-util",
2105 "h2 0.3.26",
2106 "http 0.2.12",
2107 "http-body 0.4.6",
2108 "httparse",
2109 "httpdate",
2110 "itoa",
2111 "pin-project-lite",
2112 "socket2",
2113 "tokio",
2114 "tower-service",
2115 "tracing",
2116 "want",
2117]
2118
2119[[package]]
2120name = "hyper"
2121version = "1.4.1"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2124dependencies = [
2125 "bytes",
2126 "futures-channel",
2127 "futures-util",
2128 "h2 0.4.5",
2129 "http 1.1.0",
2130 "http-body 1.0.1",
2131 "httparse",
2132 "httpdate",
2133 "itoa",
2134 "pin-project-lite",
2135 "smallvec",
2136 "tokio",
2137 "want",
2138]
2139
2140[[package]]
2141name = "hyper-rustls"
2142version = "0.27.2"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
2145dependencies = [
2146 "futures-util",
2147 "http 1.1.0",
2148 "hyper 1.4.1",
2149 "hyper-util",
2150 "rustls",
2151 "rustls-pki-types",
2152 "tokio",
2153 "tokio-rustls",
2154 "tower-service",
2155]
2156
2157[[package]]
2158name = "hyper-timeout"
2159version = "0.4.1"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
2162dependencies = [
2163 "hyper 0.14.30",
2164 "pin-project-lite",
2165 "tokio",
2166 "tokio-io-timeout",
2167]
2168
2169[[package]]
2170name = "hyper-tls"
2171version = "0.5.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2174dependencies = [
2175 "bytes",
2176 "hyper 0.14.30",
2177 "native-tls",
2178 "tokio",
2179 "tokio-native-tls",
2180]
2181
2182[[package]]
2183name = "hyper-tls"
2184version = "0.6.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2187dependencies = [
2188 "bytes",
2189 "http-body-util",
2190 "hyper 1.4.1",
2191 "hyper-util",
2192 "native-tls",
2193 "tokio",
2194 "tokio-native-tls",
2195 "tower-service",
2196]
2197
2198[[package]]
2199name = "hyper-util"
2200version = "0.1.6"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
2203dependencies = [
2204 "bytes",
2205 "futures-channel",
2206 "futures-util",
2207 "http 1.1.0",
2208 "http-body 1.0.1",
2209 "hyper 1.4.1",
2210 "pin-project-lite",
2211 "socket2",
2212 "tokio",
2213 "tower",
2214 "tower-service",
2215 "tracing",
2216]
2217
2218[[package]]
2219name = "iana-time-zone"
2220version = "0.1.60"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2223dependencies = [
2224 "android_system_properties",
2225 "core-foundation-sys",
2226 "iana-time-zone-haiku",
2227 "js-sys",
2228 "wasm-bindgen",
2229 "windows-core 0.52.0",
2230]
2231
2232[[package]]
2233name = "iana-time-zone-haiku"
2234version = "0.1.2"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2237dependencies = [
2238 "cc",
2239]
2240
2241[[package]]
2242name = "ident_case"
2243version = "1.0.1"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2246
2247[[package]]
2248name = "idna"
2249version = "0.5.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2252dependencies = [
2253 "unicode-bidi",
2254 "unicode-normalization",
2255]
2256
2257[[package]]
2258name = "ignore"
2259version = "0.4.22"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2262dependencies = [
2263 "crossbeam-deque",
2264 "globset",
2265 "log",
2266 "memchr",
2267 "regex-automata 0.4.7",
2268 "same-file",
2269 "walkdir",
2270 "winapi-util",
2271]
2272
2273[[package]]
2274name = "image"
2275version = "0.25.2"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
2278dependencies = [
2279 "bytemuck",
2280 "byteorder-lite",
2281 "color_quant",
2282 "exr",
2283 "gif",
2284 "image-webp",
2285 "num-traits",
2286 "png",
2287 "qoi",
2288 "ravif",
2289 "rayon",
2290 "rgb",
2291 "tiff",
2292 "zune-core",
2293 "zune-jpeg",
2294]
2295
2296[[package]]
2297name = "image-compare"
2298version = "0.4.1"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "96cd73af13ae2e7220a1c02fe7d6bb53be50612ba7fabbb5c88e7753645f1f3c"
2301dependencies = [
2302 "image",
2303 "itertools 0.12.1",
2304 "rayon",
2305 "thiserror",
2306]
2307
2308[[package]]
2309name = "image-webp"
2310version = "0.1.3"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
2313dependencies = [
2314 "byteorder-lite",
2315 "quick-error",
2316]
2317
2318[[package]]
2319name = "imgref"
2320version = "1.10.1"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
2323
2324[[package]]
2325name = "indexmap"
2326version = "1.9.3"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2329dependencies = [
2330 "autocfg",
2331 "hashbrown 0.12.3",
2332]
2333
2334[[package]]
2335name = "indexmap"
2336version = "2.3.0"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2339dependencies = [
2340 "equivalent",
2341 "hashbrown 0.14.5",
2342]
2343
2344[[package]]
2345name = "indicatif"
2346version = "0.17.8"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
2349dependencies = [
2350 "console",
2351 "instant",
2352 "number_prefix",
2353 "portable-atomic",
2354 "unicode-width",
2355]
2356
2357[[package]]
2358name = "infer"
2359version = "0.15.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
2362dependencies = [
2363 "cfb",
2364]
2365
2366[[package]]
2367name = "instant"
2368version = "0.1.13"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2371dependencies = [
2372 "cfg-if",
2373]
2374
2375[[package]]
2376name = "interpolate_name"
2377version = "0.2.4"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2380dependencies = [
2381 "proc-macro2",
2382 "quote",
2383 "syn 2.0.72",
2384]
2385
2386[[package]]
2387name = "ipnet"
2388version = "2.9.0"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2391
2392[[package]]
2393name = "is-terminal"
2394version = "0.4.12"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2397dependencies = [
2398 "hermit-abi",
2399 "libc",
2400 "windows-sys 0.52.0",
2401]
2402
2403[[package]]
2404name = "is_terminal_polyfill"
2405version = "1.70.1"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2408
2409[[package]]
2410name = "itertools"
2411version = "0.10.5"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2414dependencies = [
2415 "either",
2416]
2417
2418[[package]]
2419name = "itertools"
2420version = "0.11.0"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2423dependencies = [
2424 "either",
2425]
2426
2427[[package]]
2428name = "itertools"
2429version = "0.12.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2432dependencies = [
2433 "either",
2434]
2435
2436[[package]]
2437name = "itoa"
2438version = "1.0.11"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2441
2442[[package]]
2443name = "jni"
2444version = "0.21.1"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2447dependencies = [
2448 "cesu8",
2449 "cfg-if",
2450 "combine",
2451 "jni-sys",
2452 "log",
2453 "thiserror",
2454 "walkdir",
2455 "windows-sys 0.45.0",
2456]
2457
2458[[package]]
2459name = "jni-sys"
2460version = "0.3.0"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2463
2464[[package]]
2465name = "jobserver"
2466version = "0.1.32"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2469dependencies = [
2470 "libc",
2471]
2472
2473[[package]]
2474name = "jpeg-decoder"
2475version = "0.3.1"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2478
2479[[package]]
2480name = "js-sys"
2481version = "0.3.69"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2484dependencies = [
2485 "wasm-bindgen",
2486]
2487
2488[[package]]
2489name = "lazy_static"
2490version = "1.5.0"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2493dependencies = [
2494 "spin",
2495]
2496
2497[[package]]
2498name = "lazycell"
2499version = "1.3.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2502
2503[[package]]
2504name = "lebe"
2505version = "0.5.2"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2508
2509[[package]]
2510name = "libc"
2511version = "0.2.155"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2514
2515[[package]]
2516name = "libdbus-sys"
2517version = "0.2.5"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2520dependencies = [
2521 "cc",
2522 "pkg-config",
2523]
2524
2525[[package]]
2526name = "libfuzzer-sys"
2527version = "0.4.7"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
2530dependencies = [
2531 "arbitrary",
2532 "cc",
2533 "once_cell",
2534]
2535
2536[[package]]
2537name = "libloading"
2538version = "0.8.5"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2541dependencies = [
2542 "cfg-if",
2543 "windows-targets 0.52.6",
2544]
2545
2546[[package]]
2547name = "libm"
2548version = "0.2.8"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2551
2552[[package]]
2553name = "libredox"
2554version = "0.1.3"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2557dependencies = [
2558 "bitflags 2.6.0",
2559 "libc",
2560]
2561
2562[[package]]
2563name = "libsqlite3-sys"
2564version = "0.27.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
2567dependencies = [
2568 "cc",
2569 "pkg-config",
2570 "vcpkg",
2571]
2572
2573[[package]]
2574name = "linux-raw-sys"
2575version = "0.4.14"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2578
2579[[package]]
2580name = "lock_api"
2581version = "0.4.12"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2584dependencies = [
2585 "autocfg",
2586 "scopeguard",
2587]
2588
2589[[package]]
2590name = "log"
2591version = "0.4.22"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2594
2595[[package]]
2596name = "loop9"
2597version = "0.1.5"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
2600dependencies = [
2601 "imgref",
2602]
2603
2604[[package]]
2605name = "mach2"
2606version = "0.4.2"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
2609dependencies = [
2610 "libc",
2611]
2612
2613[[package]]
2614name = "macro_rules_attribute"
2615version = "0.2.0"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
2618dependencies = [
2619 "macro_rules_attribute-proc_macro",
2620 "paste",
2621]
2622
2623[[package]]
2624name = "macro_rules_attribute-proc_macro"
2625version = "0.2.0"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
2628
2629[[package]]
2630name = "malloc_buf"
2631version = "0.0.6"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2634dependencies = [
2635 "libc",
2636]
2637
2638[[package]]
2639name = "matchers"
2640version = "0.1.0"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2643dependencies = [
2644 "regex-automata 0.1.10",
2645]
2646
2647[[package]]
2648name = "matchit"
2649version = "0.7.3"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2652
2653[[package]]
2654name = "maybe-rayon"
2655version = "0.1.1"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
2658dependencies = [
2659 "cfg-if",
2660]
2661
2662[[package]]
2663name = "md-5"
2664version = "0.10.6"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2667dependencies = [
2668 "cfg-if",
2669 "digest",
2670]
2671
2672[[package]]
2673name = "memchr"
2674version = "2.7.4"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2677
2678[[package]]
2679name = "memmap2"
2680version = "0.9.4"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2683dependencies = [
2684 "libc",
2685 "stable_deref_trait",
2686]
2687
2688[[package]]
2689name = "metal"
2690version = "0.27.0"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
2693dependencies = [
2694 "bitflags 2.6.0",
2695 "block",
2696 "core-graphics-types",
2697 "foreign-types 0.5.0",
2698 "log",
2699 "objc",
2700 "paste",
2701]
2702
2703[[package]]
2704name = "mime"
2705version = "0.3.17"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2708
2709[[package]]
2710name = "mime_guess"
2711version = "2.0.5"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2714dependencies = [
2715 "mime",
2716 "unicase",
2717]
2718
2719[[package]]
2720name = "minimal-lexical"
2721version = "0.2.1"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2724
2725[[package]]
2726name = "miniz_oxide"
2727version = "0.7.4"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2730dependencies = [
2731 "adler",
2732 "simd-adler32",
2733]
2734
2735[[package]]
2736name = "mio"
2737version = "1.0.1"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
2740dependencies = [
2741 "hermit-abi",
2742 "libc",
2743 "wasi",
2744 "windows-sys 0.52.0",
2745]
2746
2747[[package]]
2748name = "monostate"
2749version = "0.1.13"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e"
2752dependencies = [
2753 "monostate-impl",
2754 "serde",
2755]
2756
2757[[package]]
2758name = "monostate-impl"
2759version = "0.1.13"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0"
2762dependencies = [
2763 "proc-macro2",
2764 "quote",
2765 "syn 2.0.72",
2766]
2767
2768[[package]]
2769name = "native-tls"
2770version = "0.2.12"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2773dependencies = [
2774 "libc",
2775 "log",
2776 "openssl",
2777 "openssl-probe",
2778 "openssl-sys",
2779 "schannel",
2780 "security-framework",
2781 "security-framework-sys",
2782 "tempfile",
2783]
2784
2785[[package]]
2786name = "ndk"
2787version = "0.8.0"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2790dependencies = [
2791 "bitflags 2.6.0",
2792 "jni-sys",
2793 "log",
2794 "ndk-sys",
2795 "num_enum",
2796 "thiserror",
2797]
2798
2799[[package]]
2800name = "ndk-context"
2801version = "0.1.1"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2804
2805[[package]]
2806name = "ndk-sys"
2807version = "0.5.0+25.2.9519653"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2810dependencies = [
2811 "jni-sys",
2812]
2813
2814[[package]]
2815name = "new_debug_unreachable"
2816version = "1.0.6"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2819
2820[[package]]
2821name = "nom"
2822version = "7.1.3"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2825dependencies = [
2826 "memchr",
2827 "minimal-lexical",
2828]
2829
2830[[package]]
2831name = "noop_proc_macro"
2832version = "0.3.0"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
2835
2836[[package]]
2837name = "normalize-line-endings"
2838version = "0.3.0"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2841
2842[[package]]
2843name = "ntapi"
2844version = "0.4.1"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2847dependencies = [
2848 "winapi",
2849]
2850
2851[[package]]
2852name = "nu-ansi-term"
2853version = "0.46.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2856dependencies = [
2857 "overload",
2858 "winapi",
2859]
2860
2861[[package]]
2862name = "num-bigint"
2863version = "0.4.6"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2866dependencies = [
2867 "num-integer",
2868 "num-traits",
2869]
2870
2871[[package]]
2872name = "num-bigint-dig"
2873version = "0.8.4"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2876dependencies = [
2877 "byteorder",
2878 "lazy_static",
2879 "libm",
2880 "num-integer",
2881 "num-iter",
2882 "num-traits",
2883 "rand",
2884 "smallvec",
2885 "zeroize",
2886]
2887
2888[[package]]
2889name = "num-complex"
2890version = "0.4.6"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2893dependencies = [
2894 "bytemuck",
2895 "num-traits",
2896]
2897
2898[[package]]
2899name = "num-derive"
2900version = "0.4.2"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2903dependencies = [
2904 "proc-macro2",
2905 "quote",
2906 "syn 2.0.72",
2907]
2908
2909[[package]]
2910name = "num-integer"
2911version = "0.1.46"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2914dependencies = [
2915 "num-traits",
2916]
2917
2918[[package]]
2919name = "num-iter"
2920version = "0.1.45"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2923dependencies = [
2924 "autocfg",
2925 "num-integer",
2926 "num-traits",
2927]
2928
2929[[package]]
2930name = "num-rational"
2931version = "0.4.2"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2934dependencies = [
2935 "num-bigint",
2936 "num-integer",
2937 "num-traits",
2938]
2939
2940[[package]]
2941name = "num-traits"
2942version = "0.2.19"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2945dependencies = [
2946 "autocfg",
2947 "libm",
2948]
2949
2950[[package]]
2951name = "num_cpus"
2952version = "1.16.0"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2955dependencies = [
2956 "hermit-abi",
2957 "libc",
2958]
2959
2960[[package]]
2961name = "num_enum"
2962version = "0.7.3"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
2965dependencies = [
2966 "num_enum_derive",
2967]
2968
2969[[package]]
2970name = "num_enum_derive"
2971version = "0.7.3"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
2974dependencies = [
2975 "proc-macro-crate",
2976 "proc-macro2",
2977 "quote",
2978 "syn 2.0.72",
2979]
2980
2981[[package]]
2982name = "number_prefix"
2983version = "0.4.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2986
2987[[package]]
2988name = "objc"
2989version = "0.2.7"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2992dependencies = [
2993 "malloc_buf",
2994 "objc_exception",
2995]
2996
2997[[package]]
2998name = "objc-foundation"
2999version = "0.1.1"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
3002dependencies = [
3003 "block",
3004 "objc",
3005 "objc_id",
3006]
3007
3008[[package]]
3009name = "objc_exception"
3010version = "0.1.2"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
3013dependencies = [
3014 "cc",
3015]
3016
3017[[package]]
3018name = "objc_id"
3019version = "0.1.1"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
3022dependencies = [
3023 "objc",
3024]
3025
3026[[package]]
3027name = "object"
3028version = "0.36.2"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
3031dependencies = [
3032 "memchr",
3033]
3034
3035[[package]]
3036name = "oboe"
3037version = "0.6.1"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
3040dependencies = [
3041 "jni",
3042 "ndk",
3043 "ndk-context",
3044 "num-derive",
3045 "num-traits",
3046 "oboe-sys",
3047]
3048
3049[[package]]
3050name = "oboe-sys"
3051version = "0.6.1"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
3054dependencies = [
3055 "cc",
3056]
3057
3058[[package]]
3059name = "once_cell"
3060version = "1.19.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
3063
3064[[package]]
3065name = "onig"
3066version = "6.4.0"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
3069dependencies = [
3070 "bitflags 1.3.2",
3071 "libc",
3072 "once_cell",
3073 "onig_sys",
3074]
3075
3076[[package]]
3077name = "onig_sys"
3078version = "69.8.1"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
3081dependencies = [
3082 "cc",
3083 "pkg-config",
3084]
3085
3086[[package]]
3087name = "oorandom"
3088version = "11.1.4"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
3091
3092[[package]]
3093name = "openssl"
3094version = "0.10.66"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
3097dependencies = [
3098 "bitflags 2.6.0",
3099 "cfg-if",
3100 "foreign-types 0.3.2",
3101 "libc",
3102 "once_cell",
3103 "openssl-macros",
3104 "openssl-sys",
3105]
3106
3107[[package]]
3108name = "openssl-macros"
3109version = "0.1.1"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3112dependencies = [
3113 "proc-macro2",
3114 "quote",
3115 "syn 2.0.72",
3116]
3117
3118[[package]]
3119name = "openssl-probe"
3120version = "0.1.5"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
3123
3124[[package]]
3125name = "openssl-sys"
3126version = "0.9.103"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
3129dependencies = [
3130 "cc",
3131 "libc",
3132 "pkg-config",
3133 "vcpkg",
3134]
3135
3136[[package]]
3137name = "option-ext"
3138version = "0.2.0"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3141
3142[[package]]
3143name = "overload"
3144version = "0.1.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3147
3148[[package]]
3149name = "parking_lot"
3150version = "0.12.3"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3153dependencies = [
3154 "lock_api",
3155 "parking_lot_core",
3156]
3157
3158[[package]]
3159name = "parking_lot_core"
3160version = "0.9.10"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
3163dependencies = [
3164 "cfg-if",
3165 "libc",
3166 "redox_syscall 0.5.3",
3167 "smallvec",
3168 "windows-targets 0.52.6",
3169]
3170
3171[[package]]
3172name = "paste"
3173version = "1.0.15"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3176
3177[[package]]
3178name = "pem-rfc7468"
3179version = "0.7.0"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3182dependencies = [
3183 "base64ct",
3184]
3185
3186[[package]]
3187name = "percent-encoding"
3188version = "2.3.1"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3191
3192[[package]]
3193name = "pin-project"
3194version = "1.1.5"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
3197dependencies = [
3198 "pin-project-internal",
3199]
3200
3201[[package]]
3202name = "pin-project-internal"
3203version = "1.1.5"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
3206dependencies = [
3207 "proc-macro2",
3208 "quote",
3209 "syn 2.0.72",
3210]
3211
3212[[package]]
3213name = "pin-project-lite"
3214version = "0.2.14"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
3217
3218[[package]]
3219name = "pin-utils"
3220version = "0.1.0"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3223
3224[[package]]
3225name = "pkcs1"
3226version = "0.7.5"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3229dependencies = [
3230 "der",
3231 "pkcs8",
3232 "spki",
3233]
3234
3235[[package]]
3236name = "pkcs8"
3237version = "0.10.2"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3240dependencies = [
3241 "der",
3242 "spki",
3243]
3244
3245[[package]]
3246name = "pkg-config"
3247version = "0.3.30"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
3250
3251[[package]]
3252name = "plotters"
3253version = "0.3.6"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
3256dependencies = [
3257 "num-traits",
3258 "plotters-backend",
3259 "plotters-svg",
3260 "wasm-bindgen",
3261 "web-sys",
3262]
3263
3264[[package]]
3265name = "plotters-backend"
3266version = "0.3.6"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
3269
3270[[package]]
3271name = "plotters-svg"
3272version = "0.3.6"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
3275dependencies = [
3276 "plotters-backend",
3277]
3278
3279[[package]]
3280name = "png"
3281version = "0.17.13"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
3284dependencies = [
3285 "bitflags 1.3.2",
3286 "crc32fast",
3287 "fdeflate",
3288 "flate2",
3289 "miniz_oxide",
3290]
3291
3292[[package]]
3293name = "portable-atomic"
3294version = "1.7.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
3297
3298[[package]]
3299name = "ppv-lite86"
3300version = "0.2.20"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
3303dependencies = [
3304 "zerocopy",
3305]
3306
3307[[package]]
3308name = "predicates"
3309version = "3.1.2"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97"
3312dependencies = [
3313 "anstyle",
3314 "difflib",
3315 "float-cmp",
3316 "normalize-line-endings",
3317 "predicates-core",
3318 "regex",
3319]
3320
3321[[package]]
3322name = "predicates-core"
3323version = "1.0.8"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931"
3326
3327[[package]]
3328name = "predicates-tree"
3329version = "1.0.11"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13"
3332dependencies = [
3333 "predicates-core",
3334 "termtree",
3335]
3336
3337[[package]]
3338name = "primal-check"
3339version = "0.3.4"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
3342dependencies = [
3343 "num-integer",
3344]
3345
3346[[package]]
3347name = "proc-macro-crate"
3348version = "3.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
3351dependencies = [
3352 "toml_edit 0.21.1",
3353]
3354
3355[[package]]
3356name = "proc-macro2"
3357version = "1.0.86"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
3360dependencies = [
3361 "unicode-ident",
3362]
3363
3364[[package]]
3365name = "profiling"
3366version = "1.0.15"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
3369dependencies = [
3370 "profiling-procmacros",
3371]
3372
3373[[package]]
3374name = "profiling-procmacros"
3375version = "1.0.15"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
3378dependencies = [
3379 "quote",
3380 "syn 2.0.72",
3381]
3382
3383[[package]]
3384name = "prost"
3385version = "0.12.6"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
3388dependencies = [
3389 "bytes",
3390 "prost-derive",
3391]
3392
3393[[package]]
3394name = "prost-derive"
3395version = "0.12.6"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
3398dependencies = [
3399 "anyhow",
3400 "itertools 0.12.1",
3401 "proc-macro2",
3402 "quote",
3403 "syn 2.0.72",
3404]
3405
3406[[package]]
3407name = "prost-types"
3408version = "0.12.6"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
3411dependencies = [
3412 "prost",
3413]
3414
3415[[package]]
3416name = "pulp"
3417version = "0.18.21"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "0ec8d02258294f59e4e223b41ad7e81c874aa6b15bc4ced9ba3965826da0eed5"
3420dependencies = [
3421 "bytemuck",
3422 "libm",
3423 "num-complex",
3424 "reborrow",
3425]
3426
3427[[package]]
3428name = "qoi"
3429version = "0.4.1"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
3432dependencies = [
3433 "bytemuck",
3434]
3435
3436[[package]]
3437name = "quick-error"
3438version = "2.0.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3441
3442[[package]]
3443name = "quick-xml"
3444version = "0.30.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
3447dependencies = [
3448 "memchr",
3449]
3450
3451[[package]]
3452name = "quote"
3453version = "1.0.36"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
3456dependencies = [
3457 "proc-macro2",
3458]
3459
3460[[package]]
3461name = "rand"
3462version = "0.8.5"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3465dependencies = [
3466 "libc",
3467 "rand_chacha",
3468 "rand_core",
3469]
3470
3471[[package]]
3472name = "rand_chacha"
3473version = "0.3.1"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3476dependencies = [
3477 "ppv-lite86",
3478 "rand_core",
3479]
3480
3481[[package]]
3482name = "rand_core"
3483version = "0.6.4"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3486dependencies = [
3487 "getrandom",
3488]
3489
3490[[package]]
3491name = "rand_distr"
3492version = "0.4.3"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
3495dependencies = [
3496 "num-traits",
3497 "rand",
3498]
3499
3500[[package]]
3501name = "rav1e"
3502version = "0.7.1"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
3505dependencies = [
3506 "arbitrary",
3507 "arg_enum_proc_macro",
3508 "arrayvec",
3509 "av1-grain",
3510 "bitstream-io",
3511 "built",
3512 "cfg-if",
3513 "interpolate_name",
3514 "itertools 0.12.1",
3515 "libc",
3516 "libfuzzer-sys",
3517 "log",
3518 "maybe-rayon",
3519 "new_debug_unreachable",
3520 "noop_proc_macro",
3521 "num-derive",
3522 "num-traits",
3523 "once_cell",
3524 "paste",
3525 "profiling",
3526 "rand",
3527 "rand_chacha",
3528 "simd_helpers",
3529 "system-deps",
3530 "thiserror",
3531 "v_frame",
3532 "wasm-bindgen",
3533]
3534
3535[[package]]
3536name = "ravif"
3537version = "0.11.9"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "5797d09f9bd33604689e87e8380df4951d4912f01b63f71205e2abd4ae25e6b6"
3540dependencies = [
3541 "avif-serialize",
3542 "imgref",
3543 "loop9",
3544 "quick-error",
3545 "rav1e",
3546 "rgb",
3547]
3548
3549[[package]]
3550name = "raw-cpuid"
3551version = "10.7.0"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
3554dependencies = [
3555 "bitflags 1.3.2",
3556]
3557
3558[[package]]
3559name = "rayon"
3560version = "1.10.0"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
3563dependencies = [
3564 "either",
3565 "rayon-core",
3566]
3567
3568[[package]]
3569name = "rayon-cond"
3570version = "0.3.0"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
3573dependencies = [
3574 "either",
3575 "itertools 0.11.0",
3576 "rayon",
3577]
3578
3579[[package]]
3580name = "rayon-core"
3581version = "1.12.1"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
3584dependencies = [
3585 "crossbeam-deque",
3586 "crossbeam-utils",
3587]
3588
3589[[package]]
3590name = "realfft"
3591version = "3.3.0"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "953d9f7e5cdd80963547b456251296efc2626ed4e3cbf36c869d9564e0220571"
3594dependencies = [
3595 "rustfft",
3596]
3597
3598[[package]]
3599name = "reborrow"
3600version = "0.5.5"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
3603
3604[[package]]
3605name = "redox_syscall"
3606version = "0.4.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
3609dependencies = [
3610 "bitflags 1.3.2",
3611]
3612
3613[[package]]
3614name = "redox_syscall"
3615version = "0.5.3"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
3618dependencies = [
3619 "bitflags 2.6.0",
3620]
3621
3622[[package]]
3623name = "redox_users"
3624version = "0.4.5"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
3627dependencies = [
3628 "getrandom",
3629 "libredox",
3630 "thiserror",
3631]
3632
3633[[package]]
3634name = "regex"
3635version = "1.10.6"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
3638dependencies = [
3639 "aho-corasick",
3640 "memchr",
3641 "regex-automata 0.4.7",
3642 "regex-syntax 0.8.4",
3643]
3644
3645[[package]]
3646name = "regex-automata"
3647version = "0.1.10"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3650dependencies = [
3651 "regex-syntax 0.6.29",
3652]
3653
3654[[package]]
3655name = "regex-automata"
3656version = "0.4.7"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
3659dependencies = [
3660 "aho-corasick",
3661 "memchr",
3662 "regex-syntax 0.8.4",
3663]
3664
3665[[package]]
3666name = "regex-syntax"
3667version = "0.6.29"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
3670
3671[[package]]
3672name = "regex-syntax"
3673version = "0.8.4"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
3676
3677[[package]]
3678name = "reqwest"
3679version = "0.11.27"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
3682dependencies = [
3683 "base64 0.21.7",
3684 "bytes",
3685 "encoding_rs",
3686 "futures-core",
3687 "futures-util",
3688 "h2 0.3.26",
3689 "http 0.2.12",
3690 "http-body 0.4.6",
3691 "hyper 0.14.30",
3692 "hyper-tls 0.5.0",
3693 "ipnet",
3694 "js-sys",
3695 "log",
3696 "mime",
3697 "mime_guess",
3698 "native-tls",
3699 "once_cell",
3700 "percent-encoding",
3701 "pin-project-lite",
3702 "rustls-pemfile 1.0.4",
3703 "serde",
3704 "serde_json",
3705 "serde_urlencoded",
3706 "sync_wrapper 0.1.2",
3707 "system-configuration",
3708 "tokio",
3709 "tokio-native-tls",
3710 "tower-service",
3711 "url",
3712 "wasm-bindgen",
3713 "wasm-bindgen-futures",
3714 "web-sys",
3715 "winreg 0.50.0",
3716]
3717
3718[[package]]
3719name = "reqwest"
3720version = "0.12.5"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
3723dependencies = [
3724 "base64 0.22.1",
3725 "bytes",
3726 "encoding_rs",
3727 "futures-channel",
3728 "futures-core",
3729 "futures-util",
3730 "h2 0.4.5",
3731 "http 1.1.0",
3732 "http-body 1.0.1",
3733 "http-body-util",
3734 "hyper 1.4.1",
3735 "hyper-rustls",
3736 "hyper-tls 0.6.0",
3737 "hyper-util",
3738 "ipnet",
3739 "js-sys",
3740 "log",
3741 "mime",
3742 "native-tls",
3743 "once_cell",
3744 "percent-encoding",
3745 "pin-project-lite",
3746 "rustls-pemfile 2.1.3",
3747 "serde",
3748 "serde_json",
3749 "serde_urlencoded",
3750 "sync_wrapper 1.0.1",
3751 "system-configuration",
3752 "tokio",
3753 "tokio-native-tls",
3754 "tower-service",
3755 "url",
3756 "wasm-bindgen",
3757 "wasm-bindgen-futures",
3758 "web-sys",
3759 "winreg 0.52.0",
3760]
3761
3762[[package]]
3763name = "rgb"
3764version = "0.8.45"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "ade4539f42266ded9e755c605bdddf546242b2c961b03b06a7375260788a0523"
3767dependencies = [
3768 "bytemuck",
3769]
3770
3771[[package]]
3772name = "ring"
3773version = "0.17.8"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3776dependencies = [
3777 "cc",
3778 "cfg-if",
3779 "getrandom",
3780 "libc",
3781 "spin",
3782 "untrusted",
3783 "windows-sys 0.52.0",
3784]
3785
3786[[package]]
3787name = "rsa"
3788version = "0.9.6"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
3791dependencies = [
3792 "const-oid",
3793 "digest",
3794 "num-bigint-dig",
3795 "num-integer",
3796 "num-traits",
3797 "pkcs1",
3798 "pkcs8",
3799 "rand_core",
3800 "signature",
3801 "spki",
3802 "subtle",
3803 "zeroize",
3804]
3805
3806[[package]]
3807name = "rubato"
3808version = "0.15.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "b5d18b486e7d29a408ef3f825bc1327d8f87af091c987ca2f5b734625940e234"
3811dependencies = [
3812 "num-complex",
3813 "num-integer",
3814 "num-traits",
3815 "realfft",
3816]
3817
3818[[package]]
3819name = "rustc-demangle"
3820version = "0.1.24"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3823
3824[[package]]
3825name = "rustc-hash"
3826version = "1.1.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3829
3830[[package]]
3831name = "rustfft"
3832version = "6.2.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86"
3835dependencies = [
3836 "num-complex",
3837 "num-integer",
3838 "num-traits",
3839 "primal-check",
3840 "strength_reduce",
3841 "transpose",
3842 "version_check",
3843]
3844
3845[[package]]
3846name = "rustix"
3847version = "0.38.34"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
3850dependencies = [
3851 "bitflags 2.6.0",
3852 "errno",
3853 "libc",
3854 "linux-raw-sys",
3855 "windows-sys 0.52.0",
3856]
3857
3858[[package]]
3859name = "rustls"
3860version = "0.23.12"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
3863dependencies = [
3864 "log",
3865 "once_cell",
3866 "ring",
3867 "rustls-pki-types",
3868 "rustls-webpki",
3869 "subtle",
3870 "zeroize",
3871]
3872
3873[[package]]
3874name = "rustls-pemfile"
3875version = "1.0.4"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3878dependencies = [
3879 "base64 0.21.7",
3880]
3881
3882[[package]]
3883name = "rustls-pemfile"
3884version = "2.1.3"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
3887dependencies = [
3888 "base64 0.22.1",
3889 "rustls-pki-types",
3890]
3891
3892[[package]]
3893name = "rustls-pki-types"
3894version = "1.7.0"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
3897
3898[[package]]
3899name = "rustls-webpki"
3900version = "0.102.6"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
3903dependencies = [
3904 "ring",
3905 "rustls-pki-types",
3906 "untrusted",
3907]
3908
3909[[package]]
3910name = "rustversion"
3911version = "1.0.17"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
3914
3915[[package]]
3916name = "rusty-tesseract"
3917version = "1.1.10"
3918source = "git+https://github.com/louis030195/rusty-tesseract.git?branch=main#08346c1de08d122c7121425abc79081c30dbf778"
3919dependencies = [
3920 "dirs",
3921 "image",
3922 "log",
3923 "subprocess",
3924 "substring",
3925 "tempfile",
3926 "thiserror",
3927 "which",
3928]
3929
3930[[package]]
3931name = "ryu"
3932version = "1.0.18"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3935
3936[[package]]
3937name = "safetensors"
3938version = "0.4.3"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "8ced76b22c7fba1162f11a5a75d9d8405264b467a07ae0c9c29be119b9297db9"
3941dependencies = [
3942 "serde",
3943 "serde_json",
3944]
3945
3946[[package]]
3947name = "same-file"
3948version = "1.0.6"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3951dependencies = [
3952 "winapi-util",
3953]
3954
3955[[package]]
3956name = "schannel"
3957version = "0.1.23"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3960dependencies = [
3961 "windows-sys 0.52.0",
3962]
3963
3964[[package]]
3965name = "scopeguard"
3966version = "1.2.0"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3969
3970[[package]]
3971name = "screencapturekit"
3972version = "0.2.8"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
3975dependencies = [
3976 "screencapturekit-sys",
3977]
3978
3979[[package]]
3980name = "screencapturekit-sys"
3981version = "0.2.8"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
3984dependencies = [
3985 "block",
3986 "dispatch",
3987 "objc",
3988 "objc-foundation",
3989 "objc_id",
3990 "once_cell",
3991]
3992
3993[[package]]
3994name = "screenpipe-audio"
3995version = "0.1.0"
3996dependencies = [
3997 "anyhow",
3998 "base64 0.21.7",
3999 "bytemuck",
4000 "byteorder",
4001 "candle-core",
4002 "candle-nn",
4003 "candle-transformers",
4004 "chrono",
4005 "clap",
4006 "cpal",
4007 "criterion",
4008 "env_logger",
4009 "hf-hub",
4010 "hound",
4011 "infer",
4012 "lazy_static",
4013 "log",
4014 "rand",
4015 "reqwest 0.12.5",
4016 "rubato",
4017 "screenpipe-core",
4018 "serde",
4019 "serde_json",
4020 "symphonia",
4021 "tempfile",
4022 "tokenizers",
4023 "tokio",
4024 "tracing",
4025 "webrtc-vad",
4026]
4027
4028[[package]]
4029name = "screenpipe-core"
4030version = "0.1.0"
4031dependencies = [
4032 "anyhow",
4033 "candle-core",
4034 "candle-nn",
4035 "candle-transformers",
4036 "hf-hub",
4037 "log",
4038 "serde",
4039 "serde_json",
4040 "tokenizers",
4041 "which",
4042]
4043
4044[[package]]
4045name = "screenpipe-server"
4046version = "0.1.0"
4047dependencies = [
4048 "anyhow",
4049 "axum 0.7.5",
4050 "base64 0.21.7",
4051 "byteorder",
4052 "candle-core",
4053 "candle-nn",
4054 "candle-transformers",
4055 "chrono",
4056 "clap",
4057 "colored",
4058 "console-subscriber",
4059 "criterion",
4060 "crossbeam",
4061 "dirs",
4062 "env_logger",
4063 "ffmpeg-next",
4064 "futures",
4065 "hf-hub",
4066 "hyper 1.4.1",
4067 "image",
4068 "lazy_static",
4069 "log",
4070 "num_cpus",
4071 "rand",
4072 "reqwest 0.12.5",
4073 "rubato",
4074 "rusty-tesseract",
4075 "screenpipe-audio",
4076 "screenpipe-core",
4077 "screenpipe-vision",
4078 "serde",
4079 "serde_json",
4080 "sqlx",
4081 "symphonia",
4082 "sysinfo 0.29.11",
4083 "tempfile",
4084 "threadpool",
4085 "tokenizers",
4086 "tokio",
4087 "tower",
4088 "tower-http",
4089 "tracing",
4090 "tracing-subscriber",
4091]
4092
4093[[package]]
4094name = "screenpipe-vision"
4095version = "0.1.0"
4096dependencies = [
4097 "anyhow",
4098 "assert_cmd",
4099 "assert_fs",
4100 "base64 0.21.7",
4101 "byteorder",
4102 "candle-core",
4103 "candle-nn",
4104 "candle-transformers",
4105 "chrono",
4106 "clap",
4107 "criterion",
4108 "hf-hub",
4109 "image",
4110 "image-compare",
4111 "lazy_static",
4112 "log",
4113 "num_cpus",
4114 "predicates",
4115 "rand",
4116 "reqwest 0.11.27",
4117 "rusty-tesseract",
4118 "serde",
4119 "serde_json",
4120 "strsim 0.10.0",
4121 "tempfile",
4122 "threadpool",
4123 "tokenizers",
4124 "tokio",
4125 "xcap",
4126]
4127
4128[[package]]
4129name = "security-framework"
4130version = "2.11.1"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4133dependencies = [
4134 "bitflags 2.6.0",
4135 "core-foundation",
4136 "core-foundation-sys",
4137 "libc",
4138 "security-framework-sys",
4139]
4140
4141[[package]]
4142name = "security-framework-sys"
4143version = "2.11.1"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
4146dependencies = [
4147 "core-foundation-sys",
4148 "libc",
4149]
4150
4151[[package]]
4152name = "seq-macro"
4153version = "0.3.5"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
4156
4157[[package]]
4158name = "serde"
4159version = "1.0.204"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
4162dependencies = [
4163 "serde_derive",
4164]
4165
4166[[package]]
4167name = "serde_derive"
4168version = "1.0.204"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
4171dependencies = [
4172 "proc-macro2",
4173 "quote",
4174 "syn 2.0.72",
4175]
4176
4177[[package]]
4178name = "serde_json"
4179version = "1.0.122"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
4182dependencies = [
4183 "itoa",
4184 "memchr",
4185 "ryu",
4186 "serde",
4187]
4188
4189[[package]]
4190name = "serde_path_to_error"
4191version = "0.1.16"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
4194dependencies = [
4195 "itoa",
4196 "serde",
4197]
4198
4199[[package]]
4200name = "serde_plain"
4201version = "1.0.2"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
4204dependencies = [
4205 "serde",
4206]
4207
4208[[package]]
4209name = "serde_spanned"
4210version = "0.6.7"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
4213dependencies = [
4214 "serde",
4215]
4216
4217[[package]]
4218name = "serde_urlencoded"
4219version = "0.7.1"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4222dependencies = [
4223 "form_urlencoded",
4224 "itoa",
4225 "ryu",
4226 "serde",
4227]
4228
4229[[package]]
4230name = "sha1"
4231version = "0.10.6"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4234dependencies = [
4235 "cfg-if",
4236 "cpufeatures",
4237 "digest",
4238]
4239
4240[[package]]
4241name = "sha2"
4242version = "0.10.8"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
4245dependencies = [
4246 "cfg-if",
4247 "cpufeatures",
4248 "digest",
4249]
4250
4251[[package]]
4252name = "sharded-slab"
4253version = "0.1.7"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4256dependencies = [
4257 "lazy_static",
4258]
4259
4260[[package]]
4261name = "shlex"
4262version = "1.3.0"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4265
4266[[package]]
4267name = "signal-hook-registry"
4268version = "1.4.2"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
4271dependencies = [
4272 "libc",
4273]
4274
4275[[package]]
4276name = "signature"
4277version = "2.2.0"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4280dependencies = [
4281 "digest",
4282 "rand_core",
4283]
4284
4285[[package]]
4286name = "simd-adler32"
4287version = "0.3.7"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4290
4291[[package]]
4292name = "simd_helpers"
4293version = "0.1.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
4296dependencies = [
4297 "quote",
4298]
4299
4300[[package]]
4301name = "slab"
4302version = "0.4.9"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
4305dependencies = [
4306 "autocfg",
4307]
4308
4309[[package]]
4310name = "smallvec"
4311version = "1.13.2"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
4314
4315[[package]]
4316name = "socket2"
4317version = "0.5.7"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
4320dependencies = [
4321 "libc",
4322 "windows-sys 0.52.0",
4323]
4324
4325[[package]]
4326name = "spin"
4327version = "0.9.8"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4330dependencies = [
4331 "lock_api",
4332]
4333
4334[[package]]
4335name = "spki"
4336version = "0.7.3"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4339dependencies = [
4340 "base64ct",
4341 "der",
4342]
4343
4344[[package]]
4345name = "spm_precompiled"
4346version = "0.1.4"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
4349dependencies = [
4350 "base64 0.13.1",
4351 "nom",
4352 "serde",
4353 "unicode-segmentation",
4354]
4355
4356[[package]]
4357name = "sqlformat"
4358version = "0.2.4"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
4361dependencies = [
4362 "nom",
4363 "unicode_categories",
4364]
4365
4366[[package]]
4367name = "sqlx"
4368version = "0.7.4"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
4371dependencies = [
4372 "sqlx-core",
4373 "sqlx-macros",
4374 "sqlx-mysql",
4375 "sqlx-postgres",
4376 "sqlx-sqlite",
4377]
4378
4379[[package]]
4380name = "sqlx-core"
4381version = "0.7.4"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
4384dependencies = [
4385 "ahash",
4386 "atoi",
4387 "byteorder",
4388 "bytes",
4389 "chrono",
4390 "crc",
4391 "crossbeam-queue",
4392 "either",
4393 "event-listener",
4394 "futures-channel",
4395 "futures-core",
4396 "futures-intrusive",
4397 "futures-io",
4398 "futures-util",
4399 "hashlink",
4400 "hex",
4401 "indexmap 2.3.0",
4402 "log",
4403 "memchr",
4404 "native-tls",
4405 "once_cell",
4406 "paste",
4407 "percent-encoding",
4408 "serde",
4409 "serde_json",
4410 "sha2",
4411 "smallvec",
4412 "sqlformat",
4413 "thiserror",
4414 "tokio",
4415 "tokio-stream",
4416 "tracing",
4417 "url",
4418]
4419
4420[[package]]
4421name = "sqlx-macros"
4422version = "0.7.4"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
4425dependencies = [
4426 "proc-macro2",
4427 "quote",
4428 "sqlx-core",
4429 "sqlx-macros-core",
4430 "syn 1.0.109",
4431]
4432
4433[[package]]
4434name = "sqlx-macros-core"
4435version = "0.7.4"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
4438dependencies = [
4439 "dotenvy",
4440 "either",
4441 "heck 0.4.1",
4442 "hex",
4443 "once_cell",
4444 "proc-macro2",
4445 "quote",
4446 "serde",
4447 "serde_json",
4448 "sha2",
4449 "sqlx-core",
4450 "sqlx-mysql",
4451 "sqlx-postgres",
4452 "sqlx-sqlite",
4453 "syn 1.0.109",
4454 "tempfile",
4455 "tokio",
4456 "url",
4457]
4458
4459[[package]]
4460name = "sqlx-mysql"
4461version = "0.7.4"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
4464dependencies = [
4465 "atoi",
4466 "base64 0.21.7",
4467 "bitflags 2.6.0",
4468 "byteorder",
4469 "bytes",
4470 "chrono",
4471 "crc",
4472 "digest",
4473 "dotenvy",
4474 "either",
4475 "futures-channel",
4476 "futures-core",
4477 "futures-io",
4478 "futures-util",
4479 "generic-array",
4480 "hex",
4481 "hkdf",
4482 "hmac",
4483 "itoa",
4484 "log",
4485 "md-5",
4486 "memchr",
4487 "once_cell",
4488 "percent-encoding",
4489 "rand",
4490 "rsa",
4491 "serde",
4492 "sha1",
4493 "sha2",
4494 "smallvec",
4495 "sqlx-core",
4496 "stringprep",
4497 "thiserror",
4498 "tracing",
4499 "whoami",
4500]
4501
4502[[package]]
4503name = "sqlx-postgres"
4504version = "0.7.4"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
4507dependencies = [
4508 "atoi",
4509 "base64 0.21.7",
4510 "bitflags 2.6.0",
4511 "byteorder",
4512 "chrono",
4513 "crc",
4514 "dotenvy",
4515 "etcetera",
4516 "futures-channel",
4517 "futures-core",
4518 "futures-io",
4519 "futures-util",
4520 "hex",
4521 "hkdf",
4522 "hmac",
4523 "home",
4524 "itoa",
4525 "log",
4526 "md-5",
4527 "memchr",
4528 "once_cell",
4529 "rand",
4530 "serde",
4531 "serde_json",
4532 "sha2",
4533 "smallvec",
4534 "sqlx-core",
4535 "stringprep",
4536 "thiserror",
4537 "tracing",
4538 "whoami",
4539]
4540
4541[[package]]
4542name = "sqlx-sqlite"
4543version = "0.7.4"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
4546dependencies = [
4547 "atoi",
4548 "chrono",
4549 "flume",
4550 "futures-channel",
4551 "futures-core",
4552 "futures-executor",
4553 "futures-intrusive",
4554 "futures-util",
4555 "libsqlite3-sys",
4556 "log",
4557 "percent-encoding",
4558 "serde",
4559 "sqlx-core",
4560 "tracing",
4561 "url",
4562 "urlencoding",
4563]
4564
4565[[package]]
4566name = "stable_deref_trait"
4567version = "1.2.0"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4570
4571[[package]]
4572name = "strength_reduce"
4573version = "0.2.4"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
4576
4577[[package]]
4578name = "stringprep"
4579version = "0.1.5"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4582dependencies = [
4583 "unicode-bidi",
4584 "unicode-normalization",
4585 "unicode-properties",
4586]
4587
4588[[package]]
4589name = "strsim"
4590version = "0.10.0"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4593
4594[[package]]
4595name = "strsim"
4596version = "0.11.1"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4599
4600[[package]]
4601name = "subprocess"
4602version = "0.2.9"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
4604checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
4605dependencies = [
4606 "libc",
4607 "winapi",
4608]
4609
4610[[package]]
4611name = "substring"
4612version = "1.4.5"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
4615dependencies = [
4616 "autocfg",
4617]
4618
4619[[package]]
4620name = "subtle"
4621version = "2.6.1"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4624
4625[[package]]
4626name = "symphonia"
4627version = "0.5.4"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
4630dependencies = [
4631 "lazy_static",
4632 "symphonia-bundle-flac",
4633 "symphonia-codec-aac",
4634 "symphonia-codec-adpcm",
4635 "symphonia-codec-pcm",
4636 "symphonia-codec-vorbis",
4637 "symphonia-core",
4638 "symphonia-format-isomp4",
4639 "symphonia-format-mkv",
4640 "symphonia-format-ogg",
4641 "symphonia-format-riff",
4642 "symphonia-metadata",
4643]
4644
4645[[package]]
4646name = "symphonia-bundle-flac"
4647version = "0.5.4"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
4650dependencies = [
4651 "log",
4652 "symphonia-core",
4653 "symphonia-metadata",
4654 "symphonia-utils-xiph",
4655]
4656
4657[[package]]
4658name = "symphonia-codec-aac"
4659version = "0.5.4"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
4662dependencies = [
4663 "lazy_static",
4664 "log",
4665 "symphonia-core",
4666]
4667
4668[[package]]
4669name = "symphonia-codec-adpcm"
4670version = "0.5.4"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
4673dependencies = [
4674 "log",
4675 "symphonia-core",
4676]
4677
4678[[package]]
4679name = "symphonia-codec-pcm"
4680version = "0.5.4"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
4683dependencies = [
4684 "log",
4685 "symphonia-core",
4686]
4687
4688[[package]]
4689name = "symphonia-codec-vorbis"
4690version = "0.5.4"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
4693dependencies = [
4694 "log",
4695 "symphonia-core",
4696 "symphonia-utils-xiph",
4697]
4698
4699[[package]]
4700name = "symphonia-core"
4701version = "0.5.4"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
4704dependencies = [
4705 "arrayvec",
4706 "bitflags 1.3.2",
4707 "bytemuck",
4708 "lazy_static",
4709 "log",
4710 "rustfft",
4711]
4712
4713[[package]]
4714name = "symphonia-format-isomp4"
4715version = "0.5.4"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
4718dependencies = [
4719 "encoding_rs",
4720 "log",
4721 "symphonia-core",
4722 "symphonia-metadata",
4723 "symphonia-utils-xiph",
4724]
4725
4726[[package]]
4727name = "symphonia-format-mkv"
4728version = "0.5.4"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
4731dependencies = [
4732 "lazy_static",
4733 "log",
4734 "symphonia-core",
4735 "symphonia-metadata",
4736 "symphonia-utils-xiph",
4737]
4738
4739[[package]]
4740name = "symphonia-format-ogg"
4741version = "0.5.4"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
4744dependencies = [
4745 "log",
4746 "symphonia-core",
4747 "symphonia-metadata",
4748 "symphonia-utils-xiph",
4749]
4750
4751[[package]]
4752name = "symphonia-format-riff"
4753version = "0.5.4"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
4756dependencies = [
4757 "extended",
4758 "log",
4759 "symphonia-core",
4760 "symphonia-metadata",
4761]
4762
4763[[package]]
4764name = "symphonia-metadata"
4765version = "0.5.4"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
4768dependencies = [
4769 "encoding_rs",
4770 "lazy_static",
4771 "log",
4772 "symphonia-core",
4773]
4774
4775[[package]]
4776name = "symphonia-utils-xiph"
4777version = "0.5.4"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
4780dependencies = [
4781 "symphonia-core",
4782 "symphonia-metadata",
4783]
4784
4785[[package]]
4786name = "syn"
4787version = "1.0.109"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4790dependencies = [
4791 "proc-macro2",
4792 "quote",
4793 "unicode-ident",
4794]
4795
4796[[package]]
4797name = "syn"
4798version = "2.0.72"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
4801dependencies = [
4802 "proc-macro2",
4803 "quote",
4804 "unicode-ident",
4805]
4806
4807[[package]]
4808name = "sync_wrapper"
4809version = "0.1.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
4812
4813[[package]]
4814name = "sync_wrapper"
4815version = "1.0.1"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
4818
4819[[package]]
4820name = "synstructure"
4821version = "0.13.1"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
4824dependencies = [
4825 "proc-macro2",
4826 "quote",
4827 "syn 2.0.72",
4828]
4829
4830[[package]]
4831name = "sysctl"
4832version = "0.5.5"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
4835dependencies = [
4836 "bitflags 2.6.0",
4837 "byteorder",
4838 "enum-as-inner",
4839 "libc",
4840 "thiserror",
4841 "walkdir",
4842]
4843
4844[[package]]
4845name = "sysinfo"
4846version = "0.29.11"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
4849dependencies = [
4850 "cfg-if",
4851 "core-foundation-sys",
4852 "libc",
4853 "ntapi",
4854 "once_cell",
4855 "rayon",
4856 "winapi",
4857]
4858
4859[[package]]
4860name = "sysinfo"
4861version = "0.30.13"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
4864dependencies = [
4865 "cfg-if",
4866 "core-foundation-sys",
4867 "libc",
4868 "ntapi",
4869 "once_cell",
4870 "rayon",
4871 "windows 0.52.0",
4872]
4873
4874[[package]]
4875name = "system-configuration"
4876version = "0.5.1"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
4879dependencies = [
4880 "bitflags 1.3.2",
4881 "core-foundation",
4882 "system-configuration-sys",
4883]
4884
4885[[package]]
4886name = "system-configuration-sys"
4887version = "0.5.0"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
4890dependencies = [
4891 "core-foundation-sys",
4892 "libc",
4893]
4894
4895[[package]]
4896name = "system-deps"
4897version = "6.2.2"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
4900dependencies = [
4901 "cfg-expr",
4902 "heck 0.5.0",
4903 "pkg-config",
4904 "toml",
4905 "version-compare",
4906]
4907
4908[[package]]
4909name = "target-lexicon"
4910version = "0.12.16"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
4913
4914[[package]]
4915name = "tempfile"
4916version = "3.11.0"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
4919dependencies = [
4920 "cfg-if",
4921 "fastrand",
4922 "once_cell",
4923 "rustix",
4924 "windows-sys 0.52.0",
4925]
4926
4927[[package]]
4928name = "termcolor"
4929version = "1.4.1"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4932dependencies = [
4933 "winapi-util",
4934]
4935
4936[[package]]
4937name = "termtree"
4938version = "0.4.1"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
4941
4942[[package]]
4943name = "thiserror"
4944version = "1.0.63"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
4947dependencies = [
4948 "thiserror-impl",
4949]
4950
4951[[package]]
4952name = "thiserror-impl"
4953version = "1.0.63"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
4956dependencies = [
4957 "proc-macro2",
4958 "quote",
4959 "syn 2.0.72",
4960]
4961
4962[[package]]
4963name = "thread_local"
4964version = "1.1.8"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
4967dependencies = [
4968 "cfg-if",
4969 "once_cell",
4970]
4971
4972[[package]]
4973name = "threadpool"
4974version = "1.8.1"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4977dependencies = [
4978 "num_cpus",
4979]
4980
4981[[package]]
4982name = "tiff"
4983version = "0.9.1"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
4986dependencies = [
4987 "flate2",
4988 "jpeg-decoder",
4989 "weezl",
4990]
4991
4992[[package]]
4993name = "tinytemplate"
4994version = "1.2.1"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
4997dependencies = [
4998 "serde",
4999 "serde_json",
5000]
5001
5002[[package]]
5003name = "tinyvec"
5004version = "1.8.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
5007dependencies = [
5008 "tinyvec_macros",
5009]
5010
5011[[package]]
5012name = "tinyvec_macros"
5013version = "0.1.1"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5016
5017[[package]]
5018name = "tokenizers"
5019version = "0.19.1"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "e500fad1dd3af3d626327e6a3fe5050e664a6eaa4708b8ca92f1794aaf73e6fd"
5022dependencies = [
5023 "aho-corasick",
5024 "derive_builder",
5025 "esaxx-rs",
5026 "getrandom",
5027 "indicatif",
5028 "itertools 0.12.1",
5029 "lazy_static",
5030 "log",
5031 "macro_rules_attribute",
5032 "monostate",
5033 "onig",
5034 "paste",
5035 "rand",
5036 "rayon",
5037 "rayon-cond",
5038 "regex",
5039 "regex-syntax 0.8.4",
5040 "serde",
5041 "serde_json",
5042 "spm_precompiled",
5043 "thiserror",
5044 "unicode-normalization-alignments",
5045 "unicode-segmentation",
5046 "unicode_categories",
5047]
5048
5049[[package]]
5050name = "tokio"
5051version = "1.39.2"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
5054dependencies = [
5055 "backtrace",
5056 "bytes",
5057 "libc",
5058 "mio",
5059 "parking_lot",
5060 "pin-project-lite",
5061 "signal-hook-registry",
5062 "socket2",
5063 "tokio-macros",
5064 "tracing",
5065 "windows-sys 0.52.0",
5066]
5067
5068[[package]]
5069name = "tokio-io-timeout"
5070version = "1.2.0"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
5073dependencies = [
5074 "pin-project-lite",
5075 "tokio",
5076]
5077
5078[[package]]
5079name = "tokio-macros"
5080version = "2.4.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
5083dependencies = [
5084 "proc-macro2",
5085 "quote",
5086 "syn 2.0.72",
5087]
5088
5089[[package]]
5090name = "tokio-native-tls"
5091version = "0.3.1"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5094dependencies = [
5095 "native-tls",
5096 "tokio",
5097]
5098
5099[[package]]
5100name = "tokio-rustls"
5101version = "0.26.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
5104dependencies = [
5105 "rustls",
5106 "rustls-pki-types",
5107 "tokio",
5108]
5109
5110[[package]]
5111name = "tokio-stream"
5112version = "0.1.15"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
5115dependencies = [
5116 "futures-core",
5117 "pin-project-lite",
5118 "tokio",
5119]
5120
5121[[package]]
5122name = "tokio-util"
5123version = "0.7.11"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
5126dependencies = [
5127 "bytes",
5128 "futures-core",
5129 "futures-sink",
5130 "pin-project-lite",
5131 "tokio",
5132]
5133
5134[[package]]
5135name = "toml"
5136version = "0.8.19"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
5139dependencies = [
5140 "serde",
5141 "serde_spanned",
5142 "toml_datetime",
5143 "toml_edit 0.22.20",
5144]
5145
5146[[package]]
5147name = "toml_datetime"
5148version = "0.6.8"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
5151dependencies = [
5152 "serde",
5153]
5154
5155[[package]]
5156name = "toml_edit"
5157version = "0.21.1"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
5160dependencies = [
5161 "indexmap 2.3.0",
5162 "toml_datetime",
5163 "winnow 0.5.40",
5164]
5165
5166[[package]]
5167name = "toml_edit"
5168version = "0.22.20"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
5171dependencies = [
5172 "indexmap 2.3.0",
5173 "serde",
5174 "serde_spanned",
5175 "toml_datetime",
5176 "winnow 0.6.18",
5177]
5178
5179[[package]]
5180name = "tonic"
5181version = "0.11.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
5184dependencies = [
5185 "async-stream",
5186 "async-trait",
5187 "axum 0.6.20",
5188 "base64 0.21.7",
5189 "bytes",
5190 "h2 0.3.26",
5191 "http 0.2.12",
5192 "http-body 0.4.6",
5193 "hyper 0.14.30",
5194 "hyper-timeout",
5195 "percent-encoding",
5196 "pin-project",
5197 "prost",
5198 "tokio",
5199 "tokio-stream",
5200 "tower",
5201 "tower-layer",
5202 "tower-service",
5203 "tracing",
5204]
5205
5206[[package]]
5207name = "tower"
5208version = "0.4.13"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
5211dependencies = [
5212 "futures-core",
5213 "futures-util",
5214 "indexmap 1.9.3",
5215 "pin-project",
5216 "pin-project-lite",
5217 "rand",
5218 "slab",
5219 "tokio",
5220 "tokio-util",
5221 "tower-layer",
5222 "tower-service",
5223 "tracing",
5224]
5225
5226[[package]]
5227name = "tower-http"
5228version = "0.5.2"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
5231dependencies = [
5232 "bitflags 2.6.0",
5233 "bytes",
5234 "http 1.1.0",
5235 "http-body 1.0.1",
5236 "http-body-util",
5237 "pin-project-lite",
5238 "tower-layer",
5239 "tower-service",
5240 "tracing",
5241]
5242
5243[[package]]
5244name = "tower-layer"
5245version = "0.3.2"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
5248
5249[[package]]
5250name = "tower-service"
5251version = "0.3.2"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5254
5255[[package]]
5256name = "tracing"
5257version = "0.1.40"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
5260dependencies = [
5261 "log",
5262 "pin-project-lite",
5263 "tracing-attributes",
5264 "tracing-core",
5265]
5266
5267[[package]]
5268name = "tracing-attributes"
5269version = "0.1.27"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
5272dependencies = [
5273 "proc-macro2",
5274 "quote",
5275 "syn 2.0.72",
5276]
5277
5278[[package]]
5279name = "tracing-core"
5280version = "0.1.32"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
5283dependencies = [
5284 "once_cell",
5285 "valuable",
5286]
5287
5288[[package]]
5289name = "tracing-log"
5290version = "0.2.0"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5293dependencies = [
5294 "log",
5295 "once_cell",
5296 "tracing-core",
5297]
5298
5299[[package]]
5300name = "tracing-subscriber"
5301version = "0.3.18"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
5304dependencies = [
5305 "matchers",
5306 "nu-ansi-term",
5307 "once_cell",
5308 "regex",
5309 "sharded-slab",
5310 "smallvec",
5311 "thread_local",
5312 "tracing",
5313 "tracing-core",
5314 "tracing-log",
5315]
5316
5317[[package]]
5318name = "transpose"
5319version = "0.2.3"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
5322dependencies = [
5323 "num-integer",
5324 "strength_reduce",
5325]
5326
5327[[package]]
5328name = "try-lock"
5329version = "0.2.5"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5332
5333[[package]]
5334name = "typenum"
5335version = "1.17.0"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
5338
5339[[package]]
5340name = "unicase"
5341version = "2.7.0"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
5344dependencies = [
5345 "version_check",
5346]
5347
5348[[package]]
5349name = "unicode-bidi"
5350version = "0.3.15"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
5353
5354[[package]]
5355name = "unicode-ident"
5356version = "1.0.12"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
5359
5360[[package]]
5361name = "unicode-normalization"
5362version = "0.1.23"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
5365dependencies = [
5366 "tinyvec",
5367]
5368
5369[[package]]
5370name = "unicode-normalization-alignments"
5371version = "0.1.12"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
5374dependencies = [
5375 "smallvec",
5376]
5377
5378[[package]]
5379name = "unicode-properties"
5380version = "0.1.1"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
5383
5384[[package]]
5385name = "unicode-segmentation"
5386version = "1.11.0"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
5389
5390[[package]]
5391name = "unicode-width"
5392version = "0.1.13"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
5395
5396[[package]]
5397name = "unicode_categories"
5398version = "0.1.1"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5401
5402[[package]]
5403name = "untrusted"
5404version = "0.9.0"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5407
5408[[package]]
5409name = "ureq"
5410version = "2.10.0"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
5413dependencies = [
5414 "base64 0.22.1",
5415 "flate2",
5416 "log",
5417 "native-tls",
5418 "once_cell",
5419 "rustls",
5420 "rustls-pki-types",
5421 "serde",
5422 "serde_json",
5423 "url",
5424 "webpki-roots",
5425]
5426
5427[[package]]
5428name = "url"
5429version = "2.5.2"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
5432dependencies = [
5433 "form_urlencoded",
5434 "idna",
5435 "percent-encoding",
5436]
5437
5438[[package]]
5439name = "urlencoding"
5440version = "2.1.3"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5443
5444[[package]]
5445name = "utf8parse"
5446version = "0.2.2"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5449
5450[[package]]
5451name = "uuid"
5452version = "1.10.0"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
5455
5456[[package]]
5457name = "v_frame"
5458version = "0.3.8"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
5461dependencies = [
5462 "aligned-vec",
5463 "num-traits",
5464 "wasm-bindgen",
5465]
5466
5467[[package]]
5468name = "valuable"
5469version = "0.1.0"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5472
5473[[package]]
5474name = "vcpkg"
5475version = "0.2.15"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5478
5479[[package]]
5480name = "version-compare"
5481version = "0.2.0"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
5484
5485[[package]]
5486name = "version_check"
5487version = "0.9.5"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5490
5491[[package]]
5492name = "wait-timeout"
5493version = "0.2.0"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
5496dependencies = [
5497 "libc",
5498]
5499
5500[[package]]
5501name = "walkdir"
5502version = "2.5.0"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5505dependencies = [
5506 "same-file",
5507 "winapi-util",
5508]
5509
5510[[package]]
5511name = "want"
5512version = "0.3.1"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5515dependencies = [
5516 "try-lock",
5517]
5518
5519[[package]]
5520name = "wasi"
5521version = "0.11.0+wasi-snapshot-preview1"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
5524
5525[[package]]
5526name = "wasite"
5527version = "0.1.0"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
5530
5531[[package]]
5532name = "wasm-bindgen"
5533version = "0.2.92"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
5536dependencies = [
5537 "cfg-if",
5538 "wasm-bindgen-macro",
5539]
5540
5541[[package]]
5542name = "wasm-bindgen-backend"
5543version = "0.2.92"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
5546dependencies = [
5547 "bumpalo",
5548 "log",
5549 "once_cell",
5550 "proc-macro2",
5551 "quote",
5552 "syn 2.0.72",
5553 "wasm-bindgen-shared",
5554]
5555
5556[[package]]
5557name = "wasm-bindgen-futures"
5558version = "0.4.42"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
5561dependencies = [
5562 "cfg-if",
5563 "js-sys",
5564 "wasm-bindgen",
5565 "web-sys",
5566]
5567
5568[[package]]
5569name = "wasm-bindgen-macro"
5570version = "0.2.92"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
5573dependencies = [
5574 "quote",
5575 "wasm-bindgen-macro-support",
5576]
5577
5578[[package]]
5579name = "wasm-bindgen-macro-support"
5580version = "0.2.92"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
5583dependencies = [
5584 "proc-macro2",
5585 "quote",
5586 "syn 2.0.72",
5587 "wasm-bindgen-backend",
5588 "wasm-bindgen-shared",
5589]
5590
5591[[package]]
5592name = "wasm-bindgen-shared"
5593version = "0.2.92"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
5596
5597[[package]]
5598name = "web-sys"
5599version = "0.3.69"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
5602dependencies = [
5603 "js-sys",
5604 "wasm-bindgen",
5605]
5606
5607[[package]]
5608name = "webpki-roots"
5609version = "0.26.3"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
5612dependencies = [
5613 "rustls-pki-types",
5614]
5615
5616[[package]]
5617name = "webrtc-vad"
5618version = "0.4.0"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "39a1e40fd6ca90be95459152a2537f2ba4286ee1b13073f7ebcaa74fc94e3008"
5621dependencies = [
5622 "cc",
5623]
5624
5625[[package]]
5626name = "weezl"
5627version = "0.1.8"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
5630
5631[[package]]
5632name = "which"
5633version = "6.0.2"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
5636dependencies = [
5637 "either",
5638 "home",
5639 "rustix",
5640 "winsafe",
5641]
5642
5643[[package]]
5644name = "whoami"
5645version = "1.5.1"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
5648dependencies = [
5649 "redox_syscall 0.4.1",
5650 "wasite",
5651]
5652
5653[[package]]
5654name = "winapi"
5655version = "0.3.9"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5658dependencies = [
5659 "winapi-i686-pc-windows-gnu",
5660 "winapi-x86_64-pc-windows-gnu",
5661]
5662
5663[[package]]
5664name = "winapi-i686-pc-windows-gnu"
5665version = "0.4.0"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5668
5669[[package]]
5670name = "winapi-util"
5671version = "0.1.9"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
5674dependencies = [
5675 "windows-sys 0.59.0",
5676]
5677
5678[[package]]
5679name = "winapi-x86_64-pc-windows-gnu"
5680version = "0.4.0"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5683
5684[[package]]
5685name = "windows"
5686version = "0.52.0"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5689dependencies = [
5690 "windows-core 0.52.0",
5691 "windows-targets 0.52.6",
5692]
5693
5694[[package]]
5695name = "windows"
5696version = "0.54.0"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
5699dependencies = [
5700 "windows-core 0.54.0",
5701 "windows-targets 0.52.6",
5702]
5703
5704[[package]]
5705name = "windows-core"
5706version = "0.52.0"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5709dependencies = [
5710 "windows-targets 0.52.6",
5711]
5712
5713[[package]]
5714name = "windows-core"
5715version = "0.54.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
5718dependencies = [
5719 "windows-result",
5720 "windows-targets 0.52.6",
5721]
5722
5723[[package]]
5724name = "windows-result"
5725version = "0.1.2"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
5728dependencies = [
5729 "windows-targets 0.52.6",
5730]
5731
5732[[package]]
5733name = "windows-sys"
5734version = "0.45.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5737dependencies = [
5738 "windows-targets 0.42.2",
5739]
5740
5741[[package]]
5742name = "windows-sys"
5743version = "0.48.0"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5746dependencies = [
5747 "windows-targets 0.48.5",
5748]
5749
5750[[package]]
5751name = "windows-sys"
5752version = "0.52.0"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5755dependencies = [
5756 "windows-targets 0.52.6",
5757]
5758
5759[[package]]
5760name = "windows-sys"
5761version = "0.59.0"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5764dependencies = [
5765 "windows-targets 0.52.6",
5766]
5767
5768[[package]]
5769name = "windows-targets"
5770version = "0.42.2"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5773dependencies = [
5774 "windows_aarch64_gnullvm 0.42.2",
5775 "windows_aarch64_msvc 0.42.2",
5776 "windows_i686_gnu 0.42.2",
5777 "windows_i686_msvc 0.42.2",
5778 "windows_x86_64_gnu 0.42.2",
5779 "windows_x86_64_gnullvm 0.42.2",
5780 "windows_x86_64_msvc 0.42.2",
5781]
5782
5783[[package]]
5784name = "windows-targets"
5785version = "0.48.5"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5788dependencies = [
5789 "windows_aarch64_gnullvm 0.48.5",
5790 "windows_aarch64_msvc 0.48.5",
5791 "windows_i686_gnu 0.48.5",
5792 "windows_i686_msvc 0.48.5",
5793 "windows_x86_64_gnu 0.48.5",
5794 "windows_x86_64_gnullvm 0.48.5",
5795 "windows_x86_64_msvc 0.48.5",
5796]
5797
5798[[package]]
5799name = "windows-targets"
5800version = "0.52.6"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5803dependencies = [
5804 "windows_aarch64_gnullvm 0.52.6",
5805 "windows_aarch64_msvc 0.52.6",
5806 "windows_i686_gnu 0.52.6",
5807 "windows_i686_gnullvm",
5808 "windows_i686_msvc 0.52.6",
5809 "windows_x86_64_gnu 0.52.6",
5810 "windows_x86_64_gnullvm 0.52.6",
5811 "windows_x86_64_msvc 0.52.6",
5812]
5813
5814[[package]]
5815name = "windows_aarch64_gnullvm"
5816version = "0.42.2"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5819
5820[[package]]
5821name = "windows_aarch64_gnullvm"
5822version = "0.48.5"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5825
5826[[package]]
5827name = "windows_aarch64_gnullvm"
5828version = "0.52.6"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5831
5832[[package]]
5833name = "windows_aarch64_msvc"
5834version = "0.42.2"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5837
5838[[package]]
5839name = "windows_aarch64_msvc"
5840version = "0.48.5"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5843
5844[[package]]
5845name = "windows_aarch64_msvc"
5846version = "0.52.6"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5849
5850[[package]]
5851name = "windows_i686_gnu"
5852version = "0.42.2"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5855
5856[[package]]
5857name = "windows_i686_gnu"
5858version = "0.48.5"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5861
5862[[package]]
5863name = "windows_i686_gnu"
5864version = "0.52.6"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5867
5868[[package]]
5869name = "windows_i686_gnullvm"
5870version = "0.52.6"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5873
5874[[package]]
5875name = "windows_i686_msvc"
5876version = "0.42.2"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5879
5880[[package]]
5881name = "windows_i686_msvc"
5882version = "0.48.5"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5885
5886[[package]]
5887name = "windows_i686_msvc"
5888version = "0.52.6"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5891
5892[[package]]
5893name = "windows_x86_64_gnu"
5894version = "0.42.2"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5897
5898[[package]]
5899name = "windows_x86_64_gnu"
5900version = "0.48.5"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5903
5904[[package]]
5905name = "windows_x86_64_gnu"
5906version = "0.52.6"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5909
5910[[package]]
5911name = "windows_x86_64_gnullvm"
5912version = "0.42.2"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5915
5916[[package]]
5917name = "windows_x86_64_gnullvm"
5918version = "0.48.5"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5921
5922[[package]]
5923name = "windows_x86_64_gnullvm"
5924version = "0.52.6"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5927
5928[[package]]
5929name = "windows_x86_64_msvc"
5930version = "0.42.2"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5933
5934[[package]]
5935name = "windows_x86_64_msvc"
5936version = "0.48.5"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5939
5940[[package]]
5941name = "windows_x86_64_msvc"
5942version = "0.52.6"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5945
5946[[package]]
5947name = "winnow"
5948version = "0.5.40"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5951dependencies = [
5952 "memchr",
5953]
5954
5955[[package]]
5956name = "winnow"
5957version = "0.6.18"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
5960dependencies = [
5961 "memchr",
5962]
5963
5964[[package]]
5965name = "winreg"
5966version = "0.50.0"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5969dependencies = [
5970 "cfg-if",
5971 "windows-sys 0.48.0",
5972]
5973
5974[[package]]
5975name = "winreg"
5976version = "0.52.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
5979dependencies = [
5980 "cfg-if",
5981 "windows-sys 0.48.0",
5982]
5983
5984[[package]]
5985name = "winsafe"
5986version = "0.0.19"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
5989
5990[[package]]
5991name = "xcap"
5992version = "0.0.10"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "a462fc23e8aab59b6dbd7d717999d4589374ef94142005143e40740187847ccb"
5995dependencies = [
5996 "core-foundation",
5997 "core-graphics",
5998 "dbus",
5999 "image",
6000 "log",
6001 "percent-encoding",
6002 "sysinfo 0.30.13",
6003 "thiserror",
6004 "windows 0.54.0",
6005 "xcb",
6006]
6007
6008[[package]]
6009name = "xcb"
6010version = "1.4.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "02e75181b5a62b6eeaa72f303d3cef7dbb841e22885bf6d3e66fe23e88c55dc6"
6013dependencies = [
6014 "bitflags 1.3.2",
6015 "libc",
6016 "quick-xml",
6017]
6018
6019[[package]]
6020name = "yoke"
6021version = "0.7.4"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
6024dependencies = [
6025 "serde",
6026 "stable_deref_trait",
6027 "yoke-derive",
6028 "zerofrom",
6029]
6030
6031[[package]]
6032name = "yoke-derive"
6033version = "0.7.4"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
6036dependencies = [
6037 "proc-macro2",
6038 "quote",
6039 "syn 2.0.72",
6040 "synstructure",
6041]
6042
6043[[package]]
6044name = "zerocopy"
6045version = "0.7.35"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
6048dependencies = [
6049 "byteorder",
6050 "zerocopy-derive",
6051]
6052
6053[[package]]
6054name = "zerocopy-derive"
6055version = "0.7.35"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
6058dependencies = [
6059 "proc-macro2",
6060 "quote",
6061 "syn 2.0.72",
6062]
6063
6064[[package]]
6065name = "zerofrom"
6066version = "0.1.4"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
6069dependencies = [
6070 "zerofrom-derive",
6071]
6072
6073[[package]]
6074name = "zerofrom-derive"
6075version = "0.1.4"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
6078dependencies = [
6079 "proc-macro2",
6080 "quote",
6081 "syn 2.0.72",
6082 "synstructure",
6083]
6084
6085[[package]]
6086name = "zeroize"
6087version = "1.8.1"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6090
6091[[package]]
6092name = "zip"
6093version = "1.1.4"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
6096dependencies = [
6097 "arbitrary",
6098 "crc32fast",
6099 "crossbeam-utils",
6100 "displaydoc",
6101 "indexmap 2.3.0",
6102 "num_enum",
6103 "thiserror",
6104]
6105
6106[[package]]
6107name = "zune-core"
6108version = "0.4.12"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6111
6112[[package]]
6113name = "zune-inflate"
6114version = "0.2.54"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
6117dependencies = [
6118 "simd-adler32",
6119]
6120
6121[[package]]
6122name = "zune-jpeg"
6123version = "0.4.13"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
6126dependencies = [
6127 "zune-core",
6128]