1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anstream"
16version = "0.6.14"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "1.0.7"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
34
35[[package]]
36name = "anstyle-parse"
37version = "0.2.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-query"
46version = "1.1.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
49dependencies = [
50 "windows-sys 0.52.0",
51]
52
53[[package]]
54name = "anstyle-wincon"
55version = "3.0.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
58dependencies = [
59 "anstyle",
60 "windows-sys 0.52.0",
61]
62
63[[package]]
64name = "anyhow"
65version = "1.0.86"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
68
69[[package]]
70name = "autocfg"
71version = "1.3.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
74
75[[package]]
76name = "base64"
77version = "0.21.7"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
80
81[[package]]
82name = "bit-set"
83version = "0.5.3"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
86dependencies = [
87 "bit-vec",
88]
89
90[[package]]
91name = "bit-vec"
92version = "0.6.3"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
95
96[[package]]
97name = "bitflags"
98version = "1.3.2"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
101
102[[package]]
103name = "bitflags"
104version = "2.5.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
107
108[[package]]
109name = "block"
110version = "0.1.6"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
113
114[[package]]
115name = "block-buffer"
116version = "0.10.4"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
119dependencies = [
120 "generic-array",
121]
122
123[[package]]
124name = "bstr"
125version = "1.9.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
128dependencies = [
129 "memchr",
130 "regex-automata",
131 "serde",
132]
133
134[[package]]
135name = "byteorder"
136version = "1.5.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
139
140[[package]]
141name = "cc"
142version = "1.0.99"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
145dependencies = [
146 "jobserver",
147 "libc",
148 "once_cell",
149]
150
151[[package]]
152name = "cfg-if"
153version = "1.0.0"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
156
157[[package]]
158name = "clap"
159version = "4.5.6"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7"
162dependencies = [
163 "clap_builder",
164 "clap_derive",
165]
166
167[[package]]
168name = "clap_builder"
169version = "4.5.6"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df"
172dependencies = [
173 "anstream",
174 "anstyle",
175 "clap_lex",
176 "strsim",
177]
178
179[[package]]
180name = "clap_derive"
181version = "4.5.5"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
184dependencies = [
185 "heck",
186 "proc-macro2",
187 "quote",
188 "syn 2.0.66",
189]
190
191[[package]]
192name = "clap_lex"
193version = "0.7.1"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
196
197[[package]]
198name = "cli-clipboard"
199version = "0.4.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "04087c1d4a2aa259784a563932aee09cbb0869d490775e051096174b070f3e3d"
202dependencies = [
203 "clipboard-win",
204 "objc",
205 "objc-foundation",
206 "objc_id",
207 "wl-clipboard-rs",
208 "x11-clipboard",
209]
210
211[[package]]
212name = "clipboard-win"
213version = "4.5.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
216dependencies = [
217 "error-code",
218 "str-buf",
219 "winapi",
220]
221
222[[package]]
223name = "code2prompt"
224version = "1.0.0"
225dependencies = [
226 "anyhow",
227 "clap",
228 "cli-clipboard",
229 "colored",
230 "git2",
231 "handlebars",
232 "ignore",
233 "indicatif",
234 "inquire",
235 "jwalk",
236 "regex",
237 "serde_json",
238 "termtree",
239 "tiktoken-rs",
240]
241
242[[package]]
243name = "colorchoice"
244version = "1.0.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
247
248[[package]]
249name = "colored"
250version = "2.1.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
253dependencies = [
254 "lazy_static",
255 "windows-sys 0.48.0",
256]
257
258[[package]]
259name = "console"
260version = "0.15.8"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
263dependencies = [
264 "encode_unicode",
265 "lazy_static",
266 "libc",
267 "unicode-width",
268 "windows-sys 0.52.0",
269]
270
271[[package]]
272name = "cpufeatures"
273version = "0.2.12"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
276dependencies = [
277 "libc",
278]
279
280[[package]]
281name = "crossbeam"
282version = "0.8.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
285dependencies = [
286 "crossbeam-channel",
287 "crossbeam-deque",
288 "crossbeam-epoch",
289 "crossbeam-queue",
290 "crossbeam-utils",
291]
292
293[[package]]
294name = "crossbeam-channel"
295version = "0.5.13"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
298dependencies = [
299 "crossbeam-utils",
300]
301
302[[package]]
303name = "crossbeam-deque"
304version = "0.8.5"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
307dependencies = [
308 "crossbeam-epoch",
309 "crossbeam-utils",
310]
311
312[[package]]
313name = "crossbeam-epoch"
314version = "0.9.18"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
317dependencies = [
318 "crossbeam-utils",
319]
320
321[[package]]
322name = "crossbeam-queue"
323version = "0.3.11"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
326dependencies = [
327 "crossbeam-utils",
328]
329
330[[package]]
331name = "crossbeam-utils"
332version = "0.8.20"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
335
336[[package]]
337name = "crossterm"
338version = "0.25.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
341dependencies = [
342 "bitflags 1.3.2",
343 "crossterm_winapi",
344 "libc",
345 "mio",
346 "parking_lot",
347 "signal-hook",
348 "signal-hook-mio",
349 "winapi",
350]
351
352[[package]]
353name = "crossterm_winapi"
354version = "0.9.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
357dependencies = [
358 "winapi",
359]
360
361[[package]]
362name = "crypto-common"
363version = "0.1.6"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
366dependencies = [
367 "generic-array",
368 "typenum",
369]
370
371[[package]]
372name = "derive-new"
373version = "0.5.9"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
376dependencies = [
377 "proc-macro2",
378 "quote",
379 "syn 1.0.109",
380]
381
382[[package]]
383name = "digest"
384version = "0.10.7"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
387dependencies = [
388 "block-buffer",
389 "crypto-common",
390]
391
392[[package]]
393name = "downcast-rs"
394version = "1.2.1"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
397
398[[package]]
399name = "dyn-clone"
400version = "1.0.17"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
403
404[[package]]
405name = "either"
406version = "1.12.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
409
410[[package]]
411name = "encode_unicode"
412version = "0.3.6"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
415
416[[package]]
417name = "equivalent"
418version = "1.0.1"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
421
422[[package]]
423name = "errno"
424version = "0.3.9"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
427dependencies = [
428 "libc",
429 "windows-sys 0.52.0",
430]
431
432[[package]]
433name = "error-code"
434version = "2.3.1"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
437dependencies = [
438 "libc",
439 "str-buf",
440]
441
442[[package]]
443name = "fancy-regex"
444version = "0.12.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
447dependencies = [
448 "bit-set",
449 "regex",
450]
451
452[[package]]
453name = "fastrand"
454version = "2.1.0"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
457
458[[package]]
459name = "fixedbitset"
460version = "0.4.2"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
463
464[[package]]
465name = "fnv"
466version = "1.0.7"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
469
470[[package]]
471name = "form_urlencoded"
472version = "1.2.1"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
475dependencies = [
476 "percent-encoding",
477]
478
479[[package]]
480name = "fuzzy-matcher"
481version = "0.3.7"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
484dependencies = [
485 "thread_local",
486]
487
488[[package]]
489name = "fxhash"
490version = "0.2.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
493dependencies = [
494 "byteorder",
495]
496
497[[package]]
498name = "generic-array"
499version = "0.14.7"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
502dependencies = [
503 "typenum",
504 "version_check",
505]
506
507[[package]]
508name = "gethostname"
509version = "0.2.3"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
512dependencies = [
513 "libc",
514 "winapi",
515]
516
517[[package]]
518name = "git2"
519version = "0.18.3"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
522dependencies = [
523 "bitflags 2.5.0",
524 "libc",
525 "libgit2-sys",
526 "log",
527 "openssl-probe",
528 "openssl-sys",
529 "url",
530]
531
532[[package]]
533name = "globset"
534version = "0.4.14"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
537dependencies = [
538 "aho-corasick",
539 "bstr",
540 "log",
541 "regex-automata",
542 "regex-syntax",
543]
544
545[[package]]
546name = "handlebars"
547version = "4.5.0"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
550dependencies = [
551 "log",
552 "pest",
553 "pest_derive",
554 "serde",
555 "serde_json",
556 "thiserror",
557]
558
559[[package]]
560name = "hashbrown"
561version = "0.14.5"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
564
565[[package]]
566name = "heck"
567version = "0.5.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
570
571[[package]]
572name = "home"
573version = "0.5.9"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
576dependencies = [
577 "windows-sys 0.52.0",
578]
579
580[[package]]
581name = "idna"
582version = "0.5.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
585dependencies = [
586 "unicode-bidi",
587 "unicode-normalization",
588]
589
590[[package]]
591name = "ignore"
592version = "0.4.22"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
595dependencies = [
596 "crossbeam-deque",
597 "globset",
598 "log",
599 "memchr",
600 "regex-automata",
601 "same-file",
602 "walkdir",
603 "winapi-util",
604]
605
606[[package]]
607name = "indexmap"
608version = "2.2.6"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
611dependencies = [
612 "equivalent",
613 "hashbrown",
614]
615
616[[package]]
617name = "indicatif"
618version = "0.17.8"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
621dependencies = [
622 "console",
623 "instant",
624 "number_prefix",
625 "portable-atomic",
626 "unicode-width",
627]
628
629[[package]]
630name = "inquire"
631version = "0.7.5"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "0fddf93031af70e75410a2511ec04d49e758ed2f26dad3404a934e0fb45cc12a"
634dependencies = [
635 "bitflags 2.5.0",
636 "crossterm",
637 "dyn-clone",
638 "fuzzy-matcher",
639 "fxhash",
640 "newline-converter",
641 "once_cell",
642 "unicode-segmentation",
643 "unicode-width",
644]
645
646[[package]]
647name = "instant"
648version = "0.1.13"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
651dependencies = [
652 "cfg-if",
653]
654
655[[package]]
656name = "is_terminal_polyfill"
657version = "1.70.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
660
661[[package]]
662name = "itoa"
663version = "1.0.11"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
666
667[[package]]
668name = "jobserver"
669version = "0.1.31"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
672dependencies = [
673 "libc",
674]
675
676[[package]]
677name = "jwalk"
678version = "0.8.1"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
681dependencies = [
682 "crossbeam",
683 "rayon",
684]
685
686[[package]]
687name = "lazy_static"
688version = "1.4.0"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
691
692[[package]]
693name = "libc"
694version = "0.2.155"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
697
698[[package]]
699name = "libgit2-sys"
700version = "0.16.2+1.7.2"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
703dependencies = [
704 "cc",
705 "libc",
706 "libssh2-sys",
707 "libz-sys",
708 "openssl-sys",
709 "pkg-config",
710]
711
712[[package]]
713name = "libssh2-sys"
714version = "0.3.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
717dependencies = [
718 "cc",
719 "libc",
720 "libz-sys",
721 "openssl-sys",
722 "pkg-config",
723 "vcpkg",
724]
725
726[[package]]
727name = "libz-sys"
728version = "1.1.18"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
731dependencies = [
732 "cc",
733 "libc",
734 "pkg-config",
735 "vcpkg",
736]
737
738[[package]]
739name = "linux-raw-sys"
740version = "0.4.14"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
743
744[[package]]
745name = "lock_api"
746version = "0.4.12"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
749dependencies = [
750 "autocfg",
751 "scopeguard",
752]
753
754[[package]]
755name = "log"
756version = "0.4.21"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
759
760[[package]]
761name = "malloc_buf"
762version = "0.0.6"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
765dependencies = [
766 "libc",
767]
768
769[[package]]
770name = "memchr"
771version = "2.7.2"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
774
775[[package]]
776name = "memoffset"
777version = "0.6.5"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
780dependencies = [
781 "autocfg",
782]
783
784[[package]]
785name = "minimal-lexical"
786version = "0.2.1"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
789
790[[package]]
791name = "mio"
792version = "0.8.11"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
795dependencies = [
796 "libc",
797 "log",
798 "wasi",
799 "windows-sys 0.48.0",
800]
801
802[[package]]
803name = "newline-converter"
804version = "0.3.0"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f"
807dependencies = [
808 "unicode-segmentation",
809]
810
811[[package]]
812name = "nix"
813version = "0.24.3"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
816dependencies = [
817 "bitflags 1.3.2",
818 "cfg-if",
819 "libc",
820 "memoffset",
821]
822
823[[package]]
824name = "nom"
825version = "7.1.3"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
828dependencies = [
829 "memchr",
830 "minimal-lexical",
831]
832
833[[package]]
834name = "number_prefix"
835version = "0.4.0"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
838
839[[package]]
840name = "objc"
841version = "0.2.7"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
844dependencies = [
845 "malloc_buf",
846]
847
848[[package]]
849name = "objc-foundation"
850version = "0.1.1"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
853dependencies = [
854 "block",
855 "objc",
856 "objc_id",
857]
858
859[[package]]
860name = "objc_id"
861version = "0.1.1"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
864dependencies = [
865 "objc",
866]
867
868[[package]]
869name = "once_cell"
870version = "1.19.0"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
873
874[[package]]
875name = "openssl-probe"
876version = "0.1.5"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
879
880[[package]]
881name = "openssl-sys"
882version = "0.9.102"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
885dependencies = [
886 "cc",
887 "libc",
888 "pkg-config",
889 "vcpkg",
890]
891
892[[package]]
893name = "os_pipe"
894version = "1.2.0"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209"
897dependencies = [
898 "libc",
899 "windows-sys 0.52.0",
900]
901
902[[package]]
903name = "parking_lot"
904version = "0.12.3"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
907dependencies = [
908 "lock_api",
909 "parking_lot_core",
910]
911
912[[package]]
913name = "parking_lot_core"
914version = "0.9.10"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
917dependencies = [
918 "cfg-if",
919 "libc",
920 "redox_syscall",
921 "smallvec",
922 "windows-targets 0.52.5",
923]
924
925[[package]]
926name = "percent-encoding"
927version = "2.3.1"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
930
931[[package]]
932name = "pest"
933version = "2.7.10"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
936dependencies = [
937 "memchr",
938 "thiserror",
939 "ucd-trie",
940]
941
942[[package]]
943name = "pest_derive"
944version = "2.7.10"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
947dependencies = [
948 "pest",
949 "pest_generator",
950]
951
952[[package]]
953name = "pest_generator"
954version = "2.7.10"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
957dependencies = [
958 "pest",
959 "pest_meta",
960 "proc-macro2",
961 "quote",
962 "syn 2.0.66",
963]
964
965[[package]]
966name = "pest_meta"
967version = "2.7.10"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
970dependencies = [
971 "once_cell",
972 "pest",
973 "sha2",
974]
975
976[[package]]
977name = "petgraph"
978version = "0.6.5"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
981dependencies = [
982 "fixedbitset",
983 "indexmap",
984]
985
986[[package]]
987name = "pkg-config"
988version = "0.3.30"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
991
992[[package]]
993name = "portable-atomic"
994version = "1.6.0"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
997
998[[package]]
999name = "proc-macro2"
1000version = "1.0.85"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
1003dependencies = [
1004 "unicode-ident",
1005]
1006
1007[[package]]
1008name = "quote"
1009version = "1.0.36"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1012dependencies = [
1013 "proc-macro2",
1014]
1015
1016[[package]]
1017name = "rayon"
1018version = "1.10.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1021dependencies = [
1022 "either",
1023 "rayon-core",
1024]
1025
1026[[package]]
1027name = "rayon-core"
1028version = "1.12.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1031dependencies = [
1032 "crossbeam-deque",
1033 "crossbeam-utils",
1034]
1035
1036[[package]]
1037name = "redox_syscall"
1038version = "0.5.1"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
1041dependencies = [
1042 "bitflags 2.5.0",
1043]
1044
1045[[package]]
1046name = "regex"
1047version = "1.10.4"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
1050dependencies = [
1051 "aho-corasick",
1052 "memchr",
1053 "regex-automata",
1054 "regex-syntax",
1055]
1056
1057[[package]]
1058name = "regex-automata"
1059version = "0.4.6"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1062dependencies = [
1063 "aho-corasick",
1064 "memchr",
1065 "regex-syntax",
1066]
1067
1068[[package]]
1069name = "regex-syntax"
1070version = "0.8.3"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
1073
1074[[package]]
1075name = "rustc-hash"
1076version = "1.1.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1079
1080[[package]]
1081name = "rustix"
1082version = "0.38.34"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1085dependencies = [
1086 "bitflags 2.5.0",
1087 "errno",
1088 "libc",
1089 "linux-raw-sys",
1090 "windows-sys 0.52.0",
1091]
1092
1093[[package]]
1094name = "ryu"
1095version = "1.0.18"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1098
1099[[package]]
1100name = "same-file"
1101version = "1.0.6"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1104dependencies = [
1105 "winapi-util",
1106]
1107
1108[[package]]
1109name = "scopeguard"
1110version = "1.2.0"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1113
1114[[package]]
1115name = "serde"
1116version = "1.0.203"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
1119dependencies = [
1120 "serde_derive",
1121]
1122
1123[[package]]
1124name = "serde_derive"
1125version = "1.0.203"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
1128dependencies = [
1129 "proc-macro2",
1130 "quote",
1131 "syn 2.0.66",
1132]
1133
1134[[package]]
1135name = "serde_json"
1136version = "1.0.117"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
1139dependencies = [
1140 "itoa",
1141 "ryu",
1142 "serde",
1143]
1144
1145[[package]]
1146name = "sha2"
1147version = "0.10.8"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1150dependencies = [
1151 "cfg-if",
1152 "cpufeatures",
1153 "digest",
1154]
1155
1156[[package]]
1157name = "signal-hook"
1158version = "0.3.17"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
1161dependencies = [
1162 "libc",
1163 "signal-hook-registry",
1164]
1165
1166[[package]]
1167name = "signal-hook-mio"
1168version = "0.2.3"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
1171dependencies = [
1172 "libc",
1173 "mio",
1174 "signal-hook",
1175]
1176
1177[[package]]
1178name = "signal-hook-registry"
1179version = "1.4.2"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1182dependencies = [
1183 "libc",
1184]
1185
1186[[package]]
1187name = "smallvec"
1188version = "1.13.2"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1191
1192[[package]]
1193name = "str-buf"
1194version = "1.0.6"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
1197
1198[[package]]
1199name = "strsim"
1200version = "0.11.1"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1203
1204[[package]]
1205name = "syn"
1206version = "1.0.109"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1209dependencies = [
1210 "proc-macro2",
1211 "quote",
1212 "unicode-ident",
1213]
1214
1215[[package]]
1216name = "syn"
1217version = "2.0.66"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
1220dependencies = [
1221 "proc-macro2",
1222 "quote",
1223 "unicode-ident",
1224]
1225
1226[[package]]
1227name = "tempfile"
1228version = "3.10.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1231dependencies = [
1232 "cfg-if",
1233 "fastrand",
1234 "rustix",
1235 "windows-sys 0.52.0",
1236]
1237
1238[[package]]
1239name = "termtree"
1240version = "0.4.1"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1243
1244[[package]]
1245name = "thiserror"
1246version = "1.0.61"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
1249dependencies = [
1250 "thiserror-impl",
1251]
1252
1253[[package]]
1254name = "thiserror-impl"
1255version = "1.0.61"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
1258dependencies = [
1259 "proc-macro2",
1260 "quote",
1261 "syn 2.0.66",
1262]
1263
1264[[package]]
1265name = "thread_local"
1266version = "1.1.8"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1269dependencies = [
1270 "cfg-if",
1271 "once_cell",
1272]
1273
1274[[package]]
1275name = "tiktoken-rs"
1276version = "0.5.9"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
1279dependencies = [
1280 "anyhow",
1281 "base64",
1282 "bstr",
1283 "fancy-regex",
1284 "lazy_static",
1285 "parking_lot",
1286 "rustc-hash",
1287]
1288
1289[[package]]
1290name = "tinyvec"
1291version = "1.6.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1294dependencies = [
1295 "tinyvec_macros",
1296]
1297
1298[[package]]
1299name = "tinyvec_macros"
1300version = "0.1.1"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1303
1304[[package]]
1305name = "tree_magic_mini"
1306version = "3.1.5"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2"
1309dependencies = [
1310 "fnv",
1311 "home",
1312 "memchr",
1313 "nom",
1314 "once_cell",
1315 "petgraph",
1316]
1317
1318[[package]]
1319name = "typenum"
1320version = "1.17.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1323
1324[[package]]
1325name = "ucd-trie"
1326version = "0.1.6"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
1329
1330[[package]]
1331name = "unicode-bidi"
1332version = "0.3.15"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1335
1336[[package]]
1337name = "unicode-ident"
1338version = "1.0.12"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1341
1342[[package]]
1343name = "unicode-normalization"
1344version = "0.1.23"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1347dependencies = [
1348 "tinyvec",
1349]
1350
1351[[package]]
1352name = "unicode-segmentation"
1353version = "1.11.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1356
1357[[package]]
1358name = "unicode-width"
1359version = "0.1.13"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
1362
1363[[package]]
1364name = "url"
1365version = "2.5.0"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1368dependencies = [
1369 "form_urlencoded",
1370 "idna",
1371 "percent-encoding",
1372]
1373
1374[[package]]
1375name = "utf8parse"
1376version = "0.2.2"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1379
1380[[package]]
1381name = "vcpkg"
1382version = "0.2.15"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1385
1386[[package]]
1387name = "version_check"
1388version = "0.9.4"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1391
1392[[package]]
1393name = "walkdir"
1394version = "2.5.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1397dependencies = [
1398 "same-file",
1399 "winapi-util",
1400]
1401
1402[[package]]
1403name = "wasi"
1404version = "0.11.0+wasi-snapshot-preview1"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1407
1408[[package]]
1409name = "wayland-client"
1410version = "0.29.5"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
1413dependencies = [
1414 "bitflags 1.3.2",
1415 "downcast-rs",
1416 "libc",
1417 "nix",
1418 "wayland-commons",
1419 "wayland-scanner",
1420 "wayland-sys",
1421]
1422
1423[[package]]
1424name = "wayland-commons"
1425version = "0.29.5"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
1428dependencies = [
1429 "nix",
1430 "once_cell",
1431 "smallvec",
1432 "wayland-sys",
1433]
1434
1435[[package]]
1436name = "wayland-protocols"
1437version = "0.29.5"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
1440dependencies = [
1441 "bitflags 1.3.2",
1442 "wayland-client",
1443 "wayland-commons",
1444 "wayland-scanner",
1445]
1446
1447[[package]]
1448name = "wayland-scanner"
1449version = "0.29.5"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
1452dependencies = [
1453 "proc-macro2",
1454 "quote",
1455 "xml-rs",
1456]
1457
1458[[package]]
1459name = "wayland-sys"
1460version = "0.29.5"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
1463dependencies = [
1464 "pkg-config",
1465]
1466
1467[[package]]
1468name = "winapi"
1469version = "0.3.9"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1472dependencies = [
1473 "winapi-i686-pc-windows-gnu",
1474 "winapi-x86_64-pc-windows-gnu",
1475]
1476
1477[[package]]
1478name = "winapi-i686-pc-windows-gnu"
1479version = "0.4.0"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1482
1483[[package]]
1484name = "winapi-util"
1485version = "0.1.8"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
1488dependencies = [
1489 "windows-sys 0.52.0",
1490]
1491
1492[[package]]
1493name = "winapi-wsapoll"
1494version = "0.1.2"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "1eafc5f679c576995526e81635d0cf9695841736712b4e892f87abbe6fed3f28"
1497dependencies = [
1498 "winapi",
1499]
1500
1501[[package]]
1502name = "winapi-x86_64-pc-windows-gnu"
1503version = "0.4.0"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1506
1507[[package]]
1508name = "windows-sys"
1509version = "0.48.0"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1512dependencies = [
1513 "windows-targets 0.48.5",
1514]
1515
1516[[package]]
1517name = "windows-sys"
1518version = "0.52.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1521dependencies = [
1522 "windows-targets 0.52.5",
1523]
1524
1525[[package]]
1526name = "windows-targets"
1527version = "0.48.5"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1530dependencies = [
1531 "windows_aarch64_gnullvm 0.48.5",
1532 "windows_aarch64_msvc 0.48.5",
1533 "windows_i686_gnu 0.48.5",
1534 "windows_i686_msvc 0.48.5",
1535 "windows_x86_64_gnu 0.48.5",
1536 "windows_x86_64_gnullvm 0.48.5",
1537 "windows_x86_64_msvc 0.48.5",
1538]
1539
1540[[package]]
1541name = "windows-targets"
1542version = "0.52.5"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
1545dependencies = [
1546 "windows_aarch64_gnullvm 0.52.5",
1547 "windows_aarch64_msvc 0.52.5",
1548 "windows_i686_gnu 0.52.5",
1549 "windows_i686_gnullvm",
1550 "windows_i686_msvc 0.52.5",
1551 "windows_x86_64_gnu 0.52.5",
1552 "windows_x86_64_gnullvm 0.52.5",
1553 "windows_x86_64_msvc 0.52.5",
1554]
1555
1556[[package]]
1557name = "windows_aarch64_gnullvm"
1558version = "0.48.5"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1561
1562[[package]]
1563name = "windows_aarch64_gnullvm"
1564version = "0.52.5"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
1567
1568[[package]]
1569name = "windows_aarch64_msvc"
1570version = "0.48.5"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1573
1574[[package]]
1575name = "windows_aarch64_msvc"
1576version = "0.52.5"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
1579
1580[[package]]
1581name = "windows_i686_gnu"
1582version = "0.48.5"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1585
1586[[package]]
1587name = "windows_i686_gnu"
1588version = "0.52.5"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
1591
1592[[package]]
1593name = "windows_i686_gnullvm"
1594version = "0.52.5"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
1597
1598[[package]]
1599name = "windows_i686_msvc"
1600version = "0.48.5"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1603
1604[[package]]
1605name = "windows_i686_msvc"
1606version = "0.52.5"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
1609
1610[[package]]
1611name = "windows_x86_64_gnu"
1612version = "0.48.5"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1615
1616[[package]]
1617name = "windows_x86_64_gnu"
1618version = "0.52.5"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
1621
1622[[package]]
1623name = "windows_x86_64_gnullvm"
1624version = "0.48.5"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1627
1628[[package]]
1629name = "windows_x86_64_gnullvm"
1630version = "0.52.5"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
1633
1634[[package]]
1635name = "windows_x86_64_msvc"
1636version = "0.48.5"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1639
1640[[package]]
1641name = "windows_x86_64_msvc"
1642version = "0.52.5"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
1645
1646[[package]]
1647name = "wl-clipboard-rs"
1648version = "0.7.0"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "981a303dfbb75d659f6612d05a14b2e363c103d24f676a2d44a00d18507a1ad9"
1651dependencies = [
1652 "derive-new",
1653 "libc",
1654 "log",
1655 "nix",
1656 "os_pipe",
1657 "tempfile",
1658 "thiserror",
1659 "tree_magic_mini",
1660 "wayland-client",
1661 "wayland-protocols",
1662]
1663
1664[[package]]
1665name = "x11-clipboard"
1666version = "0.7.1"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "980b9aa9226c3b7de8e2adb11bf20124327c054e0e5812d2aac0b5b5a87e7464"
1669dependencies = [
1670 "x11rb",
1671]
1672
1673[[package]]
1674name = "x11rb"
1675version = "0.10.1"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
1678dependencies = [
1679 "gethostname",
1680 "nix",
1681 "winapi",
1682 "winapi-wsapoll",
1683 "x11rb-protocol",
1684]
1685
1686[[package]]
1687name = "x11rb-protocol"
1688version = "0.10.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
1691dependencies = [
1692 "nix",
1693]
1694
1695[[package]]
1696name = "xml-rs"
1697version = "0.8.20"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"