read-tag-table 0.1.0

Read tag storage, serialization, and deduplication utilities for single-cell sequencing workflows.
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 = "read-tag-table"
version = "0.1.0"
authors = ["Stefan Lang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read tag storage, serialization, and deduplication utilities for single-cell sequencing workflows."
homepage = "https://github.com/stela2502/read-tag-table"
documentation = "https://docs.rs/read-tag-table"
readme = "README.md"
keywords = [
    "bioinformatics",
    "single-cell",
    "sequencing",
    "fastq",
    "barcode",
]
categories = [
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/stela2502/read-tag-table"

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.csv]
version = "1.4.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.mapping_info]
version = "0.1.0"

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