cloak 0.2.0

A Command Line OTP (One Time Password) Authenticator application.
# 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 = "cloak"
version = "0.2.0"
authors = ["Evans Murithi <murithievans80@gmail.com>"]
exclude = ["assets/*"]
description = "A Command Line OTP (One Time Password) Authenticator application."
homepage = "https://github.com/evansmurithi/cloak"
readme = "README.md"
keywords = ["otp", "cli", "authentication"]
categories = ["command-line-utilities", "authentication"]
license = "MIT"
repository = "https://github.com/evansmurithi/cloak"

[[bin]]
name = "cloak"
path = "src/main.rs"
[dependencies.clap]
version = "2.32.0"

[dependencies.data-encoding]
version = "2.1.1"

[dependencies.dirs]
version = "1.0.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.open]
version = "1.2.1"

[dependencies.ring]
version = "0.14.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.5.0"