# 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 = "hashing-reader" version = "0.1.0" authors = ["Nikolay Denev "] description = "A std::io::Read and tokio::io::AsyncRead wrapper that calculates checksum on the fly" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cisco-open/hashing-reader-rs" [[bench]] name = "benchmark" harness = false [dependencies.digest] version = "0.10" [dependencies.pin-project] version = "1.1" [dependencies.tokio] version = "1" optional = true [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "async_tokio", "async_futures", ] [dev-dependencies.sha2] version = "0.10" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["tokio"] tokio = ["dep:tokio"]