# 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 = "spotifatius" version = "0.2.6" authors = ["Andreas Backx"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Spotify CLI primarily made for monitoring what songs you're listening to and displaying that in your bar of choice like waybar or polybar." homepage = "https://github.com/AndreasBackx/spotifatius" readme = "README.md" keywords = [ "spotify", "waybar", "polybar", "cli", ] categories = ["command-line-utilities"] license = "MIT" [[bin]] name = "spotifatius" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "3.2.25" features = ["derive"] [dependencies.futures] version = "0.3" default-features = false [dependencies.html-escape] version = "0.2.13" [dependencies.prost] version = "0.10.4" features = ["std"] default-features = false [dependencies.rspotify] version = "0.12.0" features = ["cli"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "time", "sync", ] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.toml] version = "0.8.12" [dependencies.tonic] version = "0.7.2" [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.zbus] version = "3.15.2" features = ["tokio"] default-features = false [dependencies.zvariant] version = "3.15.2" default-features = false [build-dependencies.tonic-build] version = "0.7.0"