intentra 0.1.2

High-performance multi-peer UDP transport protocol with cryptographic authentication and DoS protection
Documentation
[dependencies.aes-gcm]
version = "0.10"

[dependencies.bytes]
version = "1"

[dependencies.noise-protocol]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.x25519-dalek]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

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

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

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

[features]
default = []
metrics = []
unstable = []

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

[package]
authors = ["Archit"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "cryptography"]
description = "High-performance multi-peer UDP transport protocol with cryptographic authentication and DoS protection"
documentation = "https://docs.rs/intentra"
edition = "2021"
homepage = "https://github.com/ArchitSharma2357/intentra"
keywords = ["udp", "networking", "transport", "security", "cryptography"]
license = "MIT OR Apache-2.0"
name = "intentra"
readme = "README.md"
repository = "https://github.com/ArchitSharma2357/intentra"
version = "0.1.2"

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