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