pseqsid 1.1.0

Calculates pairwise sequence identity, similarity and normalized similarity score of proteins in a multiple sequence 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 = "pseqsid"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Calculates pairwise sequence identity, similarity and normalized similarity score of proteins in a multiple sequence alignment."
readme = "README.md"
keywords = [
    "identity",
    "similarity",
    "protein-sequences",
    "sequence-alignment",
    "similarity-score",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/amaurypm/pseqsid"

[lib]
name = "pseqsid"
path = "src/lib.rs"

[[bin]]
name = "pseqsid"
path = "src/main.rs"

[dependencies.clap]
version = "3.1.0"
features = ["derive"]

[dependencies.colored]
version = "2.0.0"

[dependencies.rayon]
version = "1.5.3"