eggress-core 1.0.2

Core types, traits, and infrastructure for eggress proxy
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-core"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, traits, and infrastructure for eggress proxy"
readme = "README.md"
keywords = [
    "proxy",
    "core",
    "network",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

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

[dependencies.bytes]
version = "1"

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

[dependencies.pin-project-lite]
version = "0.2"

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

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

[dependencies.socket2]
version = "0.5"
features = ["all"]

[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.trait-variant]
version = "0.1"

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

[lints.rust]
unsafe_code = "deny"