# 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 = "flaq" version = "0.4.0" description = "A simple CLI tool for modifying and querying metadata tags for `.flac` files." readme = "README.md" license = "MIT" [profile.release] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.colored] version = "2.1.0" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.metaflac] version = "0.2.5" [dependencies.pest] version = "2.7.10" [dependencies.pest_derive] version = "2.7.10" [dependencies.thiserror] version = "1.0.59" [build-dependencies.clap] version = "4.5.4" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.2"