melody 0.3.0

Crossplatform Terminal Music Player
Documentation
[package]
authors = ["Fuzen <fuzen@protonmail.com>"]
name = "melody"
version = "0.3.0"
license = "MIT OR Apache-2.0"
edition="2018"
description = "Crossplatform Terminal Music Player"
repository = "https://gitlab.com/Fuzen-py/Melody"
homepage = "https://gitlab.com/Fuzen-py/Melody"
keywords = ["musc", "tui", "minimal"]
categories = ["music", "cli"]

[[bin]]
name = "melody"
path = "bin/melody/main.rs"
required-features = []

[profile.release]
codegen-units = 1
opt-level = 3
panic = "abort"
overflow-checks = true

[dependencies]
num-integer = "0.1.41"
tabwriter = "1.1.0"
rodio = "0.8.1"
directories = "2.0.0"
indicatif = "0.11.0"
rand = "0.6.5"
human-panic = "1.0.1"
ignore = "0.4.7"
clap = "2.33.0"
id3 = "0.3.0"
mp3-duration = "0.1.6"
crossterm = "0.9.5"