vcfkit 0.1.1

vcfkit: a simple program for vcf/bcf file manipulation
[dependencies.anyhow]
version = "1.0.70"

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

[dependencies.colored]
version = "2.0.0"

[dependencies.flate2]
version = "1.0.24"

[dependencies.rust-htslib]
version = "0.41.1"

[package]
authors = ["sharkLoc <dwood8146@gmail.com>"]
description = "vcfkit: a simple program for vcf/bcf file manipulation"
edition = "2021"
homepage = "https://github.com/sharkLoc/vcfkit"
keywords = ["vcf", "snp", "bio", "hts"]
license = "GPL-3.0"
name = "vcfkit"
readme = "README.md"
rust-version = "1.71.0"
version = "0.1.1"