]> git.r.bdr.sh - rbdr/lyricli/blame - Cargo.lock
Add macos sources
[rbdr/lyricli] / Cargo.lock
CommitLineData
738ec06d
RBR
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.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 = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "getrandom",
28 "once_cell",
29 "version_check",
30 "zerocopy",
31]
32
33[[package]]
34name = "anstream"
35version = "0.6.13"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
38dependencies = [
39 "anstyle",
40 "anstyle-parse",
41 "anstyle-query",
42 "anstyle-wincon",
43 "colorchoice",
44 "utf8parse",
45]
46
47[[package]]
48name = "anstyle"
49version = "1.0.6"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
52
53[[package]]
54name = "anstyle-parse"
55version = "0.2.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
58dependencies = [
59 "utf8parse",
60]
61
62[[package]]
63name = "anstyle-query"
64version = "1.0.2"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
67dependencies = [
68 "windows-sys 0.52.0",
69]
70
71[[package]]
72name = "anstyle-wincon"
73version = "3.0.2"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
76dependencies = [
77 "anstyle",
78 "windows-sys 0.52.0",
79]
80
81[[package]]
82name = "autocfg"
83version = "1.1.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
86
87[[package]]
88name = "backtrace"
89version = "0.3.69"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
92dependencies = [
93 "addr2line",
94 "cc",
95 "cfg-if",
96 "libc",
97 "miniz_oxide",
98 "object",
99 "rustc-demangle",
100]
101
102[[package]]
103name = "base64"
104version = "0.21.7"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
107
108[[package]]
109name = "bitflags"
110version = "1.3.2"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
113
114[[package]]
115name = "bitflags"
116version = "2.4.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
119
44e7b4de
RBR
120[[package]]
121name = "block"
122version = "0.1.6"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
125
738ec06d
RBR
126[[package]]
127name = "bumpalo"
128version = "3.15.4"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
131
132[[package]]
133name = "byteorder"
134version = "1.5.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
137
138[[package]]
139name = "bytes"
140version = "1.5.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
143
144[[package]]
145name = "cc"
146version = "1.0.90"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
149
150[[package]]
151name = "cfg-if"
152version = "1.0.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
155
156[[package]]
157name = "clap"
158version = "4.5.2"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
161dependencies = [
162 "clap_builder",
163 "clap_derive",
164]
165
166[[package]]
167name = "clap_builder"
168version = "4.5.2"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
171dependencies = [
172 "anstream",
173 "anstyle",
174 "clap_lex",
175 "strsim",
176]
177
178[[package]]
179name = "clap_derive"
180version = "4.5.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
183dependencies = [
184 "heck",
185 "proc-macro2",
186 "quote",
187 "syn 2.0.52",
188]
189
190[[package]]
191name = "clap_lex"
192version = "0.7.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
195
44e7b4de
RBR
196[[package]]
197name = "cocoa"
198version = "0.25.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
201dependencies = [
202 "bitflags 1.3.2",
203 "block",
204 "cocoa-foundation",
205 "core-foundation",
206 "core-graphics",
207 "foreign-types 0.5.0",
208 "libc",
209 "objc",
210]
211
212[[package]]
213name = "cocoa-foundation"
214version = "0.1.2"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
217dependencies = [
218 "bitflags 1.3.2",
219 "block",
220 "core-foundation",
221 "core-graphics-types",
222 "libc",
223 "objc",
224]
225
738ec06d
RBR
226[[package]]
227name = "colorchoice"
228version = "1.0.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
231
232[[package]]
233name = "core-foundation"
234version = "0.9.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
237dependencies = [
238 "core-foundation-sys",
239 "libc",
240]
241
242[[package]]
243name = "core-foundation-sys"
244version = "0.8.6"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
247
44e7b4de
RBR
248[[package]]
249name = "core-graphics"
250version = "0.23.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
253dependencies = [
254 "bitflags 1.3.2",
255 "core-foundation",
256 "core-graphics-types",
257 "foreign-types 0.5.0",
258 "libc",
259]
260
261[[package]]
262name = "core-graphics-types"
263version = "0.1.3"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
266dependencies = [
267 "bitflags 1.3.2",
268 "core-foundation",
269 "libc",
270]
271
738ec06d
RBR
272[[package]]
273name = "cssparser"
274version = "0.31.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
277dependencies = [
278 "cssparser-macros",
279 "dtoa-short",
280 "itoa",
281 "phf 0.11.2",
282 "smallvec",
283]
284
285[[package]]
286name = "cssparser-macros"
287version = "0.6.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
290dependencies = [
291 "quote",
292 "syn 2.0.52",
293]
294
295[[package]]
296name = "derive_more"
297version = "0.99.17"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
300dependencies = [
301 "proc-macro2",
302 "quote",
303 "syn 1.0.109",
304]
305
306[[package]]
307name = "dtoa"
308version = "1.0.9"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
311
312[[package]]
313name = "dtoa-short"
314version = "0.3.4"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
317dependencies = [
318 "dtoa",
319]
320
321[[package]]
322name = "ego-tree"
323version = "0.6.2"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
326
327[[package]]
328name = "encoding_rs"
329version = "0.8.33"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
332dependencies = [
333 "cfg-if",
334]
335
336[[package]]
337name = "equivalent"
338version = "1.0.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
341
342[[package]]
343name = "errno"
344version = "0.3.8"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
347dependencies = [
348 "libc",
349 "windows-sys 0.52.0",
350]
351
352[[package]]
353name = "fastrand"
354version = "2.0.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
357
358[[package]]
359name = "fnv"
360version = "1.0.7"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
363
364[[package]]
365name = "foreign-types"
366version = "0.3.2"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
369dependencies = [
44e7b4de
RBR
370 "foreign-types-shared 0.1.1",
371]
372
373[[package]]
374name = "foreign-types"
375version = "0.5.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
378dependencies = [
379 "foreign-types-macros",
380 "foreign-types-shared 0.3.1",
381]
382
383[[package]]
384name = "foreign-types-macros"
385version = "0.2.3"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
388dependencies = [
389 "proc-macro2",
390 "quote",
391 "syn 2.0.52",
738ec06d
RBR
392]
393
394[[package]]
395name = "foreign-types-shared"
396version = "0.1.1"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
399
44e7b4de
RBR
400[[package]]
401name = "foreign-types-shared"
402version = "0.3.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
405
738ec06d
RBR
406[[package]]
407name = "form_urlencoded"
408version = "1.2.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
411dependencies = [
412 "percent-encoding",
413]
414
415[[package]]
416name = "futf"
417version = "0.1.5"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
420dependencies = [
421 "mac",
422 "new_debug_unreachable",
423]
424
425[[package]]
426name = "futures-channel"
427version = "0.3.30"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
430dependencies = [
431 "futures-core",
432]
433
434[[package]]
435name = "futures-core"
436version = "0.3.30"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
439
440[[package]]
441name = "futures-sink"
442version = "0.3.30"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
445
446[[package]]
447name = "futures-task"
448version = "0.3.30"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
451
452[[package]]
453name = "futures-util"
454version = "0.3.30"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
457dependencies = [
458 "futures-core",
459 "futures-task",
460 "pin-project-lite",
461 "pin-utils",
462]
463
464[[package]]
465name = "fxhash"
466version = "0.2.1"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
469dependencies = [
470 "byteorder",
471]
472
473[[package]]
474name = "getopts"
475version = "0.2.21"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
478dependencies = [
479 "unicode-width",
480]
481
482[[package]]
483name = "getrandom"
484version = "0.2.12"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
487dependencies = [
488 "cfg-if",
489 "libc",
490 "wasi",
491]
492
493[[package]]
494name = "gimli"
495version = "0.28.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
498
499[[package]]
500name = "h2"
501version = "0.3.24"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
504dependencies = [
505 "bytes",
506 "fnv",
507 "futures-core",
508 "futures-sink",
509 "futures-util",
510 "http",
511 "indexmap",
512 "slab",
513 "tokio",
514 "tokio-util",
515 "tracing",
516]
517
518[[package]]
519name = "hashbrown"
520version = "0.14.3"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
523
524[[package]]
525name = "heck"
526version = "0.4.1"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
529
530[[package]]
531name = "hermit-abi"
532version = "0.3.9"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
535
536[[package]]
537name = "html5ever"
538version = "0.26.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
541dependencies = [
542 "log",
543 "mac",
544 "markup5ever",
545 "proc-macro2",
546 "quote",
547 "syn 1.0.109",
548]
549
550[[package]]
551name = "http"
552version = "0.2.12"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
555dependencies = [
556 "bytes",
557 "fnv",
558 "itoa",
559]
560
561[[package]]
562name = "http-body"
563version = "0.4.6"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
566dependencies = [
567 "bytes",
568 "http",
569 "pin-project-lite",
570]
571
572[[package]]
573name = "httparse"
574version = "1.8.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
577
578[[package]]
579name = "httpdate"
580version = "1.0.3"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
583
584[[package]]
585name = "hyper"
586version = "0.14.28"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
589dependencies = [
590 "bytes",
591 "futures-channel",
592 "futures-core",
593 "futures-util",
594 "h2",
595 "http",
596 "http-body",
597 "httparse",
598 "httpdate",
599 "itoa",
600 "pin-project-lite",
601 "socket2",
602 "tokio",
603 "tower-service",
604 "tracing",
605 "want",
606]
607
608[[package]]
609name = "hyper-tls"
610version = "0.5.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
613dependencies = [
614 "bytes",
615 "hyper",
616 "native-tls",
617 "tokio",
618 "tokio-native-tls",
619]
620
621[[package]]
622name = "idna"
623version = "0.5.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
626dependencies = [
627 "unicode-bidi",
628 "unicode-normalization",
629]
630
631[[package]]
632name = "indexmap"
633version = "2.2.5"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
636dependencies = [
637 "equivalent",
638 "hashbrown",
639]
640
641[[package]]
642name = "ipnet"
643version = "2.9.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
646
647[[package]]
648name = "itoa"
649version = "1.0.10"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
652
653[[package]]
654name = "js-sys"
655version = "0.3.69"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
658dependencies = [
659 "wasm-bindgen",
660]
661
662[[package]]
663name = "lazy_static"
664version = "1.4.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
667
668[[package]]
669name = "libc"
670version = "0.2.153"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
673
674[[package]]
675name = "linux-raw-sys"
676version = "0.4.13"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
679
680[[package]]
681name = "lock_api"
682version = "0.4.11"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
685dependencies = [
686 "autocfg",
687 "scopeguard",
688]
689
690[[package]]
691name = "log"
692version = "0.4.21"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
695
696[[package]]
697name = "lyricli"
698version = "3.0.0"
699dependencies = [
700 "clap",
44e7b4de 701 "cocoa",
738ec06d
RBR
702 "libc",
703 "objc",
44e7b4de 704 "objc_id",
738ec06d
RBR
705 "percent-encoding",
706 "reqwest",
707 "scraper",
708 "serde",
709 "serde_json",
710 "tokio",
711]
712
713[[package]]
714name = "mac"
715version = "0.1.1"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
718
719[[package]]
720name = "malloc_buf"
721version = "0.0.6"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
724dependencies = [
725 "libc",
726]
727
728[[package]]
729name = "markup5ever"
730version = "0.11.0"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
733dependencies = [
734 "log",
735 "phf 0.10.1",
736 "phf_codegen",
737 "string_cache",
738 "string_cache_codegen",
739 "tendril",
740]
741
742[[package]]
743name = "memchr"
744version = "2.7.1"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
747
748[[package]]
749name = "mime"
750version = "0.3.17"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
753
754[[package]]
755name = "miniz_oxide"
756version = "0.7.2"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
759dependencies = [
760 "adler",
761]
762
763[[package]]
764name = "mio"
765version = "0.8.11"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
768dependencies = [
769 "libc",
770 "wasi",
771 "windows-sys 0.48.0",
772]
773
774[[package]]
775name = "native-tls"
776version = "0.2.11"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
779dependencies = [
780 "lazy_static",
781 "libc",
782 "log",
783 "openssl",
784 "openssl-probe",
785 "openssl-sys",
786 "schannel",
787 "security-framework",
788 "security-framework-sys",
789 "tempfile",
790]
791
792[[package]]
793name = "new_debug_unreachable"
794version = "1.0.4"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
797
798[[package]]
799name = "num_cpus"
800version = "1.16.0"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
803dependencies = [
804 "hermit-abi",
805 "libc",
806]
807
808[[package]]
809name = "objc"
810version = "0.2.7"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
813dependencies = [
814 "malloc_buf",
815]
816
44e7b4de
RBR
817[[package]]
818name = "objc_id"
819version = "0.1.1"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
822dependencies = [
823 "objc",
824]
825
738ec06d
RBR
826[[package]]
827name = "object"
828version = "0.32.2"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
831dependencies = [
832 "memchr",
833]
834
835[[package]]
836name = "once_cell"
837version = "1.19.0"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
840
841[[package]]
842name = "openssl"
843version = "0.10.64"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
846dependencies = [
847 "bitflags 2.4.2",
848 "cfg-if",
44e7b4de 849 "foreign-types 0.3.2",
738ec06d
RBR
850 "libc",
851 "once_cell",
852 "openssl-macros",
853 "openssl-sys",
854]
855
856[[package]]
857name = "openssl-macros"
858version = "0.1.1"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
861dependencies = [
862 "proc-macro2",
863 "quote",
864 "syn 2.0.52",
865]
866
867[[package]]
868name = "openssl-probe"
869version = "0.1.5"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
872
873[[package]]
874name = "openssl-sys"
875version = "0.9.101"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
878dependencies = [
879 "cc",
880 "libc",
881 "pkg-config",
882 "vcpkg",
883]
884
885[[package]]
886name = "parking_lot"
887version = "0.12.1"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
890dependencies = [
891 "lock_api",
892 "parking_lot_core",
893]
894
895[[package]]
896name = "parking_lot_core"
897version = "0.9.9"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
900dependencies = [
901 "cfg-if",
902 "libc",
903 "redox_syscall",
904 "smallvec",
905 "windows-targets 0.48.5",
906]
907
908[[package]]
909name = "percent-encoding"
910version = "2.3.1"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
913
914[[package]]
915name = "phf"
916version = "0.10.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
919dependencies = [
920 "phf_shared 0.10.0",
921]
922
923[[package]]
924name = "phf"
925version = "0.11.2"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
928dependencies = [
929 "phf_macros",
930 "phf_shared 0.11.2",
931]
932
933[[package]]
934name = "phf_codegen"
935version = "0.10.0"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
938dependencies = [
939 "phf_generator 0.10.0",
940 "phf_shared 0.10.0",
941]
942
943[[package]]
944name = "phf_generator"
945version = "0.10.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
948dependencies = [
949 "phf_shared 0.10.0",
950 "rand",
951]
952
953[[package]]
954name = "phf_generator"
955version = "0.11.2"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
958dependencies = [
959 "phf_shared 0.11.2",
960 "rand",
961]
962
963[[package]]
964name = "phf_macros"
965version = "0.11.2"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
968dependencies = [
969 "phf_generator 0.11.2",
970 "phf_shared 0.11.2",
971 "proc-macro2",
972 "quote",
973 "syn 2.0.52",
974]
975
976[[package]]
977name = "phf_shared"
978version = "0.10.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
981dependencies = [
982 "siphasher",
983]
984
985[[package]]
986name = "phf_shared"
987version = "0.11.2"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
990dependencies = [
991 "siphasher",
992]
993
994[[package]]
995name = "pin-project-lite"
996version = "0.2.13"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
999
1000[[package]]
1001name = "pin-utils"
1002version = "0.1.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1005
1006[[package]]
1007name = "pkg-config"
1008version = "0.3.30"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1011
1012[[package]]
1013name = "ppv-lite86"
1014version = "0.2.17"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1017
1018[[package]]
1019name = "precomputed-hash"
1020version = "0.1.1"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1023
1024[[package]]
1025name = "proc-macro2"
1026version = "1.0.79"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
1029dependencies = [
1030 "unicode-ident",
1031]
1032
1033[[package]]
1034name = "quote"
1035version = "1.0.35"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1038dependencies = [
1039 "proc-macro2",
1040]
1041
1042[[package]]
1043name = "rand"
1044version = "0.8.5"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1047dependencies = [
1048 "libc",
1049 "rand_chacha",
1050 "rand_core",
1051]
1052
1053[[package]]
1054name = "rand_chacha"
1055version = "0.3.1"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1058dependencies = [
1059 "ppv-lite86",
1060 "rand_core",
1061]
1062
1063[[package]]
1064name = "rand_core"
1065version = "0.6.4"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1068dependencies = [
1069 "getrandom",
1070]
1071
1072[[package]]
1073name = "redox_syscall"
1074version = "0.4.1"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1077dependencies = [
1078 "bitflags 1.3.2",
1079]
1080
1081[[package]]
1082name = "reqwest"
1083version = "0.11.26"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2"
1086dependencies = [
1087 "base64",
1088 "bytes",
1089 "encoding_rs",
1090 "futures-core",
1091 "futures-util",
1092 "h2",
1093 "http",
1094 "http-body",
1095 "hyper",
1096 "hyper-tls",
1097 "ipnet",
1098 "js-sys",
1099 "log",
1100 "mime",
1101 "native-tls",
1102 "once_cell",
1103 "percent-encoding",
1104 "pin-project-lite",
1105 "rustls-pemfile",
1106 "serde",
1107 "serde_json",
1108 "serde_urlencoded",
1109 "sync_wrapper",
1110 "system-configuration",
1111 "tokio",
1112 "tokio-native-tls",
1113 "tower-service",
1114 "url",
1115 "wasm-bindgen",
1116 "wasm-bindgen-futures",
1117 "web-sys",
1118 "winreg",
1119]
1120
1121[[package]]
1122name = "rustc-demangle"
1123version = "0.1.23"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1126
1127[[package]]
1128name = "rustix"
1129version = "0.38.31"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1132dependencies = [
1133 "bitflags 2.4.2",
1134 "errno",
1135 "libc",
1136 "linux-raw-sys",
1137 "windows-sys 0.52.0",
1138]
1139
1140[[package]]
1141name = "rustls-pemfile"
1142version = "1.0.4"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1145dependencies = [
1146 "base64",
1147]
1148
1149[[package]]
1150name = "ryu"
1151version = "1.0.17"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1154
1155[[package]]
1156name = "schannel"
1157version = "0.1.23"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1160dependencies = [
1161 "windows-sys 0.52.0",
1162]
1163
1164[[package]]
1165name = "scopeguard"
1166version = "1.2.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1169
1170[[package]]
1171name = "scraper"
1172version = "0.19.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b"
1175dependencies = [
1176 "ahash",
1177 "cssparser",
1178 "ego-tree",
1179 "getopts",
1180 "html5ever",
1181 "once_cell",
1182 "selectors",
1183 "tendril",
1184]
1185
1186[[package]]
1187name = "security-framework"
1188version = "2.9.2"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1191dependencies = [
1192 "bitflags 1.3.2",
1193 "core-foundation",
1194 "core-foundation-sys",
1195 "libc",
1196 "security-framework-sys",
1197]
1198
1199[[package]]
1200name = "security-framework-sys"
1201version = "2.9.1"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1204dependencies = [
1205 "core-foundation-sys",
1206 "libc",
1207]
1208
1209[[package]]
1210name = "selectors"
1211version = "0.25.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
1214dependencies = [
1215 "bitflags 2.4.2",
1216 "cssparser",
1217 "derive_more",
1218 "fxhash",
1219 "log",
1220 "new_debug_unreachable",
1221 "phf 0.10.1",
1222 "phf_codegen",
1223 "precomputed-hash",
1224 "servo_arc",
1225 "smallvec",
1226]
1227
1228[[package]]
1229name = "serde"
1230version = "1.0.197"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
1233dependencies = [
1234 "serde_derive",
1235]
1236
1237[[package]]
1238name = "serde_derive"
1239version = "1.0.197"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
1242dependencies = [
1243 "proc-macro2",
1244 "quote",
1245 "syn 2.0.52",
1246]
1247
1248[[package]]
1249name = "serde_json"
1250version = "1.0.114"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
1253dependencies = [
1254 "itoa",
1255 "ryu",
1256 "serde",
1257]
1258
1259[[package]]
1260name = "serde_urlencoded"
1261version = "0.7.1"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1264dependencies = [
1265 "form_urlencoded",
1266 "itoa",
1267 "ryu",
1268 "serde",
1269]
1270
1271[[package]]
1272name = "servo_arc"
1273version = "0.3.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
1276dependencies = [
1277 "stable_deref_trait",
1278]
1279
1280[[package]]
1281name = "signal-hook-registry"
1282version = "1.4.1"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1285dependencies = [
1286 "libc",
1287]
1288
1289[[package]]
1290name = "siphasher"
1291version = "0.3.11"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1294
1295[[package]]
1296name = "slab"
1297version = "0.4.9"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1300dependencies = [
1301 "autocfg",
1302]
1303
1304[[package]]
1305name = "smallvec"
1306version = "1.13.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1309
1310[[package]]
1311name = "socket2"
1312version = "0.5.6"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
1315dependencies = [
1316 "libc",
1317 "windows-sys 0.52.0",
1318]
1319
1320[[package]]
1321name = "stable_deref_trait"
1322version = "1.2.0"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1325
1326[[package]]
1327name = "string_cache"
1328version = "0.8.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1331dependencies = [
1332 "new_debug_unreachable",
1333 "once_cell",
1334 "parking_lot",
1335 "phf_shared 0.10.0",
1336 "precomputed-hash",
1337 "serde",
1338]
1339
1340[[package]]
1341name = "string_cache_codegen"
1342version = "0.5.2"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
1345dependencies = [
1346 "phf_generator 0.10.0",
1347 "phf_shared 0.10.0",
1348 "proc-macro2",
1349 "quote",
1350]
1351
1352[[package]]
1353name = "strsim"
1354version = "0.11.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
1357
1358[[package]]
1359name = "syn"
1360version = "1.0.109"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1363dependencies = [
1364 "proc-macro2",
1365 "quote",
1366 "unicode-ident",
1367]
1368
1369[[package]]
1370name = "syn"
1371version = "2.0.52"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
1374dependencies = [
1375 "proc-macro2",
1376 "quote",
1377 "unicode-ident",
1378]
1379
1380[[package]]
1381name = "sync_wrapper"
1382version = "0.1.2"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1385
1386[[package]]
1387name = "system-configuration"
1388version = "0.5.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1391dependencies = [
1392 "bitflags 1.3.2",
1393 "core-foundation",
1394 "system-configuration-sys",
1395]
1396
1397[[package]]
1398name = "system-configuration-sys"
1399version = "0.5.0"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1402dependencies = [
1403 "core-foundation-sys",
1404 "libc",
1405]
1406
1407[[package]]
1408name = "tempfile"
1409version = "3.10.1"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1412dependencies = [
1413 "cfg-if",
1414 "fastrand",
1415 "rustix",
1416 "windows-sys 0.52.0",
1417]
1418
1419[[package]]
1420name = "tendril"
1421version = "0.4.3"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1424dependencies = [
1425 "futf",
1426 "mac",
1427 "utf-8",
1428]
1429
1430[[package]]
1431name = "tinyvec"
1432version = "1.6.0"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1435dependencies = [
1436 "tinyvec_macros",
1437]
1438
1439[[package]]
1440name = "tinyvec_macros"
1441version = "0.1.1"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1444
1445[[package]]
1446name = "tokio"
1447version = "1.36.0"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
1450dependencies = [
1451 "backtrace",
1452 "bytes",
1453 "libc",
1454 "mio",
1455 "num_cpus",
1456 "parking_lot",
1457 "pin-project-lite",
1458 "signal-hook-registry",
1459 "socket2",
1460 "tokio-macros",
1461 "windows-sys 0.48.0",
1462]
1463
1464[[package]]
1465name = "tokio-macros"
1466version = "2.2.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
1469dependencies = [
1470 "proc-macro2",
1471 "quote",
1472 "syn 2.0.52",
1473]
1474
1475[[package]]
1476name = "tokio-native-tls"
1477version = "0.3.1"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1480dependencies = [
1481 "native-tls",
1482 "tokio",
1483]
1484
1485[[package]]
1486name = "tokio-util"
1487version = "0.7.10"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1490dependencies = [
1491 "bytes",
1492 "futures-core",
1493 "futures-sink",
1494 "pin-project-lite",
1495 "tokio",
1496 "tracing",
1497]
1498
1499[[package]]
1500name = "tower-service"
1501version = "0.3.2"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1504
1505[[package]]
1506name = "tracing"
1507version = "0.1.40"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1510dependencies = [
1511 "pin-project-lite",
1512 "tracing-core",
1513]
1514
1515[[package]]
1516name = "tracing-core"
1517version = "0.1.32"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1520dependencies = [
1521 "once_cell",
1522]
1523
1524[[package]]
1525name = "try-lock"
1526version = "0.2.5"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1529
1530[[package]]
1531name = "unicode-bidi"
1532version = "0.3.15"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1535
1536[[package]]
1537name = "unicode-ident"
1538version = "1.0.12"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1541
1542[[package]]
1543name = "unicode-normalization"
1544version = "0.1.23"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1547dependencies = [
1548 "tinyvec",
1549]
1550
1551[[package]]
1552name = "unicode-width"
1553version = "0.1.11"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1556
1557[[package]]
1558name = "url"
1559version = "2.5.0"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1562dependencies = [
1563 "form_urlencoded",
1564 "idna",
1565 "percent-encoding",
1566]
1567
1568[[package]]
1569name = "utf-8"
1570version = "0.7.6"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1573
1574[[package]]
1575name = "utf8parse"
1576version = "0.2.1"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1579
1580[[package]]
1581name = "vcpkg"
1582version = "0.2.15"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1585
1586[[package]]
1587name = "version_check"
1588version = "0.9.4"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1591
1592[[package]]
1593name = "want"
1594version = "0.3.1"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1597dependencies = [
1598 "try-lock",
1599]
1600
1601[[package]]
1602name = "wasi"
1603version = "0.11.0+wasi-snapshot-preview1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1606
1607[[package]]
1608name = "wasm-bindgen"
1609version = "0.2.92"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1612dependencies = [
1613 "cfg-if",
1614 "wasm-bindgen-macro",
1615]
1616
1617[[package]]
1618name = "wasm-bindgen-backend"
1619version = "0.2.92"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1622dependencies = [
1623 "bumpalo",
1624 "log",
1625 "once_cell",
1626 "proc-macro2",
1627 "quote",
1628 "syn 2.0.52",
1629 "wasm-bindgen-shared",
1630]
1631
1632[[package]]
1633name = "wasm-bindgen-futures"
1634version = "0.4.42"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
1637dependencies = [
1638 "cfg-if",
1639 "js-sys",
1640 "wasm-bindgen",
1641 "web-sys",
1642]
1643
1644[[package]]
1645name = "wasm-bindgen-macro"
1646version = "0.2.92"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1649dependencies = [
1650 "quote",
1651 "wasm-bindgen-macro-support",
1652]
1653
1654[[package]]
1655name = "wasm-bindgen-macro-support"
1656version = "0.2.92"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1659dependencies = [
1660 "proc-macro2",
1661 "quote",
1662 "syn 2.0.52",
1663 "wasm-bindgen-backend",
1664 "wasm-bindgen-shared",
1665]
1666
1667[[package]]
1668name = "wasm-bindgen-shared"
1669version = "0.2.92"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1672
1673[[package]]
1674name = "web-sys"
1675version = "0.3.69"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
1678dependencies = [
1679 "js-sys",
1680 "wasm-bindgen",
1681]
1682
1683[[package]]
1684name = "windows-sys"
1685version = "0.48.0"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1688dependencies = [
1689 "windows-targets 0.48.5",
1690]
1691
1692[[package]]
1693name = "windows-sys"
1694version = "0.52.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1697dependencies = [
1698 "windows-targets 0.52.4",
1699]
1700
1701[[package]]
1702name = "windows-targets"
1703version = "0.48.5"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1706dependencies = [
1707 "windows_aarch64_gnullvm 0.48.5",
1708 "windows_aarch64_msvc 0.48.5",
1709 "windows_i686_gnu 0.48.5",
1710 "windows_i686_msvc 0.48.5",
1711 "windows_x86_64_gnu 0.48.5",
1712 "windows_x86_64_gnullvm 0.48.5",
1713 "windows_x86_64_msvc 0.48.5",
1714]
1715
1716[[package]]
1717name = "windows-targets"
1718version = "0.52.4"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
1721dependencies = [
1722 "windows_aarch64_gnullvm 0.52.4",
1723 "windows_aarch64_msvc 0.52.4",
1724 "windows_i686_gnu 0.52.4",
1725 "windows_i686_msvc 0.52.4",
1726 "windows_x86_64_gnu 0.52.4",
1727 "windows_x86_64_gnullvm 0.52.4",
1728 "windows_x86_64_msvc 0.52.4",
1729]
1730
1731[[package]]
1732name = "windows_aarch64_gnullvm"
1733version = "0.48.5"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1736
1737[[package]]
1738name = "windows_aarch64_gnullvm"
1739version = "0.52.4"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
1742
1743[[package]]
1744name = "windows_aarch64_msvc"
1745version = "0.48.5"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1748
1749[[package]]
1750name = "windows_aarch64_msvc"
1751version = "0.52.4"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
1754
1755[[package]]
1756name = "windows_i686_gnu"
1757version = "0.48.5"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1760
1761[[package]]
1762name = "windows_i686_gnu"
1763version = "0.52.4"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
1766
1767[[package]]
1768name = "windows_i686_msvc"
1769version = "0.48.5"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1772
1773[[package]]
1774name = "windows_i686_msvc"
1775version = "0.52.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
1778
1779[[package]]
1780name = "windows_x86_64_gnu"
1781version = "0.48.5"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1784
1785[[package]]
1786name = "windows_x86_64_gnu"
1787version = "0.52.4"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
1790
1791[[package]]
1792name = "windows_x86_64_gnullvm"
1793version = "0.48.5"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1796
1797[[package]]
1798name = "windows_x86_64_gnullvm"
1799version = "0.52.4"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
1802
1803[[package]]
1804name = "windows_x86_64_msvc"
1805version = "0.48.5"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1808
1809[[package]]
1810name = "windows_x86_64_msvc"
1811version = "0.52.4"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
1814
1815[[package]]
1816name = "winreg"
1817version = "0.50.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
1820dependencies = [
1821 "cfg-if",
1822 "windows-sys 0.48.0",
1823]
1824
1825[[package]]
1826name = "zerocopy"
1827version = "0.7.32"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
1830dependencies = [
1831 "zerocopy-derive",
1832]
1833
1834[[package]]
1835name = "zerocopy-derive"
1836version = "0.7.32"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
1839dependencies = [
1840 "proc-macro2",
1841 "quote",
1842 "syn 2.0.52",
1843]