blob: fd8149ccf698668bae36ecc5119d07dfdd814aad [file] [log] [blame]
# 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 = "tokio-timer"
version = "0.2.11"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Timer facilities for Tokio\n"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-timer/0.2.11/tokio_timer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.crossbeam-utils]
version = "0.6.0"
[dependencies.futures]
version = "0.1.19"
[dependencies.slab]
version = "0.4.1"
[dependencies.tokio-executor]
version = "0.1.1"
[dev-dependencies.rand]
version = "0.6"
[dev-dependencies.tokio]
version = "0.1.7"
[dev-dependencies.tokio-mock-task]
version = "0.1.0"