[package] name = "cap-time-ext" version = "3.4.1" description = "Extension traits for `SystemClock` and `MonotonicClock`" authors = [ "Dan Gohman ", "Jakub Konka ", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" keywords = ["time"] categories = ["date-and-time"] repository = "https://github.com/bytecodealliance/cap-std" edition = "2021" [dependencies] ambient-authority = "0.0.2" cap-primitives = { path = "../cap-primitives", version = "^3.4.1" } cap-std = { path = "../cap-std", optional = true, version = "^3.4.1" } iana-time-zone = "0.1.57" [target.'cfg(not(windows))'.dependencies] rustix = { version = "0.38.0", features = ["time"] } [target.'cfg(windows)'.dependencies] once_cell = "1.5.2" winx = "0.36.0"