# 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" name = "digestible" version = "0.2.2" authors = ["Wyatt Jacob Herkamp "] description = "A more dynamic Hash and Hasher trait for Rust" documentation = "https://docs.rs/digestible" readme = "README.md" keywords = [ "digest", "crypto", "hash", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wyatt-herkamp/digestible" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.21" optional = true [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" optional = true [dependencies.digest_0_10] version = "0.10" optional = true package = "digest" [dependencies.digestible-macros] version = "0.2.2" optional = true [dev-dependencies.base64] version = "0.21" [dev-dependencies.sha2] version = "0.10" [features] alloc = [] default = [ "digest_0_10", "derive", "std", "alloc", ] derive = ["digestible-macros"] std = []