[package] name = "Vibe_Player" version = "0.3.4" edition = "2021" description = "A music player for the Lyrion Music Server" license = "MIT" repository = "https://github.com/GeoffClements/Vibe" homepage = "https://github.com/GeoffClements/Vibe" categories = ["command-line-utilities", "multimedia::audio"] keywords = ["audio", "slim", "music"] readme = "README.md" authors = ["Geoff Clements "] [dependencies] anyhow = "1.0.93" clap = { version = "4.5.18", features = ["derive"] } crossbeam = "0.8.4" hostname = "0.4.0" libpulse-binding = { version = "2.28.1" } log = "0.4.22" simple_logger = { version = "5.0.0", default-features = false, features = [ "stderr", "colors", ] } slimproto = "0.1.19" symphonia = { version = "0.5.4", features = ["all-codecs"] } [[bin]] name = "vibe" path = "src/main.rs"