# 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-manager" version = "0.1.1" authors = ["aon <21188659+aon@users.noreply.github.com>"] description = "A WebSocket Manager that facilitates secure communication between parties for multi party computation applications." homepage = "https://github.com/CoinFabrik" documentation = "https://docs.rs/mpc-manager" readme = "README.md" keywords = [ "mpc", "websocket", "multi", "party", "computation", ] categories = [ "cryptography", "network-programming", "security", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/CoinFabrik/mpc-manager" [lib] path = "src/lib.rs" [[bin]] name = "mpc-manager" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.6.2" features = ["ws"] optional = true [dependencies.config] version = "0.13" optional = true [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.json-rpc2] version = "0.11" features = ["async"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "3" optional = true [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.tower] version = "0.4" features = ["util"] optional = true [dependencies.tower-http] version = "0.3" features = ["trace"] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-bunyan-formatter] version = "0.3" optional = true [dependencies.tracing-log] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ] optional = true [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [dev-dependencies.once_cell] version = "1" [features] default = [] server = [ "axum", "config", "dotenv", "futures-util", "json-rpc2", "serde-aux", "tokio", "tokio-stream", "tower", "tower-http", "tracing", "tracing-bunyan-formatter", "tracing-log", "tracing-subscriber", ]