saorsa-coordinator 0.5.64

Coordinator/bootstrap node binary for Saorsa Gossip network
# 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 = "saorsa-coordinator"
version = "0.5.64"
authors = ["David Irvine <david@saorsalabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coordinator/bootstrap node binary for Saorsa Gossip network"
readme = false
keywords = [
    "gossip",
    "p2p",
    "post-quantum",
    "networking",
    "coordinator",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/saorsa-labs/saorsa-gossip"

[[bin]]
name = "saorsa-gossip-coordinator"
path = "src/main.rs"

[dependencies.ant-quic]
version = "0.27.26"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.5"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.saorsa-gossip-coordinator]
version = "0.5.64"

[dependencies.saorsa-gossip-identity]
version = "0.5.64"

[dependencies.saorsa-gossip-membership]
version = "0.5.64"

[dependencies.saorsa-gossip-pubsub]
version = "0.5.64"

[dependencies.saorsa-gossip-transport]
version = "0.5.64"

[dependencies.saorsa-gossip-types]
version = "0.5.64"

[dependencies.saorsa-pqc]
version = "0.5"

[dependencies.self_update]
version = "0.41"
features = [
    "archive-tar",
    "compression-flate2",
]

[dependencies.shellexpand]
version = "3.1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "fs",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]