Cargo Features
[dependencies]
paft = { version = "0.7.1", default-features = false, features = ["full", "bigdecimal", "domain", "market", "fundamentals", "aggregates", "tracing", "dataframe", "panicking-money-ops", "money-formatting"] }
- default = domain, fundamentals, market
-
These default features are set whenever
paftis added withoutsomewhere in the dependency tree.default-features = false - full = aggregates, dataframe, domain, fundamentals, market
- bigdecimal
-
Enables bigdecimal of optional paft-aggregates, optional paft-fundamentals, optional paft-market, and paft-money
paft-aggregates:
rust-decimal feature removed; rust_decimal backend is implied by default
- domain default aggregates? full? fundamentals market
-
Enables paft-domain
Affects
paft::domain… - market default aggregates? full? = domain
-
Enables paft-market
Affects
paft::market… - fundamentals default aggregates? full? = domain
-
Enables paft-fundamentals
Affects
paft::fundamentals… - aggregates full? = domain, fundamentals, market
-
Enables paft-aggregates
Affects
paft::aggregates… - tracing
-
Enables tracing, tracing of paft-domain, paft-fundamentals, paft-market, and paft-money
- dataframe full?
-
Enables dataframe of optional paft-aggregates, optional paft-domain, optional paft-fundamentals, optional paft-market, paft-money, and paft-utils
paft-aggregates:
Placeholder for facade forwarding; this crate has no dataframe code
- panicking-money-ops
-
Enables panicking-money-ops of paft-money
- money-formatting
-
Enables money-formatting of paft-money