Cargo Features
[dependencies]
starknet-crypto = { version = "0.7.3", default-features = false, features = ["std", "alloc", "signature-display", "pedersen_no_lookup"] }
- default = signature-display, std
-
These default features are set whenever
starknet-crypto
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of starknet-types-core
- alloc signature-display
-
Enables alloc of optional hex and starknet-types-core
- signature-display default = alloc
-
Enables hex
- pedersen_no_lookup
starknet-crypto has 5 features without comments.