[dependencies.async-channel]
version = "2.3"
[dependencies.futures-channel]
version = "0.3"
[dependencies.serde]
version = "1.0"
[dependencies.trait-variant]
version = "0.1.2"
[dependencies.zbus]
version = "4.4"
[dev-dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.12"
[dev-dependencies.static_assertions]
version = "1.1"
[features]
unstable = []
[package]
authors = ["Dave Patrick Caberto"]
categories = ["api-bindings", "multimedia", "os::unix-apis"]
description = "Implement MPRIS D-Bus interface in your application"
documentation = "https://docs.rs/mpris-server"
edition = "2021"
homepage = "https://github.com/SeaDve/mpris-server"
keywords = ["mpris", "dbus"]
license = "MPL-2.0"
name = "mpris-server"
readme = "README.md"
repository = "https://github.com/SeaDve/mpris-server"
version = "0.8.1"
[package.metadata.docs.rs]
features = ["unstable"]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]