[package]
edition = "2024"
rust-version = "1.88"
name = "micpipe"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a macOS microphone-to-BlackHole audio router as a background service."
readme = "README.md"
keywords = [
"audio",
"audio-router",
"microphone",
"blackhole",
"macos",
]
categories = [
"command-line-utilities",
"multimedia::audio",
]
license = "MIT"
repository = "https://github.com/markarranz/micpipe"
[[bin]]
name = "micpipe"
path = "src/main.rs"
[dependencies.clap]
version = "4.6"
features = ["derive"]
[dependencies.cpal]
version = "0.18"
[dependencies.libc]
version = "0.2"
[dependencies.ringbuf]
version = "0.5"