Cargo Features

clamav-client has no features set by default.

[dependencies]
clamav-client = { version = "0.5.1", features = ["tokio", "tokio-stream", "async-std"] }
tokio tokio-stream?

Enables async-trait and tokio

Affects clamav-client::tokio

tokio-stream = tokio

Enables bytes and tokio-stream

Affects tokio::scan_stream_socket, tokio::scan_stream_tcp, tokio::scan_stream

async-std

Enables async-std, async-trait, and bytes

Affects clamav-client::async_std