otp2 0.0.1

Provides both HOTP and TOTP implementations of one-time passcodes
Documentation
[dependencies.hex-literal]
version = "0.4.1"

[dependencies.hmac]
version = "0.12.1"

[dependencies.sha1]
version = "0.10.5"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.unix-time]
version = "0.1.5"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.test-case]
version = "3.1.0"

[package]
description = "Provides both HOTP and TOTP implementations of one-time passcodes"
edition = "2021"
homepage = "https://github.com/notmgsk/otp-rs"
keywords = ["authentication", "auth", "otp", "hotp", "totp"]
license = "MIT"
name = "otp2"
repository = "https://github.com/notmgsk/otp-rs"
resolver = "1"
version = "0.0.1"