corevpn-protocol 0.1.0

OpenVPN-compatible protocol implementation for CoreVPN
Documentation
[[bench]]
harness = false
name = "protocol_benchmarks"
path = "benches/protocol_benchmarks.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.corevpn-core]
version = "0.1.0"

[dependencies.corevpn-crypto]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.socket2]
version = "0.5"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"

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

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

[package]
authors = ["Pegasus Heavy Industries <opensource@pegasusheavy.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "cryptography"]
description = "OpenVPN-compatible protocol implementation for CoreVPN"
edition = "2024"
homepage = "https://pegasusheavy.github.io/corevpn/"
keywords = ["openvpn", "protocol", "vpn", "networking", "tls"]
license = "MIT OR Apache-2.0"
name = "corevpn-protocol"
readme = "README.md"
repository = "https://github.com/pegasusheavy/corevpn"
rust-version = "1.85"
version = "0.1.0"