librespot-metadata 0.7.1

The metadata logic for librespot
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.librespot-core]
default-features = false
version = "0.7.1"

[dependencies.librespot-protocol]
default-features = false
version = "0.7.1"

[dependencies.log]
version = "0.4"

[dependencies.protobuf]
version = "3.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
default-features = false
version = "1"

[features]
default = ["native-tls"]
native-tls = ["librespot-core/native-tls"]
rustls-tls-native-roots = ["librespot-core/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["librespot-core/rustls-tls-webpki-roots"]

[lib]
name = "librespot_metadata"
path = "src/lib.rs"

[package]
authors = ["Paul Lietar <paul@lietar.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The metadata logic for librespot"
edition = "2024"
license = "MIT"
name = "librespot-metadata"
readme = false
repository = "https://github.com/librespot-org/librespot"
rust-version = "1.85"
version = "0.7.1"