[package] name = "openlibspot-connect" version = "0.6.0" rust-version = "1.61" authors = ["Paul Lietar "] description = "The discovery and Spotify Connect logic for openlibspot" license = "MIT" repository = "https://github.com/DaBigBlob/openlibspot" edition = "2021" [dependencies] form_urlencoded = "1.0" futures-util = "0.3" log = "0.4" protobuf = "3" rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tokio = { version = "1", features = ["macros", "parking_lot", "sync"] } tokio-stream = "0.1" [dependencies.openlibspot-core] path = "../core" version = "0.6.0" [dependencies.openlibspot-playback] path = "../playback" version = "0.6.0" [dependencies.openlibspot-protocol] path = "../protocol" version = "0.6.0"