# 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 = "2018" name = "actinium226-librespot-connect" version = "0.4.3" authors = ["Paul Lietar "] description = "The discovery and Spotify Connect logic for librespot" license = "MIT" repository = "https://github.com/nbelakovski/librespot" [dependencies.actinium226-librespot-playback] version = "0.4.3" [dependencies.form_urlencoded] version = "1.0" [dependencies.futures-util] version = "0.3.5" default_features = false [dependencies.librespot-core] version = "0.4.2" [dependencies.librespot-discovery] version = "0.4.2" [dependencies.librespot-protocol] version = "0.4.2" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "2.14.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "sync", ] [dependencies.tokio-stream] version = "0.1.1" [features] with-dns-sd = ["librespot-discovery/with-dns-sd"]