# 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 = "music-player-client" version = "0.1.6" authors = ["Tsiry Sandratraina "] description = "The client library for the music player" keywords = [ "tokio", "music", "cli", "daemon", "streaming", ] license = "MIT" repository = "https://github.com/tsirysndr/music-player" [dependencies.anyhow] version = "1.0.67" [dependencies.futures-util] version = "0.3.24" [dependencies.music-player-server] version = "0.2.1" [dependencies.music-player-settings] version = "0.1.3" [dependencies.music-player-types] version = "0.1.3" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.2" [dependencies.tonic] version = "0.8.1" [dependencies.url] version = "2.3.1" [dev-dependencies.envtestkit] version = "1.1.2" [dev-dependencies.music-player-playback] version = "0.1.10" [dev-dependencies.music-player-storage] version = "0.1.9" [dev-dependencies.music-player-tracklist] version = "0.1.7" [dev-dependencies.tonic-web] version = "0.4.0"