# 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 = "spoify" version = "0.2.11" build = false exclude = [ ".vscode/*", "spotify_cache/*", "target/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a spotify client inside your terminal" documentation = "https://github.com/slyeet03/spoify" readme = "README.md" keywords = [ "rust", "terminal", "spotify", "unix", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/slyeet03/spoify" [[bin]] name = "spoify" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.37" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.indoc] version = "2.0.5" [dependencies.itertools] version = "0.12.1" [dependencies.ratatui] version = "0.26.1" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.2" [dependencies.rspotify] version = "0.13.0" features = ["cli"] [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.webbrowser] version = "0.8.13" [dependencies.yaml-rust] version = "0.4.5"