[package]
edition = "2024"
rust-version = "1.85.0"
name = "yara-seqan2-sys"
version = "0.1.3"
authors = ["Nils Homer <nils@fulcrumgenomics.com>"]
build = "build.rs"
links = "seqan2"
include = [
"src/",
"build.rs",
"vendor/include/",
"vendor/apps/yara/",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored SeqAn2 headers for the YARA read mapper"
homepage = "https://github.com/fulcrumgenomics/rust-yara"
documentation = "https://docs.rs/yara-seqan2-sys"
readme = "README.md"
keywords = [
"bioinformatics",
"yara",
"seqan",
"alignment",
"ngs",
]
categories = [
"external-ffi-bindings",
"science",
]
license = "MIT"
repository = "https://github.com/fulcrumgenomics/rust-yara"
resolver = "2"
[lib]
name = "yara_seqan2_sys"
path = "src/lib.rs"
[lints.clippy.pedantic]
level = "warn"
priority = -1