# 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 = "lhash" version = "1.1.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Minimal hashing library" readme = "README.md" keywords = [ "md5", "sha1", "const", "sha256", "sha512", ] categories = [ "cryptography", "no-std::no-alloc", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/lhash" [package.metadata.docs.rs] features = [ "sha1", "md5", "sha256", "sha512", ] [[test]] name = "md5" path = "tests/md5.rs" required-features = ["md5"] [[test]] name = "sha1" path = "tests/sha1.rs" required-features = ["sha1"] [[test]] name = "sha256" path = "tests/sha256.rs" required-features = ["sha256"] [[test]] name = "sha512" path = "tests/sha512.rs" required-features = ["sha512"] [features] md5 = [] sha1 = [] sha256 = [] sha512 = []