awry 0.3.1

Library for creating FM-indexes from FASTA/FASTQ files. AWRY is able to search at lightning speed by leveraging SIMD vectorization and multithreading over collections of queries.
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 = "2021"
name = "awry"
version = "0.3.1"
authors = ["Tim Anderson <tim.anderson@umontana.edu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for creating FM-indexes from FASTA/FASTQ files. AWRY is able to search at lightning speed by leveraging SIMD vectorization and multithreading over collections of queries."
homepage = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"
readme = "README.md"
keywords = [
    "search",
    "exact_match_search",
    "FM-index",
    "bioinformatics",
    "FASTA_FASTQ",
]
categories = [
    "command-line-utilities",
    "algorithms",
    "hardware-support",
    "science::bioinformatics",
]
license = "BSD-3-Clause"
repository = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"

[lib]
name = "awry"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.aligned]
version = "0.4.2"

[dependencies.anyhow]
version = "1.0.92"

[dependencies.libsufr]
version = "0.6.2"

[dependencies.mem_dbg]
version = "0.2.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]