async-hash 0.6.0

Traits and helper functions for SHA256 hashing of async data types
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "async-hash"
version = "0.6.0"
authors = ["code@tinychain.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits and helper functions for SHA256 hashing of async data types"
readme = "README.md"
keywords = [
    "sha256",
    "hash",
    "asynchronous",
    "stream",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/haydnv/async-hash.git"

[features]
all = ["smallvec"]

[lib]
name = "async_hash"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.num_cpus]
version = "1.16"

[dependencies.sha2]
version = "0.10"

[dependencies.smallvec]
version = "1.11"
optional = true