scheduled-executor 0.4.0

Single and multi-threaded task scheduler
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 = "scheduled-executor"
version = "0.4.0"
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
description = "Single and multi-threaded task scheduler"
readme = "README.md"
keywords = ["executor", "scheduler"]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/fede1024/rust-scheduled-executor"
[dependencies.futures-cpupool]
version = "^0.1.5"

[dependencies.log]
version = "^0.3.0"

[dependencies.futures]
version = "^0.1.14"

[dependencies.tokio-core]
version = "^0.1.6"
[dev-dependencies.rand]
version = "^0.3"