Cargo Features

FLUTE has no features set by default.

[dependencies]
flute = { version = "1.6.6", 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?
opentelemetry-semantic-conventions optel?
utoipa openapi?