[badges.maintenance]
status = "actively-developed"
[dependencies.cap-primitives]
version = "^0.13.0"
[dependencies.cap-std]
optional = true
version = "^0.13.0"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["date-and-time"]
description = "Extension traits for `SystemClock` and `MonotonicClock`"
edition = "2018"
keywords = ["time"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-time-ext"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.13.0"
[target."cfg(not(windows))".dependencies.posish]
version = "0.5.2"
[target."cfg(windows)".dependencies.once_cell]
version = "1.5.2"
[target."cfg(windows)".dependencies.winx]
version = "0.22.0"