# 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 = "2018" name = "vcf" version = "0.6.1" authors = ["OKAMURA, Yasunobu "] exclude = ["testfiles/*"] description = "VCF Parser" homepage = "https://github.com/informationsea/vcf-rs" readme = "README.md" keywords = [ "VCF", "bioinformatics", "parser", ] categories = [ "parser-implementations", "science", ] license = "Apache-2.0" repository = "https://github.com/informationsea/vcf-rs" [dependencies.nom] version = "7" [dependencies.once_cell] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.clap] version = "2" [dev-dependencies.flate2] version = "1" [badges.appveyor] branch = "master" repository = "informationsea/vcf-rs" service = "github" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "informationsea/vcf-rs"