hydra-sync 1.0.0-beta.5

Light-weight zero-copy E2E Single Producer Multiple Consumer network cluster library.
Documentation
# 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 = "2024"
name = "hydra-sync"
version = "1.0.0-beta.5"
authors = ["ronakgh {ronakgh97@gmail.com}"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light-weight zero-copy E2E Single Producer Multiple Consumer network cluster library."
readme = "README.md"
keywords = [
    "relay",
    "network",
    "cluster",
    "spmc",
    "zero-copy",
]
categories = [
    "network-programming",
    "security",
    "asynchronous",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/ronakgh97/hydra-sync"

[lib]
name = "hydra_sync"
path = "src/lib.rs"

[[example]]
name = "balancer"
path = "examples/balancer.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "node"
path = "examples/node.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.aes-gcm]
version = "0.11.0-rc.4"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.colored]
version = "3.1.1"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.10.1"

[dependencies.sha3]
version = "0.12.0"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.x25519-dalek]
version = "3.0.0-rc.0"