Cargo Features
paft-market has no features set by default.
[dependencies]
paft-market = { version = "0.7.1", features = ["bigdecimal", "dataframe", "tracing"] }
- bigdecimal
-
rust-decimal feature removed; rust_decimal backend is implied by default
Enables bigdecimal of paft-money
- dataframe = df-derive, polars
-
Enables dataframe of paft-domain, paft-money, and paft-utils
- 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