micropool 0.2.3

Low-latency thread pool with parallel iterators
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 = "micropool"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Low-latency thread pool with parallel iterators
"""
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DouglasDwyer/micropool"

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

[[bench]]
name = "criterion"
path = "benches/criterion.rs"
harness = false

[dependencies.paralight]
version = "0.0.10"
default-features = false

[dependencies.smallvec]
version = "1.15.1"
default-features = false

[dependencies.spin]
version = "0.10.0"
features = [
    "once",
    "rwlock",
    "spin_mutex",
]
default-features = false

[dependencies.takecell]
version = "0.1.1"
default-features = false

[dependencies.wait_on_address]
version = "0.1.3"
default-features = false

[dev-dependencies.criterion]
version = "0.7.0"
default-features = false