# 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 = "umgap" version = "1.1.0" authors = [ "Felix Van der Jeugt ", "Stijn Seghers ", "Niels De Graef ", "Aranka Steyaert ", "Rien Maertens ", ] include = [ "Cargo.toml", "LICENSE", "README.md", "scripts/umgap*.sh", "src/**/*.rs", ] description = "The Unipept Metagenomics Analysis Pipeline" homepage = "https://unipept.ugent.be" readme = "README.md" keywords = [ "metagenomics", "transcriptonomics", "bio", "DNA", "unipept", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/unipept/umgap" [dependencies.attohttpc] version = "0.15.0" features = ["json"] [dependencies.clap] version = "2.33.0" [dependencies.csv] version = "1.1.2" [dependencies.error-chain] version = "0.12.4" [dependencies.fst] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.ordered-float] version = "1.0.2" [dependencies.rayon] version = "1.3.0" [dependencies.regex] version = "1.3.1" [dependencies.serde_json] version = "1.0.44" [dependencies.structopt] version = "0.3.23" [dependencies.strum] version = "0.17.1" [dependencies.strum_macros] version = "0.17.1" [dev-dependencies.assert_matches] version = "1.3.0"