# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fs-set-times" version = "0.20.2" authors = ["Dan Gohman "] build = false exclude = ["/.github"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Set filesystem timestamps" documentation = "https://docs.rs/fs-set-times" readme = "README.md" keywords = [ "api", "file", ] categories = ["filesystem"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/fs-set-times" [lib] name = "fs_set_times" path = "src/lib.rs" [dependencies.io-lifetimes] version = "2.0.0" default-features = false [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0" features = [ "fs", "time", ] [target."cfg(windows)".dependencies.windows-sys] version = ">=0.52, <=0.59" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]