[package]
authors = ["messense <messense@icloud.com>"]
description = "Two-step verification of HOTP/TOTP for Rust"
documentation = "https://messense.github.io/otpauth-rs"
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"
version = "0.2.4"
[dependencies]
base32 = "0.3"
byteorder = "0.4"
rust-crypto = "0.2"
[dependencies.clippy]
optional = true
version = "^0.*"
[dev-dependencies]
time = "0.1"
[features]
unstable = []