# 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 = "spotify-retro" version = "0.2.0" description = "Spotify-Retro is a simple CLI tool that will generate a Spotify playlist for you based on the sprint theme you provide" readme = "README.md" license = "MIT" repository = "https://github.com/lineville/spotify-retro" resolver = "2" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.4" [dependencies.futures] version = "0.3.23" [dependencies.futures-util] version = "0.3.23" [dependencies.log] version = "0.4.0" [dependencies.open] version = "3.0.2" [dependencies.rspotify] version = "0.11.5" features = [ "env-file", "cli", ] [dependencies.rspotify-model] version = "0.11.5" [dependencies.tokio] version = "1" features = ["full"]