[package]
edition = "2018"
rust-version = "1.75.0"
name = "filetime"
version = "0.2.28"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Platform-agnostic accessors of timestamps in File metadata
"""
homepage = "https://github.com/alexcrichton/filetime"
documentation = "https://docs.rs/filetime"
readme = "README.md"
keywords = [
"timestamp",
"mtime",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/filetime"
[lib]
name = "filetime"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3"
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(emulate_second_only_system)"]