block-aligner 0.5.1

SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
Documentation
[dev-dependencies.bio]
version = "^0.33"

[features]
debug = ["debug_size"]
debug_size = []
mca = []
no_simd = []
simd_avx2 = []
simd_neon = []
simd_sse2 = []
simd_wasm = []

[package]
authors = ["c0deb0t <daniel.liu02@gmail.com>"]
categories = ["algorithms", "hardware-support", "science", "text-processing"]
description = "SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm."
edition = "2018"
exclude = ["vis/*", "!vis/block_img1.png"]
homepage = "https://github.com/Daniel-Liu-c0deb0t/block-aligner"
keywords = ["SIMD", "string-distance", "alignment", "biology", "edit-distance"]
license = "MIT"
name = "block-aligner"
readme = "README.md"
repository = "https://github.com/Daniel-Liu-c0deb0t/block-aligner"
version = "0.5.1"

[package.metadata.docs.rs]
features = ["simd_avx2"]

[profile.bench]
debug-assertions = false
lto = "thin"

[profile.release]
debug-assertions = false
lto = "thin"
panic = "abort"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "aarch64")))'.dev-dependencies.image]
version = "^0.23.14"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "aarch64")))'.dev-dependencies.imageproc]
version = "^0.22.0"