aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock615
1 files changed, 615 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..ab2a0bd
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,615 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "anstream"
7version = "0.6.19"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
10dependencies = [
11 "anstyle",
12 "anstyle-parse",
13 "anstyle-query",
14 "anstyle-wincon",
15 "colorchoice",
16 "is_terminal_polyfill",
17 "utf8parse",
18]
19
20[[package]]
21name = "anstyle"
22version = "1.0.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.7"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.3"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.9"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys",
53]
54
55[[package]]
56name = "anyhow"
57version = "1.0.98"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
60
61[[package]]
62name = "bitflags"
63version = "1.3.2"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
66
67[[package]]
68name = "bitflags"
69version = "2.9.1"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
72
73[[package]]
74name = "cfg-if"
75version = "1.0.1"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
78
79[[package]]
80name = "cfg_aliases"
81version = "0.2.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
84
85[[package]]
86name = "clap"
87version = "4.5.40"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
90dependencies = [
91 "clap_builder",
92 "clap_derive",
93]
94
95[[package]]
96name = "clap_builder"
97version = "4.5.40"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
100dependencies = [
101 "anstream",
102 "anstyle",
103 "clap_lex",
104 "strsim",
105]
106
107[[package]]
108name = "clap_derive"
109version = "4.5.40"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce"
112dependencies = [
113 "heck",
114 "proc-macro2",
115 "quote",
116 "syn",
117]
118
119[[package]]
120name = "clap_lex"
121version = "0.7.5"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
124
125[[package]]
126name = "colorchoice"
127version = "1.0.4"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
130
131[[package]]
132name = "ctrlc"
133version = "3.4.7"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
136dependencies = [
137 "nix",
138 "windows-sys",
139]
140
141[[package]]
142name = "demon"
143version = "0.1.0"
144dependencies = [
145 "anyhow",
146 "clap",
147 "ctrlc",
148 "glob",
149 "notify",
150 "tracing",
151 "tracing-subscriber",
152]
153
154[[package]]
155name = "filetime"
156version = "0.2.25"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
159dependencies = [
160 "cfg-if",
161 "libc",
162 "libredox",
163 "windows-sys",
164]
165
166[[package]]
167name = "fsevent-sys"
168version = "4.1.0"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
171dependencies = [
172 "libc",
173]
174
175[[package]]
176name = "glob"
177version = "0.3.2"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
180
181[[package]]
182name = "heck"
183version = "0.5.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
186
187[[package]]
188name = "inotify"
189version = "0.11.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
192dependencies = [
193 "bitflags 2.9.1",
194 "inotify-sys",
195 "libc",
196]
197
198[[package]]
199name = "inotify-sys"
200version = "0.1.5"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
203dependencies = [
204 "libc",
205]
206
207[[package]]
208name = "is_terminal_polyfill"
209version = "1.70.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
212
213[[package]]
214name = "kqueue"
215version = "1.1.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
218dependencies = [
219 "kqueue-sys",
220 "libc",
221]
222
223[[package]]
224name = "kqueue-sys"
225version = "1.0.4"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
228dependencies = [
229 "bitflags 1.3.2",
230 "libc",
231]
232
233[[package]]
234name = "lazy_static"
235version = "1.5.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
238
239[[package]]
240name = "libc"
241version = "0.2.174"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
244
245[[package]]
246name = "libredox"
247version = "0.1.3"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
250dependencies = [
251 "bitflags 2.9.1",
252 "libc",
253 "redox_syscall",
254]
255
256[[package]]
257name = "log"
258version = "0.4.27"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
261
262[[package]]
263name = "mio"
264version = "1.0.4"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
267dependencies = [
268 "libc",
269 "log",
270 "wasi",
271 "windows-sys",
272]
273
274[[package]]
275name = "nix"
276version = "0.30.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
279dependencies = [
280 "bitflags 2.9.1",
281 "cfg-if",
282 "cfg_aliases",
283 "libc",
284]
285
286[[package]]
287name = "notify"
288version = "8.0.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
291dependencies = [
292 "bitflags 2.9.1",
293 "filetime",
294 "fsevent-sys",
295 "inotify",
296 "kqueue",
297 "libc",
298 "log",
299 "mio",
300 "notify-types",
301 "walkdir",
302 "windows-sys",
303]
304
305[[package]]
306name = "notify-types"
307version = "2.0.0"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
310
311[[package]]
312name = "nu-ansi-term"
313version = "0.46.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
316dependencies = [
317 "overload",
318 "winapi",
319]
320
321[[package]]
322name = "once_cell"
323version = "1.21.3"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
326
327[[package]]
328name = "once_cell_polyfill"
329version = "1.70.1"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
332
333[[package]]
334name = "overload"
335version = "0.1.1"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
338
339[[package]]
340name = "pin-project-lite"
341version = "0.2.16"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
344
345[[package]]
346name = "proc-macro2"
347version = "1.0.95"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
350dependencies = [
351 "unicode-ident",
352]
353
354[[package]]
355name = "quote"
356version = "1.0.40"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
359dependencies = [
360 "proc-macro2",
361]
362
363[[package]]
364name = "redox_syscall"
365version = "0.5.13"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
368dependencies = [
369 "bitflags 2.9.1",
370]
371
372[[package]]
373name = "same-file"
374version = "1.0.6"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
377dependencies = [
378 "winapi-util",
379]
380
381[[package]]
382name = "sharded-slab"
383version = "0.1.7"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
386dependencies = [
387 "lazy_static",
388]
389
390[[package]]
391name = "smallvec"
392version = "1.15.1"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
395
396[[package]]
397name = "strsim"
398version = "0.11.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
401
402[[package]]
403name = "syn"
404version = "2.0.103"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8"
407dependencies = [
408 "proc-macro2",
409 "quote",
410 "unicode-ident",
411]
412
413[[package]]
414name = "thread_local"
415version = "1.1.9"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
418dependencies = [
419 "cfg-if",
420]
421
422[[package]]
423name = "tracing"
424version = "0.1.41"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
427dependencies = [
428 "pin-project-lite",
429 "tracing-attributes",
430 "tracing-core",
431]
432
433[[package]]
434name = "tracing-attributes"
435version = "0.1.30"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
438dependencies = [
439 "proc-macro2",
440 "quote",
441 "syn",
442]
443
444[[package]]
445name = "tracing-core"
446version = "0.1.34"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
449dependencies = [
450 "once_cell",
451 "valuable",
452]
453
454[[package]]
455name = "tracing-log"
456version = "0.2.0"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
459dependencies = [
460 "log",
461 "once_cell",
462 "tracing-core",
463]
464
465[[package]]
466name = "tracing-subscriber"
467version = "0.3.19"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
470dependencies = [
471 "nu-ansi-term",
472 "sharded-slab",
473 "smallvec",
474 "thread_local",
475 "tracing-core",
476 "tracing-log",
477]
478
479[[package]]
480name = "unicode-ident"
481version = "1.0.18"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
484
485[[package]]
486name = "utf8parse"
487version = "0.2.2"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
490
491[[package]]
492name = "valuable"
493version = "0.1.1"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
496
497[[package]]
498name = "walkdir"
499version = "2.5.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
502dependencies = [
503 "same-file",
504 "winapi-util",
505]
506
507[[package]]
508name = "wasi"
509version = "0.11.1+wasi-snapshot-preview1"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
512
513[[package]]
514name = "winapi"
515version = "0.3.9"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
518dependencies = [
519 "winapi-i686-pc-windows-gnu",
520 "winapi-x86_64-pc-windows-gnu",
521]
522
523[[package]]
524name = "winapi-i686-pc-windows-gnu"
525version = "0.4.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
528
529[[package]]
530name = "winapi-util"
531version = "0.1.9"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
534dependencies = [
535 "windows-sys",
536]
537
538[[package]]
539name = "winapi-x86_64-pc-windows-gnu"
540version = "0.4.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
543
544[[package]]
545name = "windows-sys"
546version = "0.59.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
549dependencies = [
550 "windows-targets",
551]
552
553[[package]]
554name = "windows-targets"
555version = "0.52.6"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
558dependencies = [
559 "windows_aarch64_gnullvm",
560 "windows_aarch64_msvc",
561 "windows_i686_gnu",
562 "windows_i686_gnullvm",
563 "windows_i686_msvc",
564 "windows_x86_64_gnu",
565 "windows_x86_64_gnullvm",
566 "windows_x86_64_msvc",
567]
568
569[[package]]
570name = "windows_aarch64_gnullvm"
571version = "0.52.6"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
574
575[[package]]
576name = "windows_aarch64_msvc"
577version = "0.52.6"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
580
581[[package]]
582name = "windows_i686_gnu"
583version = "0.52.6"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
586
587[[package]]
588name = "windows_i686_gnullvm"
589version = "0.52.6"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
592
593[[package]]
594name = "windows_i686_msvc"
595version = "0.52.6"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
598
599[[package]]
600name = "windows_x86_64_gnu"
601version = "0.52.6"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
604
605[[package]]
606name = "windows_x86_64_gnullvm"
607version = "0.52.6"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
610
611[[package]]
612name = "windows_x86_64_msvc"
613version = "0.52.6"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"