[package]
name = "jlizard-simple-threadpool"
version = "0.2.1"
edition = "2024"
authors = ["The Rust Foundation", "Salem B. <jurassic.lizard@protonmail.com>"]
description = "A simple, lightweight threadpool implementation"
license = "Unlicense"
repository = "https://gitlab.com/JurassicLizard/jlizard-simple-threadpool"
homepage = "https://gitlab.com/JurassicLizard/jlizard-simple-threadpool"
documentation = "https://docs.rs/jlizard-simple-threadpool"
keywords = ["threadpool", "concurrency", "threading", "parallel", "workers"]
categories = ["concurrency", "asynchronous"]
rust-version = "1.85.1"
readme = "README.md"
[dependencies]
log = { version = "0.4.29", optional = true }
[features]
log = ["dep:log"]