time 0.1.13

Utilities for working with time-related functions in Rust.
[package]

name = "time"
version = "0.1.13"
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.rustc-serialize]
optional = true
version = "0.2"

[build-dependencies]
gcc = "0.1"

[dev-dependencies]
log = "0.1"