[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3.21"
[dependencies.libp2p]
default-features = false
features = ["request-response", "tcp-async-io", "noise", "yamux"]
version = "0.44"
[dependencies.log]
version = "0.4"
[dependencies.tokio]
features = ["time", "macros", "rt-multi-thread"]
version = "1.18"
[package]
description = "A library for managing trust in a distributed network with zero-knowledge features."
edition = "2021"
license = "MIT"
name = "eigen-trust"
repository = "https://github.com/lazovicff/eigen-trust"
version = "0.2.0"