# 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 = "2018" name = "googauth-lib" version = "0.8.1" authors = ["Erik Zivkovic "] description = "A library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use" homepage = "https://github.com/bes/googauth" documentation = "https://docs.rs/googauth-lib" readme = "README.md" license = "MIT" repository = "https://github.com/bes/googauth" [dependencies.clap] version = "2" [dependencies.dirs] version = "3" [dependencies.openidconnect] version = "2.1.1" features = [ "rustls-tls", "reqwest", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dependencies.webbrowser] version = "0.5.5"