Cargo Features

install-wheel-rs has no features set by default.

[dependencies]
install-wheel-rs = { version = "0.0.1", features = ["python_bindings"] }
python_bindings = pyo3, tracing-subscriber

Affects wheel::Script

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_bindings?

Enables pyo3 ^0.19.2

tracing-subscriber python_bindings?