zarumet 1.5.12

A terminal-based mpd client with album display
# 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 = "zarumet"
version = "1.5.12"
authors = ["Immelancholy <lenalowes0@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based mpd client with album display"
homepage = "https://github.com/Immelancholy/zarumet"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Immelancholy/zarumet"

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.flexi_logger]
version = "0.29"

[dependencies.futures]
version = "0.3.31"

[dependencies.image]
version = "0.25.9"

[dependencies.log]
version = "0.4"

[dependencies.mpd_client]
version = "1.4.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.ratatui-image]
version = "8.0.2"
features = [
    "serde",
    "tokio",
]

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

[dependencies.tokio]
version = "1.48.0"
features = [
    "net",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.toml]
version = "0.9.8"

[dependencies.unicode-width]
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.pipewire]
version = "0.9.2"

[target.'cfg(target_os = "linux")'.dependencies.regex]
version = "1.11"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true