Files

67 lines
1.6 KiB
TOML

# 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.11.3"
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"
[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"
[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"]