fs-set-times 0.5.0

Set filesystem timestamps
Documentation
[package]
name = "fs-set-times"
version = "0.5.0"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
description = "Set filesystem timestamps"
documentation = "https://docs.rs/fs-set-times"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/bytecodealliance/fs-set-times"
edition = "2018"
keywords = ["api", "file"]
categories = ["filesystem"]
exclude = ["/.github"]

[dependencies]
io-lifetimes = "0.2.0"

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

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winerror"] }

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