rust_wfa 0.2.0

Rust implementation of the wavefront sequence alignment algorithm.
Documentation
[[bench]]
harness = false
name = "bench_wfa"

[[bin]]
name = "validate"
path = "src/validate.rs"

[[bin]]
name = "validate_score_matches_alignment"
path = "src/validate_score_matches_alignment.rs"

[[bin]]
name = "bench_manual"
path = "src/bench_manual.rs"
[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[dependencies.num_cpus]
version = "1.13.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.strum]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"
[dev-dependencies.criterion]
version = "0.3"

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

[package]
categories = ["algorithms", "command-line-utilities"]
description = "Rust implementation of the wavefront sequence alignment algorithm."
edition = "2021"
homepage = "https://github.com/ostnam/rust-wfa"
license = "MIT"
name = "rust_wfa"
readme = "README.md"
repository = "https://github.com/ostnam/rust-wfa"
resolver = "2"
version = "0.2.0"