Cargo Features

chksum-sha2-384 has no features set by default.

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

Affects chksum-sha2-384::reader

writer = chksum-writer

Affects chksum-sha2-384::writer

async-runtime-tokio = tokio

async runtimes

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

Affects chksum-sha2-384::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?