[dependencies.io-lifetimes]
default-features = false
version = "1.0.0"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["filesystem"]
description = "Set filesystem timestamps"
documentation = "https://docs.rs/fs-set-times"
edition = "2018"
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.19.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.48.0"