Cargo Features

[dependencies]
jiter = { version = "0.8.2", 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 and pyo3-build-config

num-bigint default

Enables num-bigint, num-bigint of optional pyo3

Jiter has 3 features without comments.