# 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 = "round-based" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for MPC protocols" readme = "README.md" keywords = [ "round-based", "mpc", "protocol", ] categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LFDT-Lockness/round-based" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "round_based" path = "src/lib.rs" [[test]] name = "derive" path = "tests/derive.rs" required-features = ["derive"] [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.futures-util] version = "0.3" features = ["sink"] default-features = false [dependencies.phantom-type] version = "0.3" default-features = false [dependencies.round-based-derive] version = "0.2" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.tokio-stream] version = "0.1" features = ["sync"] optional = true [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.futures] version = "0.3" default-features = false [dev-dependencies.matches] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.trybuild] version = "1" [features] default = ["std"] derive = ["round-based-derive"] dev = [ "std", "tokio/sync", "tokio-stream", ] runtime-tokio = ["tokio"] state-machine = [] std = ["thiserror"]