libreauth 0.7.0

Collection of tools for 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 = "libreauth"
version = "0.7.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
description = "Collection of tools for user authentication."
documentation = "https://docs.rs/libreauth/"
readme = "README.md"
keywords = ["authentication", "password", "oath", "hotp", "totp"]
license = "CECILL-2.1"
repository = "https://github.com/breard-r/libreauth"
[package.metadata.docs.rs]
features = ["cbindings"]

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

[dependencies.base64]
version = "^0.9.0"

[dependencies.hex]
version = "^0.3.1"

[dependencies.hmac]
version = "^0.6.0"

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

[dependencies.nom]
version = "^3.2.1"

[dependencies.pbkdf2]
version = "^0.2.0"

[dependencies.rand]
version = "^0.4.2"

[dependencies.rust-argon2]
version = "^0.3.0"

[dependencies.sha-1]
version = "^0.7.0"

[dependencies.sha2]
version = "^0.7.0"

[dependencies.time]
version = "^0.1.31"

[features]
cbindings = ["libc"]