[package] edition = "2021" name = "jean_cut" version = "0.1.0" license = "GPL-3.0" description = "Codon usage tables feature for jean" homepage = "https://github.com/dangreco/jean" repository = "https://github.com/dangreco/jean" keywords = ["dna", "rna", "protein", "codons", "cut"] categories = ["science"] [dependencies] anyhow = "1.0.66" jean_core = {version = "0.1.0", path = "../jean_core"} lazy_static = "1.4.0" pest = "2.5.0" pest_derive = "2.5.0" [dev-dependencies] jean_core = {version = "0.1.0", path = "../jean_core"} jean_io = {version = "0.1.0", path = "../jean_io"}