yara-mapper 0.1.3

Safe Rust wrapper 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-mapper"
version = "0.1.3"
authors = ["Nils Homer <nils@fulcrumgenomics.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for the YARA read mapper"
homepage = "https://github.com/fulcrumgenomics/rust-yara"
documentation = "https://docs.rs/yara-mapper"
readme = "README.md"
keywords = [
    "bioinformatics",
    "yara",
    "alignment",
    "sequencing",
    "ngs",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/fulcrumgenomics/rust-yara"
resolver = "2"

[lib]
name = "yara_mapper"
path = "src/lib.rs"

[[example]]
name = "align"
path = "examples/align.rs"

[[example]]
name = "build_index"
path = "examples/build_index.rs"

[[example]]
name = "profile_map"
path = "examples/profile_map.rs"

[[test]]
name = "strata_count"
path = "tests/strata_count.rs"

[dependencies.yara-mapper-sys]
version = "0.1.3"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy.pedantic]
level = "warn"
priority = -1