Cargo Features

time-util has no features set by default.

[dependencies]
time-util = { version = "0.3.4", features = ["math", "chrono", "chrono-tz", "serde"] }
math = math-util

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

chrono-tz implicit feature

Enables chrono-tz ^0.5.3

chrono-tz:

TimeZone implementations for chrono from the IANA database

Affects serde::system_time_from_millis_in_new_york, serde::system_time_to_millis_in_new_york

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

math-util math?