check_build 0.1.0

A tool to verify a VCF file against hg19 and hg38 references using a streaming, low-memory approach.
[[bin]]
name = "check_build"
path = "src/main.rs"

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

[dependencies.indicatif]
version = "0.17.11"

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

[dependencies.tempfile]
version = "3.17.1"

[package]
authors = ["SauersML"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool to verify a VCF file against hg19 and hg38 references using a streaming, low-memory approach."
edition = "2021"
license = "MIT"
name = "check_build"
readme = "README.md"
repository = "https://github.com/SauersML/reference_verifier"
version = "0.1.0"