cpal 0.11.0

Low-level cross-platform audio I/O library in pure Rust.
Documentation
[dependencies.lazy_static]
version = "1.3"

[dependencies.num-traits]
version = "0.2.6"

[dependencies.thiserror]
version = "1.0.2"
[dev-dependencies.anyhow]
version = "1.0.12"

[dev-dependencies.hound]
version = "3.4"

[dev-dependencies.ringbuf]
version = "0.1.6"

[features]
asio = ["asio-sys"]

[package]
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio I/O library in pure Rust."
documentation = "https://docs.rs/cpal"
keywords = ["audio", "sound"]
license = "Apache-2.0"
name = "cpal"
repository = "https://github.com/rustaudio/cpal"
version = "0.11.0"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.alsa-sys]
version = "0.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.libc]
version = "0.2"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
version = "0.6.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.coreaudio-rs]
default-features = false
features = ["audio_unit", "core_audio"]
version = "0.9.1"
[target."cfg(target_os = \"emscripten\")".dependencies.stdweb]
default-features = false
version = "0.1.3"
[target."cfg(target_os = \"windows\")".dependencies.asio-sys]
optional = true
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["audiosessiontypes", "audioclient", "coml2api", "combaseapi", "debug", "devpkey", "handleapi", "ksmedia", "mmdeviceapi", "objbase", "std", "synchapi", "winbase", "winuser"]
version = "0.3"