sheesy-cli 4.0.7

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 = "4.0.7"
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/share-secrets-safely/cli"
documentation = "https://share-secrets-safely.github.io/cli"
readme = "README.md"
keywords = ["gnupg", "pgp", "crypto"]
license = "LGPL-2.1"
repository = "https://github.com/share-secrets-safely/cli"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = true
incremental = false

[[bin]]
name = "sy"
path = "src/sy.rs"
doctest = false
doc = false
required-features = ["vault", "extract", "completions", "substitute", "process"]

[[bin]]
name = "syv"
path = "src/syv.rs"
doctest = false
doc = false
required-features = ["vault"]

[[bin]]
name = "syp"
path = "src/syp.rs"
doctest = false
doc = false
required-features = ["process"]

[[bin]]
name = "sye"
path = "src/sye.rs"
doctest = false
doc = false
required-features = ["extract"]

[[bin]]
name = "sys"
path = "src/sys.rs"
doctest = false
doc = false
required-features = ["substitute"]
[dependencies.atty]
version = "0.2.8"
optional = true

[dependencies.clap]
version = "2.31"

[dependencies.conv]
version = "0.3.3"
optional = true

[dependencies.failure]
version = "0.1.1"

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.gpgme]
version = "0.8.0"
optional = true

[dependencies.itertools]
version = "0.8.0"
optional = true

[dependencies.lazy_static]
version = "1.0.0"
optional = true

[dependencies.sheesy-tools]
version = "4.0.7"
optional = true

[dependencies.sheesy-vault]
version = "4.0.7"
optional = true

[features]
completions = []
default = []
extract = ["sheesy-tools/process", "atty", "glob"]
process = ["sheesy-tools/process", "atty", "glob"]
substitute = ["sheesy-tools/substitute", "itertools"]
vault = ["sheesy-vault", "conv", "gpgme", "lazy_static"]
[badges.travis-ci]
repository = "share-secrets-safely/cli"