micpipe 0.1.0

Run a macOS microphone-to-BlackHole audio router as a background service.
# 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"
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"