Cargo Features

python-pkginfo has no features set by default.

[dependencies]
python-pkginfo = { version = "0.6.0", features = ["deprecated-formats", "serde"] }
deprecated-formats = bzip2, xz

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

bzip2 deprecated-formats?
xz deprecated-formats?