eggress-server 1.0.4

Connection handling and server orchestration for eggress
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.85"
name = "eggress-server"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Connection handling and server orchestration for eggress"
readme = "README.md"
keywords = [
    "proxy",
    "server",
    "listener",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

[features]
common = []
default = ["full"]
extended = [
    "dep:eggress-protocol-shadowsocks",
    "dep:eggress-protocol-trojan",
    "dep:eggress-protocol-websocket",
    "eggress-udp/shadowsocks",
]
full = ["extended"]
insecure-quic = ["eggress-transport-quic/insecure-quic"]
insecure-tls = ["eggress-transport-tls/insecure-tls"]
legacy-crypto = [
    "extended",
    "eggress-protocol-shadowsocks/legacy-crypto",
]
pproxy-legacy = [
    "extended",
    "eggress-protocol-shadowsocks/pproxy-legacy",
]
quic = [
    "dep:eggress-transport-quic",
    "dep:eggress-protocol-h3",
]
ssh = ["dep:eggress-transport-ssh"]

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.eggress-core]
version = "=1.0.4"

[dependencies.eggress-protocol-h3]
version = "=1.0.4"
optional = true
default-features = false

[dependencies.eggress-protocol-http]
version = "=1.0.4"

[dependencies.eggress-protocol-shadowsocks]
version = "=1.0.4"
optional = true

[dependencies.eggress-protocol-socks]
version = "=1.0.4"

[dependencies.eggress-protocol-trojan]
version = "=1.0.4"
optional = true

[dependencies.eggress-protocol-websocket]
version = "=1.0.4"
optional = true

[dependencies.eggress-routing]
version = "=1.0.4"

[dependencies.eggress-transport-quic]
version = "=1.0.4"
optional = true
default-features = false

[dependencies.eggress-transport-ssh]
version = "=1.0.4"
optional = true

[dependencies.eggress-transport-tls]
version = "=1.0.4"

[dependencies.eggress-udp]
version = "=1.0.4"
default-features = false

[dependencies.eggress-uri]
version = "=1.0.4"

[dependencies.h2]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
version = "1"

[dev-dependencies.eggress-testkit]
version = "=1.0.4"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "test-util",
]

[dev-dependencies.tokio-tungstenite]
version = "0.26"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"