[package]
edition = "2021"
name = "hashtree-index"
version = "0.2.39"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content-addressed B-tree indexes for hashtree"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_index"
path = "src/lib.rs"
[[test]]
name = "btree"
path = "tests/btree.rs"
[[test]]
name = "search"
path = "tests/search.rs"
[dependencies.futures]
version = "0.3"
[dependencies.hashtree-core]
version = "0.2.39"
[dependencies.hex]
version = "0.4"
[dependencies.thiserror]
version = "1.0"