Cargo Features
[dependencies]
ensync = { version = "1.0.2", default-features = false, features = ["passphrase-prompt", "nicities"] }
- default = nicities, passphrase-prompt
-
These default features are set whenever
ensync
is added without
somewhere in the dependency tree.default-features = false - 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.