rustalign-aligner 0.2.0

Ultrafast DNA sequence aligner using FM-index and Smith-Waterman
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 = "2024"
name = "rustalign-aligner"
version = "0.2.0"
authors = ["Zhang Tao <forrest_zhang@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultrafast DNA sequence aligner using FM-index and Smith-Waterman"
readme = false
keywords = [
    "bioinformatics",
    "alignment",
    "dna",
    "sequencing",
    "fm-index",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/zhangtaolab/RustAlign"
resolver = "2"

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

[[bench]]
name = "aligner_bench"
path = "benches/aligner_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.crossbeam]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.rustalign-common]
version = "0.2.0"

[dependencies.rustalign-fmindex]
version = "0.2.0"

[dependencies.rustalign-simd]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.5"