coarsetime 0.1.34

Time and duration crate optimized for speed
Documentation
[[bench]]
harness = false
name = "benchmark"
[badges.appveyor]
repository = "jedisct1/rust-coarsetime"
[dev-dependencies.benchmark-simple]
version = "0.1.9"

[features]
wasi-abi2 = ["dep:wasi-abi2"]

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["concurrency", "date-and-time", "os"]
description = "Time and duration crate optimized for speed"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-coarsetime"
keywords = ["time", "date", "duration"]
license = "ISC"
name = "coarsetime"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-coarsetime"
version = "0.1.34"
[profile.bench]
codegen-units = 1

[profile.release]
codegen-units = 1
incremental = false
lto = true
opt-level = 3
panic = "abort"
[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(any(target_os = \"wasix\", target_os = \"wasi\"))".dependencies.wasix]
version = "0.12"
[target."cfg(not(any(target_os = \"wasix\", target_os = \"wasi\")))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"wasi\")".dependencies.wasi-abi2]
optional = true
package = "wasi"
version = "0.12.0"