[dependencies.base32]
version = "0.5.1"
[dependencies.hmac]
version = "0.12.1"
[dependencies.sha1]
version = "0.10.6"
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.urlencoding]
version = "2.1.3"
[[example]]
name = "otp"
path = "examples/otp.rs"
[lib]
name = "ruotp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "RFC-complaint one-time password algorithms written in Rust"
documentation = "https://docs.rs/ruotp"
edition = "2021"
homepage = "https://github.com/nashaofu/ruotp"
keywords = ["otp", "hotp", "totp"]
license-file = "LICENSE"
name = "ruotp"
readme = "README.md"
repository = "https://github.com/nashaofu/ruotp.git"
version = "0.0.1"