quincy-server 2.0.1

QUIC-based VPN - Server binaries
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 = "2021"
rust-version = "1.80"
name = "quincy-server"
version = "2.0.1"
authors = ["Jakub KubĂ­k <jakub.kubik.it@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QUIC-based VPN - Server binaries"
homepage = "https://github.com/quincy-rs/quincy"
readme = "README.md"
keywords = [
    "vpn",
    "quic",
    "tunnel",
    "networking",
    "tokio",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/quincy-rs/quincy"

[features]
default = [
    "offload",
    "jemalloc",
]
jemalloc = ["quincy/jemalloc"]
metrics = [
    "dep:metrics",
    "dep:metrics-exporter-prometheus",
    "dep:metrics-util",
]
offload = ["quincy/offload"]

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

[[bin]]
name = "quincy-server"
path = "src/main.rs"

[dependencies.bytes]
version = "^1.11"

[dependencies.clap]
version = "^4.1"
features = ["derive"]

[dependencies.dashmap]
version = "^6"

[dependencies.figment]
version = "^0.10.8"
features = [
    "toml",
    "env",
]

[dependencies.futures]
version = "^0.3.17"

[dependencies.governor]
version = "^0.10"

[dependencies.ipnet]
version = "^2.7"
features = ["serde"]

[dependencies.metrics]
version = "^0.24"
optional = true

[dependencies.metrics-exporter-prometheus]
version = "^0.16"
optional = true

[dependencies.metrics-util]
version = "^0.19"
optional = true

[dependencies.quincy]
version = "2.0.1"

[dependencies.quinn]
version = "^0.11.8"
features = [
    "log",
    "platform-verifier",
    "runtime-tokio",
    "rustls-aws-lc-rs",
]
default-features = false

[dependencies.reishi-quinn]
version = "^0.2.0"
features = ["pq"]

[dependencies.rustls]
version = "^0.23.18"
features = ["aws-lc-rs"]
default-features = false

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.tokio]
version = "^1.44.2"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-util",
    "net",
    "signal",
]

[dependencies.tracing]
version = "^0.1.37"
features = ["release_max_level_info"]