# 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 = "hasher" version = "0.1.4" authors = ["Cryptape Technologies "] description = "Package hasher provides a Hasher trait." homepage = "https://github.com/cryptape/hasher" documentation = "https://github.com/cryptape/hasher/blob/master/README.md" license = "MIT" [dependencies.blake2b-rs] version = "0.1" optional = true [dependencies.cryptape-sm] version = "0.3" optional = true [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] optional = true [features] default = [] hash-blake2b = ["blake2b-rs"] hash-keccak = ["tiny-keccak"] hash-sm3 = ["cryptape-sm"]