[package]
name = "time"
version = "0.1.23"
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"
rustc-serialize = { version = "0.3", optional = true }
[build-dependencies]
gcc = "0.3"
[dev-dependencies]
log = "0.2"
[features]
std-duration = []