# 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" rust-version = "1.60.0" name = "tandem" version = "0.3.0" description = "Cryptographic Engine for Secure Multi-Party Computation using Garbled Circuits" readme = "README.md" keywords = [ "crypto", "secure-computation", "garbled-circuits", "circuit-description", "smpc", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/sine-fdn/tandem/tree/main/tandem" resolver = "1" [lib] bench = false [[bench]] name = "multiplications" harness = false [[bench]] name = "credit_scoring" harness = false [[bench]] name = "circuits" harness = false [dependencies.bincode] version = "1.3" [dependencies.blake3] version = "1.3.3" features = ["traits-preview"] [dependencies.curve25519-dalek] version = "4.0.0-pre.1" [dependencies.rand] version = "0.8.3" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0" [dev-dependencies] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.4"