[package]
name = "cpal"
version = "0.8.1"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio playing library in pure Rust."
documentation = "https://docs.rs/cpal"
keywords = ["audio", "sound"]
license = "Apache-2.0"
repository = "https://github.com/tomaka/cpal"
[dependencies.lazy_static]
version = "0.2"
[dev-dependencies.hound]
version = "3.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.5.1"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.coreaudio-rs]
version = "0.9.0"
features = ["audio_unit", "core_audio"]
default-features = false
[target."cfg(target_os = \"emscripten\")".dependencies.stdweb]
version = "0.1.3"
default-features = false
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"
features = ["audiosessiontypes", "audioclient", "coml2api", "combaseapi", "debug", "devpkey", "handleapi", "ksmedia", "mmdeviceapi", "objbase", "std", "synchapi", "winuser"]