[package] name = "dynpool" version = "0.0.2" authors = ["Sam Sartor "] description = "A thread manager that is lightweight, flexible, and rescalable." documentation = "https://docs.rs/dynpool/" repository = "https://gitlab.com/samsartor/dynpool" readme = "README.md" keywords = ["threadpool", "threading", "thread", "pool"] categories = ["concurrency"] license = "MIT" [badges] gitlab = { repository = "samsartor/dynpool", branch = "master" } [dependencies] backoff = "0.1" [dev_dependencies] rand = "0.5" [features] instrument = [] [[example]] name = "smasher" required-features = ["instrument"] [[example]] name = "background" [[example]] name = "foreground" [[example]] name = "builtins"