# 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 = "bustools_cli" version = "0.5.1" build = false include = [ "/src", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust reimplementation of bustools for scRNAseq processing" homepage = "https://github.com/redst4r/bustools_cli-rs" readme = "README.md" keywords = [ "scrnaseq", "kallisto", "bus", "single-cell", "rnaseq", ] categories = ["science"] license = " GPL-3.0-or-later" repository = "https://github.com/redst4r/bustools_cli-rs" [lib] name = "bustools_cli" path = "src/lib.rs" [[bin]] name = "bustools_cli" path = "src/main.rs" [dependencies.bktree] version = "1" [dependencies.bustools] version = "0.14" [dependencies.clap] version = "4" features = ["derive"] [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.13" [dependencies.probability] version = "0.20" [dependencies.rand] version = "0.8" [dependencies.sprs] version = "0.11" [dependencies.statrs] version = "0.17" [dependencies.tempfile] version = "3.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ndarray] version = "0.15.6"