PulseTTY 1.1.0

A terminal-based music visualiser (system audio, microphone, or file), featuring multiple render modes.
# 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 = "PulseTTY"
version = "1.1.0"
authors = ["MadAvidCoder"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based music visualiser (system audio, microphone, or file), featuring multiple render modes."
homepage = "https://github.com/MadAvidCoder/PulseTTY"
readme = "README.md"
keywords = [
    "cli",
    "music",
    "visualizer",
    "wasapi",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
    "visualization",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/MadAvidCoder/PulseTTY"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.rustfft]
version = "6.4.1"

[dependencies.symphonia]
version = "0.5"
features = [
    "mp3",
    "wav",
    "flac",
    "ogg",
]

[dependencies.wasapi]
version = "0.22.0"