# 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 = "2021" name = "radtk" version = "0.2.0" authors = ["Rob Patro "] include = [ "/src/*.rs", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE", ] description = "A toolkit for working with RAD files" readme = "README.md" keywords = [ "RAD-file", "RNA-seq", "single-cell", "preprocessing", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/radtk" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = ["derive"] [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] version = "0.3.18" features = [ "tracing", "env-filter", "fmt", "std", ]