2022-12-24 03:04:49 +01:00
|
|
|
[package]
|
|
|
|
name = "scope-tui"
|
2023-01-13 03:00:45 +01:00
|
|
|
version = "0.2.1"
|
2022-12-24 03:04:49 +01:00
|
|
|
edition = "2021"
|
2022-12-24 06:23:18 +01:00
|
|
|
authors = [ "alemi <me@alemi.dev>" ]
|
2022-12-26 03:12:20 +01:00
|
|
|
description = "A simple oscilloscope/vectorscope for the terminal, inspired by cava"
|
2022-12-24 06:23:18 +01:00
|
|
|
keywords = ["tui", "terminal", "audio", "visualization", "scope", "dashboard"]
|
|
|
|
repository = "https://github.com/alemidev/scope-tui"
|
|
|
|
readme = "README.md"
|
|
|
|
# documentation =
|
|
|
|
# license =
|
2022-12-24 03:04:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tui = "0.19"
|
|
|
|
crossterm = "0.25"
|
|
|
|
libpulse-binding = "2.0"
|
|
|
|
libpulse-simple-binding = "2.25"
|
|
|
|
clap = { version = "4.0.32", features = ["derive"] }
|