coarsetime 0.1.6

Time and duration crate optimized for speed
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "coarsetime"
version = "0.1.6"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "Time and duration crate optimized for speed"
homepage = "https://github.com/jedisct1/rust-coarsetime"
readme = "README.md"
keywords = ["time", "date", "duration"]
categories = ["concurrency", "date-and-time", "os"]
license = "ISC"
repository = "https://github.com/jedisct1/rust-coarsetime"
[profile.release]
opt-level = 3
lto = true
panic = "abort"
[dependencies.clippy]
version = ">=0"
optional = true

[dependencies.lazy_static]
version = "~0"

[dependencies.libc]
version = "~0.2"

[features]
nightly = ["lazy_static/nightly"]
sierra = []
[badges.appveyor]
repository = "jedisct1/rust-coarsetime"

[badges.travis-ci]
repository = "jedisct1/rust-coarsetime"