# 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 = "ic-representation-independent-hash" version = "2.6.0" authors = ["DFINITY Stiftung"] include = [ "src", "Cargo.toml", "README.md", ] description = "A library for computing representation-independent hashes as described in the Internet Computer interface specification." homepage = "https://github.com/dfinity/response-verification#readme" documentation = "https://docs.rs/ic-representation-independent-hash" readme = "README.md" keywords = [ "icp", "dfinity", "representation", "independent", "hash", ] categories = [ "api-bindings", "algorithms", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/dfinity/response-verification" [dependencies.leb128] version = "0.2" [dependencies.sha2] version = "0.10" [dev-dependencies.hex] version = "0.4"