# 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 = "subhasher" version = "0.11.0" authors = ["Xavier Lau "] description = "Minimal implementation of Substrate hash." homepage = "https://substrate-minimal.hack.ink" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/substrate-minimal" [dependencies.blake2-rfc] version = "0.2" default-features = false [dependencies.byteorder] version = "1.5" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dependencies.twox-hash] version = "1.6" default-features = false [features] default = ["std"] std = [ "blake2-rfc/std", "byteorder/std", "sha2/std", "twox-hash/std", ]