# 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 = "2018" name = "mprisqueeze" version = "0.1.7" authors = ["Jean-Charles Quillet "] exclude = [ "flake.nix", "flake.lock", ] description = "A command-line client for controlling squeezelite via MPRIS" homepage = "https://github.com/jecaro/mprisqueeze" readme = "README.md" keywords = [ "audio", "cli", "slimserver", "mpris", "squeezelite", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "MIT" repository = "https://github.com/jecaro/mprisqueeze" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "io-util", "net", "macros", "process", "rt", "rt-multi-thread", ] [dependencies.zbus] version = "4" features = ["tokio"] default-features = false