[package] name = "scoped_threadpool" version = "0.1.9" authors = ["Marvin Löbel "] license = "MIT" description = "A library for scoped and cached threadpools." readme = "README.md" documentation = "http://kimundi.github.io/scoped-threadpool-rs/scoped_threadpool/index.html" repository = "https://github.com/Kimundi/scoped-threadpool-rs" keywords = ["thread", "scoped", "pool", "cached", "threadpool"] [dev-dependencies] lazy_static = "1.0" [features] nightly = []