Cargo Features

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

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

std default

Enables flate2, std of starknet-crypto and starknet-ff

no_unknown_fields

starknet-core has 3 features without comments.