[dependencies.cap-primitives]
version = "^1.0.15"
[dependencies.cap-std]
optional = true
version = "^1.0.15"
[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 = "1.0.15"
[target."cfg(not(windows))".dependencies.rustix]
features = ["time"]
version = "0.37.9"
[target."cfg(windows)".dependencies.once_cell]
version = "1.5.2"
[target."cfg(windows)".dependencies.winx]
version = "0.35.0"