Cargo Features

[dependencies]
starknet = { version = "0.10.0", default-features = false, features = ["bigdecimal", "no_unknown_fields"] }
default = bigdecimal

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

bigdecimal default

Enables bigdecimal of starknet-ff

no_unknown_fields

Enables no_unknown_fields of starknet-core and starknet-providers

Starknet has 3 features without comments.