Cargo Features
tea-deps has no features set by default.
[dependencies]
tea-deps = { version = "0.4.4", features = ["ndarray", "polars", "polars-lazy", "polars-struct", "time"] }
- ndarray
-
Enables ndarray
- polars polars-lazy? polars-struct?
-
Enables polars >=0.37, <0.44
- polars-lazy = polars
-
Enables lazy of polars >=0.37, <0.44
- polars-struct = polars
-
Enables dtype-struct of polars >=0.37, <0.44
- time
-
Enables chrono, dtype-datetime, dtype-duration and temporal of optional polars >=0.37, <0.44
tea-deps has 5 features without comments.