hashtree-index 0.2.39

Content-addressed B-tree indexes for hashtree
Documentation
# 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 = "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"