# 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] name = "portaudio" version = "0.8.0" authors = [ "Jeremy Letang ", "Mitchell Nordine ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PortAudio bindings for Rust." homepage = "https://github.com/RustAudio/rust-portaudio" readme = "README.md" license = "MIT" repository = "https://github.com/RustAudio/rust-portaudio.git" [lib] name = "portaudio" path = "src/lib.rs" [[example]] name = "blocking" path = "examples/blocking.rs" [[example]] name = "devices" path = "examples/devices.rs" [[example]] name = "fuzz" path = "examples/fuzz.rs" [[example]] name = "hosts" path = "examples/hosts.rs" [[example]] name = "non_blocking" path = "examples/non_blocking.rs" [[example]] name = "saw" path = "examples/saw.rs" [[example]] name = "sine" path = "examples/sine.rs" [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2.51" [dependencies.num] version = "0.2.0" default-features = false [dependencies.portaudio-sys2] version = "0.1.0"