Cargo Features

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

The time feature is set by default whenever tea-dtype is added without default-features = false somewhere in the dependency tree.

time default = tea-time

Enables time of tea-deps

serde

Enables serde of optional tea-time

polars polars-lazy?

Enables polars of tea-deps and optional tea-time

polars-lazy = polars

Enables polars-lazy of tea-deps and optional tea-time

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.

tea-time time