Cargo Features
FLUTE has no features set by default.
[dependencies]
flute = { version = "1.6.3", 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?
-
Enables pyo3 ^0.20
- pyo3-log python?
-
Enables pyo3-log ^0.9
- opentelemetry optel?
-
Enables opentelemetry ^0.25
- opentelemetry-semantic-conventions optel?
- utoipa openapi?