# 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" rust-version = "1.63.0" name = "chksum-hash-sha2-512" version = "0.0.1" authors = ["Konrad GoĊ‚awski "] description = "An implementation of SHA-2 512 hash algorithm for batch and stream computation." readme = ".cargo/README.md" keywords = [ "checksum", "digest", "hash", "sha512", "sha2-512", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/chksum-rs/hash-sha2-512" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.chksum-hash-core] version = "0.0.0" [dependencies.thiserror] version = "1.0.51" [features] default = [] fuzzing = ["arbitrary"]