# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ppgg" version = "0.1.4" authors = ["Hesham ElAbd "] exclude = ["examples/*", "automation_scripts/*", ".github/*", "Dockerfile"] description = "A library and an associated executable, the library provides tools for building tools that can parse and work for VCF and FASTA files while the associated executable is a command line tool for generating protein sequences from a reference FASTA file and a VCF file" homepage = "https://github.com/ikmb/ppg" readme = "README.md" keywords = ["genetics", "Proteomics", "VCF-files", "bioinformatics"] categories = ["command-line-utilities", "data-structures", "science", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ikmb/ppg" [lib] name = "ppgg" path = "src/lib.rs" [[bin]] name = "ppg" path = "src/main.rs" [dependencies.cc] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.crossbeam] version = "0.8" [dependencies.flate2] version = "1.0" [dependencies.jfs] version = "0.6.2" [dependencies.libc] version = "0.2.0" [dependencies.num_cpus] version = "0.2" [dependencies.rayon] version = "1.5" [dependencies.scoped_threadpool] version = "0.1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.cc] version = "1.0"