scheduled-thread-pool 0.2.7

A scheduled thread pool
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 = "2018"
name = "scheduled-thread-pool"
version = "0.2.7"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "A scheduled thread pool"
readme = "README.md"
keywords = [
    "threadpool",
    "pool",
]
categories = ["concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/scheduled-thread-pool"

[dependencies.parking_lot]
version = "0.12"