# 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-nowplaying" version = "0.1.1" description = "A websocket based MPRIS2 \"now-playing\" / status client." readme = "README.md" keywords = [ "dbus", "mpris", "music", "daemon", "web", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/msparkles/mpris-nowplaying" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.19" [dependencies.mpris] version = "2.0.1" [dependencies.tokio] version = "1.31.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.0"