coreaudio-rs 0.9.0

A friendly rust interface for Apple's CoreAudio API.
# 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]
name = "coreaudio-rs"
version = "0.9.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>", "yupferris <jake@fusetools.com>"]
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"

[lib]
name = "coreaudio"
[dependencies.bitflags]
version = "1.0"

[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"]