Cargo Features

sheesy-cli has no features set by default.

[dependencies]
sheesy-cli = { version = "4.0.11", features = ["completions", "vault", "process", "extract", "substitute"] }
completions

Affects parse::completions, cli::CLI

Required by the sy binary

vault = conv, gpgme, lazy_static, sheesy-vault

Affects cli::vault, dispatch::vault, parse::vault, util::optional_args, util::required_arg, cli::CLI, util::required_os_arg

Required by sy and syv binaries

process = atty, glob

Enables process of sheesy-tools

Affects cli::merge, parse::merge, util::output_formats, util::optional_args_with_value

Required by sy and syp binaries

extract = atty, glob

Enables process of sheesy-tools

Affects cli::extract, parse::extract, util::output_formats, util::optional_args_with_value

Required by sy and sye binaries

substitute = itertools

Enables substitute of sheesy-tools

Affects cli::substitute, parse::substitute, util::required_os_arg

Required by sy and sys binaries

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lazy_static vault?
atty extract? process?
glob extract? process?
conv vault?
gpgme vault?

Enables gpgme ^0.8.0

itertools substitute?

Enables itertools ^0.9.0

sheesy-vault vault?
sheesy-tools extract? process? substitute?