# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "audir" version = "0.1.0" authors = ["msiglreith "] exclude = [".github/*"] description = "Low-level audio library" documentation = "https://docs.rs/audir" readme = "../README.md" keywords = ["audio"] categories = ["game-engines", "audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/norse-rs/audir" [dependencies.bitflags] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.dasp] version = "0.11" features = ["signal"] [dev-dependencies.hound] version = "3" [target."cfg(target_os = \"android\")".dependencies.audir-sles] version = "0.1" [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.16" [target."cfg(target_os = \"android\")".dependencies.ndk] version = "0.2" features = ["aaudio"] [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "0.1" [target."cfg(target_os = \"android\")".dependencies.ndk-sys] version = "0.2" [target."cfg(target_os = \"linux\")".dependencies.libpulse-sys] version = "1.11" default-features = false [target."cfg(target_os = \"macos\")".dependencies.coreaudio-sys] version = "0.2" [target."cfg(windows)".dependencies.audio_thread_priority] version = "0.23" [target."cfg(windows)".dependencies.com-impl] version = "0.1.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = ["debug", "ksmedia", "audioclient", "combaseapi", "coml2api", "devpkey", "handleapi", "mmdeviceapi", "objbase", "unknwnbase", "winerror", "synchapi"]