[package]
edition = "2021"
name = "hashtree-collection"
version = "0.2.67"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Immutable collections, schema hooks, and federated search for hashtree"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_collection"
path = "src/lib.rs"
[[bin]]
name = "collection-fixture"
path = "src/bin/collection-fixture.rs"
[[test]]
name = "collection"
path = "tests/collection.rs"
[dependencies.futures]
version = "0.3"
[dependencies.hashtree-core]
version = "0.2.67"
[dependencies.hashtree-index]
version = "0.2.67"
[dependencies.hex]
version = "0.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"macros",
"rt-multi-thread",
]