[dependencies.base32]
version = "0.4.0"
[dependencies.hmac-sha1]
version = "0.1.3"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.percent-encoding]
version = "2"
[dependencies.qrcode]
optional = true
version = "0.12.0"
[dependencies.rand]
version = "0.7.3"
[dev-dependencies.ureq]
version = "1.3.0"
[features]
default = []
with-qrcode = ["qrcode"]
[package]
authors = ["hans <hans@hansk.org>", "ThouCheese <luuk.wester@gmail.com>"]
categories = ["cryptography"]
description = "This Rust crate can be used to interact with the Google Authenticator mobile app for 2-factor-authentication."
edition = "2018"
homepage = "https://github.com/hanskorg/google-authenticator-rust.git"
keywords = ["OTP", "TOTP", "GoogleAuthenticator"]
license = "MIT"
name = "google-authenticator"
readme = "README.md"
repository = "https://github.com/hanskorg/google-authenticator-rust.git"
version = "0.3.0"