durs-wot 0.9.0

Makes Web of Trust computations for the Dunitrust project.
Documentation
[package]
name = "durs-wot"
version = "0.9.0"
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
description = "Makes Web of Trust computations for the Dunitrust project."
repository = "https://git.duniter.org/nodes/rust/duniter-rs"
readme = "README.md"
keywords = ["duniter", "dunitrust", "wot", "trust"]
license = "AGPL-3.0"
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
log = "0.4.8"
rayon = "1.3.0"
serde = { version = "1.0.105", features = ["derive"] }

[dev-dependencies]
bincode = "1.2.0"
durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" }

[features]