otp 0.2.0

Pure rust implementation of Hash- and Time-based One Time Passwords in Rust.
Documentation
[package]

name = "otp"

edition = "2021"

version = "0.2.0"

authors = ["Philip Woolford <woolford.philip@gmail.com>"]

keywords = ["otp", "totp", "hotp", "authentication", "2-factor"]

description = "Pure rust implementation of Hash- and Time-based One Time Passwords in Rust."

license-file = "LICENSE"

repository = "https://github.com/pantsman0/rust-otp"

readme = "README.md"



include = [

    "**/*.rs",

    "LICENSE",

    "Cargo.toml",

]





[dependencies]

sha1 = "0.10.6"

hmac = "0.12.1"