view Cargo.toml @ 5:8f71820abe71 default tip

player: use winepath for URLs this is optional, and it will be automagically disabled if winepath got something invalid or whatever
author Paper <paper@tflc.us>
date Sun, 05 Apr 2026 11:40:21 -0400
parents 26f695129c86
children
line wrap: on
line source

[package]
name = "beefweb_mpris"
version = "0.1.0"
edition = "2024"

[dependencies]
mpris-server = "0.9.0"
serde_json = "1.0.149"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.13", features = ["json", "query"] }
tokio = { version = "1", features = ["full"] }
tokio-macros = { version = "2.7.0" }
anyhow = { version = "1.0.102" }
serde_with = "3.18.0"
zbus = "5.14.0"
dirs = "6.0.0"
uuid = { version = "1.23.0", features = ["v4"] }
bytes = "1.11.0"
urlencoding = "2.1.3"
hex = "0.4.3"
winepath = "0.1.1"