nt-time 0.10.3

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

[dependencies.rand]
default-features = false
optional = true
version = "0.8.5"

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

[dependencies.time]
default-features = false
features = ["macros"]
version = "0.3.36"

[dev-dependencies.anyhow]
version = "1.0.93"

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

[dev-dependencies.proptest]
version = "1.5.0"

[dev-dependencies.proptest-derive]
version = "0.5.0"

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

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

[dev-dependencies.test-strategy]
version = "0.4.0"

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

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

[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_debug_implementations = "deny"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[package]
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time", "no-std"]
description = "A Windows file time library"
documentation = "https://docs.rs/nt-time"
edition = "2021"
include = ["/LICENSES", "/README.md", "/src"]
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.67.0"
version = "0.10.3"

[package.metadata.docs.rs]
all-features = true