# 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 = "mtag" version = "0.5.1" authors = ["Taylan Gökkaya "] description = "A lightweight CLI utility for changing mpeg-4 tags and artwork." readme = "readme.md" keywords = ["cli", "media", "tag", "mpeg-4", "m4b"] categories = ["command-line-utilities", "multimedia::encoding"] license = "MIT" repository = "https://github.com/insomnimus/mtag" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.clap] version = "3.0.0" features = ["cargo", "env", "unicode", "wrap_help"] [dependencies.mp4ameta] version = "0.11.0" [dependencies.wild] version = "2.0.4" [build-dependencies.clap] version = "3.0.0" features = ["cargo", "env", "unicode", "wrap_help"] [build-dependencies.clap_complete] version = "3.0.2"