librespot/metadata/Cargo.toml
2022-07-29 23:39:06 +02:00

26 lines
538 B
TOML

[package]
name = "librespot-metadata"
version = "0.4.2"
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"
bytes = "1"
log = "0.4"
protobuf = "2"
thiserror = "1"
uuid = { version = "1", default-features = false }
[dependencies.librespot-core]
path = "../core"
version = "0.4.2"
[dependencies.librespot-protocol]
path = "../protocol"
version = "0.4.2"