# 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.65.0" name = "ontime" version = "0.3.1" authors = ["Michael Hall "] description = "Extract subsets of ONT (Nanopore) reads based on time" homepage = "https://github.com/mbhall88/ontime" readme = "README.md" keywords = [ "bioinformatics", "nanopore", "time", "fastq", ] categories = [ "science", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/mbhall88/ontime" [dependencies.anyhow] version = "1.0.68" [dependencies.bstr] version = "1.1.0" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.duration-str] version = "0.5.0" [dependencies.env_logger] version = "0.10.0" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.needletail] version = "0.5" features = ["compression"] [dependencies.niffler] version = "2.4.0" [dependencies.noodles-sam] version = "0.51.0" [dependencies.noodles-util] version = "0.34.1" features = ["alignment"] [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.17" features = [ "parsing", "macros", "formatting", ] [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.tempfile] version = "3.3.0" [badges.maintenance] status = "actively-developed"