[[bench]]
harness = false
name = "hotp"
path = "benches/hotp.rs"
[dependencies.hmac]
version = "=0.12.1"
[dependencies.num-bigint]
version = "=0.4.6"
[dependencies.sha1]
version = "=0.10.6"
[dependencies.sha2]
version = "=0.10.8"
[dependencies.urlencoding]
version = "=2.1.3"
[dev-dependencies.criterion]
version = "=0.5.1"
[dev-dependencies.itertools]
version = "=0.14.0"
[features]
html_reports = ["criterion/html_reports"]
[lib]
crate-type = ["staticlib", "lib", "cdylib"]
edition = "2021"
name = "rusotp"
path = "src/lib.rs"
[package]
authors = ["indrajit"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "algorithms"]
description = "Rust implementation of the HOTP and TOTP algorithms"
documentation = "https://docs.rs/rusotp"
edition = "2021"
exclude = ["/tests", "/examples", "/c_examples", "/c_examples.sh"]
homepage = "https://eendroroy.github.io/rusotp"
keywords = ["otp", "hotp", "totp", "RFC4226", "RFC6238"]
license = "AGPL-3.0"
name = "rusotp"
readme = "README.md"
repository = "https://github.com/eendroroy/rusotp"
rust-version = "1.60.0"
version = "0.3.2"