sheesy-cli 2.0.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 = "2.0.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
homepage = "https://github.com/Byron/share-secrets-safely"
documentation = "https://docs.rs/sheesy-cli"
readme = "README.md"
license = "LGPL-2.1"
repository = "https://github.com/Byron/share-secrets-safely"

[[bin]]
name = "sy"
path = "src/main.rs"
[dependencies.clap]
version = "~2.29.0"

[dependencies.conv]
version = "0.3.3"

[dependencies.failure]
version = "~0.1.1"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.sheesy-extract]
version = "2.0.0"

[dependencies.sheesy-types]
version = "2.0.0"

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