google-authenticator 0.1.7

This Rust crate can be used to interact with the Google Authenticator mobile app for 2-factor-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 = "google-authenticator"
version = "0.1.7"
authors = ["hans <hans@hansk.org>"]
description = "This Rust crate can be used to interact with the Google Authenticator mobile app for 2-factor-authentication."
homepage = "https://github.com/hanskorg/google-authenticator-rust.git"
readme = "README.md"
keywords = ["GoogleAuthenticator"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/hanskorg/google-authenticator-rust.git"
[dependencies.base32]
version = "0.3.1"

[dependencies.hmac-sha1]
version = "0.1.3"

[dependencies.qrcode]
version = "0.6.0"
optional = true

[dependencies.rand]
version = "0.4"

[dependencies.urlencoding]
version = "1.0.0"

[features]
default = []
with-qrcode = ["qrcode"]