gbparser 0.1.0

Library crate providing a representation of a GenBank sequence records file, a reader for such files implementing Iterator
Documentation
[package]
name = "gbparser"
version = "0.1.0"
authors = ["Felipe Sciammarella <fl.sciammarella@ufrj.br>"]
edition = "2018"
description = "Library crate providing a representation of a GenBank sequence records file, a reader for such files implementing Iterator"
license = "MIT"
repository = "https://github.com/FSciammarella/gbparser"
homepage = "https://github.com/FSciammarella/gbparser"

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

[dependencies]
pest = "^2.1"
pest_derive = "^2.1"