Cargo Features

tea-time has no features set by default.

[dependencies]
tea-time = { version = "0.4.4", features = ["serde", "polars", "polars-lazy"] }
serde = serde_with

Enables serde, serde of chrono

Affects timedelta::TimeDelta

polars polars-lazy?

Enables polars of tea-deps

polars-lazy = polars

Enables polars-lazy of tea-deps

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.

serde_with serde?