Cargo Features

paft-money has no features set by default.

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

Enables bigdecimal, num-bigint, and num-traits

Affects currency_utils::MAX_DECIMAL_PRECISION

dataframe = df-derive, polars

Enables dataframe of paft-utils

money-formatting

Affects locale::LocalFormat, money::LocalizedMoney

panicking-money-ops
tracing

Enables tracing

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.

df-derive dataframe?

Enables df-derive ^0.1.1

polars dataframe?

Enables polars ^0.51