# 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 = "sheesy-cli" version = "4.0.11" authors = ["Sebastian Thiel "] include = ["src/**/*", "LICENSE.md", "README.md"] 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.14" optional = true [dependencies.clap] version = "2.33" [dependencies.conv] version = "0.3.3" optional = true [dependencies.failure] version = "0.1.7" [dependencies.glob] version = "0.3" optional = true [dependencies.gpgme] version = "0.8.0" optional = true [dependencies.itertools] version = "0.9.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.sheesy-tools] version = "4.0.11" optional = true [dependencies.sheesy-vault] version = "4.0.11" 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"]