# 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 = "nanoq" version = "0.10.0" authors = [ "esteinig ", "ljmcoin ", ] include = [ "**/*.rs", "Cargo.toml", ] description = "Minimal but speedy quality control and summaries of nanopore reads" homepage = "https://github.com/esteinig/nanoq" documentation = "https://github.com/esteinig/nanoq" readme = "README.md" keywords = [ "nanopore", "ont", "summary", "filter", "read", ] categories = ["science"] license = "MIT" repository = "https://github.com/esteinig/nanoq" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.0" [dependencies.float_eq] version = "0.6.1" [dependencies.indoc] version = "1.0" [dependencies.needletail] version = "0.4.1" [dependencies.niffler] version = "2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0.1" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3.1.0" [badges.maintenance] status = "actively-developed"