# 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 = "sha_256" version = "1.0.1" authors = ["George Oastler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Optimised sha-256" homepage = "https://github.com/goastler/sha_256" readme = "README.md" keywords = [ "sha", "sha256", "sha-256", "hash", "digest", ] categories = [ "algorithms", "cryptography", "cryptography::cryptocurrencies", "encoding", ] license-file = "LICENSE" repository = "https://github.com/goastler/sha_256" [lib] name = "sha_256" path = "src/lib.rs" [dev-dependencies.sha2] version = "0.10.8" [badges.maintenance] status = "passively-maintained"