filetime 0.2.25

Platform-agnostic accessors of timestamps in File metadata
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "filetime"
path = "src/lib.rs"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Platform-agnostic accessors of timestamps in File metadata
"""
documentation = "https://docs.rs/filetime"
edition = "2018"
homepage = "https://github.com/alexcrichton/filetime"
keywords = ["timestamp", "mtime"]
license = "MIT/Apache-2.0"
name = "filetime"
readme = "README.md"
repository = "https://github.com/alexcrichton/filetime"
version = "0.2.25"

[target.'cfg(target_os = "redox")'.dependencies.libredox]
version = "0.1.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.27"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem"]
version = "0.59.0"