# 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 = "coreaudio-rs" version = "0.12.1" authors = [ "mitchmindtree ", "yupferris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A friendly rust interface for Apple's CoreAudio API." homepage = "https://github.com/RustAudio/coreaudio-rs" readme = "README.md" keywords = [ "core", "audio", "unit", "osx", "ios", ] license = "MIT/Apache-2.0" repository = "https://github.com/RustAudio/coreaudio-rs.git" [package.metadata.docs.rs] all-features = true default-target = "x86_64-apple-darwin" targets = [ "x86_64-apple-darwin", "x86_64-apple-ios", ] [lib] name = "coreaudio" path = "src/lib.rs" [[example]] name = "feedback" path = "examples/feedback.rs" [[example]] name = "feedback_interleaved" path = "examples/feedback_interleaved.rs" [[example]] name = "sine" path = "examples/sine.rs" [[example]] name = "sine_advanced" path = "examples/sine_advanced.rs" [dependencies.bitflags] version = "1.0" [dependencies.core-foundation-sys] version = "0.8.3" [dependencies.coreaudio-sys] version = "0.2" default-features = false [features] audio_toolbox = ["coreaudio-sys/audio_toolbox"] audio_unit = ["coreaudio-sys/audio_unit"] core_audio = ["coreaudio-sys/core_audio"] core_midi = ["coreaudio-sys/core_midi"] default = [ "audio_toolbox", "audio_unit", "core_audio", "open_al", "core_midi", ] open_al = ["coreaudio-sys/open_al"]