cargo-features = ["strip"] [package] name = "mmtc" version = "0.2.6" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable" readme = "README.md" homepage = "https://github.com/figsoda/mmtc" repository = "https://github.com/figsoda/mmtc" license = "MPL-2.0" keywords = ["cli", "mpd", "music", "terminal", "tui"] categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.34" async-io = "1.3.1" async-net = "1.5.0" crossbeam-queue = "0.3.1" crossterm = "0.18.2" dirs-next = "2.0.0" expand = "0.2.0" futures-lite = "1.11.2" ron = "0.6.2" serde = { version = "1.0.117", features = ["derive"] } structopt = "0.3.21" [dependencies.tui] version = "0.13.0" default-features = false features = ["crossterm", "serde"] [profile.release] lto = true panic = "abort" codegen-units = 1 strip = "symbols"