Cargo Features
clamav-client has no features set by default.
[dependencies]
clamav-client = { version = "1.0.0", 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
… - async-std
-
Enables async-std, async-trait, and bytes
Affects
clamav-client::async_std
…