# 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 = "rupamix" version = "1.0.0" authors = ["Paulo Guimaraes"] description = "Rust PA Mixer is a cli tool for interfacing with Pulse Audio" readme = "README.md" keywords = [ "pulse", "audio", "pulseaudio", "cli", "mixer", ] categories = [ "command-line-utilities", "os::linux-apis", "os::unix-apis", ] license-file = "LICENSE" repository = "https://github.com/fitpaulo/rupamix" [profile.optimized] opt-level = "z" lto = "fat" codegen-units = 1 inherits = "release" strip = true [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2" optional = true [dependencies.pulse] version = "2.28.1" package = "libpulse-binding" [features] extractor = ["colored"]