eqtune 0.1.0

A lightweight, system-wide audio equalizer for macOS, built on Core Audio process taps.
# 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.85"
name = "eqtune"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, system-wide audio equalizer for macOS, built on Core Audio process taps."
readme = "README.md"
keywords = [
    "audio",
    "equalizer",
    "macos",
    "coreaudio",
    "eq",
]
categories = [
    "multimedia::audio",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/USERNAME/eqtune"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]

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

[[bin]]
name = "eqtune"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.libc]
version = "0.2.186"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.toml]
version = "1.1.2"

[build-dependencies.cc]
version = "1.2.63"