termwaves 0.1.0

Real-time audio capture and visualization (FFT, oscilloscope, spectrum) driven by 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 = "termwaves"
version = "0.1.0"
authors = ["Xander Pickering <ajamespickering@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time audio capture and visualization (FFT, oscilloscope, spectrum) driven by PipeWire"
homepage = "https://github.com/xandwr/termwaves"
readme = "README.md"
keywords = [
    "audio",
    "pipewire",
    "spectrum",
    "oscilloscope",
    "tui",
]
categories = [
    "multimedia::audio",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xandwr/termwaves"

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

[dependencies.pipewire]
version = "0.10.0"

[dependencies.ringbuf]
version = "0.5.0"