local_async_utils 0.2.12

Utilities for single-threaded async programming
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 = "2024"
name = "local_async_utils"
version = "0.2.12"
authors = ["Mikhail Vasilyev <mikail.vasilyev@gmail.com>"]
build = false
exclude = ["/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for single-threaded async programming"
readme = "README.md"
categories = [
    "asynchronous",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/DanglingPointer/local_async_utils"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
tokio = ["dep:tokio"]

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1.50"
features = ["time"]
optional = true

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

[dev-dependencies.tokio]
version = "1.50"
features = [
    "time",
    "io-util",
]

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

[profile.dev]
opt-level = 3