pa-types 1.4.0

Core library types for global pairwise alignment
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]