# 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" rust-version = "1.65.0" name = "mack" version = "1.4.1" authors = ["Chris Down "] description = "An opinionated, fast music organiser." readme = "README.md" keywords = [ "music", "audio", "organiser", "tagging", "mp3", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/cdown/mack" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.3.24" features = [ "std", "derive", "help", ] default-features = false [dependencies.cow-utils] version = "0.1.3" [dependencies.funcfmt] version = "0.3.0" [dependencies.id3] version = "1.13.1" default-features = false [dependencies.jwalk] version = "0.8.1" [dependencies.once_cell] version = "1.19.0" features = ["std"] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2.155" [target."cfg(target_family = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["winerror"]