nyx 2.1.1

Small no-std implementation of the TOTP algorithm.
Documentation
[dependencies.hmac]
default-features = false
version = "0.10"

[dependencies.sha-1]
default-features = false
version = "0.9"

[package]
authors = ["evenorog <evenorog@gmail.com>"]
categories = ["authentication", "no-std"]
description = "Small no-std implementation of the TOTP algorithm."
documentation = "https://docs.rs/nyx"
edition = "2018"
exclude = ["/.travis.yml"]
keywords = ["totp"]
license = "MIT OR Apache-2.0"
name = "nyx"
readme = "README.md"
repository = "https://github.com/evenorog/nyx"
version = "2.1.1"