# 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 = "tlns-google-oauth2" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An enshitificated Google OAuth2 Server Side support for Rust with built in Scopes enum" documentation = "https://docs.rs/tlns-google-oauth2" readme = "README.md" license = "MIT" repository = "https://github.com/timelessnesses/tlns-google-oauth2" [lib] name = "tlns_google_oauth2" path = "src/lib.rs" [dependencies.oauth2] version = "4.4.2" features = ["reqwest"] [dependencies.tlns-google-oauth2-proc] version = "0.2.1" [dependencies.tlns-google-oauth2-traits] version = "0.1.1" [features] default = ["grouped-scopes"] grouped-scopes = [] scopes = []