[build-dependencies.cmake]
version = "0.1"
[build-dependencies.cxx-build]
version = "~1.0"
[dependencies.cxx]
version = "~1.0"
[lib]
name = "spoa_rs"
path = "src/lib.rs"
[package]
authors = ["Andrea Guarracino <aguarra1@uthsc.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "algorithms"]
description = "Rust bindings for SPOA (SIMD POA)"
documentation = "https://docs.rs/spoa_rs"
edition = "2021"
homepage = "https://github.com/AndreaGuarracino/spoa-rs"
keywords = ["bioinformatics", "alignment", "spoa", "msa", "consensus"]
license = "BSD-3-Clause"
links = "spoa"
name = "spoa_rs"
readme = "README.md"
repository = "https://github.com/AndreaGuarracino/spoa-rs"
version = "0.1.0"
[[test]]
name = "alignment_tests"
path = "tests/alignment_tests.rs"