# 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 = "2018" name = "mctl" version = "0.1.3" authors = ["Uttarayan Mondal "] build = "build.rs" exclude = [".drone.yml", ".github/*"] description = "Control both mpd and mpris musicplayers with one command" homepage = "https://github.com/uttarayan21/mctl-rs" license = "MIT" repository = "https://github.com/uttarayan21/mctl-rs" [dependencies.clap] version = "2.33.3" [dependencies.derive_more] version = "0.99.13" [dependencies.mpd] version = "0.0.12" [dependencies.mpris] version = "1.1.2" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.xdg] version = "2.2.0" [build-dependencies.clap] version = "2.33.3"