# 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 = "filetime_creation" version = "0.2.0" authors = ["29 <791603901@qq.com>"] description = """ An enhanced version of filetime, which can set file creation time on Windows before Rust 1.75. """ homepage = "https://github.com/czy-29/filetime_creation" documentation = "https://docs.rs/filetime_creation" readme = "README.md" keywords = [ "timestamp", "filetime", "SetFileTime", "windows", "btime", ] categories = [ "date-and-time", "filesystem", "os::windows-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/czy-29/filetime_creation" [dependencies.cfg-if] version = "1.0.0" [dependencies.filetime] version = "0.2.23" [dev-dependencies.tempfile] version = "3" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]