utime 0.3.2

A missing utime function for Rust.
Documentation
[badges.maintenance]
status = "passively-maintained"

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

[package]
authors = ["Hyeon Kim <simnalamburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
A missing utime function for Rust.
"""
documentation = "https://docs.rs/utime/"
edition = "2018"
homepage = "https://github.com/simnalamburt/utime"
keywords = ["utime", "mtime"]
license = "Apache-2.0 OR MIT"
name = "utime"
readme = "README.md"
repository = "https://github.com/simnalamburt/utime"
version = "0.3.2"

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

[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "minwindef", "winbase"]
version = "0.3"

[[test]]
name = "utime"
path = "tests/utime.rs"