Cargo Features
[dependencies]
remotefs-ssh = { version = "0.5.0", default-features = false, features = ["find", "no-log", "ssh2-vendored", "github-actions", "with-containers"] }
- default = find
-
The
find
feature is set by default wheneverremotefs-ssh
is added without
somewhere in the dependency tree.default-features = false - find default
-
misc
- no-log
-
Enables max_level_off of log
- ssh2-vendored
-
Enables vendored-openssl of ssh2
- github-actions
-
tests
- with-containers