# 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 = "bzte" version = "0.1.1" description = "Baek-Zheng threshold cryptosystem on top of BLS12-381" homepage = "https://github.com/Silur/bzte" documentation = "https://docs.rs/bzte" readme = "README.md" license = "MIT" repository = "https://github.com/Silur/bzte" [dependencies.ark-bls12-381] version = "0.4.0" [dependencies.ark-crypto-primitives] version = "0.4.0" [dependencies.ark-ec] version = "0.4.0" [dependencies.ark-ff] version = "0.4.0" [dependencies.ark-serialize] version = "0.4" features = ["derive"] [dependencies.ark-std] version = "0.4.0" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.sha2] version = "0.10.6"