# 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] name = "oblivious-transfer" version = "0.0.1" authors = ["Michele OrrĂ¹ "] description = "SimpleOT from Orlandi and Chou in pure-Rust, using curve25519-dalek, with OT extensions." keywords = ["cryptography", "curve25519", "oblivious-transfer"] license = "MIT" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "doc/katex-header.html"] [[bench]] name = "ot_benchmarks" harness = false [dependencies.aes-ctr] version = "0.3.0" [dependencies.byteorder] version = "1.2.7" [dependencies.curve25519-dalek] version = "2.0.0" features = ["serde", "alloc"] [dependencies.digest] version = "0.8.0" [dependencies.generic-array] version = "0.12.0" [dependencies.packed_simd] version = "0.3.1" [dependencies.rand] version = "0.7.3" [dependencies.rand_core] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.sha3] version = "0.8.1"