# 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" version = "0.3.3" authors = ["Billy Messenger "] description = "Safe Rust wrapper and bindings for RtAudio" documentation = "https://docs.rs/rtaudio" readme = "README.md" keywords = [ "audio", "sound", "rtaudio", ] categories = [ "multimedia::audio", "api-bindings", ] license = "MIT" repository = "https://github.com/BillyDM/rtaudio-rs" [dependencies.bitflags] version = "2.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rtaudio-sys] version = "0.3.3" default-features = false [features] alsa = ["rtaudio-sys/alsa"] asio = ["rtaudio-sys/asio"] coreaudio = ["rtaudio-sys/coreaudio"] default = [ "coreaudio", "alsa", "pulse", "oss", "wasapi", "ds", ] ds = ["rtaudio-sys/ds"] jack_linux = ["rtaudio-sys/jack_linux"] oss = ["rtaudio-sys/oss"] pulse = ["rtaudio-sys/pulse"] wasapi = ["rtaudio-sys/wasapi"]