Cargo Features

paft-aggregates has no features set by default.

[dependencies]
paft-aggregates = { version = "0.7.1", features = ["bigdecimal", "panicking-money-ops", "dataframe"] }
bigdecimal

rust-decimal feature removed; rust_decimal backend is implied by default

Enables bigdecimal of paft-market and paft-money

panicking-money-ops

Optional: expose panicking money ops for tests/consumers

Enables panicking-money-ops of paft-money

dataframe = df-derive, paft-utils, polars

Placeholder for facade forwarding; this crate has no dataframe code

Enables dataframe of paft-domain, paft-fundamentals, paft-market, paft-money, and paft-utils

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.

paft-utils dataframe?
polars dataframe?

Enables polars ^0.51

df-derive dataframe?

Enables df-derive ^0.1.1