# 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.70.0" name = "chksum-sha2-384" version = "0.0.0" authors = ["Konrad GoĊ‚awski "] description = "An implementation of the SHA-2 384 hash function with a straightforward interface for computing digests of bytes, files, directories, and more." readme = ".cargo/README.md" keywords = [ "checksum", "digest", "hash", "sha384", "sha2-384", ] categories = [ "algorithms", "cryptography", "filesystem", ] license = "MIT" repository = "https://github.com/chksum-rs/sha2-384" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chksum-core] version = "0.0.0" [dependencies.chksum-hash-sha2-384] version = "0.0.0" [dependencies.chksum-reader] version = "0.0.0" optional = true [dependencies.chksum-writer] version = "0.0.0" optional = true [dev-dependencies.assert_fs] version = "1.0.13" features = ["color-auto"] [dev-dependencies.thiserror] version = "1.0.51" [features] default = [] reader = ["chksum-reader"] writer = ["chksum-writer"]