flexaudio 0.2.0

Flexible cross-platform audio capture (microphone, system loopback, per-process) for Linux, Windows, and macOS with a unified API.
# 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"
rust-version = "1.85"
name = "flexaudio"
version = "0.2.0"
authors = ["tubome (Studio Sadola)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible cross-platform audio capture (microphone, system loopback, per-process) for Linux, Windows, and macOS with a unified API."
documentation = "https://docs.rs/flexaudio"
readme = "README.md"
keywords = [
    "audio",
    "capture",
    "loopback",
    "recording",
    "cross-platform",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/Studio-Sadola/flexaudio"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-pc-windows-msvc",
    "aarch64-apple-darwin",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.flexaudio-core]
version = "0.2.0"

[dependencies.flexaudio-mic]
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.flexaudio-os-linux]
version = "0.2.0"

[target.'cfg(target_os = "macos")'.dependencies.flexaudio-os-macos]
version = "0.2.0"

[target.'cfg(target_os = "windows")'.dependencies.flexaudio-os-windows]
version = "0.2.0"