pingora-pool 0.7.0

A connection pool system for connection reuse.
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-pool"
version = "0.7.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A connection pool system for connection reuse.
"""
readme = false
keywords = [
    "async",
    "pooling",
    "pingora",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/pingora"

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

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.16.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pingora-timeout]
version = "0.7.0"

[dependencies.thread_local]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "io-util",
]

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