# 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 = "id3util" version = "0.2.0" authors = ["Jiangqiu Shen"] description = "A command line tool to edit id3 tags of mp3/m4a files" license = "MIT" [dependencies.clap] version = "4.0.8" features = [ "derive", "color", ] [dependencies.clap_complete] version = "4.0.2" [dependencies.id3] version = "1.3.0" [dependencies.mp4ameta] version = "0.11.0" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0"