# 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" rust-version = "1.56" name = "tinyaudio" version = "1.0.0" build = false include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/examples/*", "/wasm-examples/**/*", "/android-examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "TinyAudio is a cross-platform, easy-to-use, low-level, audio output library." homepage = "https://github.com/mrDIMAS/tinyaudio" documentation = "https://docs.rs/tinyaudio" readme = "README.md" keywords = [ "audio", "ouput", "lowlevel", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/mrDIMAS/tinyaudio" [profile.dev.package."*"] opt-level = 3 [lib] name = "tinyaudio" path = "src/lib.rs" [[example]] name = "init" path = "examples/init.rs" [[example]] name = "sine" path = "examples/sine.rs" [target.'cfg(all(target_os = "unknown", target_arch = "wasm32"))'.dependencies.js-sys] version = "0.3.61" [target.'cfg(all(target_os = "unknown", target_arch = "wasm32"))'.dependencies.wasm-bindgen] version = "0.2.84" [target.'cfg(all(target_os = "unknown", target_arch = "wasm32"))'.dependencies.wasm-bindgen-futures] version = "0.4.34" [target.'cfg(all(target_os = "unknown", target_arch = "wasm32"))'.dependencies.web-sys] version = "0.3.61" features = [ "Request", "Window", "Response", "AudioContext", "AudioBuffer", "AudioContextOptions", "AudioNode", "AudioBufferSourceNode", "AudioDestinationNode", ] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation-sys] version = "0.8.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.coreaudio-sys] version = "0.2.8" [target.'cfg(target_os = "android")'.dependencies.aaudio] version = "0.1.1" [target.'cfg(target_os = "linux")'.dependencies.alsa-sys] version = "0.3.1" [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3.9" features = [ "minwindef", "winnt", "windef", "winuser", "dsound", "synchapi", "winbase", ]