Cargo Features
[dependencies]
cairo-felt = { version = "0.9.1", default-features = false, features = ["std", "alloc", "lambdaworks-felt", "arbitrary"] }
- default = std
-
The
std
feature is set by default whenevercairo-felt
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- lambdaworks-felt
-
Enables lambdaworks-math ^0.1.2
- arbitrary
-
Enables arbitrary, proptest, arbitrary of num-bigint
cairo-felt has 5 features without comments.