corevpn-protocol 0.2.0

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

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

[[bench]]
name = "protocol_benchmarks"
path = "benches/protocol_benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.rustls]
version = "0.23"

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

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

[dependencies.socket2]
version = "0.5"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"

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