zik 0.1.0

A TUI web radio player with audio spectrum visualizer
# 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 = "zik"
version = "0.1.0"
build = false
exclude = ["*.gif"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI web radio player with audio spectrum visualizer"
readme = "README.md"
keywords = [
    "tui",
    "radio",
    "visualizer",
    "mpv",
    "audio",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/benjilegnard/zik"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.libpulse-binding]
version = "2"

[dependencies.libpulse-simple-binding]
version = "2"

[dependencies.ratatui]
version = "0.30"

[dependencies.rustfft]
version = "6"

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

[dependencies.toml]
version = "1"

[profile.dev]
opt-level = 2

[profile.release]
lto = true