mbf_gtf 0.6.1

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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "mbf_gtf"
version = "0.6.1"
authors = ["Florian Finkernagel <finkernagel@imt.uni-marburg.de>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
    "rlib",
]
path = "src/lib.rs"

[dependencies.flate2]
version = "1.0.31"

[dependencies.hashbrown]
version = "0.14.5"

[dependencies.numpy]
version = "0.24.0"

[dependencies.pyo3]
version = "0.24.0"
features = [
    "extension-module",
    "abi3",
    "abi3-py38",
]