[package] name = "tidyvcf" version = "0.6.4" edition = "2021" authors = ["Jamie D Matthews "] description = "command-line tool to convert VCF files to tab/comma separated tables" readme = "readme.org" repository = "https://gitlab.com/jdm204/tidyvcf" license = "MIT OR Apache-2.0" [features] [dependencies] clap = { version = "4.4.0", features = ["derive"] } csv = "1.3.0" flate2 = "1.0.27" indexmap = "2.0.0" noodles = { version = "0.49.0", features = ["vcf", "bgzf"] } regex = "1.9.5" [dev-dependencies] assert_cmd = "2.0.8" predicates = "2.1.5" [profile.release] strip = true lto = "thin" panic = "abort"