# 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 = "2021" name = "tidyvcf" version = "0.6.4" authors = ["Jamie D Matthews "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "command-line tool to convert VCF files to tab/comma separated tables" readme = "readme.org" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/jdm204/tidyvcf" [profile.release] lto = "thin" panic = "abort" strip = true [lib] name = "tidyvcf" path = "src/lib.rs" [[bin]] name = "tidyvcf" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.flate2] version = "1.0.27" [dependencies.indexmap] version = "2.0.0" [dependencies.noodles] version = "0.49.0" features = [ "vcf", "bgzf", ] [dependencies.regex] version = "1.9.5" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.predicates] version = "2.1.5" [features]