[dependencies.base32]
version = "0.5.1"
[dependencies.ring]
version = "0.17.8"
[lib]
name = "otpauth"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Two-step verification of HOTP/TOTP for Rust"
edition = "2021"
homepage = "https://github.com/messense/otpauth-rs"
keywords = ["otp", "auth", "password"]
license = "MIT"
name = "otpauth"
readme = "README.md"
repository = "https://github.com/messense/otpauth-rs.git"
version = "0.5.1"
[[test]]
name = "lib"
path = "tests/lib.rs"