operation-queue 1.0.0

Helpers for synchronizing asynchronous protocol operations.
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 = "operation-queue"
version = "1.0.0"
authors = ["The Thunderbird Project Developers"]
build = false
exclude = [
    ".github",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for synchronizing asynchronous protocol operations."
readme = "README.md"
keywords = [
    "operation",
    "queue",
    "async",
    "synchronization",
]
categories = ["asynchronous"]
license = "MPL-2.0"
repository = "https://github.com/thunderbird/operation-queue-rs"

[package.metadata.docs.rs]
all-features = true

[features]
line_token = []

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

[dependencies.async-channel]
version = "2.5.0"

[dependencies.futures]
version = "0.3.28"

[dependencies.log]
version = "0.4.21"

[dependencies.oneshot]
version = "0.1.11"

[dependencies.thiserror]
version = "1.0.56"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt",
    "time",
]