Cargo Features

[dependencies]
bigdecimal = { version = "0.4.3", default-features = false, features = ["std", "string-only", "serde"] }
default = std

The std feature is set by default whenever bigdecimal is added without default-features = false somewhere in the dependency tree.

std default

Enables std of num-bigint, num-integer, and num-traits

string-only

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects bigdecimal::impl_serde