# 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 = "wedpr_l_crypto_ot_base_ot" version = "0.1.0" description = "Library of WeDPR shared zkp Function implement base ot." license = "Apache-2.0" [[bench]] name = "base_ot" harness = false [dependencies.curve25519-dalek] version = "1" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.6" [dependencies.rand_core] version = "0.5" features = ["getrandom"] [dependencies.sha3] version = "0.8" [dependencies.wedpr_l_crypto_hash_sha3] version = "1.0.0" [dependencies.wedpr_l_crypto_zkp_utils] version = "1.2.0" [dependencies.wedpr_l_protos] version = "1.2.0" [dependencies.wedpr_l_utils] version = "1.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.6.0"