[package] name = "pulse-simple" version = "1.0.1" authors = ["Astro "] description = "Simple Pulseaudio crate for the Rust language" repository = "https://github.com/astro/rust-pulse-simple" license = "LGPL-3.0" [dependencies] libpulse-sys = "1.4" libpulse-simple-sys = "1.4" libc = "0"