ootp 0.0.2

OOTP (Open One-time Password) is a supports multiple programming languages. The generated one-time passwords are fully compliant with HOTP (HMAC-based One-time Password) and TOTP (Time-based One-time Password). 🚀It's easy to use!
Documentation
[dependencies.hmac-sha1]
version = "0.1"
[dev-dependencies.base32]
version = "0.4"

[package]
authors = ["Byte, Inc. <service@bytegem.net>"]
description = "OOTP (Open One-time Password) is a supports multiple programming languages. The generated one-time passwords are fully compliant with HOTP (HMAC-based One-time Password) and TOTP (Time-based One-time Password). 🚀It's easy to use!"
edition = "2018"
homepage = "https://github.com/bytegem/ootp"
keywords = ["ootp", "totp", "hotp", "rust", "rfc6238"]
license = "MIT"
name = "ootp"
repository = "https://github.com/bytegem/ootp"
version = "0.0.2"