mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
30 lines
771 B
TOML
30 lines
771 B
TOML
[package]
|
|
name = "tlsn-deap"
|
|
version = "0.1.0-alpha.13"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
mpz-core = { workspace = true }
|
|
mpz-common = { workspace = true }
|
|
mpz-vm-core = { workspace = true }
|
|
rangeset = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serio = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
futures = { workspace = true }
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
|
|
[dev-dependencies]
|
|
mpz-circuits = { workspace = true }
|
|
mpz-garble = { workspace = true }
|
|
mpz-ot = { workspace = true }
|
|
mpz-zk = { workspace = true }
|
|
|
|
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
|
|
rand = { workspace = true }
|
|
rand06-compat = { workspace = true }
|