python-pkginfo 0.3.0

Parse Python package metadata from sdist and bdists and etc.
Documentation
[package]
name = "python-pkginfo"
version = "0.3.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/messense/python-pkginfo-rs"

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

[dependencies]
bzip2 = "0.4.2"
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"
zip = "0.5.12"