# 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-verify-signatures" version = "1.1.1" authors = ["Piet Geursen "] description = "Verify signatures of scuttlebutt messages. In parallel." documentation = "https://sunrise-choir.github.io/ssb-verify-signatures/ssb_verify_signatures/index.html" license = "LGPL-3.0" repository = "https://github.com/sunrise-choir/ssb-verify-signatures" [[bench]] name = "bench" harness = false [dependencies.arrayvec] version = "0.5.2" [dependencies.base64] version = "0.13.0" [dependencies.ed25519-dalek] version = "1.0.1" features = ["batch"] [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.3" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.snafu] version = "0.6.10" [dependencies.ssb-crypto] version = "0.2.3" [dependencies.ssb-legacy-msg-data] version = "0.1.4" [dev-dependencies.criterion] version = "0.3"