trix-player 1.0.0

A beautiful, keyboard-driven terminal music player for Linux.
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 = "2021"
name = "trix-player"
version = "1.0.0"
authors = ["Riza Mohammad <rizamohammad.work@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beautiful, keyboard-driven terminal music player for Linux."
homepage = "https://github.com/RIZAmohammadkhan/TerminalMusicPlayer"
readme = "README.md"
keywords = [
    "music",
    "player",
    "tui",
    "terminal",
    "audio",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/RIZAmohammadkhan/TerminalMusicPlayer"

[package.metadata.deb]
maintainer = "Riza Mohammad <rizamohammad.work@gmail.com>"
section = "sound"
priority = "optional"
depends = "$auto, libasound2"

[package.metadata.generate-rpm]
license = "MIT"

[[package.metadata.generate-rpm.assets]]
source = "target/release/trix"
dest = "/usr/bin/trix"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/trix-player/README.md"
mode = "644"
doc = true

[package.metadata.generate-rpm.requires]
alsa-lib = "*"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.fastrand]
version = "2.0"

[dependencies.nix]
version = "0.29"
features = ["poll"]
default-features = false

[dependencies.portable-pty]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

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

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

[dependencies.signal-hook]
version = "0.3"

[dependencies.symphonia]
version = "0.5"
features = ["all"]

[dependencies.toml]
version = "0.8"

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

[dependencies.walkdir]
version = "2.5"

[target.'cfg(target_os = "linux")'.dependencies.alsa]
version = "0.9"

[profile.dist]
lto = "thin"
inherits = "release"

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