Cargo Features

FLUTE has no features set by default.

[dependencies]
flute = { version = "1.2.1", features = ["python", "optel"] }
python = pyo3, pyo3-log
optel = opentelemetry

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.22