au-sys 0.1.1

Rust FFI bindings for the macOS AudioUnit v2 (AUv2) C API
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 = "au-sys"
version = "0.1.1"
build = false
exclude = []
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for the macOS AudioUnit v2 (AUv2) C API"
homepage = "https://github.com/lnswlrd/au-sys"
documentation = "https://docs.rs/au-sys"
readme = "README.md"
keywords = [
    "audio",
    "audiounit",
    "au",
    "macos",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/lnswlrd/au-sys"

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

[target.'cfg(target_os = "macos")'.dependencies]