[package] name = "runiter-wot" version = "0.8.0-a0.7" authors = ["nanocryk ", "elois "] description = "Makes Web of Trust computations for the Runiter project." repository = "https://git.duniter.org/nodes/rust/duniter-rs" readme = "README.md" keywords = ["runiter", "wot", "web", "trust"] license = "AGPL-3.0" [lib] path = "lib.rs" [dependencies] serde = "1.0.*" serde_derive = "1.0.*" bincode = "1.0.*" byteorder = "1.2.*" rayon = "1.0.*" [features] # Treat warnings as a build error. strict = []