eqtui 0.1.0

Terminal-native audio effects processor for PipeWire
# 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"
name = "eqtui"
version = "0.1.0"
authors = ["SiputBiru <hillsforrest03@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-native audio effects processor for PipeWire"
readme = "README.md"
keywords = [
    "pipewire",
    "equalizer",
    "tui",
    "audio",
    "dsp",
]
categories = [
    "multimedia::audio",
    "command-line-utilities",
]
license = "GPL-2.0-only"
repository = "https://github.com/SiputBiru/eqtui"

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]
default-features = false

[dependencies.daemonize]
version = "0.5"

[dependencies.dirs]
version = "6"

[dependencies.fs4]
version = "1.1.0"

[dependencies.libc]
version = "0.2"

[dependencies.libspa-sys]
version = "0.10.0"

[dependencies.pipewire]
version = "0.10.0"

[dependencies.pipewire-sys]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30"
features = ["serde"]

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.tui-input]
version = "0.15.3"

[dependencies.uds]
version = "0.4"

[lints.clippy]
cast_possible_truncation = "allow"
items_after_statements = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
too_many_lines = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.trivially_copy_pass_by_ref]
level = "deny"
priority = 0

[lints.clippy.uninlined_format_args]
level = "allow"
priority = 0

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true