Cargo Features

rpmrepo_metadata has no features set by default.

[dependencies]
rpmrepo_metadata = { version = "0.3.0", features = ["python_ext", "read_rpm"] }
python_ext = pyo3
read_rpm = rpm

Affects package::rpm_parsing

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.

rpm read_rpm?

Enables rpm ^0.12.0

pyo3 python_ext?

Enables pyo3 ^0.20.0