2017-08-03 19:10:48 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-metadata"
|
2022-07-30 20:28:12 +00:00
|
|
|
version = "0.5.0-dev"
|
2022-08-01 11:10:39 +00:00
|
|
|
rust-version = "1.61"
|
2017-08-03 19:10:48 +00:00
|
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
2020-11-26 19:31:51 +00:00
|
|
|
description = "The metadata logic for librespot"
|
|
|
|
license = "MIT"
|
2020-11-26 19:30:37 +00:00
|
|
|
repository = "https://github.com/librespot-org/librespot"
|
2022-08-02 19:42:38 +00:00
|
|
|
edition = "2021"
|
2017-08-03 19:10:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-01-21 21:07:16 +00:00
|
|
|
async-trait = "0.1"
|
2022-01-09 15:04:53 +00:00
|
|
|
byteorder = "1"
|
2022-01-08 20:21:31 +00:00
|
|
|
bytes = "1"
|
2019-12-16 11:47:52 +00:00
|
|
|
log = "0.4"
|
2022-01-08 23:25:47 +00:00
|
|
|
protobuf = "2"
|
2021-11-26 22:21:27 +00:00
|
|
|
thiserror = "1"
|
2022-07-27 21:31:11 +00:00
|
|
|
uuid = { version = "1", default-features = false }
|
2017-08-03 19:10:48 +00:00
|
|
|
|
|
|
|
[dependencies.librespot-core]
|
|
|
|
path = "../core"
|
2022-07-30 20:28:12 +00:00
|
|
|
version = "0.5.0-dev"
|
2021-11-26 22:21:27 +00:00
|
|
|
|
2017-08-03 19:10:48 +00:00
|
|
|
[dependencies.librespot-protocol]
|
|
|
|
path = "../protocol"
|
2022-07-30 20:28:12 +00:00
|
|
|
version = "0.5.0-dev"
|