]> git.r.bdr.sh - rbdr/lyricli/blame - Cargo.lock
Add dbus vendored
[rbdr/lyricli] / Cargo.lock
CommitLineData
738ec06d
RBR
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
aece0e58 3version = 4
738ec06d
RBR
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
738ec06d
RBR
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"
caee5d13 36version = "1.0.10"
738ec06d 37source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 38checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
738ec06d
RBR
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 = [
caee5d13 55 "windows-sys",
738ec06d
RBR
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",
caee5d13 65 "windows-sys",
738ec06d
RBR
66]
67
caee5d13
RBR
68[[package]]
69name = "atomic-waker"
70version = "1.1.2"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
73
738ec06d
RBR
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"
caee5d13 97version = "0.22.1"
738ec06d 98source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 99checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
738ec06d
RBR
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
44e7b4de
RBR
113[[package]]
114name = "block"
115version = "0.1.6"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
118
738ec06d
RBR
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"
caee5d13 133version = "1.9.0"
738ec06d 134source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 135checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
738ec06d
RBR
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"
caee5d13 151version = "4.5.27"
738ec06d 152source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 153checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
738ec06d
RBR
154dependencies = [
155 "clap_builder",
156 "clap_derive",
157]
158
159[[package]]
160name = "clap_builder"
caee5d13 161version = "4.5.27"
738ec06d 162source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 163checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
738ec06d
RBR
164dependencies = [
165 "anstream",
166 "anstyle",
167 "clap_lex",
040b91a7 168 "strsim 0.11.0",
738ec06d
RBR
169]
170
171[[package]]
172name = "clap_derive"
caee5d13 173version = "4.5.24"
738ec06d 174source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 175checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
738ec06d 176dependencies = [
caee5d13 177 "heck 0.5.0",
738ec06d 178 "proc-macro2",
040b91a7 179 "quote 1.0.35",
caee5d13 180 "syn 2.0.96",
738ec06d
RBR
181]
182
183[[package]]
184name = "clap_lex"
caee5d13 185version = "0.7.4"
738ec06d 186source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 187checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
738ec06d 188
44e7b4de
RBR
189[[package]]
190name = "cocoa"
caee5d13 191version = "0.26.0"
44e7b4de 192source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 193checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
44e7b4de 194dependencies = [
caee5d13 195 "bitflags 2.4.2",
44e7b4de
RBR
196 "block",
197 "cocoa-foundation",
caee5d13 198 "core-foundation 0.10.0",
44e7b4de
RBR
199 "core-graphics",
200 "foreign-types 0.5.0",
201 "libc",
202 "objc",
203]
204
205[[package]]
206name = "cocoa-foundation"
caee5d13 207version = "0.2.0"
44e7b4de 208source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 209checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
44e7b4de 210dependencies = [
caee5d13 211 "bitflags 2.4.2",
44e7b4de 212 "block",
caee5d13 213 "core-foundation 0.10.0",
44e7b4de
RBR
214 "core-graphics-types",
215 "libc",
216 "objc",
217]
218
738ec06d
RBR
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
caee5d13
RBR
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
738ec06d
RBR
245[[package]]
246name = "core-foundation-sys"
caee5d13 247version = "0.8.7"
738ec06d 248source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 249checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
738ec06d 250
44e7b4de
RBR
251[[package]]
252name = "core-graphics"
caee5d13 253version = "0.24.0"
44e7b4de 254source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 255checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
44e7b4de 256dependencies = [
caee5d13
RBR
257 "bitflags 2.4.2",
258 "core-foundation 0.10.0",
44e7b4de
RBR
259 "core-graphics-types",
260 "foreign-types 0.5.0",
261 "libc",
262]
263
264[[package]]
265name = "core-graphics-types"
caee5d13 266version = "0.2.0"
44e7b4de 267source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 268checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
44e7b4de 269dependencies = [
caee5d13
RBR
270 "bitflags 2.4.2",
271 "core-foundation 0.10.0",
44e7b4de
RBR
272 "libc",
273]
274
738ec06d
RBR
275[[package]]
276name = "cssparser"
caee5d13 277version = "0.34.0"
738ec06d 278source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 279checksum = "b7c66d1cd8ed61bf80b38432613a7a2f09401ab8d0501110655f8b341484a3e3"
738ec06d
RBR
280dependencies = [
281 "cssparser-macros",
282 "dtoa-short",
283 "itoa",
caee5d13 284 "phf",
738ec06d
RBR
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 = [
040b91a7 294 "quote 1.0.35",
caee5d13 295 "syn 2.0.96",
738ec06d
RBR
296]
297
040b91a7
RBR
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
738ec06d
RBR
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",
040b91a7 362 "quote 1.0.35",
738ec06d
RBR
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"
caee5d13 383version = "0.10.0"
738ec06d 384source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 385checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8"
738ec06d
RBR
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
040b91a7
RBR
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
738ec06d
RBR
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",
caee5d13 420 "windows-sys",
738ec06d
RBR
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 = [
44e7b4de
RBR
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",
040b91a7 461 "quote 1.0.35",
caee5d13 462 "syn 2.0.96",
738ec06d
RBR
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
44e7b4de
RBR
471[[package]]
472name = "foreign-types-shared"
473version = "0.3.1"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
476
738ec06d
RBR
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
040b91a7
RBR
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
738ec06d
RBR
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"
caee5d13 593version = "0.4.7"
738ec06d 594source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 595checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
738ec06d 596dependencies = [
caee5d13 597 "atomic-waker",
738ec06d
RBR
598 "bytes",
599 "fnv",
600 "futures-core",
601 "futures-sink",
738ec06d
RBR
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
040b91a7
RBR
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
738ec06d
RBR
625[[package]]
626name = "heck"
caee5d13 627version = "0.5.0"
738ec06d 628source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 629checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
738ec06d
RBR
630
631[[package]]
632name = "html5ever"
caee5d13 633version = "0.29.0"
738ec06d 634source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 635checksum = "2e15626aaf9c351bc696217cbe29cb9b5e86c43f8a46b5e2f5c6c5cf7cb904ce"
738ec06d
RBR
636dependencies = [
637 "log",
638 "mac",
639 "markup5ever",
640 "proc-macro2",
040b91a7 641 "quote 1.0.35",
caee5d13 642 "syn 2.0.96",
738ec06d
RBR
643]
644
645[[package]]
646name = "http"
caee5d13 647version = "1.2.0"
738ec06d 648source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 649checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
738ec06d
RBR
650dependencies = [
651 "bytes",
652 "fnv",
653 "itoa",
654]
655
656[[package]]
657name = "http-body"
caee5d13
RBR
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"
738ec06d 669source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 670checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
738ec06d
RBR
671dependencies = [
672 "bytes",
caee5d13 673 "futures-util",
738ec06d 674 "http",
caee5d13 675 "http-body",
738ec06d
RBR
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
738ec06d
RBR
685[[package]]
686name = "hyper"
caee5d13 687version = "1.5.2"
738ec06d 688source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 689checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
738ec06d
RBR
690dependencies = [
691 "bytes",
692 "futures-channel",
738ec06d
RBR
693 "futures-util",
694 "h2",
695 "http",
696 "http-body",
697 "httparse",
738ec06d
RBR
698 "itoa",
699 "pin-project-lite",
caee5d13 700 "smallvec",
738ec06d 701 "tokio",
738ec06d
RBR
702 "want",
703]
704
caee5d13
RBR
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
738ec06d
RBR
722[[package]]
723name = "hyper-tls"
caee5d13 724version = "0.6.0"
738ec06d 725source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 726checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
738ec06d
RBR
727dependencies = [
728 "bytes",
caee5d13 729 "http-body-util",
738ec06d 730 "hyper",
caee5d13 731 "hyper-util",
738ec06d
RBR
732 "native-tls",
733 "tokio",
734 "tokio-native-tls",
caee5d13
RBR
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",
738ec06d
RBR
755]
756
040b91a7
RBR
757[[package]]
758name = "ident_case"
759version = "1.0.1"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
762
738ec06d
RBR
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"
caee5d13 812version = "0.2.169"
738ec06d 813source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 814checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
738ec06d 815
040b91a7
RBR
816[[package]]
817name = "libdbus-sys"
818version = "0.2.5"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
821dependencies = [
822 "pkg-config",
823]
824
738ec06d
RBR
825[[package]]
826name = "linux-raw-sys"
827version = "0.4.13"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
830
831[[package]]
832name = "lock_api"
833version = "0.4.11"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
836dependencies = [
837 "autocfg",
838 "scopeguard",
839]
840
841[[package]]
842name = "log"
843version = "0.4.21"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
846
847[[package]]
848name = "lyricli"
849version = "3.0.0"
850dependencies = [
851 "clap",
44e7b4de 852 "cocoa",
738ec06d 853 "libc",
040b91a7 854 "mpris",
738ec06d 855 "objc",
44e7b4de 856 "objc_id",
738ec06d
RBR
857 "percent-encoding",
858 "reqwest",
859 "scraper",
860 "serde",
861 "serde_json",
862 "tokio",
863]
864
865[[package]]
866name = "mac"
867version = "0.1.1"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
870
871[[package]]
872name = "malloc_buf"
873version = "0.0.6"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
876dependencies = [
877 "libc",
878]
879
880[[package]]
881name = "markup5ever"
caee5d13 882version = "0.14.0"
738ec06d 883source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 884checksum = "82c88c6129bd24319e62a0359cb6b958fa7e8be6e19bb1663bc396b90883aca5"
738ec06d
RBR
885dependencies = [
886 "log",
caee5d13 887 "phf",
738ec06d
RBR
888 "phf_codegen",
889 "string_cache",
890 "string_cache_codegen",
891 "tendril",
892]
893
894[[package]]
895name = "memchr"
896version = "2.7.1"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
899
900[[package]]
901name = "mime"
902version = "0.3.17"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
905
906[[package]]
907name = "miniz_oxide"
908version = "0.7.2"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
911dependencies = [
912 "adler",
913]
914
915[[package]]
916name = "mio"
caee5d13 917version = "1.0.3"
738ec06d 918source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 919checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
738ec06d
RBR
920dependencies = [
921 "libc",
922 "wasi",
caee5d13 923 "windows-sys",
738ec06d
RBR
924]
925
040b91a7
RBR
926[[package]]
927name = "mpris"
928version = "2.0.1"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "55cef955a7826b1e00e901a3652e7a895abd221fb4ab61547e7d0e4c235d7feb"
931dependencies = [
932 "dbus",
933 "derive_is_enum_variant",
934 "enum-kinds",
935 "from_variants",
936 "thiserror",
937]
938
738ec06d
RBR
939[[package]]
940name = "native-tls"
941version = "0.2.11"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
944dependencies = [
945 "lazy_static",
946 "libc",
947 "log",
948 "openssl",
949 "openssl-probe",
950 "openssl-sys",
951 "schannel",
952 "security-framework",
953 "security-framework-sys",
954 "tempfile",
955]
956
957[[package]]
958name = "new_debug_unreachable"
959version = "1.0.4"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
962
738ec06d
RBR
963[[package]]
964name = "objc"
965version = "0.2.7"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
968dependencies = [
969 "malloc_buf",
970]
971
44e7b4de
RBR
972[[package]]
973name = "objc_id"
974version = "0.1.1"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
977dependencies = [
978 "objc",
979]
980
738ec06d
RBR
981[[package]]
982name = "object"
983version = "0.32.2"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
986dependencies = [
987 "memchr",
988]
989
990[[package]]
991name = "once_cell"
992version = "1.19.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
995
996[[package]]
997name = "openssl"
998version = "0.10.64"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1001dependencies = [
1002 "bitflags 2.4.2",
1003 "cfg-if",
44e7b4de 1004 "foreign-types 0.3.2",
738ec06d
RBR
1005 "libc",
1006 "once_cell",
1007 "openssl-macros",
1008 "openssl-sys",
1009]
1010
1011[[package]]
1012name = "openssl-macros"
1013version = "0.1.1"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1016dependencies = [
1017 "proc-macro2",
040b91a7 1018 "quote 1.0.35",
caee5d13 1019 "syn 2.0.96",
738ec06d
RBR
1020]
1021
1022[[package]]
1023name = "openssl-probe"
1024version = "0.1.5"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1027
aece0e58
RBR
1028[[package]]
1029name = "openssl-src"
1030version = "300.4.1+3.4.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
1033dependencies = [
1034 "cc",
1035]
1036
738ec06d
RBR
1037[[package]]
1038name = "openssl-sys"
1039version = "0.9.101"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
1042dependencies = [
1043 "cc",
1044 "libc",
aece0e58 1045 "openssl-src",
738ec06d
RBR
1046 "pkg-config",
1047 "vcpkg",
1048]
1049
1050[[package]]
1051name = "parking_lot"
1052version = "0.12.1"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1055dependencies = [
1056 "lock_api",
1057 "parking_lot_core",
1058]
1059
1060[[package]]
1061name = "parking_lot_core"
1062version = "0.9.9"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1065dependencies = [
1066 "cfg-if",
1067 "libc",
1068 "redox_syscall",
1069 "smallvec",
1070 "windows-targets 0.48.5",
1071]
1072
1073[[package]]
1074name = "percent-encoding"
1075version = "2.3.1"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1078
738ec06d
RBR
1079[[package]]
1080name = "phf"
1081version = "0.11.2"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1084dependencies = [
1085 "phf_macros",
1086 "phf_shared 0.11.2",
1087]
1088
1089[[package]]
1090name = "phf_codegen"
caee5d13 1091version = "0.11.3"
738ec06d 1092source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1093checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
738ec06d 1094dependencies = [
caee5d13
RBR
1095 "phf_generator 0.11.2",
1096 "phf_shared 0.11.2",
738ec06d
RBR
1097]
1098
1099[[package]]
1100name = "phf_generator"
1101version = "0.10.0"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1104dependencies = [
1105 "phf_shared 0.10.0",
1106 "rand",
1107]
1108
1109[[package]]
1110name = "phf_generator"
1111version = "0.11.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1114dependencies = [
1115 "phf_shared 0.11.2",
1116 "rand",
1117]
1118
1119[[package]]
1120name = "phf_macros"
1121version = "0.11.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
1124dependencies = [
1125 "phf_generator 0.11.2",
1126 "phf_shared 0.11.2",
1127 "proc-macro2",
040b91a7 1128 "quote 1.0.35",
caee5d13 1129 "syn 2.0.96",
738ec06d
RBR
1130]
1131
1132[[package]]
1133name = "phf_shared"
1134version = "0.10.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1137dependencies = [
1138 "siphasher",
1139]
1140
1141[[package]]
1142name = "phf_shared"
1143version = "0.11.2"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1146dependencies = [
1147 "siphasher",
1148]
1149
1150[[package]]
1151name = "pin-project-lite"
1152version = "0.2.13"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1155
1156[[package]]
1157name = "pin-utils"
1158version = "0.1.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1161
1162[[package]]
1163name = "pkg-config"
1164version = "0.3.30"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1167
1168[[package]]
1169name = "ppv-lite86"
1170version = "0.2.17"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1173
1174[[package]]
1175name = "precomputed-hash"
1176version = "0.1.1"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1179
1180[[package]]
1181name = "proc-macro2"
caee5d13 1182version = "1.0.93"
738ec06d 1183source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1184checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
738ec06d
RBR
1185dependencies = [
1186 "unicode-ident",
1187]
1188
040b91a7
RBR
1189[[package]]
1190name = "quote"
1191version = "0.3.15"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
1194
738ec06d
RBR
1195[[package]]
1196name = "quote"
1197version = "1.0.35"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1200dependencies = [
1201 "proc-macro2",
1202]
1203
1204[[package]]
1205name = "rand"
1206version = "0.8.5"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1209dependencies = [
1210 "libc",
1211 "rand_chacha",
1212 "rand_core",
1213]
1214
1215[[package]]
1216name = "rand_chacha"
1217version = "0.3.1"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1220dependencies = [
1221 "ppv-lite86",
1222 "rand_core",
1223]
1224
1225[[package]]
1226name = "rand_core"
1227version = "0.6.4"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1230dependencies = [
1231 "getrandom",
1232]
1233
1234[[package]]
1235name = "redox_syscall"
1236version = "0.4.1"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1239dependencies = [
1240 "bitflags 1.3.2",
1241]
1242
1243[[package]]
1244name = "reqwest"
caee5d13 1245version = "0.12.12"
738ec06d 1246source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1247checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
738ec06d
RBR
1248dependencies = [
1249 "base64",
1250 "bytes",
1251 "encoding_rs",
1252 "futures-core",
1253 "futures-util",
1254 "h2",
1255 "http",
1256 "http-body",
caee5d13 1257 "http-body-util",
738ec06d 1258 "hyper",
caee5d13 1259 "hyper-rustls",
738ec06d 1260 "hyper-tls",
caee5d13 1261 "hyper-util",
738ec06d
RBR
1262 "ipnet",
1263 "js-sys",
1264 "log",
1265 "mime",
1266 "native-tls",
1267 "once_cell",
1268 "percent-encoding",
1269 "pin-project-lite",
1270 "rustls-pemfile",
1271 "serde",
1272 "serde_json",
1273 "serde_urlencoded",
1274 "sync_wrapper",
1275 "system-configuration",
1276 "tokio",
1277 "tokio-native-tls",
caee5d13 1278 "tower",
738ec06d
RBR
1279 "tower-service",
1280 "url",
1281 "wasm-bindgen",
1282 "wasm-bindgen-futures",
1283 "web-sys",
caee5d13
RBR
1284 "windows-registry",
1285]
1286
1287[[package]]
1288name = "ring"
1289version = "0.17.8"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1292dependencies = [
1293 "cc",
1294 "cfg-if",
1295 "getrandom",
1296 "libc",
1297 "spin",
1298 "untrusted",
1299 "windows-sys",
738ec06d
RBR
1300]
1301
1302[[package]]
1303name = "rustc-demangle"
1304version = "0.1.23"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1307
1308[[package]]
1309name = "rustix"
1310version = "0.38.31"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1313dependencies = [
1314 "bitflags 2.4.2",
1315 "errno",
1316 "libc",
1317 "linux-raw-sys",
caee5d13
RBR
1318 "windows-sys",
1319]
1320
1321[[package]]
1322name = "rustls"
1323version = "0.23.21"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
1326dependencies = [
1327 "once_cell",
1328 "rustls-pki-types",
1329 "rustls-webpki",
1330 "subtle",
1331 "zeroize",
738ec06d
RBR
1332]
1333
1334[[package]]
1335name = "rustls-pemfile"
caee5d13 1336version = "2.2.0"
738ec06d 1337source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1338checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
738ec06d 1339dependencies = [
caee5d13
RBR
1340 "rustls-pki-types",
1341]
1342
1343[[package]]
1344name = "rustls-pki-types"
1345version = "1.10.1"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
1348
1349[[package]]
1350name = "rustls-webpki"
1351version = "0.102.8"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
1354dependencies = [
1355 "ring",
1356 "rustls-pki-types",
1357 "untrusted",
738ec06d
RBR
1358]
1359
1360[[package]]
1361name = "ryu"
1362version = "1.0.17"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1365
1366[[package]]
1367name = "schannel"
1368version = "0.1.23"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1371dependencies = [
caee5d13 1372 "windows-sys",
738ec06d
RBR
1373]
1374
1375[[package]]
1376name = "scopeguard"
1377version = "1.2.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1380
1381[[package]]
1382name = "scraper"
caee5d13 1383version = "0.22.0"
738ec06d 1384source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1385checksum = "cc3d051b884f40e309de6c149734eab57aa8cc1347992710dc80bcc1c2194c15"
738ec06d 1386dependencies = [
738ec06d
RBR
1387 "cssparser",
1388 "ego-tree",
1389 "getopts",
1390 "html5ever",
caee5d13 1391 "precomputed-hash",
738ec06d
RBR
1392 "selectors",
1393 "tendril",
1394]
1395
1396[[package]]
1397name = "security-framework"
1398version = "2.9.2"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1401dependencies = [
1402 "bitflags 1.3.2",
caee5d13 1403 "core-foundation 0.9.4",
738ec06d
RBR
1404 "core-foundation-sys",
1405 "libc",
1406 "security-framework-sys",
1407]
1408
1409[[package]]
1410name = "security-framework-sys"
1411version = "2.9.1"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1414dependencies = [
1415 "core-foundation-sys",
1416 "libc",
1417]
1418
1419[[package]]
1420name = "selectors"
caee5d13 1421version = "0.26.0"
738ec06d 1422source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1423checksum = "fd568a4c9bb598e291a08244a5c1f5a8a6650bee243b5b0f8dbb3d9cc1d87fe8"
738ec06d
RBR
1424dependencies = [
1425 "bitflags 2.4.2",
1426 "cssparser",
1427 "derive_more",
1428 "fxhash",
1429 "log",
1430 "new_debug_unreachable",
caee5d13 1431 "phf",
738ec06d
RBR
1432 "phf_codegen",
1433 "precomputed-hash",
1434 "servo_arc",
1435 "smallvec",
1436]
1437
1438[[package]]
1439name = "serde"
caee5d13 1440version = "1.0.217"
738ec06d 1441source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1442checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
738ec06d
RBR
1443dependencies = [
1444 "serde_derive",
1445]
1446
1447[[package]]
1448name = "serde_derive"
caee5d13 1449version = "1.0.217"
738ec06d 1450source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1451checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
738ec06d
RBR
1452dependencies = [
1453 "proc-macro2",
040b91a7 1454 "quote 1.0.35",
caee5d13 1455 "syn 2.0.96",
738ec06d
RBR
1456]
1457
1458[[package]]
1459name = "serde_json"
caee5d13 1460version = "1.0.137"
738ec06d 1461source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1462checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
738ec06d
RBR
1463dependencies = [
1464 "itoa",
caee5d13 1465 "memchr",
738ec06d
RBR
1466 "ryu",
1467 "serde",
1468]
1469
1470[[package]]
1471name = "serde_urlencoded"
1472version = "0.7.1"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1475dependencies = [
1476 "form_urlencoded",
1477 "itoa",
1478 "ryu",
1479 "serde",
1480]
1481
1482[[package]]
1483name = "servo_arc"
caee5d13 1484version = "0.4.0"
738ec06d 1485source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1486checksum = "ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a"
738ec06d
RBR
1487dependencies = [
1488 "stable_deref_trait",
1489]
1490
1491[[package]]
1492name = "signal-hook-registry"
1493version = "1.4.1"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1496dependencies = [
1497 "libc",
1498]
1499
1500[[package]]
1501name = "siphasher"
1502version = "0.3.11"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1505
1506[[package]]
1507name = "slab"
1508version = "0.4.9"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1511dependencies = [
1512 "autocfg",
1513]
1514
1515[[package]]
1516name = "smallvec"
1517version = "1.13.1"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1520
1521[[package]]
1522name = "socket2"
1523version = "0.5.6"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
1526dependencies = [
1527 "libc",
caee5d13 1528 "windows-sys",
738ec06d
RBR
1529]
1530
caee5d13
RBR
1531[[package]]
1532name = "spin"
1533version = "0.9.8"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1536
738ec06d
RBR
1537[[package]]
1538name = "stable_deref_trait"
1539version = "1.2.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1542
1543[[package]]
1544name = "string_cache"
1545version = "0.8.7"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1548dependencies = [
1549 "new_debug_unreachable",
1550 "once_cell",
1551 "parking_lot",
1552 "phf_shared 0.10.0",
1553 "precomputed-hash",
1554 "serde",
1555]
1556
1557[[package]]
1558name = "string_cache_codegen"
1559version = "0.5.2"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
1562dependencies = [
1563 "phf_generator 0.10.0",
1564 "phf_shared 0.10.0",
1565 "proc-macro2",
040b91a7 1566 "quote 1.0.35",
738ec06d
RBR
1567]
1568
040b91a7
RBR
1569[[package]]
1570name = "strsim"
1571version = "0.10.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1574
738ec06d
RBR
1575[[package]]
1576name = "strsim"
1577version = "0.11.0"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
1580
caee5d13
RBR
1581[[package]]
1582name = "subtle"
1583version = "2.6.1"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1586
040b91a7
RBR
1587[[package]]
1588name = "syn"
1589version = "0.11.11"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
1592dependencies = [
1593 "quote 0.3.15",
1594 "synom",
1595 "unicode-xid",
1596]
1597
738ec06d
RBR
1598[[package]]
1599name = "syn"
1600version = "1.0.109"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1603dependencies = [
1604 "proc-macro2",
040b91a7 1605 "quote 1.0.35",
738ec06d
RBR
1606 "unicode-ident",
1607]
1608
1609[[package]]
1610name = "syn"
caee5d13 1611version = "2.0.96"
738ec06d 1612source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1613checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
738ec06d
RBR
1614dependencies = [
1615 "proc-macro2",
040b91a7 1616 "quote 1.0.35",
738ec06d
RBR
1617 "unicode-ident",
1618]
1619
1620[[package]]
1621name = "sync_wrapper"
caee5d13 1622version = "1.0.2"
738ec06d 1623source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13
RBR
1624checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1625dependencies = [
1626 "futures-core",
1627]
738ec06d 1628
040b91a7
RBR
1629[[package]]
1630name = "synom"
1631version = "0.11.3"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
1634dependencies = [
1635 "unicode-xid",
1636]
1637
738ec06d
RBR
1638[[package]]
1639name = "system-configuration"
caee5d13 1640version = "0.6.1"
738ec06d 1641source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1642checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
738ec06d 1643dependencies = [
caee5d13
RBR
1644 "bitflags 2.4.2",
1645 "core-foundation 0.9.4",
738ec06d
RBR
1646 "system-configuration-sys",
1647]
1648
1649[[package]]
1650name = "system-configuration-sys"
caee5d13 1651version = "0.6.0"
738ec06d 1652source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1653checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
738ec06d
RBR
1654dependencies = [
1655 "core-foundation-sys",
1656 "libc",
1657]
1658
1659[[package]]
1660name = "tempfile"
1661version = "3.10.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1664dependencies = [
1665 "cfg-if",
1666 "fastrand",
1667 "rustix",
caee5d13 1668 "windows-sys",
738ec06d
RBR
1669]
1670
1671[[package]]
1672name = "tendril"
1673version = "0.4.3"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1676dependencies = [
1677 "futf",
1678 "mac",
1679 "utf-8",
1680]
1681
040b91a7
RBR
1682[[package]]
1683name = "thiserror"
1684version = "1.0.58"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
1687dependencies = [
1688 "thiserror-impl",
1689]
1690
1691[[package]]
1692name = "thiserror-impl"
1693version = "1.0.58"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
1696dependencies = [
1697 "proc-macro2",
1698 "quote 1.0.35",
caee5d13 1699 "syn 2.0.96",
040b91a7
RBR
1700]
1701
738ec06d
RBR
1702[[package]]
1703name = "tinyvec"
1704version = "1.6.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1707dependencies = [
1708 "tinyvec_macros",
1709]
1710
1711[[package]]
1712name = "tinyvec_macros"
1713version = "0.1.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1716
1717[[package]]
1718name = "tokio"
caee5d13 1719version = "1.43.0"
738ec06d 1720source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1721checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
738ec06d
RBR
1722dependencies = [
1723 "backtrace",
1724 "bytes",
1725 "libc",
1726 "mio",
738ec06d
RBR
1727 "parking_lot",
1728 "pin-project-lite",
1729 "signal-hook-registry",
1730 "socket2",
1731 "tokio-macros",
caee5d13 1732 "windows-sys",
738ec06d
RBR
1733]
1734
1735[[package]]
1736name = "tokio-macros"
caee5d13 1737version = "2.5.0"
738ec06d 1738source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1739checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
738ec06d
RBR
1740dependencies = [
1741 "proc-macro2",
040b91a7 1742 "quote 1.0.35",
caee5d13 1743 "syn 2.0.96",
738ec06d
RBR
1744]
1745
1746[[package]]
1747name = "tokio-native-tls"
1748version = "0.3.1"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1751dependencies = [
1752 "native-tls",
1753 "tokio",
1754]
1755
caee5d13
RBR
1756[[package]]
1757name = "tokio-rustls"
1758version = "0.26.1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
1761dependencies = [
1762 "rustls",
1763 "tokio",
1764]
1765
738ec06d
RBR
1766[[package]]
1767name = "tokio-util"
1768version = "0.7.10"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1771dependencies = [
1772 "bytes",
1773 "futures-core",
1774 "futures-sink",
1775 "pin-project-lite",
1776 "tokio",
1777 "tracing",
1778]
1779
caee5d13
RBR
1780[[package]]
1781name = "tower"
1782version = "0.5.2"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1785dependencies = [
1786 "futures-core",
1787 "futures-util",
1788 "pin-project-lite",
1789 "sync_wrapper",
1790 "tokio",
1791 "tower-layer",
1792 "tower-service",
1793]
1794
1795[[package]]
1796name = "tower-layer"
1797version = "0.3.3"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1800
738ec06d
RBR
1801[[package]]
1802name = "tower-service"
caee5d13 1803version = "0.3.3"
738ec06d 1804source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 1805checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
738ec06d
RBR
1806
1807[[package]]
1808name = "tracing"
1809version = "0.1.40"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1812dependencies = [
1813 "pin-project-lite",
1814 "tracing-core",
1815]
1816
1817[[package]]
1818name = "tracing-core"
1819version = "0.1.32"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1822dependencies = [
1823 "once_cell",
1824]
1825
1826[[package]]
1827name = "try-lock"
1828version = "0.2.5"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1831
1832[[package]]
1833name = "unicode-bidi"
1834version = "0.3.15"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1837
1838[[package]]
1839name = "unicode-ident"
1840version = "1.0.12"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1843
1844[[package]]
1845name = "unicode-normalization"
1846version = "0.1.23"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1849dependencies = [
1850 "tinyvec",
1851]
1852
040b91a7
RBR
1853[[package]]
1854name = "unicode-segmentation"
1855version = "1.11.0"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1858
738ec06d
RBR
1859[[package]]
1860name = "unicode-width"
1861version = "0.1.11"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1864
040b91a7
RBR
1865[[package]]
1866name = "unicode-xid"
1867version = "0.0.4"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
1870
caee5d13
RBR
1871[[package]]
1872name = "untrusted"
1873version = "0.9.0"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1876
738ec06d
RBR
1877[[package]]
1878name = "url"
1879version = "2.5.0"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1882dependencies = [
1883 "form_urlencoded",
1884 "idna",
1885 "percent-encoding",
1886]
1887
1888[[package]]
1889name = "utf-8"
1890version = "0.7.6"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1893
1894[[package]]
1895name = "utf8parse"
1896version = "0.2.1"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1899
1900[[package]]
1901name = "vcpkg"
1902version = "0.2.15"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1905
738ec06d
RBR
1906[[package]]
1907name = "want"
1908version = "0.3.1"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1911dependencies = [
1912 "try-lock",
1913]
1914
1915[[package]]
1916name = "wasi"
1917version = "0.11.0+wasi-snapshot-preview1"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1920
1921[[package]]
1922name = "wasm-bindgen"
1923version = "0.2.92"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1926dependencies = [
1927 "cfg-if",
1928 "wasm-bindgen-macro",
1929]
1930
1931[[package]]
1932name = "wasm-bindgen-backend"
1933version = "0.2.92"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1936dependencies = [
1937 "bumpalo",
1938 "log",
1939 "once_cell",
1940 "proc-macro2",
040b91a7 1941 "quote 1.0.35",
caee5d13 1942 "syn 2.0.96",
738ec06d
RBR
1943 "wasm-bindgen-shared",
1944]
1945
1946[[package]]
1947name = "wasm-bindgen-futures"
1948version = "0.4.42"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
1951dependencies = [
1952 "cfg-if",
1953 "js-sys",
1954 "wasm-bindgen",
1955 "web-sys",
1956]
1957
1958[[package]]
1959name = "wasm-bindgen-macro"
1960version = "0.2.92"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1963dependencies = [
040b91a7 1964 "quote 1.0.35",
738ec06d
RBR
1965 "wasm-bindgen-macro-support",
1966]
1967
1968[[package]]
1969name = "wasm-bindgen-macro-support"
1970version = "0.2.92"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1973dependencies = [
1974 "proc-macro2",
040b91a7 1975 "quote 1.0.35",
caee5d13 1976 "syn 2.0.96",
738ec06d
RBR
1977 "wasm-bindgen-backend",
1978 "wasm-bindgen-shared",
1979]
1980
1981[[package]]
1982name = "wasm-bindgen-shared"
1983version = "0.2.92"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1986
1987[[package]]
1988name = "web-sys"
1989version = "0.3.69"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
1992dependencies = [
1993 "js-sys",
1994 "wasm-bindgen",
1995]
1996
040b91a7
RBR
1997[[package]]
1998name = "winapi"
1999version = "0.3.9"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2002dependencies = [
2003 "winapi-i686-pc-windows-gnu",
2004 "winapi-x86_64-pc-windows-gnu",
2005]
2006
2007[[package]]
2008name = "winapi-i686-pc-windows-gnu"
2009version = "0.4.0"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2012
2013[[package]]
2014name = "winapi-x86_64-pc-windows-gnu"
2015version = "0.4.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018
738ec06d 2019[[package]]
caee5d13
RBR
2020name = "windows-registry"
2021version = "0.2.0"
738ec06d 2022source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2023checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
738ec06d 2024dependencies = [
caee5d13
RBR
2025 "windows-result",
2026 "windows-strings",
2027 "windows-targets 0.52.6",
2028]
2029
2030[[package]]
2031name = "windows-result"
2032version = "0.2.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2035dependencies = [
2036 "windows-targets 0.52.6",
2037]
2038
2039[[package]]
2040name = "windows-strings"
2041version = "0.1.0"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2044dependencies = [
2045 "windows-result",
2046 "windows-targets 0.52.6",
738ec06d
RBR
2047]
2048
2049[[package]]
2050name = "windows-sys"
2051version = "0.52.0"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2054dependencies = [
caee5d13 2055 "windows-targets 0.52.6",
738ec06d
RBR
2056]
2057
2058[[package]]
2059name = "windows-targets"
2060version = "0.48.5"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2063dependencies = [
2064 "windows_aarch64_gnullvm 0.48.5",
2065 "windows_aarch64_msvc 0.48.5",
2066 "windows_i686_gnu 0.48.5",
2067 "windows_i686_msvc 0.48.5",
2068 "windows_x86_64_gnu 0.48.5",
2069 "windows_x86_64_gnullvm 0.48.5",
2070 "windows_x86_64_msvc 0.48.5",
2071]
2072
2073[[package]]
2074name = "windows-targets"
caee5d13 2075version = "0.52.6"
738ec06d 2076source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2077checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
738ec06d 2078dependencies = [
caee5d13
RBR
2079 "windows_aarch64_gnullvm 0.52.6",
2080 "windows_aarch64_msvc 0.52.6",
2081 "windows_i686_gnu 0.52.6",
2082 "windows_i686_gnullvm",
2083 "windows_i686_msvc 0.52.6",
2084 "windows_x86_64_gnu 0.52.6",
2085 "windows_x86_64_gnullvm 0.52.6",
2086 "windows_x86_64_msvc 0.52.6",
738ec06d
RBR
2087]
2088
2089[[package]]
2090name = "windows_aarch64_gnullvm"
2091version = "0.48.5"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2094
2095[[package]]
2096name = "windows_aarch64_gnullvm"
caee5d13 2097version = "0.52.6"
738ec06d 2098source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2099checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
738ec06d
RBR
2100
2101[[package]]
2102name = "windows_aarch64_msvc"
2103version = "0.48.5"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2106
2107[[package]]
2108name = "windows_aarch64_msvc"
caee5d13 2109version = "0.52.6"
738ec06d 2110source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2111checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
738ec06d
RBR
2112
2113[[package]]
2114name = "windows_i686_gnu"
2115version = "0.48.5"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2118
2119[[package]]
2120name = "windows_i686_gnu"
caee5d13 2121version = "0.52.6"
738ec06d 2122source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13
RBR
2123checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2124
2125[[package]]
2126name = "windows_i686_gnullvm"
2127version = "0.52.6"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
738ec06d
RBR
2130
2131[[package]]
2132name = "windows_i686_msvc"
2133version = "0.48.5"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2136
2137[[package]]
2138name = "windows_i686_msvc"
caee5d13 2139version = "0.52.6"
738ec06d 2140source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2141checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
738ec06d
RBR
2142
2143[[package]]
2144name = "windows_x86_64_gnu"
2145version = "0.48.5"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2148
2149[[package]]
2150name = "windows_x86_64_gnu"
caee5d13 2151version = "0.52.6"
738ec06d 2152source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2153checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
738ec06d
RBR
2154
2155[[package]]
2156name = "windows_x86_64_gnullvm"
2157version = "0.48.5"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2160
2161[[package]]
2162name = "windows_x86_64_gnullvm"
caee5d13 2163version = "0.52.6"
738ec06d 2164source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2165checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
738ec06d
RBR
2166
2167[[package]]
2168name = "windows_x86_64_msvc"
2169version = "0.48.5"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2172
2173[[package]]
2174name = "windows_x86_64_msvc"
caee5d13 2175version = "0.52.6"
738ec06d 2176source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2177checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
738ec06d
RBR
2178
2179[[package]]
caee5d13
RBR
2180name = "zeroize"
2181version = "1.8.1"
738ec06d 2182source = "registry+https://github.com/rust-lang/crates.io-index"
caee5d13 2183checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"