jellyfish-reader 0.1.0

Pure Rust reader for Jellyfish k-mer counting output files
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 = "jellyfish-reader"
version = "0.1.0"
authors = ["Trent Zeng <dev@trentz.me>"]
build = false
exclude = [
    "docs/",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust reader for Jellyfish k-mer counting output files"
homepage = "https://github.com/trentzz/jellyfish-reader"
documentation = "https://docs.rs/jellyfish-reader"
readme = "README.md"
keywords = [
    "bioinformatics",
    "kmer",
    "jellyfish",
    "genomics",
    "dna",
]
categories = [
    "science",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/trentzz/jellyfish-reader"

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

[dependencies.memmap2]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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