# 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 = "spotifyctl" version = "0.3.0" authors = ["Boris Faure "] description = "A simple tool to control spotify from the command line." readme = "README.md" keywords = [ "spotify", "cli", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "BSD-2-Clause" repository = "https://github.com/borisfaure/spotifyctl" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.lovely_env_logger] version = "0.6" [dependencies.rspotify] version = "0.11" features = [ "cli", "env-file", "client-reqwest", "reqwest-native-tls", ] [dependencies.tokio] version = "1.30" features = [ "rt-multi-thread", "macros", ]