# 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" version = "0.6.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 = ["science"] license = "MIT" repository = "https://github.com/onecodex/finch-rs" resolver = "1" [lib] name = "finch" crate-type = [ "cdylib", "rlib", ] [dependencies.bincode] version = "1.2.0" [dependencies.capnp] version = "0.14" [dependencies.memmap] version = "0.7.0" [dependencies.murmurhash3] version = "0.0.5" [dependencies.needletail] version = "0.5" [dependencies.numpy] version = "0.18" optional = true [dependencies.pyo3] version = "0.18" optional = true [dependencies.rayon] version = "1.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.predicates] version = "2" [dev-dependencies.proptest] version = "1" [features] default = [] python = [ "pyo3", "pyo3/extension-module", "numpy", ]