Cargo Features

[dependencies]
everscale-raptorq = { version = "1.8.0-rc.0", default-features = false, features = ["std", "benchmarking", "python", "serde_support"] }
default = std

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

std default benchmarking? python? serde_support?
benchmarking = std
python = pyo3, std
serde_support = serde, 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.16