# 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] name = "coverm" version = "0.7.0" authors = ["Ben Woodcroft "] exclude = ["tests/*"] default-run = "coverm" description = "Read coverage calculator for metagenomics" homepage = "https://github.com/wwood/CoverM" documentation = "https://github.com/wwood/CoverM" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/wwood/CoverM" [profile.release] lto = true strip = true [dependencies.ansi_term] version = "0.12" [dependencies.bio] version = "1.1.0" [dependencies.bird_tool_utils] version = "0.5.0" [dependencies.bird_tool_utils-man] version = "0.4.0" [dependencies.clap] version = "4.*" features = ["cargo"] [dependencies.clap_complete] version = "4.*" [dependencies.env_logger] version = "0.10.*" [dependencies.galah] version = "0.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.*" [dependencies.needletail] version = "0.5.*" [dependencies.nix] version = "0.26.*" [dependencies.rand] version = "0.8.*" [dependencies.roff] version = "0.2.*" [dependencies.rust-htslib] version = "0.44.*" default-features = false [dependencies.serde] version = "1.0" [dependencies.tempdir] version = "0.3.*" [dependencies.tempfile] version = "3.*" [dependencies.version-compare] version = "0.1.0" [dev-dependencies.assert_cli] version = "0.6.*" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-fmt", "run-cargo-clippy", ] default-features = false