2023-08-27 14:15:29 +01:00
[ package ]
2024-10-11 22:32:59 +01:00
name = "refile-m4b"
2024-10-29 21:14:01 +00:00
version = "0.3.2"
2023-08-27 14:15:29 +01:00
edition = "2021"
2024-09-25 09:50:50 +01:00
description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player."
license = "MIT"
2023-08-27 14:15:29 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[ dependencies ]
2024-09-24 21:07:43 +01:00
anyhow = "1.0.75"
2024-02-04 13:42:47 +00:00
clap = { version = "4.4" , features = [ "derive" , "cargo" ] }
2024-09-24 21:07:43 +01:00
regex = "1.10"
2023-08-27 14:15:29 +01:00
taglib = "1.0.0"
2024-09-24 21:07:43 +01:00
[ dev-dependencies ]
pretty_assertions = "1.4"
2024-10-11 09:10:29 +01:00
rstest = "0.23"