mbf_gtf 0.2.0

Fast Parser for Ensembl formated GTF Files to Pandas DataFrames
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mbf_gtf"
version = "0.2.0"
authors = ["Florian Finkernagel <finkernagel@imt.uni-marburg.de>"]
description = "Fast Parser for Ensembl formated GTF Files to Pandas DataFrames"
readme = "Readme.md"
keywords = ["gtf"]
license = "MIT"
repository = "https://github.com/TyberiusPrime/mbf_gtf"

[lib]
name = "mbf_gtf"
crate-type = ["cdylib"]
[dependencies.flate2]
version = "1.0.7"

[dependencies.hashbrown]
version = "0.1"

[dependencies.pyo3]
version = "0.6.0-alpha.4"
features = ["extension-module"]