# 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 = "mpdheart" version = "0.1.0" authors = ["fawn "] description = "spread love around your library ♡" readme = "README.md" keywords = [ "mpd", "lastfm", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/fawni/mpdheart" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.md5] version = "0.7.0" [dependencies.mpd] version = "0.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12" [dependencies.ureq] version = "2.9.6" features = ["json"]