# 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 = "2018" name = "sha2-const-stable" version = "0.1.0" authors = [ "Cavey Cool ", "Magnetar Fields <0xMAGNETAR@proton.me>", ] description = "const fn implementation of the SHA-2 family of hash functions. Based on sha2-const, but updated to use only stable rust" homepage = "https://github.com/saleemrashid/sha2-const" documentation = "https://docs.rs/sha2-const" readme = "README.md" keywords = ["crypto"] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/saleemrashid/sha2-const" [dependencies] [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.proptest] version = "0.9.6" [dev-dependencies.sha2] version = "0.8.1"