bsalign_sys 0.1.0

Rust bindings for the bsalign C library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bsalign_sys"
version = "0.1.0"
edition = "2024"
description = "Rust bindings for the bsalign C library"
authors = ["dwpeng"]
license = "MIT"
repository = "https://github.com/dwpeng/bsalign-rs"
readme = "../README.md"
keywords = ["alignment", "bioinformatics", "sequence", "bsalign"]
categories = ["science", "api-bindings", "external-ffi-bindings"]
homepage = "https://github.com/dwpeng/bsalign-rs"

[build-dependencies]
bindgen = "0.71.1"
cc = "1.2.17"