# 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-sha3" version = "1.0.0" authors = ["The Internet Computer Project Developers"] build = false include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for SHA-3 and Keccak hashing on the Internet Computer" documentation = "https://docs.rs/ic-sha3" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dfinity/ic" [lib] name = "ic_sha3" path = "src/lib.rs" [dependencies.sha3] version = "0.10.8" [dev-dependencies.hex] version = "0.4.3" features = ["serde"]