finch_lib 0.4.0

An implementation of min-wise independent permutation locality sensitive hashing ('MinHashing') for genomic data and command-line utility for manipulation.
Documentation
[dependencies.bincode]
version = "1.2.0"

[dependencies.capnp]
version = "0.14"

[dependencies.memmap]
version = "0.7.0"

[dependencies.murmurhash3]
version = "0.0.5"

[dependencies.ndarray]
version = "0.14"

[dependencies.needletail]
version = "0.4"

[dependencies.numpy]
optional = true
version = "0.13"

[dependencies.pyo3]
optional = true
version = "0.13"

[dependencies.rayon]
version = "1.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.predicates]
version = "1"

[dev-dependencies.proptest]
version = "0.10"

[features]
default = []
python = ["numpy", "pyo3", "pyo3/extension-module"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "finch"

[package]
authors = ["One Codex <vincent@onecodex.com>"]
categories = ["science"]
description = "An implementation of min-wise independent permutation locality sensitive hashing ('MinHashing') for genomic data and command-line utility for manipulation."
edition = "2018"
keywords = ["minhash", "bioinformatics", "sketches"]
license = "MIT"
name = "finch_lib"
readme = "../README.md"
repository = "https://github.com/onecodex/finch-rs"
version = "0.4.0"
[package.metadata.maturin]
classifier = ["Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering :: Bio-Informatics"]
maintainer = "One Codex"