Cargo Features

async-ssh2-lite has no features set by default.

[dependencies]
async-ssh2-lite = { version = "0.4.7", features = ["vendored-openssl", "openssl-on-win32", "async-io", "tokio"] }
vendored-openssl

Enables vendored-openssl of ssh2

openssl-on-win32

Enables openssl-on-win32 of ssh2

Features from optional dependencies

async-io implicit feature

Enables async-io ^1.3

async-io:

Async I/O and timers

Affects async-ssh2-lite::AsyncIoTcpStream, async-ssh2-lite::AsyncIoUnixStream

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications