# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mpris-server" version = "0.8.1" authors = ["Dave Patrick Caberto"] description = "Implement MPRIS D-Bus interface in your application" homepage = "https://github.com/SeaDve/mpris-server" documentation = "https://docs.rs/mpris-server" readme = "README.md" keywords = [ "mpris", "dbus", ] categories = [ "api-bindings", "multimedia", "os::unix-apis", ] license = "MPL-2.0" repository = "https://github.com/SeaDve/mpris-server" [package.metadata.docs.rs] features = ["unstable"] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [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] version = "1.12" features = [ "attributes", "unstable", ] [dev-dependencies.static_assertions] version = "1.1" [features] unstable = []