[badges.maintenance]
status = "actively-developed"
[dependencies.io-lifetimes]
default-features = false
version = "0.3.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"
repository = "https://github.com/bytecodealliance/fs-set-times"
version = "0.12.0"
[target."cfg(not(windows))".dependencies.rsix]
version = "0.23.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror"]
version = "0.3.9"