# 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 = "finch_cli" version = "0.5.0" authors = ["One Codex "] description = "An implementation of min-wise independent permutation locality sensitive hashing ('MinHashing') for genomic data and command-line utility for manipulation." readme = "README.md" keywords = [ "minhash", "bioinformatics", "sketches", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/onecodex/finch-rs" resolver = "1" [[bin]] name = "finch" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33.0" [dependencies.finch] version = "0.6" [dependencies.serde_json] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [dev-dependencies.proptest] version = "1"