smartpool 0.3.2

A very customizable, future-aware threadpool.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "smartpool"
version = "0.3.2"
authors = ["Phoenix <kahlo.phoenix@gmail.com>"]
description = "A very customizable, future-aware threadpool."
readme = "README.md"
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/gretchenfrage/smartpool"
[dependencies.atom]
version = "0.3.5"

[dependencies.atomic]
version = "0.4.1"

[dependencies.atomicmonitor]
version = "0.1.2"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = "0.4.6"

[dependencies.monitor]
version = "0.1.0"

[dependencies.smallqueue]
version = "0.1.0"

[dependencies.stopwatch]
version = "0.0.7"

[dependencies.through]
version = "0.1.0"

[dependencies.time]
version = "0.1"
[dev-dependencies.pretty_env_logger]
version = "0.2.5"

[dev-dependencies.rand]
version = "0.5.5"