Cargo Features

[dependencies]
raptorq = { version = "2.0.0", default-features = false, features = ["std", "python", "serde_support", "benchmarking"] }
default = std

The std feature is set by default whenever raptorq is added without default-features = false somewhere in the dependency tree.

std default benchmarking? python? serde_support?
python = pyo3, std
serde_support = serde, std
benchmarking = std

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serde_support?
pyo3 python?

Enables pyo3 ^0.20