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
# googauth-lib

This is the library crate that goes along with the
application [googauth](https://crates.io/crates/googauth)

## Async runtime required

Since v0.8.0 the library has switched to using async version of its dependent libraries, which requires any clients
to have an async runtime.

## Example code

See [googauth main.rs](https://github.com/bes/googauth/blob/master/googauth/src/main.rs)
for canonical usage.

## API surface

See [docs.rs/googauth-lib](https://docs.rs/googauth-lib).