[package] edition = "2021" name = "jean_alignment" version = "0.1.0" license = "GPL-3.0" description = "Sequence alignment feature for jean" homepage = "https://github.com/dangreco/jean" repository = "https://github.com/dangreco/jean" keywords = ["dna", "rna", "protein", "alignment", "sequence"] categories = ["science"] [dependencies] anyhow = "1.0.66" jean_core = {version = "0.1.0", path = "../jean_core"} num-traits = "0.2.15" num_enum = "0.5.7" strum = "0.24.1" strum_macros = "0.24.3" [dev-dependencies] rand = "0.8.5"