Cargo Features

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

The num-bigint feature is set by default whenever ftl-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 pyo3

ftl-jiter has 3 features without comments.