actix-utils 3.0.2

Various utilities used in the Actix ecosystem
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.88"
name = "actix-utils"
version = "3.0.2"
authors = [
    "Nikolay Kim <fafhrd91@gmail.com>",
    "Rob Ede <robjtede@icloud.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Various utilities used in the Actix ecosystem"
readme = false
keywords = [
    "network",
    "framework",
    "async",
    "futures",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/actix/actix-net"

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

[dependencies.local-waker]
version = "0.1"

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

[dev-dependencies.actix-rt]
version = "2"

[dev-dependencies.futures-util]
version = "0.3.17"
default-features = false

[dev-dependencies.static_assertions]
version = "1.1"

[lints.clippy]
disallowed_names = "warn"
uninlined_format_args = "warn"

[lints.rust]
future_incompatible = "deny"
nonstandard_style = "deny"
rust_2018_idioms = "deny"

[lints.rust.missing_docs]
level = "warn"
priority = -1