check_build 0.3.0

A tool to verify a VCF file against hg19 and hg38 references using a streaming, low-memory approach.
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"
name = "check_build"
version = "0.3.0"
authors = ["SauersML"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to verify a VCF file against hg19 and hg38 references using a streaming, low-memory approach."
documentation = "https://docs.rs/crate/check_build/latest"
readme = "README.md"
license = "MIT"
repository = "https://docs.rs/crate/check_build/latest"

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

[[bin]]
name = "check_build"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.md5]
version = "0.8.0"

[dependencies.memchr]
version = "2.7"

[dependencies.rayon]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

[dependencies.tempfile]
version = "3.20"

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