# 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_ce" version = "0.4.0" authors = ["Vladimir Komendantskiy ", "Andreas Fackler ", "Peter van Nostrand ", "Andrew Gross ", "Nick Sanders ", "Marc Brinkmann ", "Anton Grigorev "] include = [".gitignore", "src/*.rs", "src/bls12/*.rs", "src/bn256/*.rs", "COPYRIGHT", "LICENSE-MIT", "LICENSE-APACHE", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "Cargo.toml"] description = "Pairing threshold cryptography" homepage = "https://github.com/matter-labs/threshold_crypto" documentation = "https://docs.rs/threshold_crypto_ce/" readme = "README.md" keywords = ["pairing", "threshold"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/matter-labs/threshold_crypto" [dependencies.byteorder] version = "1.2.7" [dependencies.errno] version = "0.2.4" [dependencies.failure] version = "0.1.5" [dependencies.hex_fmt] version = "0.3.0" [dependencies.log] version = "0.4.6" [dependencies.memsec] version = "0.5.4" [dependencies.pairing] version = "0.19.0" package = "pairing_ce" [dependencies.rand] version = "0.6.5" [dependencies.rand04_compat] version = "0.1.1" [dependencies.rand_chacha] version = "0.1.1" [dependencies.serde] version = "1.0.89" features = ["derive"] [dependencies.tiny-keccak] version = "1.4.2" [dev-dependencies.bincode] version = "1.0.1" [dev-dependencies.criterion] version = "0.2.7" [dev-dependencies.rand_xorshift] version = "0.1.1"