Cargo Features

chksum-md5 has no features set by default.

[dependencies]
chksum-md5 = { version = "0.1.0", features = ["reader", "writer", "async-runtime-tokio"] }
reader = chksum-reader

Affects chksum-md5::reader

writer = chksum-writer

Affects chksum-md5::writer

async-runtime-tokio = tokio

async runtimes

Enables async-runtime-tokio of chksum-core, optional chksum-reader, and optional chksum-writer

Affects chksum-md5::async_chksum, reader::AsyncReader, reader::async_new, reader::async_with_hash, writer::AsyncWriter, writer::async_new, writer::async_with_hash

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.

chksum-reader reader?
chksum-writer writer?
tokio async-runtime-tokio?