# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "finch_lib" version = "0.4.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" [package.metadata.maturin] classifier = ["Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering :: Bio-Informatics"] maintainer = "One Codex" [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.ndarray] version = "0.14" [dependencies.needletail] version = "0.4" [dependencies.numpy] version = "0.13" optional = true [dependencies.pyo3] version = "0.13" 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 = "1" [dev-dependencies.proptest] version = "0.10" [features] default = [] python = ["numpy", "pyo3", "pyo3/extension-module"]