Cargo Features

[dependencies]
jiter = { version = "0.7.1", default-features = false, features = ["python", "num-bigint"] }
default = num-bigint

The num-bigint feature is set by default whenever jiter is added without default-features = false somewhere in the dependency tree.

python

Enables pyo3 ^0.22.0 and pyo3-build-config ^0.22.0

num-bigint default

Enables num-bigint, num-bigint of optional pyo3 ^0.22.0

Jiter has 3 features without comments.