quincy 1.3.0

QUIC-based VPN - Core library
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"
version = "1.3.0"
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 - Core library"
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 = []
jemalloc = ["jemallocator"]
offload = []

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

[dependencies.async-trait]
version = "^0.1.77"

[dependencies.bytes]
version = "^1.11"

[dependencies.dashmap]
version = "^6"

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

[dependencies.futures]
version = "^0.3.17"

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

[dependencies.nu-ansi-term]
version = "^0.50.0"

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

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

[dependencies.rustls-pemfile]
version = "^2.0"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.socket2]
version = "^0.6.0"
features = ["all"]

[dependencies.thiserror]
version = "^2.0"

[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"]

[dependencies.tracing-subscriber]
version = "^0.3.20"
features = [
    "env-filter",
    "ansi",
]

[dependencies.tun-rs]
version = "=2.7.3"
features = ["async_tokio"]

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.jemallocator]
version = "0.5"
optional = true

[target."cfg(windows)".dependencies.wintun-bindings]
version = "0.7.31"
features = ["verify_binary_signature"]