[package] name = "blake3-hasher" version = "0.1.0" authors = ["hui.fan@mail.ru"] description = "blake3-256 implementation of the Hasher trait" repository = "https://github.com/rust-util-collections/trie/" license = "Apache-2.0" edition = "2021" [dependencies] blake3 = "1.3.3" hash-db = { path = "../../hash-db", default-features = false, version = "0.15.2" } hash256-std-hasher = { path = "../../hash256-std-hasher", version = "0.15.2" } [features]