# 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] edition = "2018" name = "quad-snd" version = "0.2.8" authors = ["Fedor Logachev "] description = "High level and cross platform audio library" readme = "README.md" license = "MIT/Apache-2.0" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.libc] version = "0.2" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.quad-alsa-sys] version = "0.3.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.audrey] version = "0.3" features = [ "wav", "ogg_vorbis", ] default-features = false [target."cfg(target_os = \"android\")".dependencies.audir-sles] version = "0.1.0" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.8" features = [ "debug", "ksmedia", "audioclient", "combaseapi", "coml2api", "devpkey", "handleapi", "mmdeviceapi", "objbase", "unknwnbase", "winerror", "synchapi", "winbase", ]