gtftools 0.1.9

A barebones GTF toolkit with fast nom-based IO
Documentation
[[bench]]
harness = false
name = "benchmarking"

[dependencies.anyhow]
version = "1.0.65"

[dependencies.bstr]
version = "1.0.1"

[dependencies.nom]
version = "7.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.171"

[dependencies.serde_json]
version = "1.0.103"

[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.flate2]
version = "1.0.24"

[package]
categories = ["science"]
description = "A barebones GTF toolkit with fast nom-based IO"
documentation = "https://docs.rs/gtftools"
edition = "2021"
keywords = ["bioinformatics", "GTF", "parser", "nom", "ensembl"]
license = "MIT"
name = "gtftools"
readme = "README.md"
repository = "https://github.com/noamteyssier/gtftools"
version = "0.1.9"