Strategies for finding binary dependencies
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.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.11"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys",
53]
54
55[[package]]
56name = "bindep"
57version = "0.1.0"
58dependencies = [
59 "clap",
60 "comfy-table",
61 "elf",
62 "glob",
63 "walkdir",
64]
65
66[[package]]
67name = "bitflags"
68version = "2.10.0"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
71
72[[package]]
73name = "cfg-if"
74version = "1.0.4"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
77
78[[package]]
79name = "clap"
80version = "4.5.53"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
83dependencies = [
84 "clap_builder",
85 "clap_derive",
86]
87
88[[package]]
89name = "clap_builder"
90version = "4.5.53"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
93dependencies = [
94 "anstream",
95 "anstyle",
96 "clap_lex",
97 "strsim",
98]
99
100[[package]]
101name = "clap_derive"
102version = "4.5.49"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
105dependencies = [
106 "heck",
107 "proc-macro2",
108 "quote",
109 "syn",
110]
111
112[[package]]
113name = "clap_lex"
114version = "0.7.6"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
117
118[[package]]
119name = "colorchoice"
120version = "1.0.4"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
123
124[[package]]
125name = "comfy-table"
126version = "7.2.2"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
129dependencies = [
130 "crossterm",
131 "unicode-segmentation",
132 "unicode-width",
133]
134
135[[package]]
136name = "crossterm"
137version = "0.29.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
140dependencies = [
141 "bitflags",
142 "crossterm_winapi",
143 "document-features",
144 "parking_lot",
145 "rustix",
146 "winapi",
147]
148
149[[package]]
150name = "crossterm_winapi"
151version = "0.9.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
154dependencies = [
155 "winapi",
156]
157
158[[package]]
159name = "document-features"
160version = "0.2.12"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
163dependencies = [
164 "litrs",
165]
166
167[[package]]
168name = "elf"
169version = "0.8.0"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "55dd888a213fc57e957abf2aa305ee3e8a28dbe05687a251f33b637cd46b0070"
172
173[[package]]
174name = "errno"
175version = "0.3.14"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
178dependencies = [
179 "libc",
180 "windows-sys",
181]
182
183[[package]]
184name = "glob"
185version = "0.3.3"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
188
189[[package]]
190name = "heck"
191version = "0.5.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
194
195[[package]]
196name = "is_terminal_polyfill"
197version = "1.70.2"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
200
201[[package]]
202name = "libc"
203version = "0.2.180"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
206
207[[package]]
208name = "linux-raw-sys"
209version = "0.11.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
212
213[[package]]
214name = "litrs"
215version = "1.0.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
218
219[[package]]
220name = "lock_api"
221version = "0.4.14"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
224dependencies = [
225 "scopeguard",
226]
227
228[[package]]
229name = "once_cell_polyfill"
230version = "1.70.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
233
234[[package]]
235name = "parking_lot"
236version = "0.12.5"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
239dependencies = [
240 "lock_api",
241 "parking_lot_core",
242]
243
244[[package]]
245name = "parking_lot_core"
246version = "0.9.12"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
249dependencies = [
250 "cfg-if",
251 "libc",
252 "redox_syscall",
253 "smallvec",
254 "windows-link",
255]
256
257[[package]]
258name = "proc-macro2"
259version = "1.0.104"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
262dependencies = [
263 "unicode-ident",
264]
265
266[[package]]
267name = "quote"
268version = "1.0.42"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
271dependencies = [
272 "proc-macro2",
273]
274
275[[package]]
276name = "redox_syscall"
277version = "0.5.18"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
280dependencies = [
281 "bitflags",
282]
283
284[[package]]
285name = "rustix"
286version = "1.1.3"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
289dependencies = [
290 "bitflags",
291 "errno",
292 "libc",
293 "linux-raw-sys",
294 "windows-sys",
295]
296
297[[package]]
298name = "same-file"
299version = "1.0.6"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
302dependencies = [
303 "winapi-util",
304]
305
306[[package]]
307name = "scopeguard"
308version = "1.2.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
311
312[[package]]
313name = "smallvec"
314version = "1.15.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
317
318[[package]]
319name = "strsim"
320version = "0.11.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
323
324[[package]]
325name = "syn"
326version = "2.0.112"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4"
329dependencies = [
330 "proc-macro2",
331 "quote",
332 "unicode-ident",
333]
334
335[[package]]
336name = "unicode-ident"
337version = "1.0.22"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
340
341[[package]]
342name = "unicode-segmentation"
343version = "1.12.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
346
347[[package]]
348name = "unicode-width"
349version = "0.2.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
352
353[[package]]
354name = "utf8parse"
355version = "0.2.2"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
358
359[[package]]
360name = "walkdir"
361version = "2.5.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
364dependencies = [
365 "same-file",
366 "winapi-util",
367]
368
369[[package]]
370name = "winapi"
371version = "0.3.9"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
374dependencies = [
375 "winapi-i686-pc-windows-gnu",
376 "winapi-x86_64-pc-windows-gnu",
377]
378
379[[package]]
380name = "winapi-i686-pc-windows-gnu"
381version = "0.4.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
384
385[[package]]
386name = "winapi-util"
387version = "0.1.11"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
390dependencies = [
391 "windows-sys",
392]
393
394[[package]]
395name = "winapi-x86_64-pc-windows-gnu"
396version = "0.4.0"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
399
400[[package]]
401name = "windows-link"
402version = "0.2.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
405
406[[package]]
407name = "windows-sys"
408version = "0.61.2"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
411dependencies = [
412 "windows-link",
413]