Cargo Features
python-pkginfo has no features set by default.
[dependencies]
python-pkginfo = { version = "0.6.3", features = ["deprecated-formats", "serde"] }
- deprecated-formats = bzip2, xz
-
Enables bzip2 of zip >=0.6, <2
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?