[package] name = "portaudio" version = "0.8.0" authors = ["Jeremy Letang ", "Mitchell Nordine "] description = "PortAudio bindings for Rust." license = "MIT" homepage = "https://github.com/RustAudio/rust-portaudio" repository = "https://github.com/RustAudio/rust-portaudio.git" [dependencies] bitflags = "2" libc = "0.2.51" num = { version = "0.2.0", default-features = false } portaudio-sys2 = { path = "./rust-portaudio-sys", version = "0.1.0" }