Sha256: a2dad3dadbe8f54158ffa2fabe514641fec8521e42aa6e535210f43115a7fcb5
Contents?: true
Size: 1.36 KB
Versions: 2
Compression:
Stored size: 1.36 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 = "2021" name = "fs-set-times" version = "0.20.2" authors = ["Dan Gohman <dev@sunfishcode.online>"] 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", ]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/fs-set-times-0.20.2/Cargo.toml |
wasmtime-28.0.0 | ./ext/cargo-vendor/fs-set-times-0.20.2/Cargo.toml |