[package]
edition = "2021"
name = "hashtree-resolver"
version = "0.2.30"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Root resolver for hashtree - maps human-readable keys to merkle root hashes"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[features]
default = []
nostr = ["nostr-sdk"]
[lib]
name = "hashtree_resolver"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.hashtree-core]
version = "0.2.30"
[dependencies.nostr-sdk]
version = "0.35"
features = ["nip44"]
optional = true
default-features = false
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"sync",
"time",
]
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"net",
]
[dev-dependencies.tokio-tungstenite]
version = "0.24"