Cargo Features

[dependencies]
doip-codec = { version = "2.0.5", default-features = false, features = ["std"] }
default = std

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

std default = pyo3

Enable std and pyo3 when building for Python

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.

pyo3 std

Enables pyo3 ^0.23.5