Cargo Features
[dependencies]
starknet-core = { version = "0.12.0", default-features = false, features = ["std", "no_unknown_fields"] }
- default = std
-
The
std
feature is set by default wheneverstarknet-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables flate2, std of starknet-crypto and starknet-types-core
- no_unknown_fields
starknet-core has 3 features without comments.