# 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 = "2021" name = "rtaudio-sys" version = "0.3.3" authors = ["Billy Messenger "] description = "Raw bindings for RtAudio" readme = "README.md" keywords = [ "audio", "sound", "rtaudio", ] categories = [ "multimedia::audio", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/BillyDM/rtaudio-sys" [dependencies] [build-dependencies.cmake] version = "0.1" [features] alsa = [] asio = [] coreaudio = [] default = [ "coreaudio", "alsa", "pulse", "oss", "wasapi", "ds", ] ds = [] jack_linux = [] oss = [] pulse = [] wasapi = [] [target."cfg(any(target_os=\"linux\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".build-dependencies.pkg-config] version = "0.3"