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 whenevereverscale-raptorq
is added without
somewhere in the dependency tree.default-features = false - 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