# 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" name = "mpc-ristretto" version = "0.1.0" authors = ["Joey Kraut "] description = "A library for performing secure multiparty computation using the Ristretto group." homepage = "https://renegade.fi" readme = "README.md" keywords = [ "mpc", "crypto", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/renegade-fi/mpc-ristretto" [lib] name = "mpc_ristretto" path = "src/lib.rs" [[test]] name = "integration" path = "integration/main.rs" harness = false [dependencies.async-std] version = "1.12" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.2" [dependencies.clear_on_drop] version = "0.2" [dependencies.curve25519-dalek] version = "2" [dependencies.digest] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.quinn] version = "0.9" features = [ "tls-rustls", "native-certs", ] [dependencies.rand_core] version = "0.5.1" [dependencies.rcgen] version = "0.9" [dependencies.rustls] version = "0.20" features = ["dangerous_configuration"] [dependencies.sha3] version = "0.8" [dependencies.subtle] version = "2.4.1" [dependencies.tokio] version = "1.12" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.typenum] version = "1.15" [dependencies.zeroize] version = "1.3" [dev-dependencies.clap] version = "3.2.8" features = ["derive"] [dev-dependencies.colored] version = "2" [dev-dependencies.dns-lookup] version = "1.0" [dev-dependencies.inventory] version = "0.3" [dev-dependencies.rand] version = "0.8"