googauth-lib 0.8.1

A library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use
Documentation
[dependencies.clap]
version = "2"

[dependencies.dirs]
version = "3"

[dependencies.openidconnect]
default-features = false
features = ["rustls-tls", "reqwest"]
version = "2.1.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.url]
version = "2"

[dependencies.webbrowser]
version = "0.5.5"

[package]
authors = ["Erik Zivkovic <erik@zivkovic.se>"]
description = "A library that uses OpenID Connect to sign in to a Google account, and store the credentials locally for ease of use"
documentation = "https://docs.rs/googauth-lib"
edition = "2018"
homepage = "https://github.com/bes/googauth"
license = "MIT"
name = "googauth-lib"
readme = "README.md"
repository = "https://github.com/bes/googauth"
version = "0.8.1"