# 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 = "id3-cli" version = "0.2.1" authors = ["khai96_ "] include = [ "/src", "/cli", "/Cargo.toml", "/README.md", "/LICENSE.md", ] description = "View and modify IDv3 tags" readme = "README.md" keywords = [ "id3", "tag", "audio", "mp3", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/KSXGitHub/id3-cli.git" resolver = "2" [lib] name = "id3_cli" path = "src/lib.rs" [[bin]] name = "id3" path = "cli/id3.rs" [[bin]] name = "id3-cli-completions" path = "cli/completions.rs" [dependencies.chrono] version = "0.4.20" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.clap-utilities] version = "0.1.0" [dependencies.clap_complete] version = "3.2.3" [dependencies.derive_more] version = "0.99.17" [dependencies.id3] version = "1.3.0" [dependencies.infer] version = "0.9.0" [dependencies.mediatype] version = "0.19.5" [dependencies.pipe-trait] version = "0.4.0" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.serde_yaml] version = "0.9.4" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.31" [dependencies.typed-builder] version = "0.10.0" [dev-dependencies.assert-cmp] version = "0.2.0" [dev-dependencies.command-extra] version = "1.0.0" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.text-block-macros] version = "0.1.1"