Cargo Features

[dependencies]
remotefs-ssh = { version = "0.2.1", default-features = false, features = ["find", "no-log", "ssh2-vendored", "github-actions", "with-containers"] }
default = find

The find feature is set by default whenever remotefs-ssh is added without default-features = false somewhere in the dependency tree.

find default

misc

Enables find of remotefs

no-log

Enables max_level_off of log

ssh2-vendored

Enables vendored-openssl of ssh2

github-actions

tests

with-containers