yara-seqan2-sys 0.1.3

Vendored SeqAn2 headers for the YARA read mapper
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"
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