Cargo Features

[dependencies]
ensync = { version = "1.0.1", default-features = false, features = ["passphrase-prompt", "nicities"] }
default = nicities, passphrase-prompt

These default features are set whenever ensync is added without default-features = false somewhere in the dependency tree.

passphrase-prompt default = rpassword

Enable to support prompting for a passphrase interactively.

This depends on rpassword, which is not available on all platforms (e.g., it does not currently support DragonFly BSD).

nicities default

Enable some nicities for interactive use that may not be available on all platforms.

Enables suggestions and wrap_help of clap ^2.33.3

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.

rpassword passphrase-prompt

Enables rpassword ^5.0.1