Cargo Features

async_ftp has no features set by default.

[dependencies]
async_ftp = { version = "6.0.0", features = ["secure", "debug_print"] }
secure = tokio-rustls

Enable support of FTPS which requires openssl

debug_print

Add debug output (to STDOUT) of commands sent to the server and lines read from the server

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.

tokio-rustls secure?

Enables tokio-rustls ^0.23.0