# 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 = "twitch_oauth2_auth_flow" version = "0.0.1-alpha" authors = ["stuck-overflow", "satu", "ed-fish"] description = "Twitch Oauth2 Authentication Flow helper" readme = "README.md" keywords = ["oauth", "twitch", "auth"] categories = ["authentication"] license = "MIT" repository = "https://github.com/stuck-overflow/twitch_oauth2_auth_flow" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" optional = true [dependencies.surf] version = "2" optional = true [dependencies.thiserror] version = "1" [dependencies.tiny_http] version = "0.8" [dependencies.twitch_oauth2] version = "0.5.1" [dependencies.url] version = "2.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.surf] version = "2.2" [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "test-util"] [dev-dependencies.twitch_oauth2] version = "0.5.1" features = ["surf_client"] [features] default = ["surf_client"] reqwest_client = ["reqwest", "twitch_oauth2/reqwest_client"] surf_client = ["surf", "twitch_oauth2/surf_client"]