audium 0.8.1

A terminal music app
# 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 = "audium"
version = "0.8.1"
authors = ["takashialpha <takashialpha@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal music app"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/takashialpha/audium"

[features]

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs-next]
version = "2"

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.serde_json]
version = "1"

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