boringauth 0.8.0

Straightforward password, passphrase, TOTP, and HOTP user authentication
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "boringauth"
crate-type = ["rlib", "dylib"]
[dependencies.base32]
version = "^0.4.0"

[dependencies.hex]
version = "0.3.2"

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

[dependencies.rand]
version = "0.6.0"

[dependencies.ring]
version = "0.14"

[dependencies.time]
version = "0.1.42"

[features]
cbindings = ["libc"]