Cargo Features

near-time has no features set by default.

[dependencies]
near-time = { version = "0.26.0", features = ["clock", "serde"] }
clock = once_cell, tokio

Affects near-time::clock

serde

Enables serde, serde of time

Affects near-time::serde

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.

once_cell clock?
tokio clock?