[badges.github]
branch = "master"
repository = "fosskers/totp-lite"
workflow = "Rust"
[dependencies.digest]
version = "0.10"
[dependencies.hmac]
version = "0.12"
[dependencies.sha1]
version = "0.10"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.koibumi-base32]
version = "0.0"
[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 = "2.0.1"