philiprehberger-task-queue 0.2.2

In-process thread-based task queue with priority and concurrency control
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.70"
name = "philiprehberger-task-queue"
version = "0.2.2"
authors = ["Philip Rehberger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-process thread-based task queue with priority and concurrency control"
documentation = "https://docs.rs/philiprehberger-task-queue"
readme = "README.md"
keywords = [
    "task",
    "queue",
    "thread",
    "job",
    "background",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/philiprehberger/rs-task-queue"

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