p2ps 1.0.0

Easy to implement TLS security for p2p connections
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 = "p2ps"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy to implement TLS security for p2p connections"
readme = "README.md"
keywords = [
    "p2p",
    "secure",
    "network",
    "tcp",
]
license = "MIT"
repository = "https://github.com/Bicheka/p2ps"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.hex]
version = "0.4.3"

[dependencies.rcgen]
version = "0.14.7"

[dependencies.rustls]
version = "0.23.37"
features = ["ring"]

[dependencies.sha2]
version = "0.10.9"

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

[dependencies.tokio-rustls]
version = "0.26.4"