[package] name = "hashing-copy" version = "0.3.0" authors = ["Richo Healey "] license = "MIT" description = """Copies from a Read to a Write, hashing the content with a Digest along the way. Allowing you to hash large files while copying them to avoid having to read them out again""" repository = "https://github.com/richo/hashing-copy" [dependencies] digest = "0.8.0" [dev-dependencies] sha2 = "0.8.0" hex-literal= "0.1.1"