pingora-load-balancing 0.9.0

Common load balancing features for Pingora 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"
name = "pingora-load-balancing"
version = "0.9.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Common load balancing features for Pingora proxy.
"""
readme = false
keywords = [
    "proxy",
    "pingora",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/pingora"

[features]
any_tls = []
boringssl = [
    "pingora-core/boringssl",
    "openssl_derived",
]
default = []
openssl = [
    "pingora-core/openssl",
    "openssl_derived",
]
openssl_derived = ["any_tls"]
rustls = [
    "pingora-core/rustls",
    "any_tls",
]
s2n = [
    "pingora-core/s2n",
    "any_tls",
]
v2 = ["pingora-ketama/v2"]

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

[dependencies.arc-swap]
version = "1"

[dependencies.async-trait]
version = "0.1.42"

[dependencies.derivative]
version = "2.2.0"

[dependencies.fnv]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.pingora-core]
version = "0.9.0"
default-features = false

[dependencies.pingora-error]
version = "0.9.0"

[dependencies.pingora-http]
version = "0.9.0"

[dependencies.pingora-ketama]
version = "0.9.0"

[dependencies.pingora-runtime]
version = "0.9.0"

[dependencies.rand]
version = "0.8"

[dependencies.tokio]
version = "1"

[dev-dependencies]