slauth 0.3.0-alpha

oath HOTP and TOTP complient implementation
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]
edition = "2018"
name = "slauth"
version = "0.3.0-alpha"
authors = ["richer <richer.arc@gmail.com>"]
description = "oath HOTP and TOTP complient implementation"
homepage = "https://github.com/devolutions/slauth"
documentation = "https://docs.rs/slauth"
readme = "README.md"
keywords = ["TOTP", "HOTP", "2FA", "MFA"]
license = "MIT"
repository = "https://github.com/devolutions/slauth"

[lib]
name = "slauth"
crate-type = ["staticlib", "cdylib"]
[dependencies.base32]
version = "0.4.0"

[dependencies.base64]
version = "0.10.1"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.hashbrown]
version = "0.4.0"

[dependencies.hmac]
version = "0.7.0"

[dependencies.ring]
version = "0.14.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_repr]
version = "0.1.4"

[dependencies.sha-1]
version = "0.8.1"

[dependencies.sha2]
version = "0.8.0"

[dependencies.time]
version = "0.1.42"

[dependencies.untrusted]
version = "0.6.2"

[dependencies.webpki]
version = "0.19.1"
optional = true
[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.serde_json]
version = "1.0.39"

[features]
default = ["native-bindings", "u2f-server"]
native-bindings = []
u2f-server = ["serde_json", "webpki"]
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.12"
default-features = false