# 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 = "hyperex" version = "0.1.1" authors = ["Anicet Ebou "] exclude = ["test/*", ".github/*", ".cargo/*"] description = "Hypervariable region primer-based extracted" homepage = "https://github.com/Ebedthan/hyperex" readme = "README.md" keywords = ["bioinformatics"] categories = ["command-line-utilities"] license = "MIT" [profile.release] opt-level = 3 lto = "thin" debug = true panic = "abort" overflow-checks = false incremental = false [[bin]] name = "hyperex" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.40" [dependencies.bio] version = "0.35" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "~2.33" [dependencies.fern] version = "0.5" features = ["colored"] [dependencies.log] version = "0.4" [dependencies.niffler] version = "2.3.2" [dependencies.phf] version = "0.9" features = ["macros"] [dependencies.sysinfo] version = "0.20" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3"