[package] authors = ["Konstantin Stepanov "] description = "A client library for MPD (music player daemon), like libmpdclient but in Rust" documentation = "http://kstep.me/rust-mpd/mpd/index.html" homepage = "https://github.com/kstep/rust-mpd" license = "MIT/Apache-2.0" name = "mpd" repository = "https://github.com/kstep/rust-mpd.git" version = "0.1.0" edition = "2018" [dependencies] bufstream = "0.1.1" rustc-serialize = "0.3.16" time = "0.2" [dev-dependencies] tempdir = "0.3.5" unix_socket = "0.5.0"