# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "taggie" version = "0.1.0" authors = ["Rafał Cieślak "] description = "Edit audio tags in your favorite text editor" homepage = "https://github.com/ravicious/taggie" readme = "README.md" keywords = ["audio-tags", "mp3-tags", "m4a-tags", "tag-editing"] categories = ["command-line-utilities", "multimedia::audio"] license = "GPL-3.0-only" repository = "https://github.com/ravicious/taggie" [dependencies.taglib] version = "1" [dependencies.tempfile] version = "3.0.4" [dev-dependencies.fastrand] version = "1.4.0"