boringauth 0.9.0

Straightforward password, passphrase, TOTP, and HOTP user authentication
Documentation
[dependencies.base32]
version = "^0.4.0"

[dependencies.hex]
version = "0.3.2"

[dependencies.libc]
optional = true
version = "^0.2"

[dependencies.rand]
version = "0.7.0"

[dependencies.ring]
version = ">=0.15, <0.17"

[dependencies.time]
version = "0.1.42"

[features]
cbindings = ["libc"]

[lib]
crate-type = ["rlib", "dylib"]
name = "boringauth"

[package]
authors = ["Rodolphe Breard <rodolphe@what.tf>", "YetAnotherMinion <yam@thinkalexandria.com>"]
description = "Straightforward password, passphrase, TOTP, and HOTP user authentication"
documentation = "https://docs.rs/boringauth"
include = ["src/**/*", "Cargo.toml", "LICENSE.txt"]
keywords = ["authentication", "2fa", "otp", "hotp", "totp"]
license = "GPL-2.0"
name = "boringauth"
readme = "README.md"
repository = "https://github.com/ThinkAlexandria/BoringAuth.git"
version = "0.9.0"