[dependencies.bytes]
version = "1.5.0"
[dependencies.ed25519-dalek]
features = ["rand_core"]
version = "2.0.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.11"
[dependencies.self_cell]
version = "1.0.1"
[dependencies.simple-dns]
version = "0.5.6"
[dependencies.thiserror]
version = "1.0.49"
[dependencies.url]
version = "2.4.1"
[dependencies.z32]
version = "1.0.0"
[dev-dependencies.tokio]
features = ["tokio-macros", "macros", "rt-multi-thread"]
version = "1.32.0"
[package]
authors = ["Nuh <nuh@nuh.dev>"]
categories = ["networking", "p2p", "routing"]
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
edition = "2021"
keywords = ["mainline", "dht", "dns", "decentralized", "identity"]
license = "MIT"
name = "pkarr"
repository = "https://github.com/nuhvi/pkarr"
version = "0.3.0"