# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "refile-mp4" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false 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." readme = "README.md" license = "MIT" [[bin]] name = "refile-mp4" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.regex] version = "1.10" [dependencies.taglib] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.22"