authenticator-rs 0.1.0

The rust implementation for google authenticator with 2fa authentication
Documentation
[dependencies.base32]
version = "0.4.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.percent-encoding]
version = "2"

[dependencies.qrcode]
optional = true
version = "0.12.0"

[dependencies.rand]
version = "0.8.1"

[dependencies.ring]
version = "0.16.20"
[dev-dependencies.ureq]
version = "1.5.5"

[features]
default = []
with-qrcode = ["qrcode"]

[package]
authors = ["evanyang1120@163.com"]
categories = ["Cryptography"]
description = "The rust implementation for google authenticator with 2fa authentication"
documentation = "https://docs.rs/authenticator-rs/"
edition = "2021"
homepage = "https://github.com/CrayfishGo/authenticator-rs.git"
keywords = ["2fa", "otp"]
license = "MIT"
name = "authenticator-rs"
readme = "README.md"
resolver = "2"
version = "0.1.0"