# 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 = "galah" version = "0.4.2" authors = ["Ben Woodcroft "] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Microbial genome dereplicator" homepage = "https://github.com/wwood/galah" documentation = "https://github.com/wwood/galah" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/wwood/galah" [lib] name = "galah" path = "src/lib.rs" [[bin]] name = "galah" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.bird_tool_utils] version = "0.5.*" [dependencies.bird_tool_utils-man] version = "0.4.0" [dependencies.checkm] version = "0.2.0" [dependencies.clap] version = "4.*" features = ["cargo"] [dependencies.concurrent-queue] version = "2" [dependencies.csv] version = "1.1" [dependencies.disjoint] version = "0.8.*" [dependencies.env_logger] version = "0.11.*" [dependencies.finch] version = "0.6.*" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.*" [dependencies.needletail] version = "0.5.*" [dependencies.rayon] version = "1.5" [dependencies.skani] version = "0.1.1" [dependencies.tempfile] version = "3.*" [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