mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
32 lines
807 B
TOML
32 lines
807 B
TOML
[package]
|
|
name = "librespot-connect"
|
|
version = "0.3.1"
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
description = "The discovery and Spotify Connect logic for librespot"
|
|
license = "MIT"
|
|
repository = "https://github.com/librespot-org/librespot"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
form_urlencoded = "1.0"
|
|
futures-util = { version = "0.3.5", default_features = false }
|
|
log = "0.4"
|
|
protobuf = "2.14.0"
|
|
rand = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.0", features = ["macros", "parking_lot", "sync"] }
|
|
tokio-stream = "0.1.1"
|
|
|
|
[dependencies.librespot-core]
|
|
path = "../core"
|
|
version = "0.3.1"
|
|
|
|
[dependencies.librespot-playback]
|
|
path = "../playback"
|
|
version = "0.3.1"
|
|
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
version = "0.3.1"
|