1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "tokio-timer"
15version = "0.2.13"
16authors = ["Carl Lerche <me@carllerche.com>"]
17description = "Timer facilities for Tokio\n"
18homepage = "https://github.com/tokio-rs/tokio"
19documentation = "https://docs.rs/tokio-timer/0.2.13/tokio_timer"
20readme = "README.md"
21license = "MIT"
22repository = "https://github.com/tokio-rs/tokio"
23[dependencies.crossbeam-utils]
24version = "0.7.0"
25
26[dependencies.futures]
27version = "0.1.19"
28
29[dependencies.slab]
30version = "0.4.1"
31
32[dependencies.tokio-executor]
33version = "0.1.1"
34[dev-dependencies.rand]
35version = "0.7"
36
37[dev-dependencies.tokio]
38version = "0.1.7"
39
40[dev-dependencies.tokio-mock-task]
41version = "0.1.0"
42