[dependencies.anyhow]
version = "1.0.86"
[dependencies.clap]
features = ["derive"]
version = "4.5.13"
[dependencies.indicatif]
version = "0.17.8"
[dependencies.libradicl]
version = "0.9.0"
[dependencies.needletail]
version = "0.5.1"
[dependencies.scroll]
version = "0.12.0"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
features = ["tracing", "env-filter", "fmt", "std"]
version = "0.3.18"
[package]
authors = ["Rob Patro <rob@cs.umd.edu>"]
categories = ["command-line-utilities", "science"]
description = "A toolkit for working with RAD files"
edition = "2021"
include = ["/src/*.rs", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE"]
keywords = ["RAD-file", "RNA-seq", "single-cell", "preprocessing"]
license-file = "LICENSE"
name = "radtk"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/radtk"
version = "0.2.0"
[profile.dist]
inherits = "release"
lto = "thin"