filetime 0.2.28

Platform-agnostic accessors of timestamps in File metadata
Documentation
# 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 = "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)"]