[badges.appveyor]
repository = "jedisct1/rust-coarsetime"
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dev-dependencies.benchmark-simple]
version = "0.1.10"
[features]
wasi-abi2 = ["dep:wasi-abi2"]
[lib]
name = "coarsetime"
path = "src/lib.rs"
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.36"
[profile.bench]
codegen-units = 1
[profile.dev]
overflow-checks = true
[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.14.2"