]> git.r.bdr.sh - rbdr/lyricli/blame_incremental - Cargo.lock
Include dbus to use vendored
[rbdr/lyricli] / Cargo.lock
... / ...
CommitLineData
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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 = "anstream"
22version = "0.6.13"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "utf8parse",
32]
33
34[[package]]
35name = "anstyle"
36version = "1.0.10"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
39
40[[package]]
41name = "anstyle-parse"
42version = "0.2.3"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
45dependencies = [
46 "utf8parse",
47]
48
49[[package]]
50name = "anstyle-query"
51version = "1.0.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
54dependencies = [
55 "windows-sys",
56]
57
58[[package]]
59name = "anstyle-wincon"
60version = "3.0.2"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
63dependencies = [
64 "anstyle",
65 "windows-sys",
66]
67
68[[package]]
69name = "atomic-waker"
70version = "1.1.2"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
73
74[[package]]
75name = "autocfg"
76version = "1.1.0"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
79
80[[package]]
81name = "backtrace"
82version = "0.3.69"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
85dependencies = [
86 "addr2line",
87 "cc",
88 "cfg-if",
89 "libc",
90 "miniz_oxide",
91 "object",
92 "rustc-demangle",
93]
94
95[[package]]
96name = "base64"
97version = "0.22.1"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
100
101[[package]]
102name = "bitflags"
103version = "1.3.2"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
106
107[[package]]
108name = "bitflags"
109version = "2.4.2"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
112
113[[package]]
114name = "block"
115version = "0.1.6"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
118
119[[package]]
120name = "bumpalo"
121version = "3.15.4"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
124
125[[package]]
126name = "byteorder"
127version = "1.5.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
130
131[[package]]
132name = "bytes"
133version = "1.9.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
136
137[[package]]
138name = "cc"
139version = "1.0.90"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
142
143[[package]]
144name = "cfg-if"
145version = "1.0.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
148
149[[package]]
150name = "clap"
151version = "4.5.27"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
154dependencies = [
155 "clap_builder",
156 "clap_derive",
157]
158
159[[package]]
160name = "clap_builder"
161version = "4.5.27"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
164dependencies = [
165 "anstream",
166 "anstyle",
167 "clap_lex",
168 "strsim 0.11.0",
169]
170
171[[package]]
172name = "clap_derive"
173version = "4.5.24"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
176dependencies = [
177 "heck 0.5.0",
178 "proc-macro2",
179 "quote 1.0.35",
180 "syn 2.0.96",
181]
182
183[[package]]
184name = "clap_lex"
185version = "0.7.4"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
188
189[[package]]
190name = "cocoa"
191version = "0.26.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
194dependencies = [
195 "bitflags 2.4.2",
196 "block",
197 "cocoa-foundation",
198 "core-foundation 0.10.0",
199 "core-graphics",
200 "foreign-types 0.5.0",
201 "libc",
202 "objc",
203]
204
205[[package]]
206name = "cocoa-foundation"
207version = "0.2.0"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
210dependencies = [
211 "bitflags 2.4.2",
212 "block",
213 "core-foundation 0.10.0",
214 "core-graphics-types",
215 "libc",
216 "objc",
217]
218
219[[package]]
220name = "colorchoice"
221version = "1.0.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
224
225[[package]]
226name = "core-foundation"
227version = "0.9.4"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
230dependencies = [
231 "core-foundation-sys",
232 "libc",
233]
234
235[[package]]
236name = "core-foundation"
237version = "0.10.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
240dependencies = [
241 "core-foundation-sys",
242 "libc",
243]
244
245[[package]]
246name = "core-foundation-sys"
247version = "0.8.7"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
250
251[[package]]
252name = "core-graphics"
253version = "0.24.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
256dependencies = [
257 "bitflags 2.4.2",
258 "core-foundation 0.10.0",
259 "core-graphics-types",
260 "foreign-types 0.5.0",
261 "libc",
262]
263
264[[package]]
265name = "core-graphics-types"
266version = "0.2.0"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
269dependencies = [
270 "bitflags 2.4.2",
271 "core-foundation 0.10.0",
272 "libc",
273]
274
275[[package]]
276name = "cssparser"
277version = "0.34.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "b7c66d1cd8ed61bf80b38432613a7a2f09401ab8d0501110655f8b341484a3e3"
280dependencies = [
281 "cssparser-macros",
282 "dtoa-short",
283 "itoa",
284 "phf",
285 "smallvec",
286]
287
288[[package]]
289name = "cssparser-macros"
290version = "0.6.1"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
293dependencies = [
294 "quote 1.0.35",
295 "syn 2.0.96",
296]
297
298[[package]]
299name = "darling"
300version = "0.14.4"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
303dependencies = [
304 "darling_core",
305 "darling_macro",
306]
307
308[[package]]
309name = "darling_core"
310version = "0.14.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
313dependencies = [
314 "fnv",
315 "ident_case",
316 "proc-macro2",
317 "quote 1.0.35",
318 "strsim 0.10.0",
319 "syn 1.0.109",
320]
321
322[[package]]
323name = "darling_macro"
324version = "0.14.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
327dependencies = [
328 "darling_core",
329 "quote 1.0.35",
330 "syn 1.0.109",
331]
332
333[[package]]
334name = "dbus"
335version = "0.9.7"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
338dependencies = [
339 "libc",
340 "libdbus-sys",
341 "winapi",
342]
343
344[[package]]
345name = "derive_is_enum_variant"
346version = "0.1.1"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "d0ac8859845146979953797f03cc5b282fb4396891807cdb3d04929a88418197"
349dependencies = [
350 "heck 0.3.3",
351 "quote 0.3.15",
352 "syn 0.11.11",
353]
354
355[[package]]
356name = "derive_more"
357version = "0.99.17"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
360dependencies = [
361 "proc-macro2",
362 "quote 1.0.35",
363 "syn 1.0.109",
364]
365
366[[package]]
367name = "dtoa"
368version = "1.0.9"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
371
372[[package]]
373name = "dtoa-short"
374version = "0.3.4"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
377dependencies = [
378 "dtoa",
379]
380
381[[package]]
382name = "ego-tree"
383version = "0.10.0"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8"
386
387[[package]]
388name = "encoding_rs"
389version = "0.8.33"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
392dependencies = [
393 "cfg-if",
394]
395
396[[package]]
397name = "enum-kinds"
398version = "0.5.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
401dependencies = [
402 "proc-macro2",
403 "quote 1.0.35",
404 "syn 1.0.109",
405]
406
407[[package]]
408name = "equivalent"
409version = "1.0.1"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
412
413[[package]]
414name = "errno"
415version = "0.3.8"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
418dependencies = [
419 "libc",
420 "windows-sys",
421]
422
423[[package]]
424name = "fastrand"
425version = "2.0.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
428
429[[package]]
430name = "fnv"
431version = "1.0.7"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
434
435[[package]]
436name = "foreign-types"
437version = "0.3.2"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
440dependencies = [
441 "foreign-types-shared 0.1.1",
442]
443
444[[package]]
445name = "foreign-types"
446version = "0.5.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
449dependencies = [
450 "foreign-types-macros",
451 "foreign-types-shared 0.3.1",
452]
453
454[[package]]
455name = "foreign-types-macros"
456version = "0.2.3"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
459dependencies = [
460 "proc-macro2",
461 "quote 1.0.35",
462 "syn 2.0.96",
463]
464
465[[package]]
466name = "foreign-types-shared"
467version = "0.1.1"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
470
471[[package]]
472name = "foreign-types-shared"
473version = "0.3.1"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
476
477[[package]]
478name = "form_urlencoded"
479version = "1.2.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
482dependencies = [
483 "percent-encoding",
484]
485
486[[package]]
487name = "from_variants"
488version = "1.0.2"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "4e859c8f2057687618905dbe99fc76e836e0a69738865ef90e46fc214a41bbf2"
491dependencies = [
492 "from_variants_impl",
493]
494
495[[package]]
496name = "from_variants_impl"
497version = "1.0.2"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "55a5e644a80e6d96b2b4910fa7993301d7b7926c045b475b62202b20a36ce69e"
500dependencies = [
501 "darling",
502 "proc-macro2",
503 "quote 1.0.35",
504 "syn 1.0.109",
505]
506
507[[package]]
508name = "futf"
509version = "0.1.5"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
512dependencies = [
513 "mac",
514 "new_debug_unreachable",
515]
516
517[[package]]
518name = "futures-channel"
519version = "0.3.30"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
522dependencies = [
523 "futures-core",
524]
525
526[[package]]
527name = "futures-core"
528version = "0.3.30"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
531
532[[package]]
533name = "futures-sink"
534version = "0.3.30"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
537
538[[package]]
539name = "futures-task"
540version = "0.3.30"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
543
544[[package]]
545name = "futures-util"
546version = "0.3.30"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
549dependencies = [
550 "futures-core",
551 "futures-task",
552 "pin-project-lite",
553 "pin-utils",
554]
555
556[[package]]
557name = "fxhash"
558version = "0.2.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
561dependencies = [
562 "byteorder",
563]
564
565[[package]]
566name = "getopts"
567version = "0.2.21"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
570dependencies = [
571 "unicode-width",
572]
573
574[[package]]
575name = "getrandom"
576version = "0.2.12"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
579dependencies = [
580 "cfg-if",
581 "libc",
582 "wasi",
583]
584
585[[package]]
586name = "gimli"
587version = "0.28.1"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
590
591[[package]]
592name = "h2"
593version = "0.4.7"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
596dependencies = [
597 "atomic-waker",
598 "bytes",
599 "fnv",
600 "futures-core",
601 "futures-sink",
602 "http",
603 "indexmap",
604 "slab",
605 "tokio",
606 "tokio-util",
607 "tracing",
608]
609
610[[package]]
611name = "hashbrown"
612version = "0.14.3"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
615
616[[package]]
617name = "heck"
618version = "0.3.3"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
621dependencies = [
622 "unicode-segmentation",
623]
624
625[[package]]
626name = "heck"
627version = "0.5.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
630
631[[package]]
632name = "html5ever"
633version = "0.29.0"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "2e15626aaf9c351bc696217cbe29cb9b5e86c43f8a46b5e2f5c6c5cf7cb904ce"
636dependencies = [
637 "log",
638 "mac",
639 "markup5ever",
640 "proc-macro2",
641 "quote 1.0.35",
642 "syn 2.0.96",
643]
644
645[[package]]
646name = "http"
647version = "1.2.0"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
650dependencies = [
651 "bytes",
652 "fnv",
653 "itoa",
654]
655
656[[package]]
657name = "http-body"
658version = "1.0.1"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
661dependencies = [
662 "bytes",
663 "http",
664]
665
666[[package]]
667name = "http-body-util"
668version = "0.1.2"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
671dependencies = [
672 "bytes",
673 "futures-util",
674 "http",
675 "http-body",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "httparse"
681version = "1.8.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
684
685[[package]]
686name = "hyper"
687version = "1.5.2"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
690dependencies = [
691 "bytes",
692 "futures-channel",
693 "futures-util",
694 "h2",
695 "http",
696 "http-body",
697 "httparse",
698 "itoa",
699 "pin-project-lite",
700 "smallvec",
701 "tokio",
702 "want",
703]
704
705[[package]]
706name = "hyper-rustls"
707version = "0.27.5"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
710dependencies = [
711 "futures-util",
712 "http",
713 "hyper",
714 "hyper-util",
715 "rustls",
716 "rustls-pki-types",
717 "tokio",
718 "tokio-rustls",
719 "tower-service",
720]
721
722[[package]]
723name = "hyper-tls"
724version = "0.6.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
727dependencies = [
728 "bytes",
729 "http-body-util",
730 "hyper",
731 "hyper-util",
732 "native-tls",
733 "tokio",
734 "tokio-native-tls",
735 "tower-service",
736]
737
738[[package]]
739name = "hyper-util"
740version = "0.1.10"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
743dependencies = [
744 "bytes",
745 "futures-channel",
746 "futures-util",
747 "http",
748 "http-body",
749 "hyper",
750 "pin-project-lite",
751 "socket2",
752 "tokio",
753 "tower-service",
754 "tracing",
755]
756
757[[package]]
758name = "ident_case"
759version = "1.0.1"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
762
763[[package]]
764name = "idna"
765version = "0.5.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
768dependencies = [
769 "unicode-bidi",
770 "unicode-normalization",
771]
772
773[[package]]
774name = "indexmap"
775version = "2.2.5"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
778dependencies = [
779 "equivalent",
780 "hashbrown",
781]
782
783[[package]]
784name = "ipnet"
785version = "2.9.0"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
788
789[[package]]
790name = "itoa"
791version = "1.0.10"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
794
795[[package]]
796name = "js-sys"
797version = "0.3.69"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
800dependencies = [
801 "wasm-bindgen",
802]
803
804[[package]]
805name = "lazy_static"
806version = "1.4.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
809
810[[package]]
811name = "libc"
812version = "0.2.169"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
815
816[[package]]
817name = "libdbus-sys"
818version = "0.2.5"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
821dependencies = [
822 "cc",
823 "pkg-config",
824]
825
826[[package]]
827name = "linux-raw-sys"
828version = "0.4.13"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
831
832[[package]]
833name = "lock_api"
834version = "0.4.11"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
837dependencies = [
838 "autocfg",
839 "scopeguard",
840]
841
842[[package]]
843name = "log"
844version = "0.4.21"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
847
848[[package]]
849name = "lyricli"
850version = "3.0.0"
851dependencies = [
852 "clap",
853 "cocoa",
854 "dbus",
855 "libc",
856 "mpris",
857 "objc",
858 "objc_id",
859 "percent-encoding",
860 "reqwest",
861 "scraper",
862 "serde",
863 "serde_json",
864 "tokio",
865]
866
867[[package]]
868name = "mac"
869version = "0.1.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
872
873[[package]]
874name = "malloc_buf"
875version = "0.0.6"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
878dependencies = [
879 "libc",
880]
881
882[[package]]
883name = "markup5ever"
884version = "0.14.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "82c88c6129bd24319e62a0359cb6b958fa7e8be6e19bb1663bc396b90883aca5"
887dependencies = [
888 "log",
889 "phf",
890 "phf_codegen",
891 "string_cache",
892 "string_cache_codegen",
893 "tendril",
894]
895
896[[package]]
897name = "memchr"
898version = "2.7.1"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
901
902[[package]]
903name = "mime"
904version = "0.3.17"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
907
908[[package]]
909name = "miniz_oxide"
910version = "0.7.2"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
913dependencies = [
914 "adler",
915]
916
917[[package]]
918name = "mio"
919version = "1.0.3"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
922dependencies = [
923 "libc",
924 "wasi",
925 "windows-sys",
926]
927
928[[package]]
929name = "mpris"
930version = "2.0.1"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "55cef955a7826b1e00e901a3652e7a895abd221fb4ab61547e7d0e4c235d7feb"
933dependencies = [
934 "dbus",
935 "derive_is_enum_variant",
936 "enum-kinds",
937 "from_variants",
938 "thiserror",
939]
940
941[[package]]
942name = "native-tls"
943version = "0.2.11"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
946dependencies = [
947 "lazy_static",
948 "libc",
949 "log",
950 "openssl",
951 "openssl-probe",
952 "openssl-sys",
953 "schannel",
954 "security-framework",
955 "security-framework-sys",
956 "tempfile",
957]
958
959[[package]]
960name = "new_debug_unreachable"
961version = "1.0.4"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
964
965[[package]]
966name = "objc"
967version = "0.2.7"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
970dependencies = [
971 "malloc_buf",
972]
973
974[[package]]
975name = "objc_id"
976version = "0.1.1"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
979dependencies = [
980 "objc",
981]
982
983[[package]]
984name = "object"
985version = "0.32.2"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
988dependencies = [
989 "memchr",
990]
991
992[[package]]
993name = "once_cell"
994version = "1.19.0"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
997
998[[package]]
999name = "openssl"
1000version = "0.10.64"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1003dependencies = [
1004 "bitflags 2.4.2",
1005 "cfg-if",
1006 "foreign-types 0.3.2",
1007 "libc",
1008 "once_cell",
1009 "openssl-macros",
1010 "openssl-sys",
1011]
1012
1013[[package]]
1014name = "openssl-macros"
1015version = "0.1.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1018dependencies = [
1019 "proc-macro2",
1020 "quote 1.0.35",
1021 "syn 2.0.96",
1022]
1023
1024[[package]]
1025name = "openssl-probe"
1026version = "0.1.5"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1029
1030[[package]]
1031name = "openssl-src"
1032version = "300.4.1+3.4.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
1035dependencies = [
1036 "cc",
1037]
1038
1039[[package]]
1040name = "openssl-sys"
1041version = "0.9.101"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
1044dependencies = [
1045 "cc",
1046 "libc",
1047 "openssl-src",
1048 "pkg-config",
1049 "vcpkg",
1050]
1051
1052[[package]]
1053name = "parking_lot"
1054version = "0.12.1"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1057dependencies = [
1058 "lock_api",
1059 "parking_lot_core",
1060]
1061
1062[[package]]
1063name = "parking_lot_core"
1064version = "0.9.9"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1067dependencies = [
1068 "cfg-if",
1069 "libc",
1070 "redox_syscall",
1071 "smallvec",
1072 "windows-targets 0.48.5",
1073]
1074
1075[[package]]
1076name = "percent-encoding"
1077version = "2.3.1"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1080
1081[[package]]
1082name = "phf"
1083version = "0.11.2"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1086dependencies = [
1087 "phf_macros",
1088 "phf_shared 0.11.2",
1089]
1090
1091[[package]]
1092name = "phf_codegen"
1093version = "0.11.3"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1096dependencies = [
1097 "phf_generator 0.11.2",
1098 "phf_shared 0.11.2",
1099]
1100
1101[[package]]
1102name = "phf_generator"
1103version = "0.10.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1106dependencies = [
1107 "phf_shared 0.10.0",
1108 "rand",
1109]
1110
1111[[package]]
1112name = "phf_generator"
1113version = "0.11.2"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1116dependencies = [
1117 "phf_shared 0.11.2",
1118 "rand",
1119]
1120
1121[[package]]
1122name = "phf_macros"
1123version = "0.11.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
1126dependencies = [
1127 "phf_generator 0.11.2",
1128 "phf_shared 0.11.2",
1129 "proc-macro2",
1130 "quote 1.0.35",
1131 "syn 2.0.96",
1132]
1133
1134[[package]]
1135name = "phf_shared"
1136version = "0.10.0"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1139dependencies = [
1140 "siphasher",
1141]
1142
1143[[package]]
1144name = "phf_shared"
1145version = "0.11.2"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1148dependencies = [
1149 "siphasher",
1150]
1151
1152[[package]]
1153name = "pin-project-lite"
1154version = "0.2.13"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1157
1158[[package]]
1159name = "pin-utils"
1160version = "0.1.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1163
1164[[package]]
1165name = "pkg-config"
1166version = "0.3.30"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1169
1170[[package]]
1171name = "ppv-lite86"
1172version = "0.2.17"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1175
1176[[package]]
1177name = "precomputed-hash"
1178version = "0.1.1"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1181
1182[[package]]
1183name = "proc-macro2"
1184version = "1.0.93"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
1187dependencies = [
1188 "unicode-ident",
1189]
1190
1191[[package]]
1192name = "quote"
1193version = "0.3.15"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
1196
1197[[package]]
1198name = "quote"
1199version = "1.0.35"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1202dependencies = [
1203 "proc-macro2",
1204]
1205
1206[[package]]
1207name = "rand"
1208version = "0.8.5"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1211dependencies = [
1212 "libc",
1213 "rand_chacha",
1214 "rand_core",
1215]
1216
1217[[package]]
1218name = "rand_chacha"
1219version = "0.3.1"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1222dependencies = [
1223 "ppv-lite86",
1224 "rand_core",
1225]
1226
1227[[package]]
1228name = "rand_core"
1229version = "0.6.4"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1232dependencies = [
1233 "getrandom",
1234]
1235
1236[[package]]
1237name = "redox_syscall"
1238version = "0.4.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1241dependencies = [
1242 "bitflags 1.3.2",
1243]
1244
1245[[package]]
1246name = "reqwest"
1247version = "0.12.12"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
1250dependencies = [
1251 "base64",
1252 "bytes",
1253 "encoding_rs",
1254 "futures-core",
1255 "futures-util",
1256 "h2",
1257 "http",
1258 "http-body",
1259 "http-body-util",
1260 "hyper",
1261 "hyper-rustls",
1262 "hyper-tls",
1263 "hyper-util",
1264 "ipnet",
1265 "js-sys",
1266 "log",
1267 "mime",
1268 "native-tls",
1269 "once_cell",
1270 "percent-encoding",
1271 "pin-project-lite",
1272 "rustls-pemfile",
1273 "serde",
1274 "serde_json",
1275 "serde_urlencoded",
1276 "sync_wrapper",
1277 "system-configuration",
1278 "tokio",
1279 "tokio-native-tls",
1280 "tower",
1281 "tower-service",
1282 "url",
1283 "wasm-bindgen",
1284 "wasm-bindgen-futures",
1285 "web-sys",
1286 "windows-registry",
1287]
1288
1289[[package]]
1290name = "ring"
1291version = "0.17.8"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1294dependencies = [
1295 "cc",
1296 "cfg-if",
1297 "getrandom",
1298 "libc",
1299 "spin",
1300 "untrusted",
1301 "windows-sys",
1302]
1303
1304[[package]]
1305name = "rustc-demangle"
1306version = "0.1.23"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1309
1310[[package]]
1311name = "rustix"
1312version = "0.38.31"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1315dependencies = [
1316 "bitflags 2.4.2",
1317 "errno",
1318 "libc",
1319 "linux-raw-sys",
1320 "windows-sys",
1321]
1322
1323[[package]]
1324name = "rustls"
1325version = "0.23.21"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
1328dependencies = [
1329 "once_cell",
1330 "rustls-pki-types",
1331 "rustls-webpki",
1332 "subtle",
1333 "zeroize",
1334]
1335
1336[[package]]
1337name = "rustls-pemfile"
1338version = "2.2.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1341dependencies = [
1342 "rustls-pki-types",
1343]
1344
1345[[package]]
1346name = "rustls-pki-types"
1347version = "1.10.1"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
1350
1351[[package]]
1352name = "rustls-webpki"
1353version = "0.102.8"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
1356dependencies = [
1357 "ring",
1358 "rustls-pki-types",
1359 "untrusted",
1360]
1361
1362[[package]]
1363name = "ryu"
1364version = "1.0.17"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1367
1368[[package]]
1369name = "schannel"
1370version = "0.1.23"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1373dependencies = [
1374 "windows-sys",
1375]
1376
1377[[package]]
1378name = "scopeguard"
1379version = "1.2.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1382
1383[[package]]
1384name = "scraper"
1385version = "0.22.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "cc3d051b884f40e309de6c149734eab57aa8cc1347992710dc80bcc1c2194c15"
1388dependencies = [
1389 "cssparser",
1390 "ego-tree",
1391 "getopts",
1392 "html5ever",
1393 "precomputed-hash",
1394 "selectors",
1395 "tendril",
1396]
1397
1398[[package]]
1399name = "security-framework"
1400version = "2.9.2"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1403dependencies = [
1404 "bitflags 1.3.2",
1405 "core-foundation 0.9.4",
1406 "core-foundation-sys",
1407 "libc",
1408 "security-framework-sys",
1409]
1410
1411[[package]]
1412name = "security-framework-sys"
1413version = "2.9.1"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1416dependencies = [
1417 "core-foundation-sys",
1418 "libc",
1419]
1420
1421[[package]]
1422name = "selectors"
1423version = "0.26.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "fd568a4c9bb598e291a08244a5c1f5a8a6650bee243b5b0f8dbb3d9cc1d87fe8"
1426dependencies = [
1427 "bitflags 2.4.2",
1428 "cssparser",
1429 "derive_more",
1430 "fxhash",
1431 "log",
1432 "new_debug_unreachable",
1433 "phf",
1434 "phf_codegen",
1435 "precomputed-hash",
1436 "servo_arc",
1437 "smallvec",
1438]
1439
1440[[package]]
1441name = "serde"
1442version = "1.0.217"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
1445dependencies = [
1446 "serde_derive",
1447]
1448
1449[[package]]
1450name = "serde_derive"
1451version = "1.0.217"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
1454dependencies = [
1455 "proc-macro2",
1456 "quote 1.0.35",
1457 "syn 2.0.96",
1458]
1459
1460[[package]]
1461name = "serde_json"
1462version = "1.0.137"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
1465dependencies = [
1466 "itoa",
1467 "memchr",
1468 "ryu",
1469 "serde",
1470]
1471
1472[[package]]
1473name = "serde_urlencoded"
1474version = "0.7.1"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1477dependencies = [
1478 "form_urlencoded",
1479 "itoa",
1480 "ryu",
1481 "serde",
1482]
1483
1484[[package]]
1485name = "servo_arc"
1486version = "0.4.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a"
1489dependencies = [
1490 "stable_deref_trait",
1491]
1492
1493[[package]]
1494name = "signal-hook-registry"
1495version = "1.4.1"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1498dependencies = [
1499 "libc",
1500]
1501
1502[[package]]
1503name = "siphasher"
1504version = "0.3.11"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1507
1508[[package]]
1509name = "slab"
1510version = "0.4.9"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1513dependencies = [
1514 "autocfg",
1515]
1516
1517[[package]]
1518name = "smallvec"
1519version = "1.13.1"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1522
1523[[package]]
1524name = "socket2"
1525version = "0.5.6"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
1528dependencies = [
1529 "libc",
1530 "windows-sys",
1531]
1532
1533[[package]]
1534name = "spin"
1535version = "0.9.8"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1538
1539[[package]]
1540name = "stable_deref_trait"
1541version = "1.2.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1544
1545[[package]]
1546name = "string_cache"
1547version = "0.8.7"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1550dependencies = [
1551 "new_debug_unreachable",
1552 "once_cell",
1553 "parking_lot",
1554 "phf_shared 0.10.0",
1555 "precomputed-hash",
1556 "serde",
1557]
1558
1559[[package]]
1560name = "string_cache_codegen"
1561version = "0.5.2"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
1564dependencies = [
1565 "phf_generator 0.10.0",
1566 "phf_shared 0.10.0",
1567 "proc-macro2",
1568 "quote 1.0.35",
1569]
1570
1571[[package]]
1572name = "strsim"
1573version = "0.10.0"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1576
1577[[package]]
1578name = "strsim"
1579version = "0.11.0"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
1582
1583[[package]]
1584name = "subtle"
1585version = "2.6.1"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1588
1589[[package]]
1590name = "syn"
1591version = "0.11.11"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
1594dependencies = [
1595 "quote 0.3.15",
1596 "synom",
1597 "unicode-xid",
1598]
1599
1600[[package]]
1601name = "syn"
1602version = "1.0.109"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1605dependencies = [
1606 "proc-macro2",
1607 "quote 1.0.35",
1608 "unicode-ident",
1609]
1610
1611[[package]]
1612name = "syn"
1613version = "2.0.96"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
1616dependencies = [
1617 "proc-macro2",
1618 "quote 1.0.35",
1619 "unicode-ident",
1620]
1621
1622[[package]]
1623name = "sync_wrapper"
1624version = "1.0.2"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1627dependencies = [
1628 "futures-core",
1629]
1630
1631[[package]]
1632name = "synom"
1633version = "0.11.3"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
1636dependencies = [
1637 "unicode-xid",
1638]
1639
1640[[package]]
1641name = "system-configuration"
1642version = "0.6.1"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
1645dependencies = [
1646 "bitflags 2.4.2",
1647 "core-foundation 0.9.4",
1648 "system-configuration-sys",
1649]
1650
1651[[package]]
1652name = "system-configuration-sys"
1653version = "0.6.0"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1656dependencies = [
1657 "core-foundation-sys",
1658 "libc",
1659]
1660
1661[[package]]
1662name = "tempfile"
1663version = "3.10.1"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1666dependencies = [
1667 "cfg-if",
1668 "fastrand",
1669 "rustix",
1670 "windows-sys",
1671]
1672
1673[[package]]
1674name = "tendril"
1675version = "0.4.3"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1678dependencies = [
1679 "futf",
1680 "mac",
1681 "utf-8",
1682]
1683
1684[[package]]
1685name = "thiserror"
1686version = "1.0.58"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
1689dependencies = [
1690 "thiserror-impl",
1691]
1692
1693[[package]]
1694name = "thiserror-impl"
1695version = "1.0.58"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
1698dependencies = [
1699 "proc-macro2",
1700 "quote 1.0.35",
1701 "syn 2.0.96",
1702]
1703
1704[[package]]
1705name = "tinyvec"
1706version = "1.6.0"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1709dependencies = [
1710 "tinyvec_macros",
1711]
1712
1713[[package]]
1714name = "tinyvec_macros"
1715version = "0.1.1"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1718
1719[[package]]
1720name = "tokio"
1721version = "1.43.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
1724dependencies = [
1725 "backtrace",
1726 "bytes",
1727 "libc",
1728 "mio",
1729 "parking_lot",
1730 "pin-project-lite",
1731 "signal-hook-registry",
1732 "socket2",
1733 "tokio-macros",
1734 "windows-sys",
1735]
1736
1737[[package]]
1738name = "tokio-macros"
1739version = "2.5.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1742dependencies = [
1743 "proc-macro2",
1744 "quote 1.0.35",
1745 "syn 2.0.96",
1746]
1747
1748[[package]]
1749name = "tokio-native-tls"
1750version = "0.3.1"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1753dependencies = [
1754 "native-tls",
1755 "tokio",
1756]
1757
1758[[package]]
1759name = "tokio-rustls"
1760version = "0.26.1"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
1763dependencies = [
1764 "rustls",
1765 "tokio",
1766]
1767
1768[[package]]
1769name = "tokio-util"
1770version = "0.7.10"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1773dependencies = [
1774 "bytes",
1775 "futures-core",
1776 "futures-sink",
1777 "pin-project-lite",
1778 "tokio",
1779 "tracing",
1780]
1781
1782[[package]]
1783name = "tower"
1784version = "0.5.2"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1787dependencies = [
1788 "futures-core",
1789 "futures-util",
1790 "pin-project-lite",
1791 "sync_wrapper",
1792 "tokio",
1793 "tower-layer",
1794 "tower-service",
1795]
1796
1797[[package]]
1798name = "tower-layer"
1799version = "0.3.3"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1802
1803[[package]]
1804name = "tower-service"
1805version = "0.3.3"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1808
1809[[package]]
1810name = "tracing"
1811version = "0.1.40"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1814dependencies = [
1815 "pin-project-lite",
1816 "tracing-core",
1817]
1818
1819[[package]]
1820name = "tracing-core"
1821version = "0.1.32"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1824dependencies = [
1825 "once_cell",
1826]
1827
1828[[package]]
1829name = "try-lock"
1830version = "0.2.5"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1833
1834[[package]]
1835name = "unicode-bidi"
1836version = "0.3.15"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1839
1840[[package]]
1841name = "unicode-ident"
1842version = "1.0.12"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1845
1846[[package]]
1847name = "unicode-normalization"
1848version = "0.1.23"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1851dependencies = [
1852 "tinyvec",
1853]
1854
1855[[package]]
1856name = "unicode-segmentation"
1857version = "1.11.0"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1860
1861[[package]]
1862name = "unicode-width"
1863version = "0.1.11"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1866
1867[[package]]
1868name = "unicode-xid"
1869version = "0.0.4"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
1872
1873[[package]]
1874name = "untrusted"
1875version = "0.9.0"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1878
1879[[package]]
1880name = "url"
1881version = "2.5.0"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1884dependencies = [
1885 "form_urlencoded",
1886 "idna",
1887 "percent-encoding",
1888]
1889
1890[[package]]
1891name = "utf-8"
1892version = "0.7.6"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1895
1896[[package]]
1897name = "utf8parse"
1898version = "0.2.1"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1901
1902[[package]]
1903name = "vcpkg"
1904version = "0.2.15"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1907
1908[[package]]
1909name = "want"
1910version = "0.3.1"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1913dependencies = [
1914 "try-lock",
1915]
1916
1917[[package]]
1918name = "wasi"
1919version = "0.11.0+wasi-snapshot-preview1"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1922
1923[[package]]
1924name = "wasm-bindgen"
1925version = "0.2.92"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1928dependencies = [
1929 "cfg-if",
1930 "wasm-bindgen-macro",
1931]
1932
1933[[package]]
1934name = "wasm-bindgen-backend"
1935version = "0.2.92"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1938dependencies = [
1939 "bumpalo",
1940 "log",
1941 "once_cell",
1942 "proc-macro2",
1943 "quote 1.0.35",
1944 "syn 2.0.96",
1945 "wasm-bindgen-shared",
1946]
1947
1948[[package]]
1949name = "wasm-bindgen-futures"
1950version = "0.4.42"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
1953dependencies = [
1954 "cfg-if",
1955 "js-sys",
1956 "wasm-bindgen",
1957 "web-sys",
1958]
1959
1960[[package]]
1961name = "wasm-bindgen-macro"
1962version = "0.2.92"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1965dependencies = [
1966 "quote 1.0.35",
1967 "wasm-bindgen-macro-support",
1968]
1969
1970[[package]]
1971name = "wasm-bindgen-macro-support"
1972version = "0.2.92"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1975dependencies = [
1976 "proc-macro2",
1977 "quote 1.0.35",
1978 "syn 2.0.96",
1979 "wasm-bindgen-backend",
1980 "wasm-bindgen-shared",
1981]
1982
1983[[package]]
1984name = "wasm-bindgen-shared"
1985version = "0.2.92"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1988
1989[[package]]
1990name = "web-sys"
1991version = "0.3.69"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
1994dependencies = [
1995 "js-sys",
1996 "wasm-bindgen",
1997]
1998
1999[[package]]
2000name = "winapi"
2001version = "0.3.9"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2004dependencies = [
2005 "winapi-i686-pc-windows-gnu",
2006 "winapi-x86_64-pc-windows-gnu",
2007]
2008
2009[[package]]
2010name = "winapi-i686-pc-windows-gnu"
2011version = "0.4.0"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2014
2015[[package]]
2016name = "winapi-x86_64-pc-windows-gnu"
2017version = "0.4.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020
2021[[package]]
2022name = "windows-registry"
2023version = "0.2.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2026dependencies = [
2027 "windows-result",
2028 "windows-strings",
2029 "windows-targets 0.52.6",
2030]
2031
2032[[package]]
2033name = "windows-result"
2034version = "0.2.0"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2037dependencies = [
2038 "windows-targets 0.52.6",
2039]
2040
2041[[package]]
2042name = "windows-strings"
2043version = "0.1.0"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2046dependencies = [
2047 "windows-result",
2048 "windows-targets 0.52.6",
2049]
2050
2051[[package]]
2052name = "windows-sys"
2053version = "0.52.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2056dependencies = [
2057 "windows-targets 0.52.6",
2058]
2059
2060[[package]]
2061name = "windows-targets"
2062version = "0.48.5"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2065dependencies = [
2066 "windows_aarch64_gnullvm 0.48.5",
2067 "windows_aarch64_msvc 0.48.5",
2068 "windows_i686_gnu 0.48.5",
2069 "windows_i686_msvc 0.48.5",
2070 "windows_x86_64_gnu 0.48.5",
2071 "windows_x86_64_gnullvm 0.48.5",
2072 "windows_x86_64_msvc 0.48.5",
2073]
2074
2075[[package]]
2076name = "windows-targets"
2077version = "0.52.6"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2080dependencies = [
2081 "windows_aarch64_gnullvm 0.52.6",
2082 "windows_aarch64_msvc 0.52.6",
2083 "windows_i686_gnu 0.52.6",
2084 "windows_i686_gnullvm",
2085 "windows_i686_msvc 0.52.6",
2086 "windows_x86_64_gnu 0.52.6",
2087 "windows_x86_64_gnullvm 0.52.6",
2088 "windows_x86_64_msvc 0.52.6",
2089]
2090
2091[[package]]
2092name = "windows_aarch64_gnullvm"
2093version = "0.48.5"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2096
2097[[package]]
2098name = "windows_aarch64_gnullvm"
2099version = "0.52.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2102
2103[[package]]
2104name = "windows_aarch64_msvc"
2105version = "0.48.5"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2108
2109[[package]]
2110name = "windows_aarch64_msvc"
2111version = "0.52.6"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2114
2115[[package]]
2116name = "windows_i686_gnu"
2117version = "0.48.5"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2120
2121[[package]]
2122name = "windows_i686_gnu"
2123version = "0.52.6"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2126
2127[[package]]
2128name = "windows_i686_gnullvm"
2129version = "0.52.6"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2132
2133[[package]]
2134name = "windows_i686_msvc"
2135version = "0.48.5"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2138
2139[[package]]
2140name = "windows_i686_msvc"
2141version = "0.52.6"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2144
2145[[package]]
2146name = "windows_x86_64_gnu"
2147version = "0.48.5"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2150
2151[[package]]
2152name = "windows_x86_64_gnu"
2153version = "0.52.6"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2156
2157[[package]]
2158name = "windows_x86_64_gnullvm"
2159version = "0.48.5"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2162
2163[[package]]
2164name = "windows_x86_64_gnullvm"
2165version = "0.52.6"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2168
2169[[package]]
2170name = "windows_x86_64_msvc"
2171version = "0.48.5"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2174
2175[[package]]
2176name = "windows_x86_64_msvc"
2177version = "0.52.6"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2180
2181[[package]]
2182name = "zeroize"
2183version = "1.8.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"