[package]
edition = "2024"
rust-version = "1.87"
name = "nice-plug-au2"
version = "0.1.1"
authors = ["MichaĆ Kalbarczyk <fazibear@noreply.codeberg.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio Unit (AU2) support for nice-plug"
readme = false
license = "ISC"
repository = "https://codeberg.org/fazibear/nice-plug-addons"
[features]
default = []
[lib]
name = "nice_plug_au2"
path = "src/lib.rs"
[dependencies.nice-plug-core]
version = "0.1.1"
[target.'cfg(target_os = "macos")'.dependencies.coreaudio-sys]
version = "0.2"
features = ["audio_unit"]
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.log]
version = "0.4"
[target.'cfg(target_os = "macos")'.dependencies.nice-plug-derive]
version = "0.1.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.4"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.2"
features = [
"NSColor",
"NSGraphics",
"NSResponder",
"NSView",
"NSWindow",
]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.objc2-audio-toolbox]
version = "0.3"
features = [
"AUAudioUnit",
"AUAudioUnitImplementation",
"AUCocoaUIView",
"AUComponent",
"AudioComponent",
"AudioUnitParameters",
"AudioUnitProperties",
"objc2-core-audio-types",
"objc2-core-foundation",
]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-audio-types]
version = "0.3.2"
features = ["CoreAudioBaseTypes"]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3.2"
features = [
"CFArray",
"CFBase",
"CFData",
"CFDictionary",
"CFNumber",
"CFString",
"CFURL",
]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
"NSArray",
"NSGeometry",
"NSObject",
"NSThread",
]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.serde]
version = "1.0"
features = ["derive"]
[target.'cfg(target_os = "macos")'.dependencies.serde_json]
version = "1.0"
[target.'cfg(target_os = "macos")'.dependencies.thiserror]
version = "2.0"