[package] name = "wild_thread_pool" version = "0.4.0" license = "MIT/Apache-2.0" authors = ["Bob "] keywords = ["threadpool"] description = "wild thread pool" homepage = "https://github.com/nottxy/wild_thread_pool" repository = "https://github.com/nottxy/wild_thread_pool" documentation = "https://docs.rs/wild_thread_pool" [dependencies] log = "0.3" thread_tryjoin = "0.2" [dev-dependencies] env_logger = "0.3" closer = "0.1"