coreaudio 0.2.0

A safe and simple wrapper around the CoreAudio HAL
# 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 = "2024"
name = "coreaudio"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe and simple wrapper around the CoreAudio HAL"
documentation = "https://docs.rs/coreaudio"
readme = "README.md"
keywords = [
    "coreaudio",
    "audio",
    "hal",
    "macos",
    "device",
]
categories = [
    "multimedia::audio",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/Keegan-Wilgermein/coreaudio"

[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin"]

[lib]
name = "coreaudio"
path = "src/lib.rs"

[dependencies.core-foundation]
version = "0.10.1"

[dependencies.coreaudio-sys]
version = "0.2.17"

[dependencies.num-traits]
version = "0.2.19"