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.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
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 = "autocfg"
22version = "1.3.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
25
26[[package]]
27name = "backtrace"
28version = "0.3.73"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
31dependencies = [
32 "addr2line",
33 "cc",
34 "cfg-if",
35 "libc",
36 "miniz_oxide",
37 "object",
38 "rustc-demangle",
39]
40
41[[package]]
42name = "bitflags"
43version = "2.6.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
46
47[[package]]
48name = "byteorder"
49version = "1.5.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
52
53[[package]]
54name = "cc"
55version = "1.1.10"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
58
59[[package]]
60name = "cfg-if"
61version = "1.0.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
64
65[[package]]
66name = "errno"
67version = "0.3.9"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
70dependencies = [
71 "libc",
72 "windows-sys 0.52.0",
73]
74
75[[package]]
76name = "fastrand"
77version = "2.1.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
80
81[[package]]
82name = "futures-core"
83version = "0.3.30"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
86
87[[package]]
88name = "futures-macro"
89version = "0.3.30"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
92dependencies = [
93 "proc-macro2",
94 "quote",
95 "syn",
96]
97
98[[package]]
99name = "futures-task"
100version = "0.3.30"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
103
104[[package]]
105name = "futures-util"
106version = "0.3.30"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
109dependencies = [
110 "futures-core",
111 "futures-macro",
112 "futures-task",
113 "pin-project-lite",
114 "pin-utils",
115 "slab",
116]
117
118[[package]]
119name = "getrandom"
120version = "0.2.15"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
123dependencies = [
124 "cfg-if",
125 "libc",
126 "wasi",
127]
128
129[[package]]
130name = "gimli"
131version = "0.29.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
134
135[[package]]
136name = "hermit-abi"
137version = "0.3.9"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
140
141[[package]]
142name = "inotify"
143version = "0.11.0"
144dependencies = [
145 "bitflags",
146 "futures-core",
147 "futures-util",
148 "inotify-sys",
149 "libc",
150 "maplit",
151 "rand",
152 "tempfile",
153 "tokio",
154]
155
156[[package]]
157name = "inotify-sys"
158version = "0.1.5"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
161dependencies = [
162 "libc",
163]
164
165[[package]]
166name = "libc"
167version = "0.2.155"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
170
171[[package]]
172name = "linux-raw-sys"
173version = "0.4.14"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
176
177[[package]]
178name = "maplit"
179version = "1.0.2"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
182
183[[package]]
184name = "memchr"
185version = "2.7.4"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
188
189[[package]]
190name = "miniz_oxide"
191version = "0.7.4"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
194dependencies = [
195 "adler",
196]
197
198[[package]]
199name = "mio"
200version = "1.0.2"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
203dependencies = [
204 "hermit-abi",
205 "libc",
206 "wasi",
207 "windows-sys 0.52.0",
208]
209
210[[package]]
211name = "object"
212version = "0.36.3"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
215dependencies = [
216 "memchr",
217]
218
219[[package]]
220name = "once_cell"
221version = "1.19.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
224
225[[package]]
226name = "pin-project-lite"
227version = "0.2.14"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
230
231[[package]]
232name = "pin-utils"
233version = "0.1.0"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
236
237[[package]]
238name = "ppv-lite86"
239version = "0.2.20"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
242dependencies = [
243 "zerocopy",
244]
245
246[[package]]
247name = "proc-macro2"
248version = "1.0.86"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
251dependencies = [
252 "unicode-ident",
253]
254
255[[package]]
256name = "quote"
257version = "1.0.36"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
260dependencies = [
261 "proc-macro2",
262]
263
264[[package]]
265name = "rand"
266version = "0.8.5"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
269dependencies = [
270 "libc",
271 "rand_chacha",
272 "rand_core",
273]
274
275[[package]]
276name = "rand_chacha"
277version = "0.3.1"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
280dependencies = [
281 "ppv-lite86",
282 "rand_core",
283]
284
285[[package]]
286name = "rand_core"
287version = "0.6.4"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
290dependencies = [
291 "getrandom",
292]
293
294[[package]]
295name = "rustc-demangle"
296version = "0.1.24"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
299
300[[package]]
301name = "rustix"
302version = "0.38.34"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
305dependencies = [
306 "bitflags",
307 "errno",
308 "libc",
309 "linux-raw-sys",
310 "windows-sys 0.52.0",
311]
312
313[[package]]
314name = "slab"
315version = "0.4.9"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
318dependencies = [
319 "autocfg",
320]
321
322[[package]]
323name = "socket2"
324version = "0.5.7"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
327dependencies = [
328 "libc",
329 "windows-sys 0.52.0",
330]
331
332[[package]]
333name = "syn"
334version = "2.0.74"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
337dependencies = [
338 "proc-macro2",
339 "quote",
340 "unicode-ident",
341]
342
343[[package]]
344name = "tempfile"
345version = "3.12.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
348dependencies = [
349 "cfg-if",
350 "fastrand",
351 "once_cell",
352 "rustix",
353 "windows-sys 0.59.0",
354]
355
356[[package]]
357name = "tokio"
358version = "1.39.2"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
361dependencies = [
362 "backtrace",
363 "libc",
364 "mio",
365 "pin-project-lite",
366 "socket2",
367 "tokio-macros",
368 "windows-sys 0.52.0",
369]
370
371[[package]]
372name = "tokio-macros"
373version = "2.4.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
376dependencies = [
377 "proc-macro2",
378 "quote",
379 "syn",
380]
381
382[[package]]
383name = "unicode-ident"
384version = "1.0.12"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
387
388[[package]]
389name = "wasi"
390version = "0.11.0+wasi-snapshot-preview1"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
393
394[[package]]
395name = "windows-sys"
396version = "0.52.0"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
399dependencies = [
400 "windows-targets",
401]
402
403[[package]]
404name = "windows-sys"
405version = "0.59.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
408dependencies = [
409 "windows-targets",
410]
411
412[[package]]
413name = "windows-targets"
414version = "0.52.6"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
417dependencies = [
418 "windows_aarch64_gnullvm",
419 "windows_aarch64_msvc",
420 "windows_i686_gnu",
421 "windows_i686_gnullvm",
422 "windows_i686_msvc",
423 "windows_x86_64_gnu",
424 "windows_x86_64_gnullvm",
425 "windows_x86_64_msvc",
426]
427
428[[package]]
429name = "windows_aarch64_gnullvm"
430version = "0.52.6"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
433
434[[package]]
435name = "windows_aarch64_msvc"
436version = "0.52.6"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
439
440[[package]]
441name = "windows_i686_gnu"
442version = "0.52.6"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
445
446[[package]]
447name = "windows_i686_gnullvm"
448version = "0.52.6"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
451
452[[package]]
453name = "windows_i686_msvc"
454version = "0.52.6"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
457
458[[package]]
459name = "windows_x86_64_gnu"
460version = "0.52.6"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
463
464[[package]]
465name = "windows_x86_64_gnullvm"
466version = "0.52.6"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
469
470[[package]]
471name = "windows_x86_64_msvc"
472version = "0.52.6"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
475
476[[package]]
477name = "zerocopy"
478version = "0.7.35"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
481dependencies = [
482 "byteorder",
483 "zerocopy-derive",
484]
485
486[[package]]
487name = "zerocopy-derive"
488version = "0.7.35"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
491dependencies = [
492 "proc-macro2",
493 "quote",
494 "syn",
495]
496