[package] name = "rust-pulsectl-fork" version = "0.2.12" authors = ["Kristopher Ruzic "] edition = "2018" license = "GPL-3.0+" description = "A higher level API for libpulse_binding" readme = "README.md" keywords = ["pulse", "pulseaudio", "binding", "audio", "api"] categories = ["api-bindings", "multimedia::audio"] homepage = "https://github.com/JojiiOfficial/pulsectl" repository = "https://github.com/JojiiOfficial/pulsectl" [lib] name = "pulsectl" path = "src/lib.rs" [dependencies] libpulse-binding = "2.22.0"