iPod Music conversion tools (macOS Only)
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 = "bitflags"
57version = "2.10.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
60
61[[package]]
62name = "bumpalo"
63version = "3.19.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
66
67[[package]]
68name = "byteorder"
69version = "1.5.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
72
73[[package]]
74name = "cfg-if"
75version = "1.0.4"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
78
79[[package]]
80name = "clap"
81version = "4.5.56"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e"
84dependencies = [
85 "clap_builder",
86 "clap_derive",
87]
88
89[[package]]
90name = "clap_builder"
91version = "4.5.56"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0"
94dependencies = [
95 "anstream",
96 "anstyle",
97 "clap_lex",
98 "strsim",
99]
100
101[[package]]
102name = "clap_derive"
103version = "4.5.55"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
106dependencies = [
107 "heck",
108 "proc-macro2",
109 "quote",
110 "syn",
111]
112
113[[package]]
114name = "clap_lex"
115version = "0.7.7"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
118
119[[package]]
120name = "colorchoice"
121version = "1.0.4"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
124
125[[package]]
126name = "console"
127version = "0.16.2"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
130dependencies = [
131 "encode_unicode",
132 "libc",
133 "once_cell",
134 "unicode-width",
135 "windows-sys",
136]
137
138[[package]]
139name = "crossbeam-deque"
140version = "0.8.6"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
143dependencies = [
144 "crossbeam-epoch",
145 "crossbeam-utils",
146]
147
148[[package]]
149name = "crossbeam-epoch"
150version = "0.9.18"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
153dependencies = [
154 "crossbeam-utils",
155]
156
157[[package]]
158name = "crossbeam-utils"
159version = "0.8.21"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
162
163[[package]]
164name = "either"
165version = "1.15.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
168
169[[package]]
170name = "encode_unicode"
171version = "1.0.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
174
175[[package]]
176name = "errno"
177version = "0.3.14"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
180dependencies = [
181 "libc",
182 "windows-sys",
183]
184
185[[package]]
186name = "fastrand"
187version = "2.3.0"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
190
191[[package]]
192name = "getrandom"
193version = "0.3.4"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
196dependencies = [
197 "cfg-if",
198 "libc",
199 "r-efi",
200 "wasip2",
201]
202
203[[package]]
204name = "heck"
205version = "0.5.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
208
209[[package]]
210name = "hex"
211version = "0.4.3"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
214
215[[package]]
216name = "indicatif"
217version = "0.18.3"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
220dependencies = [
221 "console",
222 "portable-atomic",
223 "rayon",
224 "unicode-width",
225 "unit-prefix",
226 "web-time",
227]
228
229[[package]]
230name = "is_terminal_polyfill"
231version = "1.70.2"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
234
235[[package]]
236name = "js-sys"
237version = "0.3.85"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
240dependencies = [
241 "once_cell",
242 "wasm-bindgen",
243]
244
245[[package]]
246name = "libc"
247version = "0.2.180"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
250
251[[package]]
252name = "linux-raw-sys"
253version = "0.11.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
256
257[[package]]
258name = "metaflac"
259version = "0.2.8"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "fdf25a3451319c52a4a56d956475fbbb763bfb8420e2187d802485cb0fd8d965"
262dependencies = [
263 "byteorder",
264 "hex",
265]
266
267[[package]]
268name = "mp4ameta"
269version = "0.13.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "453e991b2efe96c288cbc2d03a19e353504294559ecb6c03067fff5bd824616d"
272
273[[package]]
274name = "once_cell"
275version = "1.21.3"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
278
279[[package]]
280name = "once_cell_polyfill"
281version = "1.70.2"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
284
285[[package]]
286name = "podtools"
287version = "0.1.0"
288dependencies = [
289 "clap",
290 "indicatif",
291 "metaflac",
292 "mp4ameta",
293 "rayon",
294 "tempfile",
295 "walkdir",
296]
297
298[[package]]
299name = "portable-atomic"
300version = "1.13.0"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
303
304[[package]]
305name = "proc-macro2"
306version = "1.0.106"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
309dependencies = [
310 "unicode-ident",
311]
312
313[[package]]
314name = "quote"
315version = "1.0.44"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
318dependencies = [
319 "proc-macro2",
320]
321
322[[package]]
323name = "r-efi"
324version = "5.3.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
327
328[[package]]
329name = "rayon"
330version = "1.11.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
333dependencies = [
334 "either",
335 "rayon-core",
336]
337
338[[package]]
339name = "rayon-core"
340version = "1.13.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
343dependencies = [
344 "crossbeam-deque",
345 "crossbeam-utils",
346]
347
348[[package]]
349name = "rustix"
350version = "1.1.3"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
353dependencies = [
354 "bitflags",
355 "errno",
356 "libc",
357 "linux-raw-sys",
358 "windows-sys",
359]
360
361[[package]]
362name = "rustversion"
363version = "1.0.22"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
366
367[[package]]
368name = "same-file"
369version = "1.0.6"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
372dependencies = [
373 "winapi-util",
374]
375
376[[package]]
377name = "strsim"
378version = "0.11.1"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
381
382[[package]]
383name = "syn"
384version = "2.0.114"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
387dependencies = [
388 "proc-macro2",
389 "quote",
390 "unicode-ident",
391]
392
393[[package]]
394name = "tempfile"
395version = "3.24.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
398dependencies = [
399 "fastrand",
400 "getrandom",
401 "once_cell",
402 "rustix",
403 "windows-sys",
404]
405
406[[package]]
407name = "unicode-ident"
408version = "1.0.22"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
411
412[[package]]
413name = "unicode-width"
414version = "0.2.2"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
417
418[[package]]
419name = "unit-prefix"
420version = "0.5.2"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
423
424[[package]]
425name = "utf8parse"
426version = "0.2.2"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
429
430[[package]]
431name = "walkdir"
432version = "2.5.0"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
435dependencies = [
436 "same-file",
437 "winapi-util",
438]
439
440[[package]]
441name = "wasip2"
442version = "1.0.2+wasi-0.2.9"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
445dependencies = [
446 "wit-bindgen",
447]
448
449[[package]]
450name = "wasm-bindgen"
451version = "0.2.108"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
454dependencies = [
455 "cfg-if",
456 "once_cell",
457 "rustversion",
458 "wasm-bindgen-macro",
459 "wasm-bindgen-shared",
460]
461
462[[package]]
463name = "wasm-bindgen-macro"
464version = "0.2.108"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
467dependencies = [
468 "quote",
469 "wasm-bindgen-macro-support",
470]
471
472[[package]]
473name = "wasm-bindgen-macro-support"
474version = "0.2.108"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
477dependencies = [
478 "bumpalo",
479 "proc-macro2",
480 "quote",
481 "syn",
482 "wasm-bindgen-shared",
483]
484
485[[package]]
486name = "wasm-bindgen-shared"
487version = "0.2.108"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
490dependencies = [
491 "unicode-ident",
492]
493
494[[package]]
495name = "web-time"
496version = "1.1.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
499dependencies = [
500 "js-sys",
501 "wasm-bindgen",
502]
503
504[[package]]
505name = "winapi-util"
506version = "0.1.11"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
509dependencies = [
510 "windows-sys",
511]
512
513[[package]]
514name = "windows-link"
515version = "0.2.1"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
518
519[[package]]
520name = "windows-sys"
521version = "0.61.2"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
524dependencies = [
525 "windows-link",
526]
527
528[[package]]
529name = "wit-bindgen"
530version = "0.51.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"