[package]
name = "time"
version = "0.1.14"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/time"
repository = "https://github.com/rust-lang/time"
documentation = "http://doc.rust-lang.org/time"
description = """
Utilities for working with time-related functions in Rust.
"""
[dependencies]
libc = "0.1"
[dependencies.rustc-serialize]
optional = true
version = "0.2"
[build-dependencies]
gcc = "0.1"
[dev-dependencies]
log = "0.1"