garble_lang 0.6.1

Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits
Documentation
[[bin]]
name = "garble"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.32"

[dependencies.plotters]
optional = true
version = "0.3.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0.140"

[features]
bin = ["clap"]
plot = ["plotters"]

[lib]
name = "garble_lang"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compilers"]
description = "Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits"
edition = "2021"
keywords = ["programming-language", "secure-computation", "garbled-circuits", "circuit-description", "smpc"]
license = "MIT"
name = "garble_lang"
readme = "README.md"
repository = "https://github.com/sine-fdn/garble/"
rust-version = "1.60.0"
version = "0.6.1"

[[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 = "literal"
path = "tests/literal.rs"

[[test]]
name = "panic"
path = "tests/panic.rs"

[[test]]
name = "quickcheck"
path = "tests/quickcheck.rs"

[[test]]
name = "scan"
path = "tests/scan.rs"