librespot/metadata/Cargo.toml

27 lines
557 B
TOML
Raw Normal View History

2017-08-03 19:10:48 +00:00
[package]
name = "librespot-metadata"
2021-10-24 18:12:33 +00:00
version = "0.3.1"
2017-08-03 19:10:48 +00:00
authors = ["Paul Lietar <paul@lietar.net>"]
description = "The metadata logic for librespot"
license = "MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
2017-08-03 19:10:48 +00:00
[dependencies]
2021-01-21 21:07:16 +00:00
async-trait = "0.1"
2019-07-08 08:08:32 +00:00
byteorder = "1.3"
2022-01-08 20:21:31 +00:00
bytes = "1"
chrono = "0.4"
2019-12-16 11:47:52 +00:00
log = "0.4"
protobuf = "2"
thiserror = "1"
uuid = { version = "0.8", default-features = false }
2017-08-03 19:10:48 +00:00
[dependencies.librespot-core]
path = "../core"
2021-10-24 18:12:33 +00:00
version = "0.3.1"
2017-08-03 19:10:48 +00:00
[dependencies.librespot-protocol]
path = "../protocol"
2021-10-24 18:12:33 +00:00
version = "0.3.1"