[dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Platform-agnostic accessors of timestamps in File metadata\n"
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.15"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.2.9"
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "minwindef", "winbase"]
version = "0.3"