[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"]