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 whenever cairo-felt is added without default-features = false somewhere in the dependency tree.

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.