cap-time-ext 0.4.0

Extension traits for `SystemClock` and `MonotonicClock`
Documentation
[package]
name = "cap-time-ext"
version = "0.4.0"
description = "Extension traits for `SystemClock` and `MonotonicClock`"
authors = [
    "Dan Gohman <dev@sunfishcode.online>",
    "Jakub Konka <kubkon@jakubkonka.com>",
]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["time"]
categories = ["date-and-time"]
repository = "https://github.com/sunfishcode/cap-std"
edition = "2018"
readme = "README.md"

[dependencies]
cap-primitives = { path = "../cap-primitives", version = "^0.4.0"}
cap-std = { path = "../cap-std", optional = true, version = "^0.4.0"}

[target.'cfg(not(windows))'.dependencies]
posish = "0.3.0"

[target.'cfg(windows)'.dependencies]
lazy_static = "1.4.0"
winx = "0.20.0"

[badges]
maintenance = { status = "actively-developed" }