# 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-oauth" version = "0.3.0" authors = ["FrictionlessPortals <8077147+FrictionlessPortals@users.noreply.github.com>"] exclude = [".env.example", ".env"] description = "An implementation of the Spotify Authorization Code Flow in Rust" homepage = "https://github.com/FrictionlessPortals/spotify-oauth" documentation = "https://docs.rs/spotify-oauth/" readme = "README.md" keywords = ["spotify", "api", "oauth", "async"] license = "MIT" repository = "https://github.com/FrictionlessPortals/spotify-oauth" [lib] name = "spotify_oauth" path = "src/lib.rs" [dependencies.base64] version = "0.11" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.6" [dependencies.strum] version = "0.17" [dependencies.strum_macros] version = "0.17" [dependencies.surf] version = "1.0" [dependencies.url] version = "2.1" [dev-dependencies.async-std] version = "1.0" features = ["attributes"] [dev-dependencies.open] version = "1.3"