Cargo Features

[dependencies]
remotefs-ftp = { version = "0.1.4", default-features = false, features = ["native-tls", "rustls", "secure", "vendored", "find", "no-log", "github-actions", "with-containers"] }
default = find

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

native-tls secure? with-containers?

TLS

Enables native-tls of suppaftp

rustls = webpki-roots

Enables rustls of suppaftp

secure = native-tls
vendored

Enables native-tls-vendored of suppaftp

find default

misc

Enables find of remotefs

no-log

Enables max_level_off of log

github-actions

tests

with-containers = native-tls

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.

webpki-roots rustls?

Enables webpki-roots ^0.22