# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsmixer" version = "0.5.5" authors = ["Jan Wojcicki "] description = "PulseAudio volume mixer written in rust" homepage = "https://github.com/jantap/rsmixer" readme = "README.md" keywords = ["pulseaudio", "mixer", "volume", "tui", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jantap/rsmixer" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.45" [dependencies.confy] version = "0.4.0" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossterm] version = "0.19.0" features = ["serde", "event-stream"] [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3.5" [dependencies.gumdrop] version = "0.8.0" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libpulse-binding] version = "2.21.0" default-features = false [dependencies.linked-hash-map] version = "0.5.3" features = ["serde_impl"] [dependencies.log] version = "0.4.8" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "=1.0.114" features = ["derive"] [dependencies.simple-logging] version = "2.0.2" [dependencies.state] version = "0.4.1" features = ["tls"] [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.3.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.4" features = ["sync"] [dependencies.toml] version = "0.5.6" [dependencies.unicode-width] version = "0.1.8" [features] default = [] pa_v13 = ["libpulse-binding/pa_v13"]