# 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_protocol" version = "1.0.3" description = "Implementation of MPD client protocol" readme = "README.md" keywords = [ "mpd", "protocol", "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", ] [[bench]] name = "parse_response" harness = false [dependencies.ahash] version = "0.8.9" [dependencies.bytes] version = "1.5.0" [dependencies.nom] version = "7.1.3" [dependencies.tokio] version = "1.36.0" features = ["io-util"] optional = true [dependencies.tracing] version = "0.1.40" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tokio] version = "1.36.0" features = [ "io-util", "rt", "rt-multi-thread", "macros", "net", ] [dev-dependencies.tokio-test] version = "0.4.3" [features] async = ["tokio"]