tui-equalizer 0.2.3

An equalizer widget for Ratatui with multiple frequency bands.
Documentation
# 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"
rust-version = "1.88.0"
name = "tui-equalizer"
version = "0.2.3"
authors = ["Joshka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An equalizer widget for Ratatui with multiple frequency bands."
documentation = "https://docs.rs/tui-equalizer"
readme = "README.md"
keywords = [
    "cli",
    "console",
    "ratatui",
    "terminal",
    "tui",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ratatui/tui-widgets"
resolver = "2"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.ratatui-core]
version = "0.1"

[dev-dependencies.color-eyre]
version = "0.6"

[dev-dependencies.crossterm]
version = "0.29"

[dev-dependencies.itertools]
version = "0.15"
features = []
default-features = false

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.ratatui]
version = "0.30"
default-features = true