totp-lite 1.0.0

A simple, correct TOTP library.
Documentation
[badges.github]
branch = "master"
repository = "fosskers/totp-lite"
workflow = "Rust"
[dependencies.digest]
version = "0.9"

[dependencies.hmac]
version = "0.9"

[dependencies.sha-1]
version = "0.9"

[dependencies.sha2]
version = "0.9"
[dev-dependencies.version-sync]
version = "0.9"

[package]
authors = ["Colin Woodbury <colin@fosskers.ca>"]
categories = ["authentication"]
description = "A simple, correct TOTP library."
edition = "2018"
homepage = "https://github.com/fosskers/totp-lite"
keywords = ["authentication", "totp", "otp", "2fa"]
license = "MIT"
name = "totp-lite"
readme = "README.md"
repository = "https://github.com/fosskers/totp-lite"
version = "1.0.0"