[package] categories = ["science"] description = "I/O library feature for jean" edition = "2021" homepage = "https://github.com/dangreco/jean" keywords = ["dna", "rna", "protein", "fasta", "gff3"] license = "GPL-3.0" name = "jean_io" repository = "https://github.com/dangreco/jean" version = "0.1.0" [dependencies] anyhow = "1.0.66" jean_core = {path = "../jean_core", version = "0.1.0"} lazy_static = "1.4.0" num-traits = "0.2.15" pest = "2.5.0" pest_derive = "2.5.0"