Sha256: 13a23eb54c1abecebce82b623d15e19715931854d5df233418ec7cb0a6f64aa4
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
# 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 = "2018" name = "fs-set-times" version = "0.18.0" authors = ["Dan Gohman <dev@sunfishcode.online>"] exclude = ["/.github"] 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" [dependencies.io-lifetimes] version = "1.0.0" default-features = false [target."cfg(not(windows))".dependencies.rustix] version = "0.36.0" features = [ "fs", "time", ] [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]
Version data entries
3 entries across 3 versions & 1 rubygems