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.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
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.13"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
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.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
40dependencies = [
41 "windows-sys 0.60.2",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.10"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys 0.60.2",
53]
54
55[[package]]
56name = "anyhow"
57version = "1.0.100"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
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.4"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
72
73[[package]]
74name = "clap"
75version = "4.5.49"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
78dependencies = [
79 "clap_builder",
80 "clap_derive",
81]
82
83[[package]]
84name = "clap_builder"
85version = "4.5.49"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
88dependencies = [
89 "anstream",
90 "anstyle",
91 "clap_lex",
92 "strsim",
93]
94
95[[package]]
96name = "clap_derive"
97version = "4.5.49"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
100dependencies = [
101 "heck",
102 "proc-macro2",
103 "quote",
104 "syn",
105]
106
107[[package]]
108name = "clap_lex"
109version = "0.7.6"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
112
113[[package]]
114name = "colorchoice"
115version = "1.0.4"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
118
119[[package]]
120name = "diff"
121version = "0.1.13"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
124
125[[package]]
126name = "diffwatch"
127version = "0.1.0"
128dependencies = [
129 "anyhow",
130 "clap",
131 "diff",
132 "notify",
133 "termcolor",
134]
135
136[[package]]
137name = "fsevent-sys"
138version = "4.1.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
141dependencies = [
142 "libc",
143]
144
145[[package]]
146name = "heck"
147version = "0.5.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
150
151[[package]]
152name = "inotify"
153version = "0.11.0"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
156dependencies = [
157 "bitflags 2.9.4",
158 "inotify-sys",
159 "libc",
160]
161
162[[package]]
163name = "inotify-sys"
164version = "0.1.5"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
167dependencies = [
168 "libc",
169]
170
171[[package]]
172name = "is_terminal_polyfill"
173version = "1.70.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
176
177[[package]]
178name = "kqueue"
179version = "1.1.1"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
182dependencies = [
183 "kqueue-sys",
184 "libc",
185]
186
187[[package]]
188name = "kqueue-sys"
189version = "1.0.4"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
192dependencies = [
193 "bitflags 1.3.2",
194 "libc",
195]
196
197[[package]]
198name = "libc"
199version = "0.2.177"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
202
203[[package]]
204name = "log"
205version = "0.4.28"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
208
209[[package]]
210name = "mio"
211version = "1.0.4"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
214dependencies = [
215 "libc",
216 "log",
217 "wasi",
218 "windows-sys 0.59.0",
219]
220
221[[package]]
222name = "notify"
223version = "8.2.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
226dependencies = [
227 "bitflags 2.9.4",
228 "fsevent-sys",
229 "inotify",
230 "kqueue",
231 "libc",
232 "log",
233 "mio",
234 "notify-types",
235 "walkdir",
236 "windows-sys 0.60.2",
237]
238
239[[package]]
240name = "notify-types"
241version = "2.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
244
245[[package]]
246name = "once_cell_polyfill"
247version = "1.70.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
250
251[[package]]
252name = "proc-macro2"
253version = "1.0.101"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
256dependencies = [
257 "unicode-ident",
258]
259
260[[package]]
261name = "quote"
262version = "1.0.41"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
265dependencies = [
266 "proc-macro2",
267]
268
269[[package]]
270name = "same-file"
271version = "1.0.6"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
274dependencies = [
275 "winapi-util",
276]
277
278[[package]]
279name = "strsim"
280version = "0.11.1"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
283
284[[package]]
285name = "syn"
286version = "2.0.106"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "unicode-ident",
293]
294
295[[package]]
296name = "termcolor"
297version = "1.4.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
300dependencies = [
301 "winapi-util",
302]
303
304[[package]]
305name = "unicode-ident"
306version = "1.0.19"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
309
310[[package]]
311name = "utf8parse"
312version = "0.2.2"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
315
316[[package]]
317name = "walkdir"
318version = "2.5.0"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
321dependencies = [
322 "same-file",
323 "winapi-util",
324]
325
326[[package]]
327name = "wasi"
328version = "0.11.1+wasi-snapshot-preview1"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
331
332[[package]]
333name = "winapi-util"
334version = "0.1.11"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
337dependencies = [
338 "windows-sys 0.61.2",
339]
340
341[[package]]
342name = "windows-link"
343version = "0.2.1"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
346
347[[package]]
348name = "windows-sys"
349version = "0.59.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
352dependencies = [
353 "windows-targets 0.52.6",
354]
355
356[[package]]
357name = "windows-sys"
358version = "0.60.2"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
361dependencies = [
362 "windows-targets 0.53.5",
363]
364
365[[package]]
366name = "windows-sys"
367version = "0.61.2"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
370dependencies = [
371 "windows-link",
372]
373
374[[package]]
375name = "windows-targets"
376version = "0.52.6"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
379dependencies = [
380 "windows_aarch64_gnullvm 0.52.6",
381 "windows_aarch64_msvc 0.52.6",
382 "windows_i686_gnu 0.52.6",
383 "windows_i686_gnullvm 0.52.6",
384 "windows_i686_msvc 0.52.6",
385 "windows_x86_64_gnu 0.52.6",
386 "windows_x86_64_gnullvm 0.52.6",
387 "windows_x86_64_msvc 0.52.6",
388]
389
390[[package]]
391name = "windows-targets"
392version = "0.53.5"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
395dependencies = [
396 "windows-link",
397 "windows_aarch64_gnullvm 0.53.1",
398 "windows_aarch64_msvc 0.53.1",
399 "windows_i686_gnu 0.53.1",
400 "windows_i686_gnullvm 0.53.1",
401 "windows_i686_msvc 0.53.1",
402 "windows_x86_64_gnu 0.53.1",
403 "windows_x86_64_gnullvm 0.53.1",
404 "windows_x86_64_msvc 0.53.1",
405]
406
407[[package]]
408name = "windows_aarch64_gnullvm"
409version = "0.52.6"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
412
413[[package]]
414name = "windows_aarch64_gnullvm"
415version = "0.53.1"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
418
419[[package]]
420name = "windows_aarch64_msvc"
421version = "0.52.6"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
424
425[[package]]
426name = "windows_aarch64_msvc"
427version = "0.53.1"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
430
431[[package]]
432name = "windows_i686_gnu"
433version = "0.52.6"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
436
437[[package]]
438name = "windows_i686_gnu"
439version = "0.53.1"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
442
443[[package]]
444name = "windows_i686_gnullvm"
445version = "0.52.6"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
448
449[[package]]
450name = "windows_i686_gnullvm"
451version = "0.53.1"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
454
455[[package]]
456name = "windows_i686_msvc"
457version = "0.52.6"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
460
461[[package]]
462name = "windows_i686_msvc"
463version = "0.53.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
466
467[[package]]
468name = "windows_x86_64_gnu"
469version = "0.52.6"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
472
473[[package]]
474name = "windows_x86_64_gnu"
475version = "0.53.1"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
478
479[[package]]
480name = "windows_x86_64_gnullvm"
481version = "0.52.6"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
484
485[[package]]
486name = "windows_x86_64_gnullvm"
487version = "0.53.1"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
490
491[[package]]
492name = "windows_x86_64_msvc"
493version = "0.52.6"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
496
497[[package]]
498name = "windows_x86_64_msvc"
499version = "0.53.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"