# 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 = "mpd" version = "0.1.0" authors = ["Konstantin Stepanov "] description = "A client library for MPD (music player daemon), like libmpdclient but in Rust" homepage = "https://github.com/kstep/rust-mpd" documentation = "http://kstep.me/rust-mpd/mpd/index.html" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/kstep/rust-mpd.git" [dependencies.bufstream] version = "0.1" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1" optional = true [dev-dependencies.tempdir] version = "0.3.5" [dev-dependencies.unix_socket] version = "0.5.0" [features] serde = [ "dep:serde", "dep:serde_repr", ]