librespot/metadata/Cargo.toml
Roderick van Domburg d19fd24074
Add spclient and HTTPS support
* Change metadata to use spclient
 * Add support for HTTPS proxies
 * Start purging unwraps and using Result instead
2021-11-26 23:28:37 +01:00

24 lines
496 B
TOML

[package]
name = "librespot-metadata"
version = "0.2.0"
authors = ["Paul Lietar <paul@lietar.net>"]
description = "The metadata logic for librespot"
license = "MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
[dependencies]
async-trait = "0.1"
byteorder = "1.3"
bytes = "1.0"
log = "0.4"
protobuf = "2.14.0"
thiserror = "1"
[dependencies.librespot-core]
path = "../core"
version = "0.2.0"
[dependencies.librespot-protocol]
path = "../protocol"
version = "0.2.0"