eggress-embed 1.0.3

Stable Rust embed API for eggress proxy
# 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-embed"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable Rust embed API for eggress proxy"
readme = "README.md"
keywords = [
    "proxy",
    "embed",
    "api",
    "library",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

[features]
common = ["eggress-runtime/common"]
default = ["full"]
extended = ["eggress-runtime/extended"]
full = [
    "common",
    "extended",
    "operations",
    "reverse",
    "pproxy-compat",
    "pproxy-legacy",
]
legacy-crypto = ["eggress-runtime/legacy-crypto"]
operations = ["eggress-runtime/operations"]
pproxy-compat = ["dep:eggress-pproxy-compat"]
pproxy-legacy = ["eggress-runtime/pproxy-legacy"]
quic = [
    "eggress-config/quic",
    "eggress-runtime/quic",
]
reverse = ["eggress-runtime/reverse"]
ssh = [
    "eggress-runtime/ssh",
    "eggress-pproxy-compat/ssh",
]

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

[[test]]
name = "error_redaction"
path = "tests/error_redaction.rs"

[[test]]
name = "metrics_status"
path = "tests/metrics_status.rs"

[[test]]
name = "proxy_traffic"
path = "tests/proxy_traffic.rs"

[[test]]
name = "reload"
path = "tests/reload.rs"

[[test]]
name = "start_stop"
path = "tests/start_stop.rs"

[dependencies.eggress-config]
version = "=1.0.3"

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

[dependencies.eggress-metrics]
version = "=1.0.3"
default-features = false

[dependencies.eggress-pproxy-compat]
version = "=1.0.3"
optional = true

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

[dependencies.eggress-runtime]
version = "=1.0.3"
default-features = false

[dependencies.eggress-server]
version = "=1.0.3"
default-features = false

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

[dependencies.tempfile]
version = "3"

[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.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio-test]
version = "0.4"

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

[lints.rust]
unsafe_code = "deny"