rustalign-common 0.2.0

Ultrafast DNA sequence aligner using FM-index and Smith-Waterman
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustalign-common"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
thiserror.workspace = true
anyhow.workspace = true

[dev-dependencies]
proptest.workspace = true
tempfile = "3.25.0"