nom-gtf 0.1.1

A barebones GTF reader written with nom
Documentation
[package]
name = "nom-gtf"
version = "0.1.1"
edition = "2021"
description = "A barebones GTF reader written with nom"
license = "MIT"
repository = "https://github.com/noamteyssier/nom-gtf"
documentation = "https://docs.rs/nom-gtf"
keywords = ["bioinformatics", "GTF", "parser", "nom", "ensembl"]
categories = ["science"]

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

[dependencies]
anyhow = "1.0.65"
bstr = "1.0.1"
nom = "7.1.1"