fs-set-times 0.20.1

Set filesystem timestamps
Documentation
[dependencies.io-lifetimes]
default-features = false
version = "2.0.0"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["filesystem"]
description = "Set filesystem timestamps"
documentation = "https://docs.rs/fs-set-times"
edition = "2021"
exclude = ["/.github"]
keywords = ["api", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "fs-set-times"
readme = "README.md"
repository = "https://github.com/bytecodealliance/fs-set-times"
version = "0.20.1"
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs", "time"]
version = "0.38.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem"]
version = "0.52.0"