nt-time 0.4.0

A Windows file time library
Documentation
[dependencies.chrono]
default-features = false
optional = true
version = "0.4.24"

[dependencies.once_cell]
default-features = false
features = ["critical-section"]
optional = true
version = "1.17.1"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.160"

[dependencies.time]
default-features = false
features = ["macros"]
version = "0.3.20"
[dev-dependencies.anyhow]
version = "1.0.70"

[dev-dependencies.clap]
features = ["derive"]
version = "3.2.23"

[dev-dependencies.serde_json]
version = "1.0.96"

[dev-dependencies.serde_test]
version = "1.0.160"

[features]
chrono = ["dep:chrono", "dep:once_cell"]
default = ["std"]
large-dates = ["time/large-dates"]
serde-human-readable = ["serde", "time/serde-human-readable"]
std = ["dep:once_cell", "time/std", "chrono?/std"]

[package]
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
categories = ["date-and-time", "no-std"]
description = "A Windows file time library"
documentation = "https://docs.rs/nt-time"
edition = "2021"
exclude = ["/.bumpversion.cfg", "/.github", "/clippy.toml", "/examples", "/justfile", "/rustfmt.toml"]
keywords = ["date", "time", "windows"]
license = "Apache-2.0 OR MIT"
name = "nt-time"
readme = "README.md"
repository = "https://github.com/sorairolake/nt-time"
rust-version = "1.63.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]