apz 0.1.0

Minimal terminal audio player with live spectrum analyzer
# 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 = "apz"
version = "0.1.0"
authors = ["Johannes <me@jonaylor.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal terminal audio player with live spectrum analyzer"
readme = "README.md"
keywords = [
    "audio",
    "player",
    "terminal",
    "spectrum",
    "visualizer",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/jonaylor89/apz"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.rodio]
version = "0.19"

[dependencies.rustfft]
version = "6.2"

[dependencies.symphonia]
version = "0.5"