bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
bitflags • 2.9.1A macro to generate structures which behave like bitflags.
INDIRECT
0
bzip2-sys • 0.1.13+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
INDIRECT
11
cc • 1.0.99A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
INDIRECT
9
cfg-if • 1.0.1A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
clap_derive • 3.2.25Parse command line argument by defining a struct, derive crate.
lzma-sys • 0.1.20Raw bindings to liblzma which contains an implementation of LZMA and xz stream
encoding/decoding.
High level Rust bindings are available in the `xz2` crate.
INDIRECT
11
newtype_derive • 0.1.6This crate provides macros for deriving common traits for newtype structures.
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rstest_macros • 0.14.0Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
INDIRECT
7
rstest • 0.15.0Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
DIRECT
8
rustc_version • 0.1.7A library for querying the version of a installed rustc compiler
INDIRECT
1
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.4URL library for Rust, based on the WHATWG URL Standard
INDIRECT
12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
INDIRECT
0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
rust-htslib • 0.39.5This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
DIRECT
70
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.