# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dubp-wot" version = "0.11.1" authors = [ "nanocryk ", "elois ", ] description = "Makes Web of Trust computations for the Duniter project." readme = "README.md" keywords = [ "duniter", "wot", "trust", ] license = "AGPL-3.0" repository = "https://git.duniter.org/nodes/typescript/duniter" [lib] path = "src/lib.rs" [dependencies.log] version = "0.4.8" [dependencies.once_cell] version = "1.7" [dependencies.parking_lot] version = "0.11" [dependencies.rayon] version = "1.3.0" [dependencies.serde] version = "1.0.105" features = ["derive"] [dev-dependencies.bincode] version = "1.2.0" [features]