# 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" rust-version = "1.80.0" name = "nohuman" version = "0.3.0" authors = ["Michael Hall "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Remove human reads from a sequencing run" homepage = "https://github.com/mbhall88/nohuman" readme = "README.md" keywords = [ "bioinformatics", "contamination", "metagenomics", ] categories = [ "science", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/mbhall88/nohuman" [lib] name = "nohuman" path = "src/lib.rs" [[bin]] name = "nohuman" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.bzip2] version = "0.4.4" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.flate2] version = "1.0.28" [dependencies.futures-util] version = "0.3.29" [dependencies.gzp] version = "0.11.3" features = ["deflate_rust"] default-features = false [dependencies.indicatif] version = "0.17.7" [dependencies.liblzma] version = "0.2.3" features = ["parallel"] [dependencies.log] version = "0.4.20" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tar] version = "0.4.40" [dependencies.tempfile] version = "3.8.1" [dependencies.thiserror] version = "1.0.50" [dependencies.toml] version = "0.8.8" [dependencies.zstd] version = "0.13.2" features = ["zstdmt"] [badges.maintenance] status = "actively-developed"