vcfkit 0.1.0

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 <mmtinfo@163.com>"]
description = "vcfkit: a simple program for vcf/bcf file manipulation"
edition = "2021"
homepage = "https://github.com/sharkLoc/vcfkit"
keywords = ["snp", "vcf", "bio", "hts", "indel"]
license = "GPL-3.0"
name = "vcfkit"
readme = "README.md"
rust-version = "1.68.0"
version = "0.1.0"