python-pkginfo 0.4.0

Parse Python package metadata from sdist and bdists and etc.
Documentation
[package]
name = "python-pkginfo"
version = "0.4.0"
authors = ["messense <messense@icloud.com>"]
edition = "2018"
description = "Parse Python package metadata from sdist and bdists and etc."
keywords = ["python", "pkginfo", "metadata"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/PyO3/python-pkginfo-rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bzip2 = { version = "0.4.2", optional = true }
flate2 = "1.0.20"
fs-err = "2.6.0"
mailparse = "0.13.4"
serde = { version = "1.0.126", features = ["derive"], optional = true }
tar = "0.4.35"
xz = { version = "0.1.0", optional = true }
zip = "0.5.12"

[features]
deprecated-formats = ["bzip2", "xz"]