# 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" rust-version = "1.77" name = "snapcast-control" version = "0.1.0" description = "a wrapper for the Snapcast JSON-RPC Control API based on tokio" homepage = "https://github.com/JoeyEamigh/snapcast-control" documentation = "https://docs.rs/snapcast-control" readme = "README.md" keywords = [ "snapcast", "api-client", ] license = "MIT" repository = "https://github.com/JoeyEamigh/snapcast-control.git" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_with] version = "3.8.1" features = ["json"] [dependencies.stubborn-io] version = "0.3.5" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "net", "io-util", ] [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ]