sheesy-cli 3.2.0

The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults.
# 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 = "sheesy-cli"
version = "3.2.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
exclude = ["HomebrewFormula", "tests/**", "pkg/**", "lib/**", "etc/**", "doc/**", "bin/**"]
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
homepage = "https://github.com/Byron/share-secrets-safely"
documentation = "https://byron.github.io/share-secrets-safely"
readme = "README.md"
keywords = ["gnupg", "pgp", "crypto"]
license = "LGPL-2.1"
repository = "https://github.com/Byron/share-secrets-safely"

[[bin]]
name = "sy"
path = "src/main.rs"
[dependencies.atty]
version = "0.2.8"

[dependencies.clap]
version = "~2.31"

[dependencies.conv]
version = "0.3.3"

[dependencies.failure]
version = "~0.1.1"

[dependencies.glob]
version = "0.2.11"

[dependencies.gpgme]
version = "0.7.0"

[dependencies.itertools]
version = "0.7.7"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.sheesy-tools]
version = "3.2.0"

[dependencies.sheesy-vault]
version = "3.2.0"
[badges.travis-ci]
repository = "Byron/share-secrets-safely"