audio-toolbox 0.1.1

Safe bindings to AudioToolbox framework
Documentation
# 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"
name = "audio-toolbox"
version = "0.1.1"
authors = ["Zhou Wei <zhouwei@ehom.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe bindings to AudioToolbox framework"
homepage = "https://github.com/rust-media/apple-media-rs"
documentation = "https://docs.rs/audio-toolbox"
readme = "README.md"
keywords = [
    "audiotoolbox",
    "coreaudio",
]
categories = [
    "multimedia",
    "multimedia::audio",
    "os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/apple-media-rs"

[package.metadata.docs.rs]
no-default-features = true
default-target = "x86_64-apple-darwin"
targets = [
    "x86_64-apple-darwin",
    "x86_64-apple-ios",
    "aarch64-apple-darwin",
    "aarch64-apple-ios",
]

[features]
default = ["std"]
std = ["objc2-audio-toolbox/std"]

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

[dependencies.core-audio-types]
version = "0.3.0"
default-features = false

[dependencies.core-foundation]
version = "0.10"
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.objc2-audio-toolbox]
version = "0.3.2"
features = [
    "AudioComponent",
    "AUComponent",
    "AudioConverter",
    "AudioOutputUnit",
    "AudioUnitProperties",
    "objc2-core-audio-types",
    "bitflags",
    "libc",
]
default-features = false