[package] name = "dubp-wot" version = "0.11.1" authors = ["nanocryk ", "elois "] description = "Makes Web of Trust computations for the Duniter project." repository = "https://git.duniter.org/nodes/typescript/duniter" readme = "README.md" keywords = ["duniter", "wot", "trust"] license = "AGPL-3.0" edition = "2018" [lib] path = "src/lib.rs" [dependencies] log = "0.4.8" once_cell = "1.7" parking_lot = "0.11" rayon = "1.3.0" serde = { version = "1.0.105", features = ["derive"] } [dev-dependencies] bincode = "1.2.0" [features]