[dependencies.aligned]
version = "0.4.2"
[dependencies.aligned-vec]
version = "0.6.1"
[dependencies.anyhow]
version = "1.0.92"
[dependencies.libsufr]
version = "0.4.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rayon]
version = "1.10.0"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.9"
[dependencies.rng]
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.sufr]
version = "0.4.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[lib]
crate-type = ["lib"]
name = "awry"
path = "src/lib.rs"
[package]
authors = ["Tim Anderson <tim.anderson@umontana.edu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "algorithms", "hardware-support", "science::bioinformatics"]
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."
edition = "2021"
homepage = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"
keywords = ["search", "exact_match_search", "FM-index", "bioinformatics", "FASTA_FASTQ"]
license = "BSD-3-Clause"
name = "awry"
readme = "README.md"
repository = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"
version = "0.1.1"