# 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 = "mpd-fresh" version = "0.3.0" authors = ["Shane Tully "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to check your MPD library for new music releases." homepage = "https://github.com/shanet/mpd-fresh" readme = "README.md" keywords = [ "cli", "mpd", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/shanet/mpd-fresh" [[bin]] name = "mpd-fresh" path = "src/main.rs" [dependencies.clap] version = "4.5.4" [dependencies.once_cell] version = "1.19.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"