fs-set-times 0.20.2

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

[lib]
name = "fs_set_times"
path = "src/lib.rs"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.2"

[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.59"