atm0s-reverse-proxy-protocol-ed25519 0.1.5

Protocol implement with Ed25519 for atm0s-reverse proxy cluster
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "atm0s-reverse-proxy-protocol-ed25519"
version = "0.1.5"
edition = "2021"
description = "Protocol implement with Ed25519 for atm0s-reverse proxy cluster"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
protocol = { workspace = true }
bincode = { workspace = true }
ed25519-dalek = { workspace = true, features = ["rand_core", "serde", "pkcs8", "pem"] }
rand = { workspace = true }
serde = { workspace = true, features = ["derive"] }
anyhow = { workspace = true }