# 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-addons" version = "0.1.6" authors = ["Tsiry Sandratraina "] description = "The addons for the music player" license = "MIT" repository = "https://github.com/tsirysndr/music-player" [dependencies.anyhow] version = "1.0.67" [dependencies.async-trait] version = "0.1.59" [dependencies.chromecast] version = "0.18.2" features = ["thread_safe"] [dependencies.futures] version = "0.3.26" [dependencies.futures-util] version = "0.3.26" [dependencies.hyper] version = "0.14.23" features = [ "runtime", "client", "stream", "tcp", "http1", "http2", ] [dependencies.jsonrpsee] version = "0.16.2" features = [ "jsonrpsee-ws-client", "jsonrpsee-http-client", "jsonrpsee-client-transport", "async-client", "client", ] [dependencies.local-ip-addr] version = "0.1.1" [dependencies.md5] version = "0.7.0" [dependencies.music-player-client] version = "0.1.6" [dependencies.music-player-tracklist] version = "0.1.8" [dependencies.music-player-types] version = "0.1.5" [dependencies.surf] version = "2.3.2" features = ["h1-client-rustls"] default-features = false [dependencies.tokio] version = "1.25.0" features = ["time"] [dependencies.upnp-client] version = "0.1.9" [dependencies.url] version = "2.3.1"