# 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-notifier" version = "0.1.10" authors = ["Lina <61861965+l1na-forever@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates XDG desktop notifications for MPRIS status changes (track changes)" readme = "README.md" keywords = [ "mpris", "xdg", "notifications", "tiny", "notifier", ] license = "MIT OR Apache-2.0" repository = "https://github.com/l1na-forever/mpris-notifier" [[bin]] name = "mpris-notifier" path = "src/main.rs" [dependencies.home] version = "0.5" [dependencies.image] version = "0.24" optional = true [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.rustbus] version = "0.19.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "4.2" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.ureq] version = "2.5" optional = true [dependencies.url] version = "2.2" optional = true [dev-dependencies.tempfile] version = "3" [features] album-art = [ "ureq", "url", "image", ] default = ["album-art"]