pingora-timeout 0.7.0

Highly efficient async timer and timeout system for Tokio runtimes.
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-timeout"
version = "0.7.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Highly efficient async timer and timeout system for Tokio runtimes.
"""
readme = false
keywords = [
    "async",
    "non-blocking",
    "pingora",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/pingora"

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.thread_local]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt-multi-thread",
    "macros",
    "sync",
]

[dev-dependencies.bencher]
version = "0.1.5"