summaryrefslogtreecommitdiff
path: root/vendored/mpd/Cargo.toml
blob: e3a104f9a574d129cf07a6d245469d26e80ff7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
authors = ["Konstantin Stepanov <me@kstep.me>"]
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"