[dependencies.cfg-if]
version = "0.1"
[dev-dependencies.tempdir]
version = "0.3"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Platform-agnostic accessors of timestamps in File metadata\n"
documentation = "https://docs.rs/filetime"
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.3"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"