tindercrypt 0.1.0

Data encryption with symmetric cryptographic keys or passwords/passphrases, and self-contained encryption metadata"
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 = "tindercrypt"
version = "0.1.0"
authors = ["Alex Pyrgiotis <apyrgio@gmail.com>"]
description = "Data encryption with symmetric cryptographic keys or passwords/passphrases,\nand self-contained encryption metadata\"\n"
homepage = "https://github.com/apyrgio/tindercrypt"
documentation = "https://github.com/apyrgio/tindercrypt"
readme = "README.md"
keywords = ["protocol-buffers", "cryptorgraphy", "encryption"]
categories = ["command-line-utilities", "cryptography"]
license = "MPL-2.0"
repository = "https://github.com/apyrgio/tindercrypt"
[dependencies.clap]
version = "2.33.*"

[dependencies.dialoguer]
version = "0.4.*"

[dependencies.lazy_static]
version = "1.3.*"

[dependencies.protobuf]
version = "2.7.*"

[dependencies.rand]
version = "0.6"

[dependencies.ring]
version = "0.14.*"
[dev-dependencies.assert_cmd]
version = "0.11.*"

[dev-dependencies.assert_fs]
version = "0.11.*"

[dev-dependencies.predicates]
version = "1.0.*"
[build-dependencies.protoc-rust]
version = "2.7.*"
optional = true

[features]
proto-gen = ["protoc-rust"]