sshash-lib 0.5.0

Sparse and Skew Hashing of k-mers - Core library
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "sshash-lib"
version = "0.5.0"
authors = ["SSHash Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sparse and Skew Hashing of k-mers - Core library"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/COMBINE-lab/sshash-rs"
resolver = "2"

[lib]
name = "sshash_lib"
path = "src/lib.rs"

[[test]]
name = "build_pipeline_integration"
path = "tests/build_pipeline_integration.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.epserde]
version = "0.12"

[dependencies.mem_dbg]
version = "0.4.0"

[dependencies.memmap2]
version = "0.9"

[dependencies.needletail]
version = "0.6"

[dependencies.ph]
version = "0.12.0"
features = ["rapidhash"]
default-features = false
package = "ph-temp"

[dependencies.rapidhash]
version = "4"

[dependencies.rayon]
version = "1.11"

[dependencies.seq-macro]
version = "0.3"

[dependencies.sux]
version = "0.13.1"
features = ["epserde"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.value-traits]
version = "0.2"

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

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.tempfile]
version = "3.20"