# 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 = "garble_lang" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits" readme = "README.md" keywords = [ "programming-language", "secure-computation", "garbled-circuits", "circuit-description", "smpc", ] categories = [ "command-line-utilities", "compilers", ] license = "MIT" repository = "https://github.com/sine-fdn/garble/" [lib] name = "garble_lang" path = "src/lib.rs" [[bin]] name = "garble" path = "src/main.rs" required-features = ["bin"] [[test]] name = "check" path = "tests/check.rs" [[test]] name = "circuit" path = "tests/circuit.rs" [[test]] name = "compile" path = "tests/compile.rs" [[test]] name = "credit_scoring_example" path = "tests/credit_scoring_example.rs" [[test]] name = "panic" path = "tests/panic.rs" [[test]] name = "quickcheck" path = "tests/quickcheck.rs" [[test]] name = "scan" path = "tests/scan.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.plotters] version = "0.3.6" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [features] bin = ["clap"] plot = []