# 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" name = "clstr" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A library to parse and write .clstr files from 'CD-HIT', as well as a small binary with simple functionality. """ homepage = "https://github.com/tolkit/vscan/tree/main/src/clstr" documentation = "https://docs.rs/clstr" readme = "README.md" categories = ["science"] license = "MIT" repository = "https://github.com/tolkit/vscan/tree/main/src/clstr" [lib] name = "clstr" path = "src/lib.rs" [[bin]] name = "clstr" path = "src/main.rs" [[example]] name = "number_per_cluster" path = "examples/number_per_cluster.rs" [target."cfg(not(test))".dependencies.bio] version = "2.0.3" [target."cfg(not(test))".dependencies.clap] version = "4.5.19" features = ["cargo"] [target."cfg(not(test))".dependencies.flate2] version = "1.0.34"