# 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 = "vcf_batcher" version = "0.2.1" authors = ["Gérôme Meyer "] description = "Command-line tool to cut VCF (variant call files) into smaller batches, intended to be used for multiprocessing or distributed computing." homepage = "https://github.com/GeroVanMi/vcf_batcher" readme = "README.md" keywords = [ "vcf", "batch", "batching", "variant_call_file", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/GeroVanMi/vcf_batcher" [lib] name = "vcf_batcher" crate-type = [ "lib", "cdylib", ] [[bin]] name = "vcf-batcher-cli" path = "src/main.rs" [dependencies.bgzip] version = "0.3.1" features = ["rayon"] [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.either] version = "1.8.1" [dependencies.indicatif] version = "0.17.3" [dependencies.pyo3] version = "0.18.3" features = ["extension-module"] [dependencies.time] version = "0.3.20"