cuttlefish-rs 0.0.1

Parallel, external-memory construction of uncolored and colored compacted de Bruijn graphs. The Cuttlefish 3 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 = "cuttlefish-rs"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parallel, external-memory construction of uncolored and colored compacted de Bruijn graphs. The Cuttlefish 3 library."
homepage = "https://github.com/COMBINE-lab/cuttlefish"
readme = "README.md"
keywords = [
    "bioinformatics",
    "de-bruijn-graph",
    "genomics",
    "unitig",
    "k-mer",
]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/COMBINE-lab/cuttlefish"
resolver = "2"

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

[dependencies.flate2]
version = "1.1.9"
features = ["zlib-rs"]
default-features = false

[dependencies.hashbrown]
version = "0.16.1"
features = ["raw-entry"]

[dependencies.libc]
version = "0.2"

[dependencies.lz4_flex]
version = "0.11"
features = [
    "std",
    "safe-decode",
    "checked-decode",
]
default-features = false

[dependencies.rayon]
version = "1.12.0"

[dependencies.scc]
version = "3.8.4"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]