# 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 = "spdi" version = "0.1.3" authors = ["Ryangguk Kim "] description = "SPDI is a format to describe a genomic variant. This crate provides a library to get an SPDI format representation of a variant and a command-line utility which adds SPDI format output to an input VCF file." homepage = "https://github.com/rkimoakbioinformatics/spdi" readme = "README.md" keywords = [ "bioinformatics", "genomics", "spdi", "vcf", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/rkimoakbioinformatics/spdi" [lib] name = "spdi" path = "src/lib.rs" [[bin]] name = "spdi" path = "src/main.rs" [dependencies.ahash] version = "0.8.7" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.noodles] version = "0.61.0" features = ["vcf"] [dependencies.twobit] version = "0.2.1"