[package]
edition = "2021"
name = "pa-types"
version = "1.4.0"
authors = [
"Ragnar Groot Koerkamp",
"Daniel Liu",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library types for global pairwise alignment"
readme = "README.md"
keywords = [
"pairwise-alignment",
"bioinformatics",
"library",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/pairwise-alignment/pa-types"
[lib]
name = "pa_types"
path = "src/lib.rs"
[dependencies.clap]
version = "4.3.0"
features = ["derive"]
optional = true
[dependencies.derive_more]
version = "2.0.1"
features = [
"add",
"add_assign",
]
default-features = false
[dependencies.itertools]
version = "0.14.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]