Cargo Features

FLUTE has no features set by default.

[dependencies]
flute = { version = "1.7.2", features = ["python", "optel", "openapi"] }
python = pyo3, pyo3-log
optel = opentelemetry, opentelemetry-semantic-conventions
openapi = utoipa

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 python?
pyo3-log python?
opentelemetry optel?

Enables opentelemetry ^0.27

opentelemetry-semantic-conventions optel?

Enables opentelemetry-semantic-conventions ^0.27

utoipa openapi?