[package] name = "bloock-types" version = "0.1.0" authors = ["albertcanyelles "] edition = "2018" description = "Implementation of base types for our Sparse Merkle Tree." license = "MIT" repository = "https://github.com/bloock/enchainte-types" homepage = "https://www.bloock.com/" [features] h128 = [] h256 = [] [dependencies] hex="0.4.2" serde = {version = "1.0", features = ["derive"]} thiserror = "1.0.22" rand = "0.8.0"