# 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 = "bird_tool_utils" version = "0.5.1" authors = ["Ben Woodcroft "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Microbial genomics utility functions" homepage = "https://github.com/wwood/bird_tool_utils" documentation = "https://github.com/wwood/bird_tool_utils" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/wwood/bird_tool_utils" [lib] name = "bird_tool_utils" path = "src/lib.rs" [dependencies.bird_tool_utils-man] version = "0.4.0" [dependencies.clap] version = "4.*" [dependencies.env_logger] version = "0.11.*" [dependencies.log] version = "0.4.*" [dependencies.tempfile] version = "3.*" [dependencies.version-compare] version = "0.2.*" [dependencies.which] version = "6.*"