# 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 = "2021" name = "zero-kzg" version = "0.1.10" authors = [ "ashWhiteHat", "KiriosK", ] description = "lifted elgamal encryption implementation" homepage = "https://github.com/zero-network/zero/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/zero-network/zero/" [dependencies.parity-scale-codec] version = "2" features = ["derive"] default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rayon] version = "1.5.1" [dependencies.zero-bls12-381] version = "0.1.10" default-features = false [dependencies.zero-crypto] version = "0.1.10" default-features = false [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.rand_xorshift] version = "0.3" default-features = false [features] default = ["std"] std = []