xenmotif/Cargo.toml

30 lines
698 B
TOML

[package]
name = "xenmotif"
description = "A TUI client for mpd"
homepage = "https://xenmotif.the-system.eu.org"
repository = "https://git.lavender.software/erin/xenmotif"
license = "CNPLv7+"
license-file = "LICENSE.md"
keywords = ["audio", "client", "tui"]
categories = ["command-line-utilities"]
version = "0.1.0"
edition = "2021"
[features]
default = ["scrobble", "notifications", "dbus", "images"]
scrobble = []
notifications = []
dbus = []
images = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
#upx --best --lzma target/release/min-sized-rust