# 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 = "volume-ctl" version = "0.1.4" publish = ["crates-io"] description = "command line tool to control PulseAudio volume" documentation = "https://docs.rs/volume-ctl" readme = "README.md" keywords = [ "volume", "control", "commmand-line", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/volume-ctl" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.env_logger] version = "0.11.2" features = [ "color", "auto-color", ] default-features = false [dependencies.libpulse-binding] version = "2.28.1" [dependencies.log] version = "0.4.20" [dependencies.notify-rust] version = "4.10.0" default-features = false [features] dbus = ["notify-rust/dbus"] default = ["dbus"] zbus = ["notify-rust/z"]