[package]
edition = "2021"
name = "hashtree-network"
version = "0.2.86"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive read routing across opaque Hashtree blob sources"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
keywords = [
"merkle",
"routing",
"storage",
"hashtree",
]
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_network"
path = "src/lib.rs"
[[test]]
name = "blob_router"
path = "tests/blob_router.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.hashtree-core]
version = "0.2.86"
[dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"macros",
]
[dev-dependencies.tokio]
version = "1"
features = [
"full",
"rt-multi-thread",
"macros",
]