# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spotify-tui" version = "0.25.0" authors = ["Alexander Keliris "] description = "A terminal user interface for Spotify" homepage = "https://github.com/Rigellute/spotify-tui" documentation = "https://github.com/Rigellute/spotify-tui" keywords = ["spotify", "tui", "cli", "terminal"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Rigellute/spotify-tui" [[bin]] name = "spt" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.43" [dependencies.arboard] version = "1.2.0" [dependencies.backtrace] version = "0.3.56" [dependencies.clap] version = "2.33.3" [dependencies.crossterm] version = "0.20" [dependencies.dirs] version = "3.0.1" [dependencies.rand] version = "0.8.3" [dependencies.rspotify] version = "0.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tui] version = "0.16.0" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.8"