soundscope 1.9.0

A command-line tool for analyzing audio files and real-time input (FFT, LUFS)
# 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 = "soundscope"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for analyzing audio files and real-time input (FFT, LUFS)"
readme = "README.md"
keywords = [
    "audio",
    "command-line",
    "cli",
]
license = "MIT"
repository = "https://github.com/bananaofhappiness/soundscope"

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

[dependencies.cpal]
version = "0.16.0"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ebur128]
version = "0.1.10"

[dependencies.eyre]
version = "0.6.12"

[dependencies.ratatui]
version = "0.30.0"
features = [
    "serde",
    "unstable-widget-ref",
]

[dependencies.ratatui-explorer]
version = "0.3.0"

[dependencies.ringbuffer]
version = "0.16.0"

[dependencies.rodio]
version = "0.21.1"
features = ["symphonia-all"]

[dependencies.serde]
version = "1.0.225"
features = ["derive"]

[dependencies.spectrum-analyzer]
version = "1.7.0"

[dependencies.symphonia]
version = "0.5.4"

[dependencies.toml]
version = "0.9.6"

[dependencies.tui-big-text]
version = "0.8.2"

[profile.profiling]
debug = 1
inherits = "release"
strip = false

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true