# 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 = "threshold_crypto" version = "0.4.0" authors = ["Vladimir Komendantskiy ", "Andreas Fackler ", "Peter van Nostrand ", "Andrew Gross ", "Nick Sanders ", "Marc Brinkmann "] description = "Pairing threshold cryptography" readme = "README.md" keywords = ["pairing", "threshold"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/poanetwork/threshold_crypto" [[bench]] name = "bench" harness = false [dependencies.bincode] version = "1.2.1" optional = true [dependencies.byteorder] version = "1.3.4" [dependencies.codec] version = "1.2.0" features = ["derive"] optional = true default-features = false package = "parity-scale-codec" [dependencies.failure] version = "0.1.7" [dependencies.ff] version = "0.6.0" [dependencies.group] version = "0.6.0" [dependencies.hex_fmt] version = "0.3.0" [dependencies.log] version = "0.4.8" [dependencies.pairing] version = "0.16.0" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.tiny-keccak] version = "2.0.1" features = ["sha3"] [dependencies.zeroize] version = "1.1.0" [dev-dependencies.bincode] version = "1.2.1" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.rand_xorshift] version = "0.2.0" [features] codec-support = ["codec", "bincode"] use-insecure-test-only-mock-crypto = []