# 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_garble_interop" version = "0.3.0" description = "Interopability between the Tandem SMPC engine and the Garble programming language" 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_garble_interop" resolver = "1" [lib] bench = false [dependencies.garble_lang] version = "0.1.7" features = ["serde"] [dependencies.tandem] version = "0.3.0"