Cargo Features
[dependencies]
rage = { version = "0.11.0", default-features = false, features = ["mount", "ssh", "unstable"] }
- default = ssh
-
The
ssh
feature is set by default wheneverrage
is added without
somewhere in the dependency tree.default-features = false - mount = ctrlc, fuse_mt, fuser, libc, tar, time, zip
-
Required by the rage-mount binary
- ssh default
-
rage and rage-keygen dependencies
- unstable
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.