# 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_client" version = "1.4.1" description = "Asynchronous user-friendly MPD client" readme = "README.md" keywords = [ "mpd", "async", "client", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/elomatreb/mpd_client" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.34" features = ["std"] optional = true default-features = false [dependencies.mpd_protocol] version = "1.0.3" features = ["async"] [dependencies.tokio] version = "1.36.0" features = [ "rt", "net", "time", "sync", "macros", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tracing-subscriber] version = "0.3.18"