p2ps 1.0.0

Easy to implement TLS security for p2p connections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "p2ps"
version = "1.0.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Bicheka/p2ps"
description = "Easy to implement TLS security for p2p connections"
keywords = ["p2p", "secure", "network", "tcp"]
readme = "README.md"

[dependencies]
anyhow = "1.0.102"
hex = "0.4.3"
rcgen = "0.14.7"
rustls = {version = "0.23.37", features = ["ring"]}
sha2 = "0.10.9"
tokio = {version = "1.50.0", features = ["full"]}
tokio-rustls = "0.26.4"