# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ssb-validate" version = "1.4.2" authors = ["Piet Geursen ", "Andrew Reid "] description = "Verify Secure Scuttlebutt (SSB) hash chains (in parallel)" documentation = "https://docs.rs/ssb-validate/" license = "LGPL-3.0" repository = "https://github.com/sunrise-choir/ssb-validate" [[bench]] name = "bench" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.2.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.8.0" [dependencies.snafu] version = "0.6.0" [dependencies.ssb-legacy-msg-data] version = "0.1.4" [dependencies.ssb-multiformats] version = "0.4.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flumedb] version = "0.1.5"