[dependencies.chrono]
version = "^0.4"
[package]
authors = ["David Teller <yoric@rajtel.name>"]
description = "A simple timer. Use it to schedule execution of closures after a delay or at a given timestamp."
documentation = "http://yoric.github.io/timer.rs/doc/timer/"
exclude = ["publish-doc.sh", ".gitignore", ".travis.yml"]
homepage = "https://github.com/Yoric/timer.rs"
keywords = ["timer", "alarm", "schedule", "chrono", "chronometer"]
license = "MPL-2.0"
name = "timer"
readme = "README.md"
version = "0.2.0"