# 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 = "2018" name = "bloock-smt" version = "0.1.0" authors = [ "jestape ", "mbaque ", ] description = "Implementation of a Compact Sparse Merkle Tree without empty leaves." readme = "README.md" keywords = [ "cryptography", "sparse", "merkle", "tree", "blockchain", ] categories = [ "cryptography", "data-structures", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/bloock/enchainte-smt" [dependencies.bitvec] version = "0.17.4" [dependencies.bloock-merge] version = "0.1.0" features = ["blake2b"] [dependencies.bloock-storage] version = "0.1.0" features = [ "kv_hashmap", "kv_rocks", ] [dependencies.bloock-types] version = "0.1.0" features = [ "h128", "h256", ] [dependencies.thiserror] version = "1.0.22" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand] version = "0.7.3" [features] blake2b = ["bloock-merge/blake2b"] default = [ "blake2b", "h256", "kv_rocks", ] h128 = ["bloock-types/h128"] h256 = ["bloock-types/h256"] kv_hashmap = ["bloock-storage/kv_hashmap"] kv_rocks = ["bloock-storage/kv_rocks"]